﻿2025-08-20T22:41:57.1678401Z Current runner version: '2.328.0'
2025-08-20T22:41:57.1702166Z ##[group]Runner Image Provisioner
2025-08-20T22:41:57.1703266Z Hosted Compute Agent
2025-08-20T22:41:57.1703821Z Version: 20250818.377
2025-08-20T22:41:57.1704458Z Commit: 3c593e9f75fe0b87e893bca80d6e12ba089c61fc
2025-08-20T22:41:57.1705200Z Build Date: 2025-08-18T14:52:18Z
2025-08-20T22:41:57.1705835Z ##[endgroup]
2025-08-20T22:41:57.1706411Z ##[group]Operating System
2025-08-20T22:41:57.1706969Z Ubuntu
2025-08-20T22:41:57.1707433Z 24.04.2
2025-08-20T22:41:57.1707966Z LTS
2025-08-20T22:41:57.1708405Z ##[endgroup]
2025-08-20T22:41:57.1708926Z ##[group]Runner Image
2025-08-20T22:41:57.1709538Z Image: ubuntu-24.04
2025-08-20T22:41:57.1710070Z Version: 20250818.1.0
2025-08-20T22:41:57.1711448Z Included Software: https://github.com/actions/runner-images/blob/ubuntu24/20250818.1/images/ubuntu/Ubuntu2404-Readme.md
2025-08-20T22:41:57.1713070Z Image Release: https://github.com/actions/runner-images/releases/tag/ubuntu24%2F20250818.1
2025-08-20T22:41:57.1714127Z ##[endgroup]
2025-08-20T22:41:57.1715361Z ##[group]GITHUB_TOKEN Permissions
2025-08-20T22:41:57.1717568Z Attestations: write
2025-08-20T22:41:57.1718156Z Contents: write
2025-08-20T22:41:57.1718749Z Metadata: read
2025-08-20T22:41:57.1719296Z Packages: write
2025-08-20T22:41:57.1719810Z ##[endgroup]
2025-08-20T22:41:57.1722475Z Secret source: Actions
2025-08-20T22:41:57.1723435Z Prepare workflow directory
2025-08-20T22:41:57.2038286Z Prepare all required actions
2025-08-20T22:41:57.2075250Z Getting action download info
2025-08-20T22:41:57.5719523Z Download action repository 'docker/setup-qemu-action@v3' (SHA:29109295f81e9208d7d86ff1c6c12d2833863392)
2025-08-20T22:41:57.9330412Z Download action repository 'docker/setup-buildx-action@v3' (SHA:e468171a9de216ec08956ac3ada2f0791b6bd435)
2025-08-20T22:41:58.2609390Z Download action repository 'actions/upload-artifact@v4' (SHA:ea165f8d65b6e75b540449e92b4886f43607fa02)
2025-08-20T22:41:58.3681154Z Download action repository 'actions/attest-build-provenance@v2.4.0' (SHA:e8998f949152b193b063cb0ec769d69d929409be)
2025-08-20T22:41:58.6955749Z Getting action download info
2025-08-20T22:41:58.8205115Z Download action repository 'actions/attest-build-provenance@1176ef556905f349f669722abf30bce1a6e16e01' (SHA:1176ef556905f349f669722abf30bce1a6e16e01)
2025-08-20T22:41:59.0294869Z Download action repository 'actions/attest@ce27ba3b4a9a139d9a20a4a07d69fabb52f1e5bc' (SHA:ce27ba3b4a9a139d9a20a4a07d69fabb52f1e5bc)
2025-08-20T22:41:59.2965930Z Complete job name: x86_64-Linux ==> (ghcr.io/pkgforge/bincache/stress-ng/official/source)
2025-08-20T22:41:59.3686790Z ##[group]Run ##Presets
2025-08-20T22:41:59.3687799Z [36;1m##Presets[0m
2025-08-20T22:41:59.3688655Z [36;1mset +x ; set +e[0m
2025-08-20T22:41:59.3689554Z [36;1m#-------------#[0m
2025-08-20T22:41:59.3690688Z [36;1mif [[ "$(uname -m | tr -d '[:space:]')" == "aarch64" ]]; then[0m
2025-08-20T22:41:59.3692341Z [36;1m  if [[ "ALL" != "ALL" ]] && [[ "ALL" != "aarch64-Linux" ]]; then[0m
2025-08-20T22:41:59.3693702Z [36;1m    echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T22:41:59.3694899Z [36;1m  fi[0m
2025-08-20T22:41:59.3695951Z [36;1melif [[ "$(uname -m | tr -d '[:space:]')" == "loongarch64" ]]; then[0m
2025-08-20T22:41:59.3697428Z [36;1m  if [[ "ALL" != "ALL" ]] && [[ "ALL" != "loongarch64-Linux" ]]; then[0m
2025-08-20T22:41:59.3698787Z [36;1m    echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T22:41:59.3699929Z [36;1m  fi[0m
2025-08-20T22:41:59.3701149Z [36;1melif [[ "$(uname -m | tr -d '[:space:]')" == "riscv64" ]]; then[0m
2025-08-20T22:41:59.3702604Z [36;1m  if [[ "ALL" != "ALL" ]] && [[ "ALL" != "riscv64-Linux" ]]; then[0m
2025-08-20T22:41:59.3703929Z [36;1m    echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T22:41:59.3705065Z [36;1m  fi[0m
2025-08-20T22:41:59.3706145Z [36;1melif [[ "$(uname -m | tr -d '[:space:]')" == "x86_64" ]]; then[0m
2025-08-20T22:41:59.3707544Z [36;1m  if [[ "ALL" != "ALL" ]] && [[ "ALL" != "x86_64-Linux" ]]; then[0m
2025-08-20T22:41:59.3709017Z [36;1m     if [[ "ALL" == "riscv64-Linux" ||\[0m
2025-08-20T22:41:59.3710170Z [36;1m           "ALL" == "loongarch64-Linux" ]]; then[0m
2025-08-20T22:41:59.3711551Z [36;1m       echo "CONTINUE_GHRUN=TRUE" >> "${GITHUB_ENV}"[0m
2025-08-20T22:41:59.3712685Z [36;1m     else[0m
2025-08-20T22:41:59.3713678Z [36;1m       echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T22:41:59.3714810Z [36;1m     fi[0m
2025-08-20T22:41:59.3715573Z [36;1m  fi[0m
2025-08-20T22:41:59.3716321Z [36;1mfi[0m
2025-08-20T22:41:59.3785336Z shell: /usr/bin/bash -e {0}
2025-08-20T22:41:59.3786703Z env:
2025-08-20T22:41:59.3788050Z   GH_TOKEN: ***
2025-08-20T22:41:59.3788991Z ##[endgroup]
2025-08-20T22:41:59.4115580Z ##[group]Run ##Presets
2025-08-20T22:41:59.4116601Z [36;1m##Presets[0m
2025-08-20T22:41:59.4117646Z [36;1mset +x ; set +e[0m
2025-08-20T22:41:59.4118639Z [36;1m#-------------#[0m
2025-08-20T22:41:59.4119865Z [36;1m# Check if any of the required secrets are missing[0m
2025-08-20T22:41:59.4121960Z [36;1mif [ -z "${RO_GHTOKEN##*[[:space:]]}" ] || [ -z "${RO_GLTOKEN##*[[:space:]]}" ] || [ -z "${MINISIGN_KEY##*[[:space:]]}" ]; then[0m
2025-08-20T22:41:59.4123883Z [36;1m  echo "::error::One or more required secrets are missing:"[0m
2025-08-20T22:41:59.4125542Z [36;1m  [ -z "${RO_GHTOKEN##*[[:space:]]}" ] && echo "- RO_GHTOKEN is missing"[0m
2025-08-20T22:41:59.4127182Z [36;1m  [ -z "${RO_GLTOKEN##*[[:space:]]}" ] && echo "- RO_GLTOKEN is missing"[0m
2025-08-20T22:41:59.4128845Z [36;1m  [ -z "${MINISIGN_KEY##*[[:space:]]}" ] && echo "- MINISIGN_KEY is missing"[0m
2025-08-20T22:41:59.4130342Z [36;1m  exit 1[0m
2025-08-20T22:41:59.4131332Z [36;1mfi[0m
2025-08-20T22:41:59.4170714Z shell: /usr/bin/bash -e {0}
2025-08-20T22:41:59.4172005Z env:
2025-08-20T22:41:59.4173198Z   RO_GHTOKEN: ***
2025-08-20T22:41:59.4174224Z   RO_GLTOKEN: ***
2025-08-20T22:41:59.4178611Z   MINISIGN_KEY: ***
2025-08-20T22:41:59.4179488Z ##[endgroup]
2025-08-20T22:41:59.4413481Z ##[group]Run ##Presets
2025-08-20T22:41:59.4414549Z [36;1m##Presets[0m
2025-08-20T22:41:59.4415407Z [36;1mset +x ; set +e[0m
2025-08-20T22:41:59.4416288Z [36;1m#-------------#[0m
2025-08-20T22:41:59.4417171Z [36;1m##Host Triplet[0m
2025-08-20T22:41:59.4418263Z [36;1m if [[ "x86_64-Linux" != "$(uname -m)-$(uname -s)" ]] ; then[0m
2025-08-20T22:41:59.4419530Z [36;1m   export CROSS_COMPILING="YES"[0m
2025-08-20T22:41:59.4420746Z [36;1m   export HOST_TRIPLET_R="$(uname -m)-$(uname -s)"[0m
2025-08-20T22:41:59.4422139Z [36;1m   export ON_QEMU="YES"[0m
2025-08-20T22:41:59.4423291Z [36;1m   if [[ "x86_64-Linux" == "loongarch64-Linux" ]] ; then[0m
2025-08-20T22:41:59.4424567Z [36;1m     export HOST_TRIPLET="loongarch64-Linux"[0m
2025-08-20T22:41:59.4425843Z [36;1m   elif [[ "x86_64-Linux" == "riscv64-Linux" ]] ; then[0m
2025-08-20T22:41:59.4427093Z [36;1m     export HOST_TRIPLET="riscv64-Linux"[0m
2025-08-20T22:41:59.4428143Z [36;1m   fi[0m
2025-08-20T22:41:59.4429184Z [36;1m elif [[ "x86_64-Linux" == "$(uname -m)-$(uname -s)" ]] ; then[0m
2025-08-20T22:41:59.4430604Z [36;1m   export CROSS_COMPILING="NO"[0m
2025-08-20T22:41:59.4431985Z [36;1m   export HOST_TRIPLET="$(uname -m)-$(uname -s)"[0m
2025-08-20T22:41:59.4433247Z [36;1m   export HOST_TRIPLET_R="${HOST_TRIPLET}"[0m
2025-08-20T22:41:59.4434365Z [36;1m   export ON_QEMU="NO"[0m
2025-08-20T22:41:59.4435289Z [36;1m fi[0m
2025-08-20T22:41:59.4436347Z [36;1m echo "CROSS_COMPILING=${CROSS_COMPILING}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:41:59.4437849Z [36;1m echo "HOST_TRIPLET=${HOST_TRIPLET}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:41:59.4439293Z [36;1m echo "HOST_TRIPLET_R=${HOST_TRIPLET_R}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:41:59.4440665Z [36;1m echo "ON_QEMU=${ON_QEMU}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:41:59.4441926Z [36;1m##Debug[0m
2025-08-20T22:41:59.4442780Z [36;1m if [[ "false" == "true" ]] ; then[0m
2025-08-20T22:41:59.4443822Z [36;1m   export DEBUG="1"[0m
2025-08-20T22:41:59.4444748Z [36;1m else[0m
2025-08-20T22:41:59.4445560Z [36;1m   export DEBUG="0"[0m
2025-08-20T22:41:59.4446660Z [36;1m fi[0m
2025-08-20T22:41:59.4447537Z [36;1m echo "DEBUG=${DEBUG}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:41:59.4448644Z [36;1m##Docker Platform[0m
2025-08-20T22:41:59.4449745Z [36;1m if echo "${HOST_TRIPLET}" | grep -qiE "aarch64"; then[0m
2025-08-20T22:41:59.4451225Z [36;1m   DOCKER_PLATFORM="linux/arm64"[0m
2025-08-20T22:41:59.4452514Z [36;1m elif echo "${HOST_TRIPLET}" | grep -qiE "loongarch64"; then[0m
2025-08-20T22:41:59.4453824Z [36;1m   DOCKER_PLATFORM="linux/loong64"[0m
2025-08-20T22:41:59.4455081Z [36;1m elif echo "${HOST_TRIPLET}" | grep -qiE "riscv64"; then[0m
2025-08-20T22:41:59.4456352Z [36;1m   DOCKER_PLATFORM="linux/riscv64"[0m
2025-08-20T22:41:59.4457602Z [36;1m elif echo "${HOST_TRIPLET}" | grep -qiE "x86_64"; then[0m
2025-08-20T22:41:59.4458853Z [36;1m   DOCKER_PLATFORM="linux/amd64"[0m
2025-08-20T22:41:59.4459847Z [36;1m fi[0m
2025-08-20T22:41:59.4461148Z [36;1m echo "DOCKER_PLATFORM_ARCH=${HOST_TRIPLET%%-*}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:41:59.4462765Z [36;1m echo "DOCKER_PLATFORM=${DOCKER_PLATFORM}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:41:59.4464029Z [36;1m##GHCRPKG_URL[0m
2025-08-20T22:41:59.4465874Z [36;1m GHCRPKG_LOCAL="$(echo "ghcr.io/pkgforge/bincache/stress-ng/official/source" | tr '[:upper:]' '[:lower:]' | tr -d '[:space:]')"[0m
2025-08-20T22:41:59.4467896Z [36;1m export GHCRPKG_LOCAL[0m
2025-08-20T22:41:59.4469088Z [36;1m echo "GHCRPKG_LOCAL=${GHCRPKG_LOCAL}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:41:59.4470296Z [36;1m##Logs[0m
2025-08-20T22:41:59.4471328Z [36;1m if [[ "true" == "false" ]] ; then[0m
2025-08-20T22:41:59.4472390Z [36;1m   export KEEP_LOGS="NO"[0m
2025-08-20T22:41:59.4473338Z [36;1m else[0m
2025-08-20T22:41:59.4474158Z [36;1m   export KEEP_LOGS="YES"[0m
2025-08-20T22:41:59.4475203Z [36;1m   export GITHUB_TEST_BUILD="YES"[0m
2025-08-20T22:41:59.4476213Z [36;1m fi[0m
2025-08-20T22:41:59.4477326Z [36;1m echo "KEEP_LOGS=${KEEP_LOGS}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:41:59.4478806Z [36;1m echo "GITHUB_TEST_BUILD=${GITHUB_TEST_BUILD}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:41:59.4480130Z [36;1m##PKG_FAMILY_LOCAL[0m
2025-08-20T22:41:59.4481629Z [36;1m PKG_FAMILY_LOCAL="$(echo "stress-ng" | tr '[:upper:]' '[:lower:]' | tr -d '[:space:]')"[0m
2025-08-20T22:41:59.4483131Z [36;1m export PKG_FAMILY_LOCAL[0m
2025-08-20T22:41:59.4484380Z [36;1m echo "PKG_FAMILY_LOCAL=${PKG_FAMILY_LOCAL}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:41:59.4485649Z [36;1m##Rebuild[0m
2025-08-20T22:41:59.4486520Z [36;1m if [[ "false" == "false" ]] ; then[0m
2025-08-20T22:41:59.4487623Z [36;1m   export SBUILD_REBUILD="false"[0m
2025-08-20T22:41:59.4488622Z [36;1m else[0m
2025-08-20T22:41:59.4489482Z [36;1m   export SBUILD_REBUILD="true"[0m
2025-08-20T22:41:59.4490481Z [36;1m fi[0m
2025-08-20T22:41:59.4491730Z [36;1m echo "SBUILD_REBUILD=${SBUILD_REBUILD}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:41:59.4492970Z [36;1m ##SBUILD_URL[0m
2025-08-20T22:41:59.4494441Z [36;1m sudo curl -qfsSL "https://bin.pkgforge.dev/${HOST_TRIPLET_R}/yq" -o "/usr/local/bin/yq" && \[0m
2025-08-20T22:41:59.4496409Z [36;1m   sudo chmod 'a+x' "/usr/local/bin/yq" && command -v yq >/dev/null || exit 1[0m
2025-08-20T22:41:59.4499385Z [36;1m SBUILD_FILE_URL="$(echo "https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/stress-ng/static.official.source.yaml" | tr -d '[:space:]')"[0m
2025-08-20T22:41:59.4502269Z [36;1m pushd "$(mktemp -d)" >/dev/null 2>&1[0m
2025-08-20T22:41:59.4503644Z [36;1m   curl -w "(SBUILD) <== %{url}\n" -fL "${SBUILD_FILE_URL}" -o "./SBUILD_INPUT"[0m
2025-08-20T22:41:59.4505279Z [36;1m   if [[ ! -s "./SBUILD_INPUT" || $(stat -c%s "./SBUILD_INPUT") -le 10 ]]; then[0m
2025-08-20T22:41:59.4506830Z [36;1m     echo -e "\n[✗] FATAL: Failed to Fetch ${SBUILD_FILE_URL}\n"[0m
2025-08-20T22:41:59.4508213Z [36;1m     echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T22:41:59.4509345Z [36;1m    exit 1[0m
2025-08-20T22:41:59.4510158Z [36;1m   else[0m
2025-08-20T22:41:59.4511360Z [36;1m     export SBUILD_FILE_URL[0m
2025-08-20T22:41:59.4512674Z [36;1m     echo "SBUILD_FILE_URL=${SBUILD_FILE_URL}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:41:59.4513978Z [36;1m    #Check for x_exec.host[0m
2025-08-20T22:41:59.4515246Z [36;1m     if yq e '.x_exec.host != null' "./SBUILD_INPUT" | grep -qi 'true'; then[0m
2025-08-20T22:41:59.4516590Z [36;1m      #check if supported[0m
2025-08-20T22:41:59.4518026Z [36;1m       if ! yq '.x_exec.host[]' "./SBUILD_INPUT" | grep -v '^#' | grep -qi "${HOST_TRIPLET,,}"; then[0m
2025-08-20T22:41:59.4519957Z [36;1m          echo -e "\n[✗] WARNING: SBUILD (./SBUILD_INPUT) is NOT Supported on ${HOST_TRIPLET}\n"[0m
2025-08-20T22:41:59.4521639Z [36;1m          yq '.x_exec.host[]' "./SBUILD_INPUT"[0m
2025-08-20T22:41:59.4522870Z [36;1m          echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T22:41:59.4524035Z [36;1m         exit 1[0m
2025-08-20T22:41:59.4524891Z [36;1m       fi[0m
2025-08-20T22:41:59.4525710Z [36;1m      #get build system[0m
2025-08-20T22:41:59.4527130Z [36;1m       BUILD_SYS="$(yq '.x_exec.bsys' "./SBUILD_INPUT" | grep -v '^#' | tr -d '"'\''[:space:]')"[0m
2025-08-20T22:41:59.4528606Z [36;1m       export BUILD_SYS[0m
2025-08-20T22:41:59.4529735Z [36;1m       echo "BUILD_SYS=${BUILD_SYS}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:41:59.4531279Z [36;1m       if echo "${BUILD_SYS}" | grep -qi "docker://"; then[0m
2025-08-20T22:41:59.4532618Z [36;1m          echo "BUILD_ON_HOST=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T22:41:59.4533916Z [36;1m          echo "BUILD_SYSTEM=DOCKER" >> "${GITHUB_ENV}"[0m
2025-08-20T22:41:59.4535237Z [36;1m       elif echo "${BUILD_SYS}" | grep -qi "host://"; then[0m
2025-08-20T22:41:59.4536548Z [36;1m          echo "BUILD_ON_HOST=TRUE" >> "${GITHUB_ENV}"[0m
2025-08-20T22:41:59.4537811Z [36;1m          echo "BUILD_SYSTEM=HOST" >> "${GITHUB_ENV}"[0m
2025-08-20T22:41:59.4538920Z [36;1m       fi[0m
2025-08-20T22:41:59.4539875Z [36;1m     fi[0m
2025-08-20T22:41:59.4540649Z [36;1m   fi[0m
2025-08-20T22:41:59.4541678Z [36;1m popd >/dev/null 2>&1[0m
2025-08-20T22:41:59.4580971Z shell: /usr/bin/bash -e {0}
2025-08-20T22:41:59.4581885Z ##[endgroup]
2025-08-20T22:42:00.0691636Z   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
2025-08-20T22:42:00.0692828Z                                  Dload  Upload   Total   Spent    Left  Speed
2025-08-20T22:42:00.0693100Z 
2025-08-20T22:42:00.1047032Z   0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
2025-08-20T22:42:00.1047657Z 100  4474  100  4474    0     0   117k      0 --:--:-- --:--:-- --:--:--  118k
2025-08-20T22:42:00.1056832Z (SBUILD) <== https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/stress-ng/static.official.source.yaml
2025-08-20T22:42:00.1282064Z ##[group]Run ##Presets
2025-08-20T22:42:00.1282432Z [36;1m##Presets[0m
2025-08-20T22:42:00.1282686Z [36;1mset +x ; set +e[0m
2025-08-20T22:42:00.1282946Z [36;1m#-------------#[0m
2025-08-20T22:42:00.1283210Z [36;1m##Debug?[0m
2025-08-20T22:42:00.1283505Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T22:42:00.1283860Z [36;1m  set -x[0m
2025-08-20T22:42:00.1284090Z [36;1mfi[0m
2025-08-20T22:42:00.1284314Z [36;1m#-------------#[0m
2025-08-20T22:42:00.1284580Z [36;1m##CoreUtils[0m
2025-08-20T22:42:00.1284834Z [36;1msudo apt update -y[0m
2025-08-20T22:42:00.1285232Z [36;1msudo apt install bc coreutils curl dos2unix fdupes jq moreutils wget -y[0m
2025-08-20T22:42:00.1286352Z [36;1msudo apt install apt-transport-https apt-utils ca-certificates coreutils dos2unix gnupg2 jq moreutils p7zip-full rename rsync software-properties-common texinfo tmux util-linux wget -y 2>/dev/null ; sudo apt update -y 2>/dev/null[0m
2025-08-20T22:42:00.1287310Z [36;1m##tmp[0m
2025-08-20T22:42:00.1287637Z [36;1mSYSTMP="$(dirname $(mktemp -u))" && export SYSTMP="${SYSTMP}"[0m
2025-08-20T22:42:00.1288009Z [36;1m#GH ENV[0m
2025-08-20T22:42:00.1288286Z [36;1mecho "SYSTMP=${SYSTMP}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:42:00.1288877Z [36;1mecho "GHA_MODE=MATRIX" >> "${GITHUB_ENV}"[0m
2025-08-20T22:42:00.1289194Z [36;1m#-------------#[0m
2025-08-20T22:42:00.1289464Z [36;1mmkdir -p "${HOME}/bin"[0m
2025-08-20T22:42:00.1289757Z [36;1msudo apt update -y[0m
2025-08-20T22:42:00.1290050Z [36;1msudo apt install dos2unix -y[0m
2025-08-20T22:42:00.1290371Z [36;1m##Setup Minisign[0m
2025-08-20T22:42:00.1290653Z [36;1mmkdir -pv "${HOME}/.minisign"[0m
2025-08-20T22:42:00.1291491Z [36;1mecho "***[0m
2025-08-20T22:42:00.1292889Z [36;1m***" > "${HOME}/.minisign/pkgforge.key"[0m
2025-08-20T22:42:00.1293238Z [36;1m##User-Agent[0m
2025-08-20T22:42:00.1294105Z [36;1mUSER_AGENT="$(curl -qfsSL 'https://raw.githubusercontent.com/pkgforge/devscripts/refs/heads/main/Misc/User-Agents/ua_chrome_macos_latest.txt')" && export USER_AGENT="${USER_AGENT}"[0m
2025-08-20T22:42:00.1294958Z [36;1mecho "USER_AGENT=${USER_AGENT}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:42:00.1337567Z shell: /usr/bin/bash -e {0}
2025-08-20T22:42:00.1337862Z env:
2025-08-20T22:42:00.1338084Z   CROSS_COMPILING: NO
2025-08-20T22:42:00.1338340Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T22:42:00.1338610Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T22:42:00.1338869Z   ON_QEMU: NO
2025-08-20T22:42:00.1339088Z   DEBUG: 0
2025-08-20T22:42:00.1339323Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T22:42:00.1339601Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T22:42:00.1339973Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/stress-ng/official/source
2025-08-20T22:42:00.1340376Z   KEEP_LOGS: YES
2025-08-20T22:42:00.1340619Z   GITHUB_TEST_BUILD: YES
2025-08-20T22:42:00.1341105Z   PKG_FAMILY_LOCAL: stress-ng
2025-08-20T22:42:00.1341383Z   SBUILD_REBUILD: false
2025-08-20T22:42:00.1342007Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/stress-ng/static.official.source.yaml
2025-08-20T22:42:00.1342669Z   BUILD_SYS: docker://clang+make
2025-08-20T22:42:00.1342957Z   BUILD_ON_HOST: FALSE
2025-08-20T22:42:00.1343251Z   BUILD_SYSTEM: DOCKER
2025-08-20T22:42:00.1343486Z ##[endgroup]
2025-08-20T22:42:00.1899643Z 
2025-08-20T22:42:00.1902797Z WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
2025-08-20T22:42:00.1903480Z 
2025-08-20T22:42:00.2862254Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T22:42:00.3200943Z Hit:2 http://azure.archive.ubuntu.com/ubuntu noble InRelease
2025-08-20T22:42:00.3208213Z Hit:6 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-20T22:42:00.3213472Z Get:7 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease [3600 B]
2025-08-20T22:42:00.3254663Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble-updates InRelease [126 kB]
2025-08-20T22:42:00.3311770Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble-backports InRelease [126 kB]
2025-08-20T22:42:00.3364519Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble-security InRelease [126 kB]
2025-08-20T22:42:00.5241212Z Get:8 https://packages.microsoft.com/ubuntu/24.04/prod noble/main armhf Packages [9870 B]
2025-08-20T22:42:00.5325531Z Get:9 https://packages.microsoft.com/ubuntu/24.04/prod noble/main amd64 Packages [48.0 kB]
2025-08-20T22:42:00.5354788Z Get:10 https://packages.microsoft.com/ubuntu/24.04/prod noble/main arm64 Packages [33.2 kB]
2025-08-20T22:42:00.5721998Z Get:11 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 Packages [1349 kB]
2025-08-20T22:42:00.5804596Z Get:12 http://azure.archive.ubuntu.com/ubuntu noble-updates/main Translation-en [268 kB]
2025-08-20T22:42:00.5827699Z Get:13 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 Components [175 kB]
2025-08-20T22:42:00.5847308Z Get:14 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 Packages [1124 kB]
2025-08-20T22:42:00.5908661Z Get:15 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe Translation-en [288 kB]
2025-08-20T22:42:00.5933615Z Get:16 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 Components [377 kB]
2025-08-20T22:42:00.5972344Z Get:17 http://azure.archive.ubuntu.com/ubuntu noble-updates/restricted amd64 Packages [1728 kB]
2025-08-20T22:42:00.6077830Z Get:18 http://azure.archive.ubuntu.com/ubuntu noble-updates/restricted Translation-en [382 kB]
2025-08-20T22:42:00.6106729Z Get:19 http://azure.archive.ubuntu.com/ubuntu noble-updates/restricted amd64 Components [212 B]
2025-08-20T22:42:00.6112860Z Get:20 http://azure.archive.ubuntu.com/ubuntu noble-updates/multiverse amd64 Components [940 B]
2025-08-20T22:42:00.6677915Z Get:21 http://azure.archive.ubuntu.com/ubuntu noble-backports/main amd64 Components [7060 B]
2025-08-20T22:42:00.6689595Z Get:22 http://azure.archive.ubuntu.com/ubuntu noble-backports/universe amd64 Components [19.2 kB]
2025-08-20T22:42:00.6701385Z Get:23 http://azure.archive.ubuntu.com/ubuntu noble-backports/restricted amd64 Components [216 B]
2025-08-20T22:42:00.6739154Z Get:24 http://azure.archive.ubuntu.com/ubuntu noble-backports/multiverse amd64 Components [212 B]
2025-08-20T22:42:00.6754560Z Get:25 http://azure.archive.ubuntu.com/ubuntu noble-security/main amd64 Packages [1081 kB]
2025-08-20T22:42:00.6814766Z Get:26 http://azure.archive.ubuntu.com/ubuntu noble-security/main Translation-en [187 kB]
2025-08-20T22:42:00.6836614Z Get:27 http://azure.archive.ubuntu.com/ubuntu noble-security/main amd64 Components [21.6 kB]
2025-08-20T22:42:00.6846203Z Get:28 http://azure.archive.ubuntu.com/ubuntu noble-security/universe amd64 Packages [881 kB]
2025-08-20T22:42:00.6895328Z Get:29 http://azure.archive.ubuntu.com/ubuntu noble-security/universe Translation-en [195 kB]
2025-08-20T22:42:00.6916426Z Get:30 http://azure.archive.ubuntu.com/ubuntu noble-security/universe amd64 Components [52.2 kB]
2025-08-20T22:42:00.6926253Z Get:31 http://azure.archive.ubuntu.com/ubuntu noble-security/restricted amd64 Packages [1625 kB]
2025-08-20T22:42:00.7024252Z Get:32 http://azure.archive.ubuntu.com/ubuntu noble-security/restricted Translation-en [359 kB]
2025-08-20T22:42:00.7068883Z Get:33 http://azure.archive.ubuntu.com/ubuntu noble-security/restricted amd64 Components [212 B]
2025-08-20T22:42:00.7088235Z Get:34 http://azure.archive.ubuntu.com/ubuntu noble-security/multiverse amd64 Components [208 B]
2025-08-20T22:42:09.8781002Z Fetched 10.6 MB in 1s (7760 kB/s)
2025-08-20T22:42:10.5476188Z Reading package lists...
2025-08-20T22:42:10.6940236Z Building dependency tree...
2025-08-20T22:42:10.6946524Z Reading state information...
2025-08-20T22:42:10.7084360Z 21 packages can be upgraded. Run 'apt list --upgradable' to see them.
2025-08-20T22:42:10.7198041Z 
2025-08-20T22:42:10.7199066Z WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
2025-08-20T22:42:10.7199940Z 
2025-08-20T22:42:10.7330046Z Reading package lists...
2025-08-20T22:42:10.8912250Z Building dependency tree...
2025-08-20T22:42:10.8919505Z Reading state information...
2025-08-20T22:42:11.0399458Z bc is already the newest version (1.07.1-3ubuntu4).
2025-08-20T22:42:11.0400444Z bc set to manually installed.
2025-08-20T22:42:11.0401395Z coreutils is already the newest version (9.4-3ubuntu6).
2025-08-20T22:42:11.0402335Z curl is already the newest version (8.5.0-2ubuntu10.6).
2025-08-20T22:42:11.0403237Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T22:42:11.0404101Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T22:42:11.0405016Z The following additional packages will be installed:
2025-08-20T22:42:11.0406039Z   libtime-duration-perl
2025-08-20T22:42:11.0811860Z The following NEW packages will be installed:
2025-08-20T22:42:11.0819511Z   dos2unix fdupes libtime-duration-perl moreutils
2025-08-20T22:42:11.0985289Z 0 upgraded, 4 newly installed, 0 to remove and 21 not upgraded.
2025-08-20T22:42:11.1208569Z Need to get 616 kB of archives.
2025-08-20T22:42:11.1209289Z After this operation, 2255 kB of additional disk space will be used.
2025-08-20T22:42:11.1210059Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T22:42:11.1552597Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 fdupes amd64 1:2.3.0-1build1 [46.4 kB]
2025-08-20T22:42:11.1748663Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libtime-duration-perl all 1.21-2 [12.3 kB]
2025-08-20T22:42:11.1941505Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 moreutils amd64 0.69-1 [56.4 kB]
2025-08-20T22:42:11.2129646Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 dos2unix amd64 7.5.1-1 [501 kB]
2025-08-20T22:42:11.4708654Z Fetched 616 kB in 0s (5183 kB/s)
2025-08-20T22:42:11.5057759Z Selecting previously unselected package fdupes.
2025-08-20T22:42:11.5604841Z (Reading database ... 
2025-08-20T22:42:11.5605492Z (Reading database ... 5%
2025-08-20T22:42:11.5605994Z (Reading database ... 10%
2025-08-20T22:42:11.5606473Z (Reading database ... 15%
2025-08-20T22:42:11.5607001Z (Reading database ... 20%
2025-08-20T22:42:11.5607502Z (Reading database ... 25%
2025-08-20T22:42:11.5608012Z (Reading database ... 30%
2025-08-20T22:42:11.5608590Z (Reading database ... 35%
2025-08-20T22:42:11.5609081Z (Reading database ... 40%
2025-08-20T22:42:11.5609556Z (Reading database ... 45%
2025-08-20T22:42:11.5610088Z (Reading database ... 50%
2025-08-20T22:42:11.6507834Z (Reading database ... 55%
2025-08-20T22:42:12.0235526Z (Reading database ... 60%
2025-08-20T22:42:12.1911365Z (Reading database ... 65%
2025-08-20T22:42:12.3010199Z (Reading database ... 70%
2025-08-20T22:42:12.4769525Z (Reading database ... 75%
2025-08-20T22:42:13.1872138Z (Reading database ... 80%
2025-08-20T22:42:13.7883775Z (Reading database ... 85%
2025-08-20T22:42:14.3355184Z (Reading database ... 90%
2025-08-20T22:42:14.8124292Z (Reading database ... 95%
2025-08-20T22:42:14.8124885Z (Reading database ... 100%
2025-08-20T22:42:14.8132182Z (Reading database ... 219830 files and directories currently installed.)
2025-08-20T22:42:14.8172200Z Preparing to unpack .../fdupes_1%3a2.3.0-1build1_amd64.deb ...
2025-08-20T22:42:14.8203597Z Unpacking fdupes (1:2.3.0-1build1) ...
2025-08-20T22:42:14.8574604Z Selecting previously unselected package libtime-duration-perl.
2025-08-20T22:42:14.8708172Z Preparing to unpack .../libtime-duration-perl_1.21-2_all.deb ...
2025-08-20T22:42:14.8718297Z Unpacking libtime-duration-perl (1.21-2) ...
2025-08-20T22:42:14.9074160Z Selecting previously unselected package moreutils.
2025-08-20T22:42:14.9208763Z Preparing to unpack .../moreutils_0.69-1_amd64.deb ...
2025-08-20T22:42:14.9218660Z Unpacking moreutils (0.69-1) ...
2025-08-20T22:42:15.0464342Z Selecting previously unselected package dos2unix.
2025-08-20T22:42:15.0601299Z Preparing to unpack .../dos2unix_7.5.1-1_amd64.deb ...
2025-08-20T22:42:15.0611697Z Unpacking dos2unix (7.5.1-1) ...
2025-08-20T22:42:15.3151671Z Setting up fdupes (1:2.3.0-1build1) ...
2025-08-20T22:42:15.3177351Z Setting up libtime-duration-perl (1.21-2) ...
2025-08-20T22:42:15.3201617Z Setting up dos2unix (7.5.1-1) ...
2025-08-20T22:42:15.3231596Z Setting up moreutils (0.69-1) ...
2025-08-20T22:42:15.3273844Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T22:43:09.7702589Z 
2025-08-20T22:43:09.7702955Z Running kernel seems to be up-to-date.
2025-08-20T22:43:09.7703344Z 
2025-08-20T22:43:09.7703529Z Restarting services...
2025-08-20T22:43:09.7770021Z 
2025-08-20T22:43:09.7770311Z Service restarts being deferred:
2025-08-20T22:43:09.7771616Z  systemctl restart hosted-compute-agent.service
2025-08-20T22:43:09.7772032Z 
2025-08-20T22:43:09.7772576Z No containers need to be restarted.
2025-08-20T22:43:09.7772882Z 
2025-08-20T22:43:09.7773067Z No user sessions are running outdated binaries.
2025-08-20T22:43:09.7773405Z 
2025-08-20T22:43:09.7773722Z No VM guests are running outdated hypervisor (qemu) binaries on this host.
2025-08-20T22:43:10.6000695Z Reading package lists...
2025-08-20T22:43:10.7475957Z Building dependency tree...
2025-08-20T22:43:10.7483761Z Reading state information...
2025-08-20T22:43:10.8981819Z apt-transport-https is already the newest version (2.8.3).
2025-08-20T22:43:10.8982611Z apt-utils is already the newest version (2.8.3).
2025-08-20T22:43:10.8983241Z apt-utils set to manually installed.
2025-08-20T22:43:10.8984280Z ca-certificates is already the newest version (20240203).
2025-08-20T22:43:10.8984896Z coreutils is already the newest version (9.4-3ubuntu6).
2025-08-20T22:43:10.8985449Z dos2unix is already the newest version (7.5.1-1).
2025-08-20T22:43:10.8986003Z gnupg2 is already the newest version (2.4.4-2ubuntu17.3).
2025-08-20T22:43:10.8986580Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T22:43:10.8987131Z moreutils is already the newest version (0.69-1).
2025-08-20T22:43:10.8987546Z p7zip-full is already the newest version (16.02+transitional.1).
2025-08-20T22:43:10.8987952Z rsync is already the newest version (3.2.7-1ubuntu1.2).
2025-08-20T22:43:10.8988492Z texinfo is already the newest version (7.1-3build2).
2025-08-20T22:43:10.8988828Z tmux is already the newest version (3.4-1ubuntu0.1).
2025-08-20T22:43:10.8989126Z tmux set to manually installed.
2025-08-20T22:43:10.8989430Z util-linux is already the newest version (2.39.3-9ubuntu6.3).
2025-08-20T22:43:10.8989804Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T22:43:10.8990149Z The following additional packages will be installed:
2025-08-20T22:43:10.8990601Z   python3-software-properties
2025-08-20T22:43:10.8991135Z Recommended packages:
2025-08-20T22:43:10.8991471Z   unattended-upgrades
2025-08-20T22:43:10.9284431Z The following NEW packages will be installed:
2025-08-20T22:43:10.9284977Z   rename
2025-08-20T22:43:10.9292920Z The following packages will be upgraded:
2025-08-20T22:43:10.9293646Z   python3-software-properties software-properties-common
2025-08-20T22:43:10.9446032Z 2 upgraded, 1 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T22:43:10.9667896Z Need to get 64.7 kB of archives.
2025-08-20T22:43:10.9668752Z After this operation, 63.5 kB of additional disk space will be used.
2025-08-20T22:43:10.9669454Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T22:43:11.0182648Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 software-properties-common all 0.99.49.3 [14.4 kB]
2025-08-20T22:43:11.0523399Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 python3-software-properties all 0.99.49.3 [29.9 kB]
2025-08-20T22:43:11.0868058Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 rename all 2.02-1 [20.3 kB]
2025-08-20T22:43:11.3369322Z Fetched 64.7 kB in 0s (485 kB/s)
2025-08-20T22:43:11.3709305Z (Reading database ... 
2025-08-20T22:43:11.3710019Z (Reading database ... 5%
2025-08-20T22:43:11.3710437Z (Reading database ... 10%
2025-08-20T22:43:11.3710997Z (Reading database ... 15%
2025-08-20T22:43:11.3711368Z (Reading database ... 20%
2025-08-20T22:43:11.3711732Z (Reading database ... 25%
2025-08-20T22:43:11.3712118Z (Reading database ... 30%
2025-08-20T22:43:11.3712753Z (Reading database ... 35%
2025-08-20T22:43:11.3713113Z (Reading database ... 40%
2025-08-20T22:43:11.3713463Z (Reading database ... 45%
2025-08-20T22:43:11.3713817Z (Reading database ... 50%
2025-08-20T22:43:11.3793422Z (Reading database ... 55%
2025-08-20T22:43:11.3826141Z (Reading database ... 60%
2025-08-20T22:43:11.3846921Z (Reading database ... 65%
2025-08-20T22:43:11.3879466Z (Reading database ... 70%
2025-08-20T22:43:11.3903589Z (Reading database ... 75%
2025-08-20T22:43:11.3931310Z (Reading database ... 80%
2025-08-20T22:43:11.4061650Z (Reading database ... 85%
2025-08-20T22:43:11.4147066Z (Reading database ... 90%
2025-08-20T22:43:11.4395452Z (Reading database ... 95%
2025-08-20T22:43:11.4395858Z (Reading database ... 100%
2025-08-20T22:43:11.4396344Z (Reading database ... 219999 files and directories currently installed.)
2025-08-20T22:43:11.4436206Z Preparing to unpack .../software-properties-common_0.99.49.3_all.deb ...
2025-08-20T22:43:11.5643248Z Unpacking software-properties-common (0.99.49.3) over (0.99.49.2) ...
2025-08-20T22:43:11.6198838Z Preparing to unpack .../python3-software-properties_0.99.49.3_all.deb ...
2025-08-20T22:43:11.6964916Z Unpacking python3-software-properties (0.99.49.3) over (0.99.49.2) ...
2025-08-20T22:43:11.7215053Z Selecting previously unselected package rename.
2025-08-20T22:43:11.7352788Z Preparing to unpack .../archives/rename_2.02-1_all.deb ...
2025-08-20T22:43:11.7362638Z Unpacking rename (2.02-1) ...
2025-08-20T22:43:11.7759626Z Setting up rename (2.02-1) ...
2025-08-20T22:43:11.7820965Z update-alternatives: using /usr/bin/file-rename to provide /usr/bin/rename (rename) in auto mode
2025-08-20T22:43:11.7840355Z Setting up python3-software-properties (0.99.49.3) ...
2025-08-20T22:43:11.9032848Z Setting up software-properties-common (0.99.49.3) ...
2025-08-20T22:43:12.0012384Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T22:43:16.0275241Z Processing triggers for dbus (1.14.10-4ubuntu4.1) ...
2025-08-20T22:43:17.4924735Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T22:43:17.5212443Z Hit:2 http://azure.archive.ubuntu.com/ubuntu noble InRelease
2025-08-20T22:43:17.5213653Z Hit:6 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-20T22:43:17.5220759Z Hit:3 http://azure.archive.ubuntu.com/ubuntu noble-updates InRelease
2025-08-20T22:43:17.5233955Z Hit:4 http://azure.archive.ubuntu.com/ubuntu noble-backports InRelease
2025-08-20T22:43:17.5240221Z Hit:7 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease
2025-08-20T22:43:17.5245148Z Hit:5 http://azure.archive.ubuntu.com/ubuntu noble-security InRelease
2025-08-20T22:43:18.6190516Z Reading package lists...
2025-08-20T22:43:18.7610304Z Building dependency tree...
2025-08-20T22:43:18.7617089Z Reading state information...
2025-08-20T22:43:18.7743465Z 19 packages can be upgraded. Run 'apt list --upgradable' to see them.
2025-08-20T22:43:18.7890327Z 
2025-08-20T22:43:18.7890929Z WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
2025-08-20T22:43:18.7891442Z 
2025-08-20T22:43:18.8490258Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T22:43:18.8761703Z Hit:2 http://azure.archive.ubuntu.com/ubuntu noble InRelease
2025-08-20T22:43:18.8782385Z Hit:3 http://azure.archive.ubuntu.com/ubuntu noble-updates InRelease
2025-08-20T22:43:18.8789786Z Hit:4 http://azure.archive.ubuntu.com/ubuntu noble-backports InRelease
2025-08-20T22:43:18.8796810Z Hit:5 http://azure.archive.ubuntu.com/ubuntu noble-security InRelease
2025-08-20T22:43:18.8815309Z Hit:6 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-20T22:43:18.8845830Z Hit:7 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease
2025-08-20T22:43:19.9692426Z Reading package lists...
2025-08-20T22:43:20.1147839Z Building dependency tree...
2025-08-20T22:43:20.1154153Z Reading state information...
2025-08-20T22:43:20.1281137Z 19 packages can be upgraded. Run 'apt list --upgradable' to see them.
2025-08-20T22:43:20.1393343Z 
2025-08-20T22:43:20.1394181Z WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
2025-08-20T22:43:20.1394515Z 
2025-08-20T22:43:20.1519145Z Reading package lists...
2025-08-20T22:43:20.3019417Z Building dependency tree...
2025-08-20T22:43:20.3027314Z Reading state information...
2025-08-20T22:43:20.4420162Z dos2unix is already the newest version (7.5.1-1).
2025-08-20T22:43:20.4771697Z 0 upgraded, 0 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T22:43:20.5049878Z mkdir: created directory '/home/runner/.minisign'
2025-08-20T22:43:20.5513139Z ##[group]Run ##Presets
2025-08-20T22:43:20.5513413Z [36;1m##Presets[0m
2025-08-20T22:43:20.5513617Z [36;1mset +x ; set +e[0m
2025-08-20T22:43:20.5513831Z [36;1m#-------------#[0m
2025-08-20T22:43:20.5514032Z [36;1m##Debug?[0m
2025-08-20T22:43:20.5514276Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T22:43:20.5534231Z [36;1m  set -x[0m
2025-08-20T22:43:20.5534475Z [36;1mfi[0m
2025-08-20T22:43:20.5534668Z [36;1m#-------------#[0m
2025-08-20T22:43:20.5535161Z [36;1mecho "kernel.apparmor_restrict_unprivileged_userns=0" | sudo tee "/etc/sysctl.d/98-apparmor-unuserns.conf"[0m
2025-08-20T22:43:20.5535760Z [36;1mecho "0" | sudo tee "/proc/sys/kernel/apparmor_restrict_unprivileged_userns"[0m
2025-08-20T22:43:20.5536356Z [36;1msudo service procps restart[0m
2025-08-20T22:43:20.5536632Z [36;1msudo sysctl -p "/etc/sysctl.conf"[0m
2025-08-20T22:43:20.5577738Z shell: /usr/bin/bash -e {0}
2025-08-20T22:43:20.5577971Z env:
2025-08-20T22:43:20.5578182Z   CROSS_COMPILING: NO
2025-08-20T22:43:20.5578396Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T22:43:20.5578623Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T22:43:20.5578838Z   ON_QEMU: NO
2025-08-20T22:43:20.5579005Z   DEBUG: 0
2025-08-20T22:43:20.5579184Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T22:43:20.5579416Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T22:43:20.5579739Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/stress-ng/official/source
2025-08-20T22:43:20.5580079Z   KEEP_LOGS: YES
2025-08-20T22:43:20.5580271Z   GITHUB_TEST_BUILD: YES
2025-08-20T22:43:20.5580487Z   PKG_FAMILY_LOCAL: stress-ng
2025-08-20T22:43:20.5580726Z   SBUILD_REBUILD: false
2025-08-20T22:43:20.5581440Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/stress-ng/static.official.source.yaml
2025-08-20T22:43:20.5582049Z   BUILD_SYS: docker://clang+make
2025-08-20T22:43:20.5582288Z   BUILD_ON_HOST: FALSE
2025-08-20T22:43:20.5582483Z   BUILD_SYSTEM: DOCKER
2025-08-20T22:43:20.5582679Z   SYSTMP: /tmp
2025-08-20T22:43:20.5582856Z   GHA_MODE: MATRIX
2025-08-20T22:43:20.5583293Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T22:43:20.5583767Z ##[endgroup]
2025-08-20T22:43:20.5706014Z kernel.apparmor_restrict_unprivileged_userns=0
2025-08-20T22:43:20.5776028Z 0
2025-08-20T22:43:20.6153470Z vm.max_map_count = 262144
2025-08-20T22:43:20.6153912Z fs.inotify.max_user_watches = 655360
2025-08-20T22:43:20.6154264Z fs.inotify.max_user_instances = 1280
2025-08-20T22:43:20.6154523Z vm.mmap_rnd_bits = 28
2025-08-20T22:43:20.6226446Z ##[group]Run ##Presets
2025-08-20T22:43:20.6226772Z [36;1m##Presets[0m
2025-08-20T22:43:20.6227011Z [36;1mset +x ; set +e[0m
2025-08-20T22:43:20.6227222Z [36;1m#-------------#[0m
2025-08-20T22:43:20.6227420Z [36;1m##Debug?[0m
2025-08-20T22:43:20.6227677Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T22:43:20.6227972Z [36;1m  set -x[0m
2025-08-20T22:43:20.6228155Z [36;1mfi[0m
2025-08-20T22:43:20.6228333Z [36;1m#-------------#[0m
2025-08-20T22:43:20.6228533Z [36;1m##Main[0m
2025-08-20T22:43:20.6228746Z [36;1mpushd "$(mktemp -d)" >/dev/null 2>&1[0m
2025-08-20T22:43:20.6229404Z [36;1m curl -qfsSL "https://raw.githubusercontent.com/pkgforge/bincache/refs/heads/main/scripts/runner/builder.sh" -o "${SYSTMP}/BUILDER.sh"[0m
2025-08-20T22:43:20.6230153Z [36;1m dos2unix --quiet "${SYSTMP}/BUILDER.sh" ; chmod +xwr "${SYSTMP}/BUILDER.sh"[0m
2025-08-20T22:43:20.6230530Z [36;1m ##Run with STDOUT + LOGS[0m
2025-08-20T22:43:20.6231009Z [36;1m  export DEBUG="${DEBUG}"[0m
2025-08-20T22:43:20.6231289Z [36;1m  export KEEP_LOGS="${KEEP_LOGS}"[0m
2025-08-20T22:43:20.6231598Z [36;1m  export PKG_FAMILY_LOCAL="${PKG_FAMILY_LOCAL}"[0m
2025-08-20T22:43:20.6231914Z [36;1m  export GHCRPKG_LOCAL="${GHCRPKG_LOCAL}"[0m
2025-08-20T22:43:20.6232216Z [36;1m  export SBUILD_REBUILD="${SBUILD_REBUILD}"[0m
2025-08-20T22:43:20.6232526Z [36;1m  export GITHUB_TEST_BUILD="${GITHUB_TEST_BUILD}"[0m
2025-08-20T22:43:20.6232818Z [36;1m if [[ "" == "TRUE" ]]; then[0m
2025-08-20T22:43:20.6233150Z [36;1m   sudo podman cp "${SYSTMP}/BUILDER.sh" "${POD_ID}:/tmp/BUILDER.sh"[0m
2025-08-20T22:43:20.6233526Z [36;1m   sudo podman exec -u "runner" -w "/tmp" \[0m
2025-08-20T22:43:20.6233810Z [36;1m     -e DEBUG="${DEBUG}" \[0m
2025-08-20T22:43:20.6234071Z [36;1m     -e GHCR_TOKEN="${GHCR_TOKEN}" \[0m
2025-08-20T22:43:20.6234347Z [36;1m     -e GITHUB_TOKEN="${GITHUB_TOKEN}" \[0m
2025-08-20T22:43:20.6234627Z [36;1m     -e GITLAB_TOKEN="${GITLAB_TOKEN}" \[0m
2025-08-20T22:43:20.6234904Z [36;1m     -e MINISIGN_KEY="${MINISIGN_KEY}" \[0m
2025-08-20T22:43:20.6235345Z [36;1m     -e KEEP_LOGS="${KEEP_LOGS}" \[0m
2025-08-20T22:43:20.6235638Z [36;1m     -e PKG_FAMILY_LOCAL="${PKG_FAMILY_LOCAL}" \[0m
2025-08-20T22:43:20.6235945Z [36;1m     -e GHCRPKG_LOCAL="${GHCRPKG_LOCAL}" \[0m
2025-08-20T22:43:20.6236239Z [36;1m     -e SBUILD_REBUILD="${SBUILD_REBUILD}" \[0m
2025-08-20T22:43:20.6236550Z [36;1m     -e GITHUB_TEST_BUILD="${GITHUB_TEST_BUILD}" \[0m
2025-08-20T22:43:20.6236851Z [36;1m     -e INSIDE_PODMAN="${INSIDE_PODMAN}" \[0m
2025-08-20T22:43:20.6237162Z [36;1m     -e CROSS_COMPILING="${CROSS_COMPILING}" \[0m
2025-08-20T22:43:20.6237457Z [36;1m     -e SBUILD_FILE_URL="${SBUILD_FILE_URL}" \[0m
2025-08-20T22:43:20.6237768Z [36;1m     "${POD_ID}" \[0m
2025-08-20T22:43:20.6238111Z [36;1m     bash -c 'bash "/tmp/BUILDER.sh" "${SBUILD_FILE_URL}" | tee "/tmp/BUILD.log" 2>&1'[0m
2025-08-20T22:43:20.6238553Z [36;1m   sudo podman cp "${POD_ID}:/tmp/BUILD.log" "${SYSTMP}/BUILD.log"[0m
2025-08-20T22:43:20.6239016Z [36;1m   sudo podman cp "${POD_ID}:/tmp/BUILD_ARTIFACTS.zstd" "${SYSTMP}/BUILD_ARTIFACTS.zstd"[0m
2025-08-20T22:43:20.6239480Z [36;1m   sudo podman cp "${POD_ID}:/tmp/GITHUB_ENV" "${SYSTMP}/GITHUB_ENV"[0m
2025-08-20T22:43:20.6239820Z [36;1m   mkdir -p "${SYSTMP}/_POD_BRIDGE"[0m
2025-08-20T22:43:20.6240167Z [36;1m   sudo podman cp "${POD_ID}:/tmp/_POD_BRIDGE/." "${SYSTMP}/_POD_BRIDGE"[0m
2025-08-20T22:43:20.6241003Z [36;1m   sudo chown -Rv "$(whoami):$(whoami)" "${SYSTMP}/BUILD.log" "${SYSTMP}/BUILD_ARTIFACTS.zstd" "${SYSTMP}/GITHUB_ENV" "${SYSTMP}/_POD_BRIDGE" 2>/dev/null[0m
2025-08-20T22:43:20.6241798Z [36;1m   sudo chmod -R +xwr "${SYSTMP}/BUILD.log" "${SYSTMP}/BUILD_ARTIFACTS.zstd" "${SYSTMP}/GITHUB_ENV" "${SYSTMP}/_POD_BRIDGE" 2>/dev/null[0m
2025-08-20T22:43:20.6242328Z [36;1m   cat "${SYSTMP}/GITHUB_ENV" >> "${GITHUB_ENV}"[0m
2025-08-20T22:43:20.6242597Z [36;1m else[0m
2025-08-20T22:43:20.6243061Z [36;1m   bash "${SYSTMP}/BUILDER.sh" "${SBUILD_FILE_URL}" | tee "${SYSTMP}/BUILD.log" 2>&1[0m
2025-08-20T22:43:20.6243420Z [36;1m fi[0m
2025-08-20T22:43:20.6243664Z [36;1m ##Purge Tokens (in case set -x & gh didn't redact)[0m
2025-08-20T22:43:20.6244046Z [36;1m cat "${SYSTMP}/BUILD.log" | ansi2txt > "${SYSTMP}/BUILD.gh.log.txt"[0m
2025-08-20T22:43:20.6244457Z [36;1m sed -i '/.*github_pat.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T22:43:20.6244860Z [36;1m sed -i '/.*ghp_.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T22:43:20.6245264Z [36;1m sed -i '/.*access_key_id.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T22:43:20.6245662Z [36;1m sed -i '/.*token.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T22:43:20.6246065Z [36;1m sed -i '/.*secret_access_key.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T22:43:20.6246472Z [36;1m sed -i '/.*token.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T22:43:20.6246890Z [36;1m sed -i '/.*cloudflarestorage.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T22:43:20.6247307Z [36;1m mv -fv "${SYSTMP}/BUILD.gh.log.txt" "${SYSTMP}/BUILD.log"[0m
2025-08-20T22:43:20.6247624Z [36;1mpopd >/dev/null 2>&1[0m
2025-08-20T22:43:20.6287507Z shell: /usr/bin/bash -e {0}
2025-08-20T22:43:20.6287743Z env:
2025-08-20T22:43:20.6287920Z   CROSS_COMPILING: NO
2025-08-20T22:43:20.6288131Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T22:43:20.6288361Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T22:43:20.6288573Z   ON_QEMU: NO
2025-08-20T22:43:20.6288746Z   DEBUG: 0
2025-08-20T22:43:20.6288934Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T22:43:20.6289164Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T22:43:20.6289481Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/stress-ng/official/source
2025-08-20T22:43:20.6289806Z   KEEP_LOGS: YES
2025-08-20T22:43:20.6289999Z   GITHUB_TEST_BUILD: YES
2025-08-20T22:43:20.6290221Z   PKG_FAMILY_LOCAL: stress-ng
2025-08-20T22:43:20.6290441Z   SBUILD_REBUILD: false
2025-08-20T22:43:20.6291324Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/stress-ng/static.official.source.yaml
2025-08-20T22:43:20.6292111Z   BUILD_SYS: docker://clang+make
2025-08-20T22:43:20.6292349Z   BUILD_ON_HOST: FALSE
2025-08-20T22:43:20.6292545Z   BUILD_SYSTEM: DOCKER
2025-08-20T22:43:20.6292736Z   SYSTMP: /tmp
2025-08-20T22:43:20.6292912Z   GHA_MODE: MATRIX
2025-08-20T22:43:20.6293357Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T22:43:20.6294188Z   GHCR_TOKEN: ***
2025-08-20T22:43:20.6294478Z   GITHUB_TOKEN: ***
2025-08-20T22:43:20.6294813Z   GITLAB_TOKEN: ***
2025-08-20T22:43:20.6295997Z   MINISIGN_KEY: ***
2025-08-20T22:43:20.6296184Z ##[endgroup]
2025-08-20T22:43:20.6842275Z [+] SBUILD Builder Version: 0.2.2
2025-08-20T22:43:20.7767236Z   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
2025-08-20T22:43:20.7767997Z                                  Dload  Upload   Total   Spent    Left  Speed
2025-08-20T22:43:20.7768380Z 
2025-08-20T22:43:20.8161314Z   0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
2025-08-20T22:43:20.8161873Z 100  4474  100  4474    0     0   110k      0 --:--:-- --:--:-- --:--:--  112k
2025-08-20T22:43:20.8172033Z (SBUILD) <== https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/stress-ng/static.official.source.yaml
2025-08-20T22:43:20.8255085Z 
2025-08-20T22:43:20.8255304Z [+] Building [/tmp/tmp.IhLRov7t54/SBUILD_INPUT] Locally
2025-08-20T22:43:20.8255564Z 
2025-08-20T22:43:20.8269296Z '/tmp/tmp.IhLRov7t54/SBUILD_INPUT' -> '/tmp/pkgforge/Q1dHry6HV_build.yaml'
2025-08-20T22:43:20.9107081Z 
2025-08-20T22:43:20.9107402Z [+] Passwordless sudo is Configured
2025-08-20T22:43:20.9789606Z 
2025-08-20T22:43:20.9802324Z [+] Setting Install Dir (ROOT) :: /usr/local/bin
2025-08-20T22:43:20.9802591Z 
2025-08-20T22:43:21.0256870Z 
2025-08-20T22:43:21.0258142Z [+] Fetching Bins from (Default) :: https://bin.pkgforge.dev/x86_64-Linux
2025-08-20T22:43:21.0258496Z 
2025-08-20T22:43:21.0258512Z 
2025-08-20T22:43:21.0258759Z [+] Installing in Sequential (Slow) Mode [Re Run : export PARALLEL=1 for Speed]
2025-08-20T22:43:21.0259055Z 
2025-08-20T22:43:21.0332180Z [+] Installing: 7z -> 7z
2025-08-20T22:43:21.3931608Z [+] Installing: actionlint -> actionlint
2025-08-20T22:43:21.5484406Z [+] Installing: anew -> anew
2025-08-20T22:43:21.6844003Z [+] Installing: anew-rs -> anew-rs
2025-08-20T22:43:21.8097959Z [+] Installing: ansi2html -> ansi2html
2025-08-20T22:43:22.1215592Z [+] Installing: ansi2txt -> ansi2txt
2025-08-20T22:43:22.4268264Z [+] Installing: archey -> archey
2025-08-20T22:43:22.6165810Z [+] Installing: aria2 -> aria2c
2025-08-20T22:43:22.8008379Z [+] Installing: askalono -> askalono
2025-08-20T22:43:23.1734394Z [+] Installing: bsdtar -> bsdtar
2025-08-20T22:43:23.5498290Z [+] Installing: b3sum -> b3sum
2025-08-20T22:43:23.6753295Z [+] Installing: bita -> bita
2025-08-20T22:43:23.8574054Z [+] Installing: btop -> btop
2025-08-20T22:43:24.2176442Z [+] Installing: chafa -> chafa
2025-08-20T22:43:24.4141781Z [+] Installing: cloudflared -> cloudflared
2025-08-20T22:43:24.8755538Z [+] Installing: croc -> croc
2025-08-20T22:43:25.0400725Z [+] Installing: csvtk -> csvtk
2025-08-20T22:43:25.2299769Z [+] Installing: cutlines -> cutlines
2025-08-20T22:43:25.5293179Z curl: (22) The requested URL returned error: 404
2025-08-20T22:43:25.5326322Z [-] Failed to install cutlines to /usr/local/bin/cutlines
2025-08-20T22:43:25.5327235Z [+] Installing: dbin -> dbin
2025-08-20T22:43:25.9291547Z [+] Installing: dasel -> dasel
2025-08-20T22:43:26.1069650Z [+] Installing: delta -> delta
2025-08-20T22:43:26.4701015Z [+] Installing: ds -> ds
2025-08-20T22:43:26.5627762Z curl: (22) The requested URL returned error: 404
2025-08-20T22:43:26.5656034Z [-] Failed to install ds to /usr/local/bin/ds
2025-08-20T22:43:26.5656830Z [+] Installing: dos2unix -> dos2unix
2025-08-20T22:43:26.8758420Z [+] Installing: duf -> duf
2025-08-20T22:43:27.0786031Z [+] Installing: duplicut -> duplicut
2025-08-20T22:43:27.4088419Z [+] Installing: dust -> dust
2025-08-20T22:43:27.7561241Z [+] Installing: dwarfs-tools -> dwarfs
2025-08-20T22:43:27.9094357Z [+] Installing: dwarfs-tools -> mkdwarfs
2025-08-20T22:43:28.0634050Z [+] Installing: dysk -> dysk
2025-08-20T22:43:28.4028955Z [+] Installing: eget -> eget
2025-08-20T22:43:28.7728504Z [+] Installing: epoch -> epoch
2025-08-20T22:43:29.1115736Z [+] Installing: faketty -> faketty
2025-08-20T22:43:29.4434062Z [+] Installing: fastfetch -> fastfetch
2025-08-20T22:43:29.7861579Z [+] Installing: freeze -> freeze
2025-08-20T22:43:29.9933245Z [+] Installing: fusermount3 -> fusermount
2025-08-20T22:43:30.3120103Z [+] Installing: gdu -> gdu
2025-08-20T22:43:30.5178530Z [+] Installing: gh -> gh
2025-08-20T22:43:30.7881414Z [+] Installing: gitleaks -> gitleaks
2025-08-20T22:43:30.9986172Z [+] Installing: git-sizer -> git-sizer
2025-08-20T22:43:31.1449184Z [+] Installing: glab -> glab
2025-08-20T22:43:31.3929827Z [+] Installing: glow -> glow
2025-08-20T22:43:31.8074363Z [+] Installing: httpx -> httpx
2025-08-20T22:43:32.0557479Z [+] Installing: huggingface-cli -> huggingface-cli
2025-08-20T22:43:32.5021234Z [+] Installing: husarnet -> husarnet
2025-08-20T22:43:32.7912190Z curl: (22) The requested URL returned error: 404
2025-08-20T22:43:32.7941533Z [-] Failed to install husarnet to /usr/local/bin/husarnet
2025-08-20T22:43:32.7942695Z [+] Installing: husarnet-daemon -> husarnet-daemon
2025-08-20T22:43:32.8820533Z curl: (22) The requested URL returned error: 404
2025-08-20T22:43:32.8851954Z [-] Failed to install husarnet-daemon to /usr/local/bin/husarnet-daemon
2025-08-20T22:43:32.8852689Z [+] Installing: imgcat -> imgcat
2025-08-20T22:43:33.2309086Z [+] Installing: jc -> jc
2025-08-20T22:43:33.4304810Z [+] Installing: jq -> jq
2025-08-20T22:43:33.7571209Z [+] Installing: logdy -> logdy
2025-08-20T22:43:33.9860495Z [+] Installing: micro -> micro
2025-08-20T22:43:34.3779653Z [+] Installing: miniserve -> miniserve
2025-08-20T22:43:34.5481027Z [+] Installing: minisign -> minisign
2025-08-20T22:43:34.6603843Z [+] Installing: ncdu -> ncdu
2025-08-20T22:43:34.7830235Z [+] Installing: notify -> notify
2025-08-20T22:43:35.2072147Z [+] Installing: ouch -> ouch
2025-08-20T22:43:35.3599397Z [+] Installing: oras -> oras
2025-08-20T22:43:35.7384676Z [+] Installing: pipetty -> pipetty
2025-08-20T22:43:35.8412149Z [+] Installing: pixterm -> pixterm
2025-08-20T22:43:35.9961388Z [+] Installing: qsv -> qsv
2025-08-20T22:43:36.4048835Z [+] Installing: rclone -> rclone
2025-08-20T22:43:36.6998308Z [+] Installing: ripgrep -> rg
2025-08-20T22:43:36.8490713Z [+] Installing: rga -> rga
2025-08-20T22:43:37.0291508Z [+] Installing: rsync -> rsync
2025-08-20T22:43:37.3987385Z [+] Installing: script -> script
2025-08-20T22:43:37.5091840Z [+] Installing: shellcheck -> shellcheck
2025-08-20T22:43:37.9148453Z [+] Installing: soar -> soar
2025-08-20T22:43:38.0940354Z [+] Installing: speedtest-go -> speedtest-go
2025-08-20T22:43:38.4675130Z [+] Installing: sstrip -> sstrip
2025-08-20T22:43:38.7783154Z [+] Installing: strace -> strace
2025-08-20T22:43:38.9135567Z [+] Installing: sttr -> sttr
2025-08-20T22:43:39.2743884Z [+] Installing: tailscale -> tailscale
2025-08-20T22:43:39.4939656Z [+] Installing: tailscaled -> tailscaled
2025-08-20T22:43:39.8132785Z [+] Installing: taplo -> taplo
2025-08-20T22:43:40.1858619Z [+] Installing: tldr -> tldr
2025-08-20T22:43:40.5530358Z [+] Installing: tldr -> tealdeer
2025-08-20T22:43:40.7092244Z [+] Installing: tmux -> tmux
2025-08-20T22:43:40.8402022Z [+] Installing: tok -> tok
2025-08-20T22:43:40.9683236Z [+] Installing: trufflehog -> trufflehog
2025-08-20T22:43:41.1757636Z [+] Installing: trurl -> trurl
2025-08-20T22:43:41.3522731Z [+] Installing: tss -> tss
2025-08-20T22:43:41.6822958Z [+] Installing: ulexec -> ulexec
2025-08-20T22:43:41.8366689Z [+] Installing: unfurl -> unfurl
2025-08-20T22:43:41.9861372Z [+] Installing: upx -> upx
2025-08-20T22:43:42.3089540Z [+] Installing: validtoml -> validtoml
2025-08-20T22:43:42.4541665Z [+] Installing: wget -> wget
2025-08-20T22:43:42.8119178Z [+] Installing: wget2 -> wget2
2025-08-20T22:43:43.1745689Z [+] Installing: wormhole-rs -> wormhole-rs
2025-08-20T22:43:43.3330684Z [+] Installing: xq -> xq
2025-08-20T22:43:43.6870289Z [+] Installing: xz -> xz
2025-08-20T22:43:43.8029802Z [+] Installing: unxz -> unxz
2025-08-20T22:43:43.9181678Z [+] Installing: yq -> yq
2025-08-20T22:43:44.0992741Z [+] Installing: yj -> yj
2025-08-20T22:43:44.4537691Z [+] Installing: zapper -> zapper
2025-08-20T22:43:44.5619439Z [+] Installing: zapper-stealth -> zproccer
2025-08-20T22:43:44.6705937Z [+] Installing: zerotier-cli -> zerotier-cli
2025-08-20T22:43:44.7571301Z curl: (22) The requested URL returned error: 404
2025-08-20T22:43:44.7600692Z [-] Failed to install zerotier-cli to /usr/local/bin/zerotier-cli
2025-08-20T22:43:44.7601723Z [+] Installing: zerotier-idtool -> zerotier-idtool
2025-08-20T22:43:45.0589571Z curl: (22) The requested URL returned error: 404
2025-08-20T22:43:45.0621079Z [-] Failed to install zerotier-idtool to /usr/local/bin/zerotier-idtool
2025-08-20T22:43:45.0622040Z [+] Installing: zerotier-one -> zerotier-one
2025-08-20T22:43:45.1581017Z curl: (22) The requested URL returned error: 404
2025-08-20T22:43:45.1612931Z [-] Failed to install zerotier-one to /usr/local/bin/zerotier-one
2025-08-20T22:43:45.1614308Z [+] Installing: zstd -> zstd
2025-08-20T22:43:45.5034112Z [+] Creating symlinks...
2025-08-20T22:43:45.5123416Z '/usr/bin/7z' -> '/usr/local/bin/7z'
2025-08-20T22:43:45.5218914Z '/usr/bin/actionlint' -> '/usr/local/bin/actionlint'
2025-08-20T22:43:45.5314638Z '/usr/bin/anew' -> '/usr/local/bin/anew'
2025-08-20T22:43:45.5409279Z '/usr/bin/anew-rs' -> '/usr/local/bin/anew-rs'
2025-08-20T22:43:45.5505441Z '/usr/bin/ansi2html' -> '/usr/local/bin/ansi2html'
2025-08-20T22:43:45.5600464Z '/usr/bin/ansi2txt' -> '/usr/local/bin/ansi2txt'
2025-08-20T22:43:45.5695491Z '/usr/bin/archey' -> '/usr/local/bin/archey'
2025-08-20T22:43:45.5792880Z '/usr/bin/aria2c' -> '/usr/local/bin/aria2c'
2025-08-20T22:43:45.5887283Z '/usr/bin/askalono' -> '/usr/local/bin/askalono'
2025-08-20T22:43:45.5982728Z '/usr/bin/bsdtar' -> '/usr/local/bin/bsdtar'
2025-08-20T22:43:45.6078809Z '/usr/bin/b3sum' -> '/usr/local/bin/b3sum'
2025-08-20T22:43:45.6175400Z '/usr/bin/bita' -> '/usr/local/bin/bita'
2025-08-20T22:43:45.6271144Z '/usr/bin/btop' -> '/usr/local/bin/btop'
2025-08-20T22:43:45.6367124Z '/usr/bin/chafa' -> '/usr/local/bin/chafa'
2025-08-20T22:43:45.6462995Z '/usr/bin/cloudflared' -> '/usr/local/bin/cloudflared'
2025-08-20T22:43:45.6557636Z '/usr/bin/croc' -> '/usr/local/bin/croc'
2025-08-20T22:43:45.6653469Z '/usr/bin/csvtk' -> '/usr/local/bin/csvtk'
2025-08-20T22:43:45.6690201Z [-] Warning: Target /usr/local/bin/cutlines does not exist for symlink cutlines
2025-08-20T22:43:45.6775961Z '/usr/bin/dbin' -> '/usr/local/bin/dbin'
2025-08-20T22:43:45.6871684Z '/usr/bin/dasel' -> '/usr/local/bin/dasel'
2025-08-20T22:43:45.6966252Z '/usr/bin/delta' -> '/usr/local/bin/delta'
2025-08-20T22:43:45.7002797Z [-] Warning: Target /usr/local/bin/ds does not exist for symlink ds
2025-08-20T22:43:45.7088412Z '/usr/bin/dos2unix' -> '/usr/local/bin/dos2unix'
2025-08-20T22:43:45.7184665Z '/usr/bin/duf' -> '/usr/local/bin/duf'
2025-08-20T22:43:45.7279484Z '/usr/bin/duplicut' -> '/usr/local/bin/duplicut'
2025-08-20T22:43:45.7375120Z '/usr/bin/dust' -> '/usr/local/bin/dust'
2025-08-20T22:43:45.7471772Z '/usr/bin/dwarfs' -> '/usr/local/bin/dwarfs'
2025-08-20T22:43:45.7567110Z '/usr/bin/mkdwarfs' -> '/usr/local/bin/mkdwarfs'
2025-08-20T22:43:45.7661927Z '/usr/bin/dysk' -> '/usr/local/bin/dysk'
2025-08-20T22:43:45.7755806Z '/usr/bin/eget' -> '/usr/local/bin/eget'
2025-08-20T22:43:45.7848541Z '/usr/bin/epoch' -> '/usr/local/bin/epoch'
2025-08-20T22:43:45.7943000Z '/usr/bin/faketty' -> '/usr/local/bin/faketty'
2025-08-20T22:43:45.8036813Z '/usr/bin/fastfetch' -> '/usr/local/bin/fastfetch'
2025-08-20T22:43:45.8132974Z '/usr/bin/freeze' -> '/usr/local/bin/freeze'
2025-08-20T22:43:45.8227417Z '/usr/bin/fusermount' -> '/usr/local/bin/fusermount'
2025-08-20T22:43:45.8322187Z '/usr/bin/gdu' -> '/usr/local/bin/gdu'
2025-08-20T22:43:45.8417166Z '/usr/bin/gh' -> '/usr/local/bin/gh'
2025-08-20T22:43:45.8510076Z '/usr/bin/gitleaks' -> '/usr/local/bin/gitleaks'
2025-08-20T22:43:45.8605509Z '/usr/bin/git-sizer' -> '/usr/local/bin/git-sizer'
2025-08-20T22:43:45.8699606Z '/usr/bin/glab' -> '/usr/local/bin/glab'
2025-08-20T22:43:45.8795796Z '/usr/bin/glow' -> '/usr/local/bin/glow'
2025-08-20T22:43:45.8889772Z '/usr/bin/httpx' -> '/usr/local/bin/httpx'
2025-08-20T22:43:45.8984281Z '/home/runner/.local/bin/httpx' -> '/usr/local/bin/httpx'
2025-08-20T22:43:45.9077593Z '/usr/bin/huggingface-cli' -> '/usr/local/bin/huggingface-cli'
2025-08-20T22:43:45.9114112Z [-] Warning: Target /usr/local/bin/husarnet does not exist for symlink husarnet
2025-08-20T22:43:45.9142196Z [-] Warning: Target /usr/local/bin/husarnet-daemon does not exist for symlink husarnet-daemon
2025-08-20T22:43:45.9227265Z '/usr/bin/imgcat' -> '/usr/local/bin/imgcat'
2025-08-20T22:43:45.9321967Z '/usr/bin/jc' -> '/usr/local/bin/jc'
2025-08-20T22:43:45.9415887Z '/usr/bin/jq' -> '/usr/local/bin/jq'
2025-08-20T22:43:45.9509633Z '/usr/bin/logdy' -> '/usr/local/bin/logdy'
2025-08-20T22:43:45.9603880Z '/usr/bin/micro' -> '/usr/local/bin/micro'
2025-08-20T22:43:45.9698364Z '/usr/bin/miniserve' -> '/usr/local/bin/miniserve'
2025-08-20T22:43:45.9792755Z '/usr/bin/minisign' -> '/usr/local/bin/minisign'
2025-08-20T22:43:45.9886491Z '/usr/bin/ncdu' -> '/usr/local/bin/ncdu'
2025-08-20T22:43:45.9980935Z '/usr/bin/notify' -> '/usr/local/bin/notify'
2025-08-20T22:43:46.0075334Z '/usr/bin/ouch' -> '/usr/local/bin/ouch'
2025-08-20T22:43:46.0168657Z '/usr/bin/oras' -> '/usr/local/bin/oras'
2025-08-20T22:43:46.0264061Z '/usr/bin/pipetty' -> '/usr/local/bin/pipetty'
2025-08-20T22:43:46.0360553Z '/usr/bin/pixterm' -> '/usr/local/bin/pixterm'
2025-08-20T22:43:46.0455327Z '/usr/bin/qsv' -> '/usr/local/bin/qsv'
2025-08-20T22:43:46.0548876Z '/usr/bin/rclone' -> '/usr/local/bin/rclone'
2025-08-20T22:43:46.0647096Z '/usr/bin/rg' -> '/usr/local/bin/rg'
2025-08-20T22:43:46.0740993Z '/usr/bin/rga' -> '/usr/local/bin/rga'
2025-08-20T22:43:46.0836237Z '/usr/bin/rsync' -> '/usr/local/bin/rsync'
2025-08-20T22:43:46.0930904Z '/usr/bin/script' -> '/usr/local/bin/script'
2025-08-20T22:43:46.1026919Z '/usr/bin/shellcheck' -> '/usr/local/bin/shellcheck'
2025-08-20T22:43:46.1122267Z '/usr/bin/soar' -> '/usr/local/bin/soar'
2025-08-20T22:43:46.1216954Z '/usr/bin/speedtest-go' -> '/usr/local/bin/speedtest-go'
2025-08-20T22:43:46.1312080Z '/usr/bin/sstrip' -> '/usr/local/bin/sstrip'
2025-08-20T22:43:46.1408455Z '/usr/bin/strace' -> '/usr/local/bin/strace'
2025-08-20T22:43:46.1505536Z '/usr/bin/sttr' -> '/usr/local/bin/sttr'
2025-08-20T22:43:46.1603059Z '/usr/bin/tailscale' -> '/usr/local/bin/tailscale'
2025-08-20T22:43:46.1699241Z '/usr/bin/tailscaled' -> '/usr/local/bin/tailscaled'
2025-08-20T22:43:46.1794822Z '/usr/bin/taplo' -> '/usr/local/bin/taplo'
2025-08-20T22:43:46.1890507Z '/usr/bin/tldr' -> '/usr/local/bin/tldr'
2025-08-20T22:43:46.1986365Z '/usr/bin/tealdeer' -> '/usr/local/bin/tealdeer'
2025-08-20T22:43:46.2083360Z '/usr/bin/tmux' -> '/usr/local/bin/tmux'
2025-08-20T22:43:46.2179215Z '/usr/bin/tok' -> '/usr/local/bin/tok'
2025-08-20T22:43:46.2276939Z '/usr/bin/trufflehog' -> '/usr/local/bin/trufflehog'
2025-08-20T22:43:46.2372455Z '/usr/bin/trurl' -> '/usr/local/bin/trurl'
2025-08-20T22:43:46.2467158Z '/usr/bin/tss' -> '/usr/local/bin/tss'
2025-08-20T22:43:46.2566097Z '/usr/bin/ulexec' -> '/usr/local/bin/ulexec'
2025-08-20T22:43:46.2663807Z '/usr/bin/unfurl' -> '/usr/local/bin/unfurl'
2025-08-20T22:43:46.2760198Z '/usr/bin/upx' -> '/usr/local/bin/upx'
2025-08-20T22:43:46.2855628Z '/usr/bin/validtoml' -> '/usr/local/bin/validtoml'
2025-08-20T22:43:46.2952374Z '/usr/bin/wget' -> '/usr/local/bin/wget'
2025-08-20T22:43:46.3048190Z '/usr/bin/wget2' -> '/usr/local/bin/wget2'
2025-08-20T22:43:46.3144396Z '/usr/bin/wormhole-rs' -> '/usr/local/bin/wormhole-rs'
2025-08-20T22:43:46.3239244Z '/usr/bin/xq' -> '/usr/local/bin/xq'
2025-08-20T22:43:46.3336826Z '/usr/bin/xz' -> '/usr/local/bin/xz'
2025-08-20T22:43:46.3433671Z '/usr/bin/unxz' -> '/usr/local/bin/unxz'
2025-08-20T22:43:46.3529307Z '/usr/bin/yq' -> '/usr/local/bin/yq'
2025-08-20T22:43:46.3624611Z '/usr/bin/yj' -> '/usr/local/bin/yj'
2025-08-20T22:43:46.3720665Z '/usr/bin/zapper' -> '/usr/local/bin/zapper'
2025-08-20T22:43:46.3816543Z '/usr/bin/zproccer' -> '/usr/local/bin/zproccer'
2025-08-20T22:43:46.3853853Z [-] Warning: Target /usr/local/bin/zerotier-cli does not exist for symlink zerotier-cli
2025-08-20T22:43:46.3881510Z [-] Warning: Target /usr/local/bin/zerotier-idtool does not exist for symlink zerotier-idtool
2025-08-20T22:43:46.3909432Z [-] Warning: Target /usr/local/bin/zerotier-one does not exist for symlink zerotier-one
2025-08-20T22:43:46.3998073Z '/usr/bin/zstd' -> '/usr/local/bin/zstd'
2025-08-20T22:43:46.4024155Z 
2025-08-20T22:43:46.4024593Z [!] Failed to install: husarnet cutlines ds zerotier-one zerotier-idtool zerotier-cli husarnet-daemon
2025-08-20T22:43:46.4025302Z 
2025-08-20T22:43:46.4037588Z 
2025-08-20T22:43:46.4128975Z 
2025-08-20T22:43:46.4129382Z [+] Disk Size (/usr/local/bin) :: 931M --> 1.9G
2025-08-20T22:43:46.4129716Z 
2025-08-20T22:43:46.4129869Z [+] Installation completed!
2025-08-20T22:43:46.4200334Z 
2025-08-20T22:43:46.4200531Z [+] GITHUB_TOKEN is Exported
2025-08-20T22:43:46.6304333Z github.com
2025-08-20T22:43:46.6306759Z   ✓ Logged in to github.com account Azathothas (GITHUB_TOKEN)
2025-08-20T22:43:46.6307245Z   - Active account: true
2025-08-20T22:43:46.6307518Z   - Git operations protocol: https
2025-08-20T22:43:46.6307830Z   - Token: ghp_************************************
2025-08-20T22:43:46.6308606Z   - Token scopes: 'public_repo', 'read:discussion', 'read:enterprise', 'read:gpg_key', 'read:packages', 'read:project', 'read:public_key', 'read:ssh_signing_key', 'repo_deployment', 'user:email'
2025-08-20T22:43:46.6309383Z   ! Missing required token scopes: 'repo', 'read:org'
2025-08-20T22:43:46.6309779Z   - To request missing scopes, run: gh auth refresh -h github.com
2025-08-20T22:43:46.7391762Z Limit: 5000, Remaining: 3976, Reset: 2025-08-20 23:28:26 +0000 UTC (44m39s)
2025-08-20T22:43:46.7400136Z 
2025-08-20T22:43:46.7400327Z [+] GHCR_TOKEN is Exported
2025-08-20T22:43:46.7436547Z WARNING! Using --password via the CLI is insecure. Use --password-stdin.
2025-08-20T22:43:46.9463078Z Login Succeeded
2025-08-20T22:43:46.9472944Z 
2025-08-20T22:43:46.9473147Z [+] GITLAB is Exported
2025-08-20T22:43:46.9748141Z [git remote -v]
2025-08-20T22:43:47.1981093Z gitlab.com
2025-08-20T22:43:47.1981868Z   ✓ Logged in to gitlab.com as Ajamx101 (GITLAB_TOKEN)
2025-08-20T22:43:47.1982779Z   ✓ Git operations for gitlab.com configured to use ssh protocol.
2025-08-20T22:43:47.1983548Z   ✓ API calls for gitlab.com are made over https protocol.
2025-08-20T22:43:47.1984222Z   ✓ REST API Endpoint: https://gitlab.com/api/v4/
2025-08-20T22:43:47.1984874Z   ✓ GraphQL Endpoint: https://gitlab.com/api/graphql/
2025-08-20T22:43:47.1985398Z   ✓ Token found: **************************
2025-08-20T22:43:47.1985587Z 
2025-08-20T22:43:47.1986255Z ! One of GITLAB_TOKEN, GITLAB_ACCESS_TOKEN, OAUTH_TOKEN environment variables is set. It will be used for all authentication.
2025-08-20T22:43:47.1987214Z [git remote -v]
2025-08-20T22:43:47.2000979Z 2025/08/20 22:43:47 [Could not determine base repo in telemetry hook:  fatal: not a git repository (or any of the parent directories): .git
2025-08-20T22:43:47.2001902Z git: exit status 128]
2025-08-20T22:43:47.4410544Z 
2025-08-20T22:43:47.4410559Z 
2025-08-20T22:43:47.4411568Z  [+] Started Initializing Linux pkrvmqc4gcfdwos 6.11.0-1018-azure x86_64 :: at Wednesday, 2025-08-20 (10:43:47 PM)
2025-08-20T22:43:47.4412267Z 
2025-08-20T22:43:47.4412272Z 
2025-08-20T22:43:47.4412395Z [+] USER = runner
2025-08-20T22:43:47.4412709Z [+] HOME = /home/runner
2025-08-20T22:43:47.4415724Z [+] PATH = /home/runner/.local/share/soar/bin:/home/runner/bin:/home/runner/.cargo/bin:/home/runner/.cargo/env:/home/runner/.config/guix/current/bin/guix:/home/runner/.go/bin:/home/runner/go/bin:/home/runner/.local/bin:/home/runner/miniconda3/bin:/home/runner/miniconda3/condabin:/root/.config/guix/current/bin/guix:/usr/local/zig:/usr/local/zig/lib:/usr/local/zig/lib/include:/usr/local/musl/bin:/usr/local/musl/lib:/usr/local/musl/include:/snap/bin:/opt/pipx_bin:/home/runner/.config/composer/vendor/bin:/usr/local/.ghcup/bin:/home/runner/.dotnet/tools:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games
2025-08-20T22:43:47.4418143Z 
2025-08-20T22:43:47.4970458Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T22:43:47.5315628Z Hit:6 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-20T22:43:47.5317383Z Hit:7 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease
2025-08-20T22:43:47.6043211Z Hit:2 http://azure.archive.ubuntu.com/ubuntu noble InRelease
2025-08-20T22:43:47.6055394Z Hit:3 http://azure.archive.ubuntu.com/ubuntu noble-updates InRelease
2025-08-20T22:43:47.6060345Z Hit:4 http://azure.archive.ubuntu.com/ubuntu noble-backports InRelease
2025-08-20T22:43:47.6065860Z Hit:5 http://azure.archive.ubuntu.com/ubuntu noble-security InRelease
2025-08-20T22:43:48.6494185Z Reading package lists...
2025-08-20T22:43:48.6822187Z Reading package lists...
2025-08-20T22:43:48.8297800Z Building dependency tree...
2025-08-20T22:43:48.8305407Z Reading state information...
2025-08-20T22:43:48.9986560Z apt-transport-https is already the newest version (2.8.3).
2025-08-20T22:43:48.9987165Z apt-utils is already the newest version (2.8.3).
2025-08-20T22:43:48.9987717Z ca-certificates is already the newest version (20240203).
2025-08-20T22:43:48.9988288Z coreutils is already the newest version (9.4-3ubuntu6).
2025-08-20T22:43:48.9988879Z gnupg2 is already the newest version (2.4.4-2ubuntu17.3).
2025-08-20T22:43:48.9989449Z moreutils is already the newest version (0.69-1).
2025-08-20T22:43:48.9990122Z software-properties-common is already the newest version (0.99.49.3).
2025-08-20T22:43:48.9991211Z util-linux is already the newest version (2.39.3-9ubuntu6.3).
2025-08-20T22:43:48.9991671Z 0 upgraded, 0 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T22:43:49.0581938Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T22:43:49.0854723Z Hit:2 http://azure.archive.ubuntu.com/ubuntu noble InRelease
2025-08-20T22:43:49.0863708Z Hit:3 http://azure.archive.ubuntu.com/ubuntu noble-updates InRelease
2025-08-20T22:43:49.0872663Z Hit:4 http://azure.archive.ubuntu.com/ubuntu noble-backports InRelease
2025-08-20T22:43:49.0880484Z Hit:5 http://azure.archive.ubuntu.com/ubuntu noble-security InRelease
2025-08-20T22:43:49.0893612Z Hit:6 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-20T22:43:49.0921445Z Hit:7 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease
2025-08-20T22:43:50.1879650Z Reading package lists...
2025-08-20T22:43:50.2191385Z Reading package lists...
2025-08-20T22:43:50.3716584Z Building dependency tree...
2025-08-20T22:43:50.3724337Z Reading state information...
2025-08-20T22:43:50.5202066Z aria2 is already the newest version (1.37.0+debian-1build3).
2025-08-20T22:43:50.5202825Z automake is already the newest version (1:1.16.5-1.3ubuntu1).
2025-08-20T22:43:50.5203478Z bc is already the newest version (1.07.1-3ubuntu4).
2025-08-20T22:43:50.5204072Z binutils is already the newest version (2.42-4ubuntu2.5).
2025-08-20T22:43:50.5204689Z ca-certificates is already the newest version (20240203).
2025-08-20T22:43:50.5205390Z diffutils is already the newest version (1:3.10-1build1).
2025-08-20T22:43:50.5205967Z dos2unix is already the newest version (7.5.1-1).
2025-08-20T22:43:50.5206508Z gawk is already the newest version (1:5.2.1-2build3).
2025-08-20T22:43:50.5206995Z gawk set to manually installed.
2025-08-20T22:43:50.5207426Z git-lfs is already the newest version (3.7.0).
2025-08-20T22:43:50.5207953Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T22:43:50.5208530Z libtool is already the newest version (2.4.7-7build1).
2025-08-20T22:43:50.5209060Z make is already the newest version (4.3-4.1build2).
2025-08-20T22:43:50.5209681Z p7zip-full is already the newest version (16.02+transitional.1).
2025-08-20T22:43:50.5210692Z rsync is already the newest version (3.2.7-1ubuntu1.2).
2025-08-20T22:43:50.5211504Z texinfo is already the newest version (7.1-3build2).
2025-08-20T22:43:50.5212113Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T22:43:50.5212686Z The following additional packages will be installed:
2025-08-20T22:43:50.5213440Z   fonts-droid-fallback fonts-noto-mono fonts-urw-base35 ghostscript
2025-08-20T22:43:50.5214193Z   imagemagick-6.q16 libdjvulibre-text libdjvulibre21 libgs-common libgs10
2025-08-20T22:43:50.5214952Z   libgs10-common libhiredis1.1.0 libidn12 libijs-0.35 libimath-3-1-29t64
2025-08-20T22:43:50.5215664Z   libjbig2dec0 libjxr-tools libjxr0t64 libmagickcore-6.q16-7-extra
2025-08-20T22:43:50.5216371Z   libnetpbm11t64 libopenexr-3-1-30 libpaper-utils libpaper1 libwmflite-0.2-7
2025-08-20T22:43:50.5217071Z   netpbm poppler-data xfonts-encodings xfonts-utils
2025-08-20T22:43:50.5217577Z Suggested packages:
2025-08-20T22:43:50.5218032Z   distcc | icecc fonts-noto fonts-freefont-otf | fonts-freefont-ttf
2025-08-20T22:43:50.5218794Z   fonts-texgyre texlive-binaries imagemagick-6-doc autotrace cups-bsd | lpr
2025-08-20T22:43:50.5219639Z   | lprng enscript ffmpeg gimp gnuplot grads graphviz hp2xx html2ps libwmf-bin
2025-08-20T22:43:50.5220419Z   mplayer povray radiance sane-utils texlive-base-bin transfig libraw-bin
2025-08-20T22:43:50.5221439Z   inkscape poppler-utils fonts-japanese-mincho | fonts-ipafont-mincho
2025-08-20T22:43:50.5222218Z   fonts-japanese-gothic | fonts-ipafont-gothic fonts-arphic-ukai
2025-08-20T22:43:50.5222826Z   fonts-arphic-uming fonts-nanum
2025-08-20T22:43:50.5514168Z The following NEW packages will be installed:
2025-08-20T22:43:50.5514879Z   b3sum build-essential ccache fonts-droid-fallback fonts-noto-mono
2025-08-20T22:43:50.5515749Z   fonts-urw-base35 ghostscript imagemagick imagemagick-6.q16 libdjvulibre-text
2025-08-20T22:43:50.5516984Z   libdjvulibre21 libgs-common libgs10 libgs10-common libhiredis1.1.0 libidn12
2025-08-20T22:43:50.5530274Z   libijs-0.35 libimath-3-1-29t64 libjbig2dec0 libjxr-tools libjxr0t64
2025-08-20T22:43:50.5531350Z   libmagickcore-6.q16-7-extra libnetpbm11t64 libopenexr-3-1-30 libpaper-utils
2025-08-20T22:43:50.5532232Z   libpaper1 libtool-bin libwmflite-0.2-7 lzip musl musl-dev musl-tools netpbm
2025-08-20T22:43:50.5532919Z   poppler-data xfonts-encodings xfonts-utils
2025-08-20T22:43:50.5703935Z 0 upgraded, 36 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T22:43:50.5704346Z Need to get 27.5 MB of archives.
2025-08-20T22:43:50.5704682Z After this operation, 93.0 MB of additional disk space will be used.
2025-08-20T22:43:50.5705081Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T22:43:50.6201164Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 fonts-droid-fallback all 1:6.0.1r16-1.1build1 [1805 kB]
2025-08-20T22:43:50.6766163Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 poppler-data all 0.4.12-1 [2060 kB]
2025-08-20T22:43:50.7514091Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 b3sum amd64 1.2.0-1 [388 kB]
2025-08-20T22:43:50.7729458Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 build-essential amd64 12.10ubuntu1 [4928 B]
2025-08-20T22:43:50.7917928Z Get:6 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libhiredis1.1.0 amd64 1.2.0-6ubuntu3 [41.4 kB]
2025-08-20T22:43:50.8121674Z Get:7 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 ccache amd64 4.9.1-1 [592 kB]
2025-08-20T22:43:50.8497390Z Get:8 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 fonts-noto-mono all 20201225-2 [435 kB]
2025-08-20T22:43:50.8856418Z Get:9 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 xfonts-encodings all 1:1.0.5-0ubuntu2 [578 kB]
2025-08-20T22:43:50.9222006Z Get:10 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 xfonts-utils amd64 1:7.7+6build3 [94.4 kB]
2025-08-20T22:43:50.9420037Z Get:11 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 fonts-urw-base35 all 20200910-8 [11.0 MB]
2025-08-20T22:43:51.1119179Z Get:12 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libgs-common all 10.02.1~dfsg1-0ubuntu7.7 [176 kB]
2025-08-20T22:43:51.1324516Z Get:13 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libgs10-common all 10.02.1~dfsg1-0ubuntu7.7 [488 kB]
2025-08-20T22:43:51.1689243Z Get:14 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libidn12 amd64 1.42-1build1 [55.9 kB]
2025-08-20T22:43:51.1891945Z Get:15 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libijs-0.35 amd64 0.35-15.1build1 [15.3 kB]
2025-08-20T22:43:51.2078461Z Get:16 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libjbig2dec0 amd64 0.20-1build3 [65.0 kB]
2025-08-20T22:43:51.2277318Z Get:17 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libpaper1 amd64 1.1.29build1 [13.4 kB]
2025-08-20T22:43:51.2595914Z Get:18 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libgs10 amd64 10.02.1~dfsg1-0ubuntu7.7 [3897 kB]
2025-08-20T22:43:51.3335247Z Get:19 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 ghostscript amd64 10.02.1~dfsg1-0ubuntu7.7 [43.4 kB]
2025-08-20T22:43:51.3979258Z Get:20 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 imagemagick-6.q16 amd64 8:6.9.12.98+dfsg1-5.2build2 [254 kB]
2025-08-20T22:43:51.4195253Z Get:21 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 imagemagick amd64 8:6.9.12.98+dfsg1-5.2build2 [14.2 kB]
2025-08-20T22:43:51.4388554Z Get:22 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libdjvulibre-text all 3.5.28-2ubuntu0.24.04.1 [50.9 kB]
2025-08-20T22:43:51.4613938Z Get:23 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libdjvulibre21 amd64 3.5.28-2ubuntu0.24.04.1 [638 kB]
2025-08-20T22:43:51.4987527Z Get:24 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libimath-3-1-29t64 amd64 3.1.9-3.1ubuntu2 [72.2 kB]
2025-08-20T22:43:51.5275295Z Get:25 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libjxr0t64 amd64 1.2~git20170615.f752187-5.1ubuntu2 [181 kB]
2025-08-20T22:43:51.5486684Z Get:26 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libjxr-tools amd64 1.2~git20170615.f752187-5.1ubuntu2 [15.8 kB]
2025-08-20T22:43:51.5696423Z Get:27 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libopenexr-3-1-30 amd64 3.1.5-5.1build3 [1004 kB]
2025-08-20T22:43:51.6102248Z Get:28 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libwmflite-0.2-7 amd64 0.2.13-1.1build3 [68.6 kB]
2025-08-20T22:43:51.6297895Z Get:29 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libmagickcore-6.q16-7-extra amd64 8:6.9.12.98+dfsg1-5.2build2 [70.1 kB]
2025-08-20T22:43:51.6493692Z Get:30 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libnetpbm11t64 amd64 2:11.05.02-1.1build1 [114 kB]
2025-08-20T22:43:51.6720255Z Get:31 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libpaper-utils amd64 1.1.29build1 [8650 B]
2025-08-20T22:43:51.6906804Z Get:32 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libtool-bin amd64 2.4.7-7build1 [84.1 kB]
2025-08-20T22:43:51.7130080Z Get:33 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 lzip amd64 1.24.1-1build1 [83.1 kB]
2025-08-20T22:43:51.7330242Z Get:34 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 netpbm amd64 2:11.05.02-1.1build1 [2054 kB]
2025-08-20T22:43:51.7909770Z Get:35 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 musl amd64 1.2.4-2 [416 kB]
2025-08-20T22:43:51.8263678Z Get:36 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 musl-dev amd64 1.2.4-2 [616 kB]
2025-08-20T22:43:51.8633568Z Get:37 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 musl-tools amd64 1.2.4-2 [5540 B]
2025-08-20T22:43:52.1019492Z Preconfiguring packages ...
2025-08-20T22:43:52.1577896Z Fetched 27.5 MB in 1s (21.1 MB/s)
2025-08-20T22:43:52.1782845Z Selecting previously unselected package fonts-droid-fallback.
2025-08-20T22:43:52.1836912Z (Reading database ... 
2025-08-20T22:43:52.1837339Z (Reading database ... 5%
2025-08-20T22:43:52.1837739Z (Reading database ... 10%
2025-08-20T22:43:52.1838344Z (Reading database ... 15%
2025-08-20T22:43:52.1838601Z (Reading database ... 20%
2025-08-20T22:43:52.1838850Z (Reading database ... 25%
2025-08-20T22:43:52.1839097Z (Reading database ... 30%
2025-08-20T22:43:52.1839342Z (Reading database ... 35%
2025-08-20T22:43:52.1839588Z (Reading database ... 40%
2025-08-20T22:43:52.1839836Z (Reading database ... 45%
2025-08-20T22:43:52.1840084Z (Reading database ... 50%
2025-08-20T22:43:52.1860251Z (Reading database ... 55%
2025-08-20T22:43:52.1951502Z (Reading database ... 60%
2025-08-20T22:43:52.1971641Z (Reading database ... 65%
2025-08-20T22:43:52.2003765Z (Reading database ... 70%
2025-08-20T22:43:52.2027094Z (Reading database ... 75%
2025-08-20T22:43:52.2054679Z (Reading database ... 80%
2025-08-20T22:43:52.2181917Z (Reading database ... 85%
2025-08-20T22:43:52.2267103Z (Reading database ... 90%
2025-08-20T22:43:52.2512748Z (Reading database ... 95%
2025-08-20T22:43:52.2513146Z (Reading database ... 100%
2025-08-20T22:43:52.2513573Z (Reading database ... 220021 files and directories currently installed.)
2025-08-20T22:43:52.2552438Z Preparing to unpack .../00-fonts-droid-fallback_1%3a6.0.1r16-1.1build1_all.deb ...
2025-08-20T22:43:52.2748686Z Unpacking fonts-droid-fallback (1:6.0.1r16-1.1build1) ...
2025-08-20T22:43:52.4194033Z Selecting previously unselected package poppler-data.
2025-08-20T22:43:52.4328489Z Preparing to unpack .../01-poppler-data_0.4.12-1_all.deb ...
2025-08-20T22:43:52.4337589Z Unpacking poppler-data (0.4.12-1) ...
2025-08-20T22:43:52.5536236Z Selecting previously unselected package b3sum.
2025-08-20T22:43:52.5672183Z Preparing to unpack .../02-b3sum_1.2.0-1_amd64.deb ...
2025-08-20T22:43:52.5681639Z Unpacking b3sum (1.2.0-1) ...
2025-08-20T22:43:52.5941527Z Selecting previously unselected package build-essential.
2025-08-20T22:43:52.6076540Z Preparing to unpack .../03-build-essential_12.10ubuntu1_amd64.deb ...
2025-08-20T22:43:52.6086703Z Unpacking build-essential (12.10ubuntu1) ...
2025-08-20T22:43:52.6304650Z Selecting previously unselected package libhiredis1.1.0:amd64.
2025-08-20T22:43:52.6438826Z Preparing to unpack .../04-libhiredis1.1.0_1.2.0-6ubuntu3_amd64.deb ...
2025-08-20T22:43:52.6457186Z Unpacking libhiredis1.1.0:amd64 (1.2.0-6ubuntu3) ...
2025-08-20T22:43:52.6675202Z Selecting previously unselected package ccache.
2025-08-20T22:43:52.6807518Z Preparing to unpack .../05-ccache_4.9.1-1_amd64.deb ...
2025-08-20T22:43:52.6817281Z Unpacking ccache (4.9.1-1) ...
2025-08-20T22:43:52.7255138Z Selecting previously unselected package fonts-noto-mono.
2025-08-20T22:43:52.7389728Z Preparing to unpack .../06-fonts-noto-mono_20201225-2_all.deb ...
2025-08-20T22:43:52.7405738Z Unpacking fonts-noto-mono (20201225-2) ...
2025-08-20T22:43:52.7679234Z Selecting previously unselected package xfonts-encodings.
2025-08-20T22:43:52.7813831Z Preparing to unpack .../07-xfonts-encodings_1%3a1.0.5-0ubuntu2_all.deb ...
2025-08-20T22:43:52.7824393Z Unpacking xfonts-encodings (1:1.0.5-0ubuntu2) ...
2025-08-20T22:43:52.8121887Z Selecting previously unselected package xfonts-utils.
2025-08-20T22:43:52.8255308Z Preparing to unpack .../08-xfonts-utils_1%3a7.7+6build3_amd64.deb ...
2025-08-20T22:43:52.8264624Z Unpacking xfonts-utils (1:7.7+6build3) ...
2025-08-20T22:43:52.8714135Z Selecting previously unselected package fonts-urw-base35.
2025-08-20T22:43:52.8846513Z Preparing to unpack .../09-fonts-urw-base35_20200910-8_all.deb ...
2025-08-20T22:43:52.9477732Z Unpacking fonts-urw-base35 (20200910-8) ...
2025-08-20T22:43:53.0453862Z Selecting previously unselected package libgs-common.
2025-08-20T22:43:53.0591283Z Preparing to unpack .../10-libgs-common_10.02.1~dfsg1-0ubuntu7.7_all.deb ...
2025-08-20T22:43:53.0599396Z Unpacking libgs-common (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T22:43:53.0837034Z Selecting previously unselected package libgs10-common.
2025-08-20T22:43:53.0973150Z Preparing to unpack .../11-libgs10-common_10.02.1~dfsg1-0ubuntu7.7_all.deb ...
2025-08-20T22:43:53.0983590Z Unpacking libgs10-common (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T22:43:53.1678197Z Selecting previously unselected package libidn12:amd64.
2025-08-20T22:43:53.1813207Z Preparing to unpack .../12-libidn12_1.42-1build1_amd64.deb ...
2025-08-20T22:43:53.1844485Z Unpacking libidn12:amd64 (1.42-1build1) ...
2025-08-20T22:43:53.2066199Z Selecting previously unselected package libijs-0.35:amd64.
2025-08-20T22:43:53.2198475Z Preparing to unpack .../13-libijs-0.35_0.35-15.1build1_amd64.deb ...
2025-08-20T22:43:53.2207090Z Unpacking libijs-0.35:amd64 (0.35-15.1build1) ...
2025-08-20T22:43:53.2420241Z Selecting previously unselected package libjbig2dec0:amd64.
2025-08-20T22:43:53.2550562Z Preparing to unpack .../14-libjbig2dec0_0.20-1build3_amd64.deb ...
2025-08-20T22:43:53.2560064Z Unpacking libjbig2dec0:amd64 (0.20-1build3) ...
2025-08-20T22:43:53.2797620Z Selecting previously unselected package libpaper1:amd64.
2025-08-20T22:43:53.2930364Z Preparing to unpack .../15-libpaper1_1.1.29build1_amd64.deb ...
2025-08-20T22:43:53.2944086Z Unpacking libpaper1:amd64 (1.1.29build1) ...
2025-08-20T22:43:53.3167701Z Selecting previously unselected package libgs10:amd64.
2025-08-20T22:43:53.3298992Z Preparing to unpack .../16-libgs10_10.02.1~dfsg1-0ubuntu7.7_amd64.deb ...
2025-08-20T22:43:53.3309168Z Unpacking libgs10:amd64 (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T22:43:53.4379768Z Selecting previously unselected package ghostscript.
2025-08-20T22:43:53.4516564Z Preparing to unpack .../17-ghostscript_10.02.1~dfsg1-0ubuntu7.7_amd64.deb ...
2025-08-20T22:43:53.4525646Z Unpacking ghostscript (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T22:43:53.4811989Z Selecting previously unselected package imagemagick-6.q16.
2025-08-20T22:43:53.4946686Z Preparing to unpack .../18-imagemagick-6.q16_8%3a6.9.12.98+dfsg1-5.2build2_amd64.deb ...
2025-08-20T22:43:53.4957026Z Unpacking imagemagick-6.q16 (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T22:43:53.6284194Z Selecting previously unselected package imagemagick.
2025-08-20T22:43:53.6419440Z Preparing to unpack .../19-imagemagick_8%3a6.9.12.98+dfsg1-5.2build2_amd64.deb ...
2025-08-20T22:43:53.6427899Z Unpacking imagemagick (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T22:43:53.6618401Z Selecting previously unselected package libdjvulibre-text.
2025-08-20T22:43:53.6751667Z Preparing to unpack .../20-libdjvulibre-text_3.5.28-2ubuntu0.24.04.1_all.deb ...
2025-08-20T22:43:53.6760058Z Unpacking libdjvulibre-text (3.5.28-2ubuntu0.24.04.1) ...
2025-08-20T22:43:53.7004342Z Selecting previously unselected package libdjvulibre21:amd64.
2025-08-20T22:43:53.7137298Z Preparing to unpack .../21-libdjvulibre21_3.5.28-2ubuntu0.24.04.1_amd64.deb ...
2025-08-20T22:43:53.7146361Z Unpacking libdjvulibre21:amd64 (3.5.28-2ubuntu0.24.04.1) ...
2025-08-20T22:43:53.7419037Z Selecting previously unselected package libimath-3-1-29t64:amd64.
2025-08-20T22:43:53.7554895Z Preparing to unpack .../22-libimath-3-1-29t64_3.1.9-3.1ubuntu2_amd64.deb ...
2025-08-20T22:43:53.7562579Z Unpacking libimath-3-1-29t64:amd64 (3.1.9-3.1ubuntu2) ...
2025-08-20T22:43:53.7782733Z Selecting previously unselected package libjxr0t64:amd64.
2025-08-20T22:43:53.7913371Z Preparing to unpack .../23-libjxr0t64_1.2~git20170615.f752187-5.1ubuntu2_amd64.deb ...
2025-08-20T22:43:53.7922114Z Unpacking libjxr0t64:amd64 (1.2~git20170615.f752187-5.1ubuntu2) ...
2025-08-20T22:43:53.8131908Z Selecting previously unselected package libjxr-tools.
2025-08-20T22:43:53.8262279Z Preparing to unpack .../24-libjxr-tools_1.2~git20170615.f752187-5.1ubuntu2_amd64.deb ...
2025-08-20T22:43:53.8270511Z Unpacking libjxr-tools (1.2~git20170615.f752187-5.1ubuntu2) ...
2025-08-20T22:43:53.8470379Z Selecting previously unselected package libopenexr-3-1-30:amd64.
2025-08-20T22:43:53.8598485Z Preparing to unpack .../25-libopenexr-3-1-30_3.1.5-5.1build3_amd64.deb ...
2025-08-20T22:43:53.8606600Z Unpacking libopenexr-3-1-30:amd64 (3.1.5-5.1build3) ...
2025-08-20T22:43:53.8974768Z Selecting previously unselected package libwmflite-0.2-7:amd64.
2025-08-20T22:43:53.9109918Z Preparing to unpack .../26-libwmflite-0.2-7_0.2.13-1.1build3_amd64.deb ...
2025-08-20T22:43:53.9118106Z Unpacking libwmflite-0.2-7:amd64 (0.2.13-1.1build3) ...
2025-08-20T22:43:53.9320365Z Selecting previously unselected package libmagickcore-6.q16-7-extra:amd64.
2025-08-20T22:43:53.9449177Z Preparing to unpack .../27-libmagickcore-6.q16-7-extra_8%3a6.9.12.98+dfsg1-5.2build2_amd64.deb ...
2025-08-20T22:43:53.9456376Z Unpacking libmagickcore-6.q16-7-extra:amd64 (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T22:43:53.9745436Z Selecting previously unselected package libnetpbm11t64:amd64.
2025-08-20T22:43:53.9874368Z Preparing to unpack .../28-libnetpbm11t64_2%3a11.05.02-1.1build1_amd64.deb ...
2025-08-20T22:43:53.9883012Z Unpacking libnetpbm11t64:amd64 (2:11.05.02-1.1build1) ...
2025-08-20T22:43:54.0099622Z Selecting previously unselected package libpaper-utils.
2025-08-20T22:43:54.0227969Z Preparing to unpack .../29-libpaper-utils_1.1.29build1_amd64.deb ...
2025-08-20T22:43:54.0235841Z Unpacking libpaper-utils (1.1.29build1) ...
2025-08-20T22:43:54.0504160Z Selecting previously unselected package libtool-bin.
2025-08-20T22:43:54.0631638Z Preparing to unpack .../30-libtool-bin_2.4.7-7build1_amd64.deb ...
2025-08-20T22:43:54.0639146Z Unpacking libtool-bin (2.4.7-7build1) ...
2025-08-20T22:43:54.0853087Z Selecting previously unselected package lzip.
2025-08-20T22:43:54.0983545Z Preparing to unpack .../31-lzip_1.24.1-1build1_amd64.deb ...
2025-08-20T22:43:54.0991361Z Unpacking lzip (1.24.1-1build1) ...
2025-08-20T22:43:54.1213424Z Selecting previously unselected package netpbm.
2025-08-20T22:43:54.1345539Z Preparing to unpack .../32-netpbm_2%3a11.05.02-1.1build1_amd64.deb ...
2025-08-20T22:43:54.1353004Z Unpacking netpbm (2:11.05.02-1.1build1) ...
2025-08-20T22:43:54.3064781Z Selecting previously unselected package musl:amd64.
2025-08-20T22:43:54.3201968Z Preparing to unpack .../33-musl_1.2.4-2_amd64.deb ...
2025-08-20T22:43:54.3213036Z Unpacking musl:amd64 (1.2.4-2) ...
2025-08-20T22:43:54.3500982Z Selecting previously unselected package musl-dev:amd64.
2025-08-20T22:43:54.3638785Z Preparing to unpack .../34-musl-dev_1.2.4-2_amd64.deb ...
2025-08-20T22:43:54.3646224Z Unpacking musl-dev:amd64 (1.2.4-2) ...
2025-08-20T22:43:54.4319355Z Selecting previously unselected package musl-tools.
2025-08-20T22:43:54.4456273Z Preparing to unpack .../35-musl-tools_1.2.4-2_amd64.deb ...
2025-08-20T22:43:54.4463847Z Unpacking musl-tools (1.2.4-2) ...
2025-08-20T22:43:54.4867478Z Setting up libpaper1:amd64 (1.1.29build1) ...
2025-08-20T22:43:54.6258265Z 
2025-08-20T22:43:54.6258773Z Creating config file /etc/papersize with new version
2025-08-20T22:43:54.7207701Z Setting up libtool-bin (2.4.7-7build1) ...
2025-08-20T22:43:54.7226107Z Setting up fonts-noto-mono (20201225-2) ...
2025-08-20T22:43:54.7252922Z Setting up libwmflite-0.2-7:amd64 (0.2.13-1.1build3) ...
2025-08-20T22:43:54.7272869Z Setting up libijs-0.35:amd64 (0.35-15.1build1) ...
2025-08-20T22:43:54.7293319Z Setting up libgs-common (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T22:43:54.7318730Z Setting up libpaper-utils (1.1.29build1) ...
2025-08-20T22:43:54.7338888Z Setting up libnetpbm11t64:amd64 (2:11.05.02-1.1build1) ...
2025-08-20T22:43:54.7357694Z Setting up poppler-data (0.4.12-1) ...
2025-08-20T22:43:54.7452869Z Setting up libjxr0t64:amd64 (1.2~git20170615.f752187-5.1ubuntu2) ...
2025-08-20T22:43:54.7483214Z Setting up libjbig2dec0:amd64 (0.20-1build3) ...
2025-08-20T22:43:54.7503261Z Setting up lzip (1.24.1-1build1) ...
2025-08-20T22:43:54.7565834Z update-alternatives: using /usr/bin/lzip.lzip to provide /usr/bin/lzip (lzip) in auto mode
2025-08-20T22:43:54.7610563Z update-alternatives: using /usr/bin/lzip.lzip to provide /usr/bin/lzip-compressor (lzip-compressor) in auto mode
2025-08-20T22:43:54.7654989Z update-alternatives: using /usr/bin/lzip.lzip to provide /usr/bin/lzip-decompressor (lzip-decompressor) in auto mode
2025-08-20T22:43:54.7673860Z Setting up xfonts-encodings (1:1.0.5-0ubuntu2) ...
2025-08-20T22:43:54.7695732Z Setting up libimath-3-1-29t64:amd64 (3.1.9-3.1ubuntu2) ...
2025-08-20T22:43:54.7717344Z Setting up libidn12:amd64 (1.42-1build1) ...
2025-08-20T22:43:54.7737336Z Setting up netpbm (2:11.05.02-1.1build1) ...
2025-08-20T22:43:54.7757239Z Setting up imagemagick-6.q16 (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T22:43:54.7823569Z update-alternatives: using /usr/bin/compare-im6.q16 to provide /usr/bin/compare (compare) in auto mode
2025-08-20T22:43:54.7866695Z update-alternatives: using /usr/bin/compare-im6.q16 to provide /usr/bin/compare-im6 (compare-im6) in auto mode
2025-08-20T22:43:54.7921921Z update-alternatives: using /usr/bin/animate-im6.q16 to provide /usr/bin/animate (animate) in auto mode
2025-08-20T22:43:54.7965147Z update-alternatives: using /usr/bin/animate-im6.q16 to provide /usr/bin/animate-im6 (animate-im6) in auto mode
2025-08-20T22:43:54.8019008Z update-alternatives: using /usr/bin/convert-im6.q16 to provide /usr/bin/convert (convert) in auto mode
2025-08-20T22:43:54.8062903Z update-alternatives: using /usr/bin/convert-im6.q16 to provide /usr/bin/convert-im6 (convert-im6) in auto mode
2025-08-20T22:43:54.8117265Z update-alternatives: using /usr/bin/composite-im6.q16 to provide /usr/bin/composite (composite) in auto mode
2025-08-20T22:43:54.8162060Z update-alternatives: using /usr/bin/composite-im6.q16 to provide /usr/bin/composite-im6 (composite-im6) in auto mode
2025-08-20T22:43:54.8216163Z update-alternatives: using /usr/bin/conjure-im6.q16 to provide /usr/bin/conjure (conjure) in auto mode
2025-08-20T22:43:54.8261361Z update-alternatives: using /usr/bin/conjure-im6.q16 to provide /usr/bin/conjure-im6 (conjure-im6) in auto mode
2025-08-20T22:43:54.8316795Z update-alternatives: using /usr/bin/import-im6.q16 to provide /usr/bin/import (import) in auto mode
2025-08-20T22:43:54.8362152Z update-alternatives: using /usr/bin/import-im6.q16 to provide /usr/bin/import-im6 (import-im6) in auto mode
2025-08-20T22:43:54.8420757Z update-alternatives: using /usr/bin/identify-im6.q16 to provide /usr/bin/identify (identify) in auto mode
2025-08-20T22:43:54.8465960Z update-alternatives: using /usr/bin/identify-im6.q16 to provide /usr/bin/identify-im6 (identify-im6) in auto mode
2025-08-20T22:43:54.8521286Z update-alternatives: using /usr/bin/stream-im6.q16 to provide /usr/bin/stream (stream) in auto mode
2025-08-20T22:43:54.8568693Z update-alternatives: using /usr/bin/stream-im6.q16 to provide /usr/bin/stream-im6 (stream-im6) in auto mode
2025-08-20T22:43:54.8624705Z update-alternatives: using /usr/bin/display-im6.q16 to provide /usr/bin/display (display) in auto mode
2025-08-20T22:43:54.8672043Z update-alternatives: using /usr/bin/display-im6.q16 to provide /usr/bin/display-im6 (display-im6) in auto mode
2025-08-20T22:43:54.8729313Z update-alternatives: using /usr/bin/montage-im6.q16 to provide /usr/bin/montage (montage) in auto mode
2025-08-20T22:43:54.8775339Z update-alternatives: using /usr/bin/montage-im6.q16 to provide /usr/bin/montage-im6 (montage-im6) in auto mode
2025-08-20T22:43:54.8832600Z update-alternatives: using /usr/bin/mogrify-im6.q16 to provide /usr/bin/mogrify (mogrify) in auto mode
2025-08-20T22:43:54.8879101Z update-alternatives: using /usr/bin/mogrify-im6.q16 to provide /usr/bin/mogrify-im6 (mogrify-im6) in auto mode
2025-08-20T22:43:54.8895853Z Setting up b3sum (1.2.0-1) ...
2025-08-20T22:43:54.8922338Z Setting up musl:amd64 (1.2.4-2) ...
2025-08-20T22:43:54.8960292Z Setting up build-essential (12.10ubuntu1) ...
2025-08-20T22:43:54.8984149Z Setting up fonts-droid-fallback (1:6.0.1r16-1.1build1) ...
2025-08-20T22:43:54.9185617Z Setting up libdjvulibre-text (3.5.28-2ubuntu0.24.04.1) ...
2025-08-20T22:43:54.9206944Z Setting up libhiredis1.1.0:amd64 (1.2.0-6ubuntu3) ...
2025-08-20T22:43:54.9229879Z Setting up libjxr-tools (1.2~git20170615.f752187-5.1ubuntu2) ...
2025-08-20T22:43:54.9253066Z Setting up ccache (4.9.1-1) ...
2025-08-20T22:43:54.9275146Z Updating symlinks in /usr/lib/ccache ...
2025-08-20T22:43:54.9402383Z Setting up libdjvulibre21:amd64 (3.5.28-2ubuntu0.24.04.1) ...
2025-08-20T22:43:54.9426333Z Setting up xfonts-utils (1:7.7+6build3) ...
2025-08-20T22:43:54.9467142Z Setting up musl-dev:amd64 (1.2.4-2) ...
2025-08-20T22:43:54.9498643Z Setting up libopenexr-3-1-30:amd64 (3.1.5-5.1build3) ...
2025-08-20T22:43:54.9520506Z Setting up imagemagick (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T22:43:54.9541218Z Setting up libmagickcore-6.q16-7-extra:amd64 (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T22:43:54.9583950Z Setting up fonts-urw-base35 (20200910-8) ...
2025-08-20T22:43:55.1204591Z Setting up musl-tools (1.2.4-2) ...
2025-08-20T22:43:55.1226067Z Setting up libgs10-common (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T22:43:55.1247503Z Setting up libgs10:amd64 (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T22:43:55.1270409Z Setting up ghostscript (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T22:43:55.1338308Z Processing triggers for install-info (7.1-3build2) ...
2025-08-20T22:43:55.4644097Z Processing triggers for fontconfig (2.15.0-1.1ubuntu2) ...
2025-08-20T22:43:55.7313393Z Processing triggers for hicolor-icon-theme (0.17-2) ...
2025-08-20T22:43:56.3135739Z Processing triggers for libc-bin (2.39-0ubuntu8.5) ...
2025-08-20T22:43:59.9907126Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T22:44:06.9347873Z Reading package lists...
2025-08-20T22:44:07.0811207Z Building dependency tree...
2025-08-20T22:44:07.0818437Z Reading state information...
2025-08-20T22:44:07.2309030Z autoconf is already the newest version (2.71-3).
2025-08-20T22:44:07.2309745Z automake is already the newest version (1:1.16.5-1.3ubuntu1).
2025-08-20T22:44:07.2310429Z binutils is already the newest version (2.42-4ubuntu2.5).
2025-08-20T22:44:07.2311300Z bison is already the newest version (2:3.8.2+dfsg-1build2).
2025-08-20T22:44:07.2311981Z build-essential is already the newest version (12.10ubuntu1).
2025-08-20T22:44:07.2312439Z ca-certificates is already the newest version (20240203).
2025-08-20T22:44:07.2312849Z flex is already the newest version (2.6.4-8.2build1).
2025-08-20T22:44:07.2313227Z file is already the newest version (1:5.45-3build1).
2025-08-20T22:44:07.2313919Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T22:44:07.2314510Z libtool is already the newest version (2.4.7-7build1).
2025-08-20T22:44:07.2314960Z libtool-bin is already the newest version (2.4.7-7build1).
2025-08-20T22:44:07.2315362Z patch is already the newest version (2.7.6-7build3).
2025-08-20T22:44:07.2315750Z patch set to manually installed.
2025-08-20T22:44:07.2316101Z patchelf is already the newest version (0.18.0-1.1build1).
2025-08-20T22:44:07.2316522Z pkg-config is already the newest version (1.8.1-2build1).
2025-08-20T22:44:07.2316917Z tree is already the newest version (2.1.1-2ubuntu3).
2025-08-20T22:44:07.2317303Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T22:44:07.2317648Z Suggested packages:
2025-08-20T22:44:07.2317871Z   scons-doc
2025-08-20T22:44:07.2445278Z The following NEW packages will be installed:
2025-08-20T22:44:07.2451368Z   autopoint byacc clang qemu-user-static scons
2025-08-20T22:44:07.2614514Z 0 upgraded, 5 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T22:44:07.2615071Z Need to get 15.8 MB of archives.
2025-08-20T22:44:07.2615489Z After this operation, 140 MB of additional disk space will be used.
2025-08-20T22:44:07.2616153Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T22:44:07.3039530Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 autopoint all 0.21-14ubuntu2 [422 kB]
2025-08-20T22:44:07.3283671Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 clang amd64 1:18.0-59~exp2 [5846 B]
2025-08-20T22:44:07.3481474Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 qemu-user-static amd64 1:8.2.2+ds-0ubuntu1.9 [14.7 MB]
2025-08-20T22:44:07.5245193Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 scons all 4.5.2+dfsg-1 [577 kB]
2025-08-20T22:44:07.5605524Z Get:6 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 byacc amd64 1:2.0.20221106-1 [85.5 kB]
2025-08-20T22:44:07.8115008Z Fetched 15.8 MB in 0s (50.9 MB/s)
2025-08-20T22:44:07.8291906Z Selecting previously unselected package autopoint.
2025-08-20T22:44:07.8346111Z (Reading database ... 
2025-08-20T22:44:07.8346533Z (Reading database ... 5%
2025-08-20T22:44:07.8346909Z (Reading database ... 10%
2025-08-20T22:44:07.8347277Z (Reading database ... 15%
2025-08-20T22:44:07.8347637Z (Reading database ... 20%
2025-08-20T22:44:07.8347994Z (Reading database ... 25%
2025-08-20T22:44:07.8348345Z (Reading database ... 30%
2025-08-20T22:44:07.8348692Z (Reading database ... 35%
2025-08-20T22:44:07.8349609Z (Reading database ... 40%
2025-08-20T22:44:07.8349958Z (Reading database ... 45%
2025-08-20T22:44:07.8350305Z (Reading database ... 50%
2025-08-20T22:44:07.8370167Z (Reading database ... 55%
2025-08-20T22:44:07.8460525Z (Reading database ... 60%
2025-08-20T22:44:07.8481689Z (Reading database ... 65%
2025-08-20T22:44:07.8514769Z (Reading database ... 70%
2025-08-20T22:44:07.8538732Z (Reading database ... 75%
2025-08-20T22:44:07.8566458Z (Reading database ... 80%
2025-08-20T22:44:07.8703917Z (Reading database ... 85%
2025-08-20T22:44:07.8787611Z (Reading database ... 90%
2025-08-20T22:44:07.9039056Z (Reading database ... 95%
2025-08-20T22:44:07.9039516Z (Reading database ... 100%
2025-08-20T22:44:07.9040164Z (Reading database ... 222514 files and directories currently installed.)
2025-08-20T22:44:07.9079810Z Preparing to unpack .../autopoint_0.21-14ubuntu2_all.deb ...
2025-08-20T22:44:07.9088415Z Unpacking autopoint (0.21-14ubuntu2) ...
2025-08-20T22:44:07.9332566Z Selecting previously unselected package clang.
2025-08-20T22:44:07.9465878Z Preparing to unpack .../clang_1%3a18.0-59~exp2_amd64.deb ...
2025-08-20T22:44:07.9475909Z Unpacking clang (1:18.0-59~exp2) ...
2025-08-20T22:44:07.9677697Z Selecting previously unselected package qemu-user-static.
2025-08-20T22:44:07.9812293Z Preparing to unpack .../qemu-user-static_1%3a8.2.2+ds-0ubuntu1.9_amd64.deb ...
2025-08-20T22:44:07.9820090Z Unpacking qemu-user-static (1:8.2.2+ds-0ubuntu1.9) ...
2025-08-20T22:44:08.4187279Z Selecting previously unselected package scons.
2025-08-20T22:44:08.4325700Z Preparing to unpack .../scons_4.5.2+dfsg-1_all.deb ...
2025-08-20T22:44:08.4336181Z Unpacking scons (4.5.2+dfsg-1) ...
2025-08-20T22:44:08.4969881Z Selecting previously unselected package byacc.
2025-08-20T22:44:08.5106769Z Preparing to unpack .../byacc_1%3a2.0.20221106-1_amd64.deb ...
2025-08-20T22:44:08.5131459Z Unpacking byacc (1:2.0.20221106-1) ...
2025-08-20T22:44:08.5521810Z Setting up qemu-user-static (1:8.2.2+ds-0ubuntu1.9) ...
2025-08-20T22:44:08.5562352Z Setting up byacc (1:2.0.20221106-1) ...
2025-08-20T22:44:08.5636185Z Setting up clang (1:18.0-59~exp2) ...
2025-08-20T22:44:08.5843083Z Setting up scons (4.5.2+dfsg-1) ...
2025-08-20T22:44:08.9787802Z Setting up autopoint (0.21-14ubuntu2) ...
2025-08-20T22:44:08.9821866Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T22:44:12.9850402Z Processing triggers for systemd (255.4-1ubuntu8.10) ...
2025-08-20T22:44:14.3812329Z Reading package lists...
2025-08-20T22:44:14.5326683Z Building dependency tree...
2025-08-20T22:44:14.5333929Z Reading state information...
2025-08-20T22:44:14.6802629Z The following additional packages will be installed:
2025-08-20T22:44:14.6803396Z   libb-hooks-op-check-perl libclass-method-modifiers-perl
2025-08-20T22:44:14.6803955Z   libclass-xsaccessor-perl libdevel-callchecker-perl
2025-08-20T22:44:14.6804793Z   libdynaloader-functions-perl libfile-dirlist-perl libfile-homedir-perl
2025-08-20T22:44:14.6805566Z   libfile-listing-perl libfile-touch-perl libfile-which-perl libhtml-tree-perl
2025-08-20T22:44:14.6806281Z   libhttp-cookies-perl libhttp-negotiate-perl libimport-into-perl
2025-08-20T22:44:14.6806985Z   libio-socket-ssl-perl liblwp-protocol-https-perl libmodule-runtime-perl
2025-08-20T22:44:14.6807885Z   libmoo-perl libnet-http-perl libnet-ssleay-perl libparams-classify-perl
2025-08-20T22:44:14.6808566Z   librole-tiny-perl libsub-quote-perl libtry-tiny-perl libwww-perl
2025-08-20T22:44:14.6809224Z   libwww-robotrules-perl patchutils perl-openssl-defaults wdiff
2025-08-20T22:44:14.6814945Z Suggested packages:
2025-08-20T22:44:14.6815820Z   adequate at autopkgtest bls-standalone bsd-mailx | mailx
2025-08-20T22:44:14.6816393Z   check-all-the-things cvs-buildpackage debhelper diffoscope disorderfs
2025-08-20T22:44:14.6816935Z   dose-extra duck elpa-devscripts faketime gnuplot how-can-i-help
2025-08-20T22:44:14.6817463Z   libauthen-sasl-perl libdbd-pg-perl libfile-desktopentry-perl
2025-08-20T22:44:14.6818015Z   libterm-size-perl libyaml-syck-perl mmdebstrap mutt piuparts pristine-lfs
2025-08-20T22:44:14.6818562Z   quilt ratt reprotest svn-buildpackage w3m debian-keyring equivs
2025-08-20T22:44:14.6819116Z   libgitlab-api-v4-perl libsoap-lite-perl pristine-tar libcrypt-ssleay-perl
2025-08-20T22:44:14.6819725Z   libscalar-number-perl libxstring-perl libsub-name-perl libauthen-ntlm-perl
2025-08-20T22:44:14.6820173Z   wdiff-doc
2025-08-20T22:44:14.6820390Z Recommended packages:
2025-08-20T22:44:14.6820973Z   dctrl-tools dput | dupload libdistro-info-perl libgit-wrapper-perl
2025-08-20T22:44:14.6821523Z   liblist-compare-perl libstring-shellquote-perl licensecheck lintian
2025-08-20T22:44:14.6822088Z   python3-unidiff python3-xdg libhtml-format-perl libnamespace-clean-perl
2025-08-20T22:44:14.6822671Z   libdata-dump-perl libhtml-form-perl libhttp-daemon-perl libmailtools-perl
2025-08-20T22:44:14.6991852Z The following NEW packages will be installed:
2025-08-20T22:44:14.6992705Z   devscripts libb-hooks-op-check-perl libclass-method-modifiers-perl
2025-08-20T22:44:14.6993489Z   libclass-xsaccessor-perl libdevel-callchecker-perl
2025-08-20T22:44:14.6994294Z   libdynaloader-functions-perl libfile-dirlist-perl libfile-homedir-perl
2025-08-20T22:44:14.6995361Z   libfile-listing-perl libfile-touch-perl libfile-which-perl libhtml-tree-perl
2025-08-20T22:44:14.6996252Z   libhttp-cookies-perl libhttp-negotiate-perl libimport-into-perl
2025-08-20T22:44:14.6997104Z   libio-socket-ssl-perl liblwp-protocol-https-perl libmodule-runtime-perl
2025-08-20T22:44:14.6998268Z   libmoo-perl libnet-http-perl libnet-ssleay-perl libparams-classify-perl
2025-08-20T22:44:14.6999186Z   librole-tiny-perl libsub-quote-perl libtry-tiny-perl libwww-perl
2025-08-20T22:44:14.6999966Z   libwww-robotrules-perl patchutils perl-openssl-defaults wdiff
2025-08-20T22:44:14.7171381Z 0 upgraded, 30 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T22:44:14.7171988Z Need to get 2417 kB of archives.
2025-08-20T22:44:14.7172554Z After this operation, 7084 kB of additional disk space will be used.
2025-08-20T22:44:14.7173224Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T22:44:14.7501751Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libfile-dirlist-perl all 0.05-3 [7286 B]
2025-08-20T22:44:14.7690651Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libfile-which-perl all 1.27-2 [12.5 kB]
2025-08-20T22:44:14.7876122Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libfile-homedir-perl all 1.006-2 [37.0 kB]
2025-08-20T22:44:14.8065927Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libfile-touch-perl all 0.12-2 [7498 B]
2025-08-20T22:44:14.8249970Z Get:6 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libclass-method-modifiers-perl all 2.15-1 [16.1 kB]
2025-08-20T22:44:14.8436944Z Get:7 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libclass-xsaccessor-perl amd64 1.19-4build4 [33.1 kB]
2025-08-20T22:44:14.8625154Z Get:8 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libb-hooks-op-check-perl amd64 0.22-3build1 [9518 B]
2025-08-20T22:44:14.8806435Z Get:9 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libdynaloader-functions-perl all 0.003-3 [12.1 kB]
2025-08-20T22:44:14.8987447Z Get:10 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libdevel-callchecker-perl amd64 0.008-2build3 [13.2 kB]
2025-08-20T22:44:14.9172472Z Get:11 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libparams-classify-perl amd64 0.015-2build5 [20.1 kB]
2025-08-20T22:44:14.9511959Z Get:12 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libmodule-runtime-perl all 0.016-2 [16.4 kB]
2025-08-20T22:44:14.9699006Z Get:13 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libimport-into-perl all 1.002005-2 [10.7 kB]
2025-08-20T22:44:14.9883038Z Get:14 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 librole-tiny-perl all 2.002004-1 [16.3 kB]
2025-08-20T22:44:15.0070685Z Get:15 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libsub-quote-perl all 2.006008-1ubuntu1 [20.7 kB]
2025-08-20T22:44:15.0259787Z Get:16 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libmoo-perl all 2.005005-1 [47.4 kB]
2025-08-20T22:44:15.0449840Z Get:17 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libfile-listing-perl all 6.16-1 [11.3 kB]
2025-08-20T22:44:15.0640517Z Get:18 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libhtml-tree-perl all 5.07-3 [200 kB]
2025-08-20T22:44:15.1290655Z Get:19 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libhttp-cookies-perl all 6.11-1 [18.2 kB]
2025-08-20T22:44:15.1476474Z Get:20 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libhttp-negotiate-perl all 6.01-2 [12.4 kB]
2025-08-20T22:44:15.1663996Z Get:21 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 perl-openssl-defaults amd64 7build3 [6626 B]
2025-08-20T22:44:15.1857371Z Get:22 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libnet-ssleay-perl amd64 1.94-1build4 [316 kB]
2025-08-20T22:44:15.2065751Z Get:23 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libio-socket-ssl-perl all 2.085-1 [195 kB]
2025-08-20T22:44:15.2271448Z Get:24 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libnet-http-perl all 6.23-1 [22.3 kB]
2025-08-20T22:44:15.2457135Z Get:25 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 liblwp-protocol-https-perl all 6.13-1 [9006 B]
2025-08-20T22:44:15.2649316Z Get:26 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libtry-tiny-perl all 0.31-2 [20.8 kB]
2025-08-20T22:44:15.2844189Z Get:27 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libwww-robotrules-perl all 6.02-1 [12.6 kB]
2025-08-20T22:44:15.3030371Z Get:28 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libwww-perl all 6.76-1 [138 kB]
2025-08-20T22:44:15.3229864Z Get:29 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 patchutils amd64 0.4.2-1build3 [77.0 kB]
2025-08-20T22:44:15.3421155Z Get:30 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 wdiff amd64 1.2.2-6build1 [29.1 kB]
2025-08-20T22:44:15.3607321Z Get:31 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 devscripts all 2.23.7 [1069 kB]
2025-08-20T22:44:15.6317806Z Fetched 2417 kB in 1s (3585 kB/s)
2025-08-20T22:44:15.6497785Z Selecting previously unselected package libfile-dirlist-perl.
2025-08-20T22:44:15.6552393Z (Reading database ... 
2025-08-20T22:44:15.6553029Z (Reading database ... 5%
2025-08-20T22:44:15.6553435Z (Reading database ... 10%
2025-08-20T22:44:15.6553805Z (Reading database ... 15%
2025-08-20T22:44:15.6554153Z (Reading database ... 20%
2025-08-20T22:44:15.6554555Z (Reading database ... 25%
2025-08-20T22:44:15.6554906Z (Reading database ... 30%
2025-08-20T22:44:15.6555273Z (Reading database ... 35%
2025-08-20T22:44:15.6555623Z (Reading database ... 40%
2025-08-20T22:44:15.6555974Z (Reading database ... 45%
2025-08-20T22:44:15.6556320Z (Reading database ... 50%
2025-08-20T22:44:15.6576380Z (Reading database ... 55%
2025-08-20T22:44:15.6666768Z (Reading database ... 60%
2025-08-20T22:44:15.6687202Z (Reading database ... 65%
2025-08-20T22:44:15.6720136Z (Reading database ... 70%
2025-08-20T22:44:15.6744253Z (Reading database ... 75%
2025-08-20T22:44:15.6772010Z (Reading database ... 80%
2025-08-20T22:44:15.6911108Z (Reading database ... 85%
2025-08-20T22:44:15.6998763Z (Reading database ... 90%
2025-08-20T22:44:15.7283865Z (Reading database ... 95%
2025-08-20T22:44:15.7284379Z (Reading database ... 100%
2025-08-20T22:44:15.7284939Z (Reading database ... 222962 files and directories currently installed.)
2025-08-20T22:44:15.7332826Z Preparing to unpack .../00-libfile-dirlist-perl_0.05-3_all.deb ...
2025-08-20T22:44:15.7343122Z Unpacking libfile-dirlist-perl (0.05-3) ...
2025-08-20T22:44:15.7550940Z Selecting previously unselected package libfile-which-perl.
2025-08-20T22:44:15.7680742Z Preparing to unpack .../01-libfile-which-perl_1.27-2_all.deb ...
2025-08-20T22:44:15.7688697Z Unpacking libfile-which-perl (1.27-2) ...
2025-08-20T22:44:15.7879663Z Selecting previously unselected package libfile-homedir-perl.
2025-08-20T22:44:15.8009943Z Preparing to unpack .../02-libfile-homedir-perl_1.006-2_all.deb ...
2025-08-20T22:44:15.8019214Z Unpacking libfile-homedir-perl (1.006-2) ...
2025-08-20T22:44:15.8234864Z Selecting previously unselected package libfile-touch-perl.
2025-08-20T22:44:15.8364680Z Preparing to unpack .../03-libfile-touch-perl_0.12-2_all.deb ...
2025-08-20T22:44:15.8371697Z Unpacking libfile-touch-perl (0.12-2) ...
2025-08-20T22:44:15.8561329Z Selecting previously unselected package libclass-method-modifiers-perl.
2025-08-20T22:44:15.8689271Z Preparing to unpack .../04-libclass-method-modifiers-perl_2.15-1_all.deb ...
2025-08-20T22:44:15.8696415Z Unpacking libclass-method-modifiers-perl (2.15-1) ...
2025-08-20T22:44:15.8888820Z Selecting previously unselected package libclass-xsaccessor-perl.
2025-08-20T22:44:15.9018120Z Preparing to unpack .../05-libclass-xsaccessor-perl_1.19-4build4_amd64.deb ...
2025-08-20T22:44:15.9026199Z Unpacking libclass-xsaccessor-perl (1.19-4build4) ...
2025-08-20T22:44:15.9231721Z Selecting previously unselected package libb-hooks-op-check-perl:amd64.
2025-08-20T22:44:15.9362994Z Preparing to unpack .../06-libb-hooks-op-check-perl_0.22-3build1_amd64.deb ...
2025-08-20T22:44:15.9369758Z Unpacking libb-hooks-op-check-perl:amd64 (0.22-3build1) ...
2025-08-20T22:44:15.9573418Z Selecting previously unselected package libdynaloader-functions-perl.
2025-08-20T22:44:15.9703846Z Preparing to unpack .../07-libdynaloader-functions-perl_0.003-3_all.deb ...
2025-08-20T22:44:15.9711903Z Unpacking libdynaloader-functions-perl (0.003-3) ...
2025-08-20T22:44:15.9904306Z Selecting previously unselected package libdevel-callchecker-perl:amd64.
2025-08-20T22:44:16.0034279Z Preparing to unpack .../08-libdevel-callchecker-perl_0.008-2build3_amd64.deb ...
2025-08-20T22:44:16.0044031Z Unpacking libdevel-callchecker-perl:amd64 (0.008-2build3) ...
2025-08-20T22:44:16.0246483Z Selecting previously unselected package libparams-classify-perl:amd64.
2025-08-20T22:44:16.0375164Z Preparing to unpack .../09-libparams-classify-perl_0.015-2build5_amd64.deb ...
2025-08-20T22:44:16.0382729Z Unpacking libparams-classify-perl:amd64 (0.015-2build5) ...
2025-08-20T22:44:16.0580726Z Selecting previously unselected package libmodule-runtime-perl.
2025-08-20T22:44:16.0719104Z Preparing to unpack .../10-libmodule-runtime-perl_0.016-2_all.deb ...
2025-08-20T22:44:16.0726177Z Unpacking libmodule-runtime-perl (0.016-2) ...
2025-08-20T22:44:16.0929756Z Selecting previously unselected package libimport-into-perl.
2025-08-20T22:44:16.1066821Z Preparing to unpack .../11-libimport-into-perl_1.002005-2_all.deb ...
2025-08-20T22:44:16.1074793Z Unpacking libimport-into-perl (1.002005-2) ...
2025-08-20T22:44:16.1265959Z Selecting previously unselected package librole-tiny-perl.
2025-08-20T22:44:16.1398102Z Preparing to unpack .../12-librole-tiny-perl_2.002004-1_all.deb ...
2025-08-20T22:44:16.1405993Z Unpacking librole-tiny-perl (2.002004-1) ...
2025-08-20T22:44:16.1614207Z Selecting previously unselected package libsub-quote-perl.
2025-08-20T22:44:16.1746685Z Preparing to unpack .../13-libsub-quote-perl_2.006008-1ubuntu1_all.deb ...
2025-08-20T22:44:16.1754970Z Unpacking libsub-quote-perl (2.006008-1ubuntu1) ...
2025-08-20T22:44:16.1953507Z Selecting previously unselected package libmoo-perl.
2025-08-20T22:44:16.2084562Z Preparing to unpack .../14-libmoo-perl_2.005005-1_all.deb ...
2025-08-20T22:44:16.2093605Z Unpacking libmoo-perl (2.005005-1) ...
2025-08-20T22:44:16.2332104Z Selecting previously unselected package libfile-listing-perl.
2025-08-20T22:44:16.2463264Z Preparing to unpack .../15-libfile-listing-perl_6.16-1_all.deb ...
2025-08-20T22:44:16.2471174Z Unpacking libfile-listing-perl (6.16-1) ...
2025-08-20T22:44:16.2664460Z Selecting previously unselected package libhtml-tree-perl.
2025-08-20T22:44:16.2794367Z Preparing to unpack .../16-libhtml-tree-perl_5.07-3_all.deb ...
2025-08-20T22:44:16.2804981Z Unpacking libhtml-tree-perl (5.07-3) ...
2025-08-20T22:44:16.3353609Z Selecting previously unselected package libhttp-cookies-perl.
2025-08-20T22:44:16.3485764Z Preparing to unpack .../17-libhttp-cookies-perl_6.11-1_all.deb ...
2025-08-20T22:44:16.3501911Z Unpacking libhttp-cookies-perl (6.11-1) ...
2025-08-20T22:44:16.3707654Z Selecting previously unselected package libhttp-negotiate-perl.
2025-08-20T22:44:16.3837780Z Preparing to unpack .../18-libhttp-negotiate-perl_6.01-2_all.deb ...
2025-08-20T22:44:16.3845547Z Unpacking libhttp-negotiate-perl (6.01-2) ...
2025-08-20T22:44:16.4035120Z Selecting previously unselected package perl-openssl-defaults:amd64.
2025-08-20T22:44:16.4171533Z Preparing to unpack .../19-perl-openssl-defaults_7build3_amd64.deb ...
2025-08-20T22:44:16.4179462Z Unpacking perl-openssl-defaults:amd64 (7build3) ...
2025-08-20T22:44:16.4401356Z Selecting previously unselected package libnet-ssleay-perl:amd64.
2025-08-20T22:44:16.4533425Z Preparing to unpack .../20-libnet-ssleay-perl_1.94-1build4_amd64.deb ...
2025-08-20T22:44:16.4541898Z Unpacking libnet-ssleay-perl:amd64 (1.94-1build4) ...
2025-08-20T22:44:16.4938047Z Selecting previously unselected package libio-socket-ssl-perl.
2025-08-20T22:44:16.5073088Z Preparing to unpack .../21-libio-socket-ssl-perl_2.085-1_all.deb ...
2025-08-20T22:44:16.5080038Z Unpacking libio-socket-ssl-perl (2.085-1) ...
2025-08-20T22:44:16.5336270Z Selecting previously unselected package libnet-http-perl.
2025-08-20T22:44:16.5468567Z Preparing to unpack .../22-libnet-http-perl_6.23-1_all.deb ...
2025-08-20T22:44:16.5483200Z Unpacking libnet-http-perl (6.23-1) ...
2025-08-20T22:44:16.5693842Z Selecting previously unselected package liblwp-protocol-https-perl.
2025-08-20T22:44:16.5825449Z Preparing to unpack .../23-liblwp-protocol-https-perl_6.13-1_all.deb ...
2025-08-20T22:44:16.5833446Z Unpacking liblwp-protocol-https-perl (6.13-1) ...
2025-08-20T22:44:16.6024752Z Selecting previously unselected package libtry-tiny-perl.
2025-08-20T22:44:16.6161165Z Preparing to unpack .../24-libtry-tiny-perl_0.31-2_all.deb ...
2025-08-20T22:44:16.6169836Z Unpacking libtry-tiny-perl (0.31-2) ...
2025-08-20T22:44:16.6375022Z Selecting previously unselected package libwww-robotrules-perl.
2025-08-20T22:44:16.6514330Z Preparing to unpack .../25-libwww-robotrules-perl_6.02-1_all.deb ...
2025-08-20T22:44:16.6522489Z Unpacking libwww-robotrules-perl (6.02-1) ...
2025-08-20T22:44:16.6735409Z Selecting previously unselected package libwww-perl.
2025-08-20T22:44:16.6872312Z Preparing to unpack .../26-libwww-perl_6.76-1_all.deb ...
2025-08-20T22:44:16.6879988Z Unpacking libwww-perl (6.76-1) ...
2025-08-20T22:44:16.7162440Z Selecting previously unselected package patchutils.
2025-08-20T22:44:16.7296255Z Preparing to unpack .../27-patchutils_0.4.2-1build3_amd64.deb ...
2025-08-20T22:44:16.7304195Z Unpacking patchutils (0.4.2-1build3) ...
2025-08-20T22:44:16.7560703Z Selecting previously unselected package wdiff.
2025-08-20T22:44:16.7694660Z Preparing to unpack .../28-wdiff_1.2.2-6build1_amd64.deb ...
2025-08-20T22:44:16.7702084Z Unpacking wdiff (1.2.2-6build1) ...
2025-08-20T22:44:16.7933418Z Selecting previously unselected package devscripts.
2025-08-20T22:44:16.8071088Z Preparing to unpack .../29-devscripts_2.23.7_all.deb ...
2025-08-20T22:44:16.8263754Z Unpacking devscripts (2.23.7) ...
2025-08-20T22:44:16.9479291Z Setting up wdiff (1.2.2-6build1) ...
2025-08-20T22:44:16.9502044Z Setting up libhttp-negotiate-perl (6.01-2) ...
2025-08-20T22:44:16.9521935Z Setting up libfile-which-perl (1.27-2) ...
2025-08-20T22:44:16.9541900Z Setting up libfile-listing-perl (6.16-1) ...
2025-08-20T22:44:16.9561316Z Setting up libdynaloader-functions-perl (0.003-3) ...
2025-08-20T22:44:16.9588166Z Setting up libclass-method-modifiers-perl (2.15-1) ...
2025-08-20T22:44:16.9609289Z Setting up libhttp-cookies-perl (6.11-1) ...
2025-08-20T22:44:16.9629963Z Setting up libhtml-tree-perl (5.07-3) ...
2025-08-20T22:44:16.9652966Z Setting up libtry-tiny-perl (0.31-2) ...
2025-08-20T22:44:16.9674442Z Setting up perl-openssl-defaults:amd64 (7build3) ...
2025-08-20T22:44:16.9695172Z Setting up libnet-http-perl (6.23-1) ...
2025-08-20T22:44:16.9716682Z Setting up patchutils (0.4.2-1build3) ...
2025-08-20T22:44:16.9737914Z Setting up libb-hooks-op-check-perl:amd64 (0.22-3build1) ...
2025-08-20T22:44:16.9762760Z Setting up libwww-robotrules-perl (6.02-1) ...
2025-08-20T22:44:16.9785285Z Setting up librole-tiny-perl (2.002004-1) ...
2025-08-20T22:44:16.9805480Z Setting up libsub-quote-perl (2.006008-1ubuntu1) ...
2025-08-20T22:44:16.9825610Z Setting up libclass-xsaccessor-perl (1.19-4build4) ...
2025-08-20T22:44:16.9852914Z Setting up libfile-dirlist-perl (0.05-3) ...
2025-08-20T22:44:16.9873544Z Setting up libfile-homedir-perl (1.006-2) ...
2025-08-20T22:44:16.9895371Z Setting up libfile-touch-perl (0.12-2) ...
2025-08-20T22:44:16.9916313Z Setting up libnet-ssleay-perl:amd64 (1.94-1build4) ...
2025-08-20T22:44:16.9939527Z Setting up libdevel-callchecker-perl:amd64 (0.008-2build3) ...
2025-08-20T22:44:16.9964516Z Setting up libio-socket-ssl-perl (2.085-1) ...
2025-08-20T22:44:16.9983927Z Setting up libparams-classify-perl:amd64 (0.015-2build5) ...
2025-08-20T22:44:17.0004457Z Setting up libmodule-runtime-perl (0.016-2) ...
2025-08-20T22:44:17.0025740Z Setting up libimport-into-perl (1.002005-2) ...
2025-08-20T22:44:17.0047762Z Setting up libmoo-perl (2.005005-1) ...
2025-08-20T22:44:17.0140177Z Setting up libwww-perl (6.76-1) ...
2025-08-20T22:44:17.0171652Z Setting up devscripts (2.23.7) ...
2025-08-20T22:44:17.1349700Z Setting up liblwp-protocol-https-perl (6.13-1) ...
2025-08-20T22:44:17.1375170Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T22:44:22.3052831Z Processing triggers for install-info (7.1-3build2) ...
2025-08-20T22:44:23.7822436Z Reading package lists...
2025-08-20T22:44:23.9417858Z Building dependency tree...
2025-08-20T22:44:23.9426054Z Reading state information...
2025-08-20T22:44:24.0887166Z The following additional packages will be installed:
2025-08-20T22:44:24.0893201Z   cmake-data libjsoncpp25 librhash0
2025-08-20T22:44:24.0898943Z Suggested packages:
2025-08-20T22:44:24.0899347Z   cmake-doc cmake-format elpa-cmake-mode ninja-build
2025-08-20T22:44:24.1026609Z The following NEW packages will be installed:
2025-08-20T22:44:24.1032776Z   cmake cmake-data libjsoncpp25 librhash0
2025-08-20T22:44:24.1197314Z 0 upgraded, 4 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T22:44:24.1197878Z Need to get 13.6 MB of archives.
2025-08-20T22:44:24.1198453Z After this operation, 49.1 MB of additional disk space will be used.
2025-08-20T22:44:24.1199113Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T22:44:24.1525549Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libjsoncpp25 amd64 1.9.5-6build1 [82.8 kB]
2025-08-20T22:44:24.1806914Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 librhash0 amd64 1.4.3-3build1 [129 kB]
2025-08-20T22:44:24.2028855Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 cmake-data all 3.28.3-1build7 [2155 kB]
2025-08-20T22:44:24.2655320Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 cmake amd64 3.28.3-1build7 [11.2 MB]
2025-08-20T22:44:24.6308365Z Fetched 13.6 MB in 0s (50.3 MB/s)
2025-08-20T22:44:24.6549003Z Selecting previously unselected package libjsoncpp25:amd64.
2025-08-20T22:44:24.6604958Z (Reading database ... 
2025-08-20T22:44:24.6605743Z (Reading database ... 5%
2025-08-20T22:44:24.6606134Z (Reading database ... 10%
2025-08-20T22:44:24.6606496Z (Reading database ... 15%
2025-08-20T22:44:24.6606816Z (Reading database ... 20%
2025-08-20T22:44:24.6607060Z (Reading database ... 25%
2025-08-20T22:44:24.6607294Z (Reading database ... 30%
2025-08-20T22:44:24.6607522Z (Reading database ... 35%
2025-08-20T22:44:24.6607770Z (Reading database ... 40%
2025-08-20T22:44:24.6607990Z (Reading database ... 45%
2025-08-20T22:44:24.6608431Z (Reading database ... 50%
2025-08-20T22:44:24.6628003Z (Reading database ... 55%
2025-08-20T22:44:24.6722860Z (Reading database ... 60%
2025-08-20T22:44:24.6744570Z (Reading database ... 65%
2025-08-20T22:44:24.6780028Z (Reading database ... 70%
2025-08-20T22:44:24.6804317Z (Reading database ... 75%
2025-08-20T22:44:24.6834591Z (Reading database ... 80%
2025-08-20T22:44:24.6973434Z (Reading database ... 85%
2025-08-20T22:44:24.7055137Z (Reading database ... 90%
2025-08-20T22:44:24.7306401Z (Reading database ... 95%
2025-08-20T22:44:24.7306899Z (Reading database ... 100%
2025-08-20T22:44:24.7307591Z (Reading database ... 223897 files and directories currently installed.)
2025-08-20T22:44:24.7346400Z Preparing to unpack .../libjsoncpp25_1.9.5-6build1_amd64.deb ...
2025-08-20T22:44:24.7363324Z Unpacking libjsoncpp25:amd64 (1.9.5-6build1) ...
2025-08-20T22:44:24.7589592Z Selecting previously unselected package librhash0:amd64.
2025-08-20T22:44:24.7723173Z Preparing to unpack .../librhash0_1.4.3-3build1_amd64.deb ...
2025-08-20T22:44:24.7732643Z Unpacking librhash0:amd64 (1.4.3-3build1) ...
2025-08-20T22:44:24.7966247Z Selecting previously unselected package cmake-data.
2025-08-20T22:44:24.8101604Z Preparing to unpack .../cmake-data_3.28.3-1build7_all.deb ...
2025-08-20T22:44:24.8164558Z Unpacking cmake-data (3.28.3-1build7) ...
2025-08-20T22:44:25.3672025Z Selecting previously unselected package cmake.
2025-08-20T22:44:25.3825491Z Preparing to unpack .../cmake_3.28.3-1build7_amd64.deb ...
2025-08-20T22:44:25.3834081Z Unpacking cmake (3.28.3-1build7) ...
2025-08-20T22:44:25.5628478Z Setting up libjsoncpp25:amd64 (1.9.5-6build1) ...
2025-08-20T22:44:25.5654188Z Setting up librhash0:amd64 (1.4.3-3build1) ...
2025-08-20T22:44:25.5672822Z Setting up cmake-data (3.28.3-1build7) ...
2025-08-20T22:44:25.5732875Z Setting up cmake (3.28.3-1build7) ...
2025-08-20T22:44:25.5754165Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T22:44:29.7792624Z Processing triggers for libc-bin (2.39-0ubuntu8.5) ...
2025-08-20T22:44:30.3356393Z Could not send telemetry data: POST https://gitlab.com/api/v4/usage_data/track_event: 403 {error: insufficient_scope}, {error_description: The request requires higher privileges than provided by the access token.}, {scope: ai_workflows api read_api}
2025-08-20T22:44:30.3358340Z Running kernel seems to be up-to-date.
2025-08-20T22:44:30.3358598Z 
2025-08-20T22:44:30.3358710Z Restarting services...
2025-08-20T22:44:30.3415385Z 
2025-08-20T22:44:30.3415759Z Service restarts being deferred:
2025-08-20T22:44:30.3416279Z  systemctl restart hosted-compute-agent.service
2025-08-20T22:44:30.3416643Z 
2025-08-20T22:44:30.3416804Z No containers need to be restarted.
2025-08-20T22:44:30.3417087Z 
2025-08-20T22:44:30.3417276Z No user sessions are running outdated binaries.
2025-08-20T22:44:30.3417603Z 
2025-08-20T22:44:30.3417934Z No VM guests are running outdated hypervisor (qemu) binaries on this host.
2025-08-20T22:44:31.1393540Z Reading package lists...
2025-08-20T22:44:31.2822037Z Building dependency tree...
2025-08-20T22:44:31.2829906Z Reading state information...
2025-08-20T22:44:31.4423162Z aria2 is already the newest version (1.37.0+debian-1build3).
2025-08-20T22:44:31.4423877Z automake is already the newest version (1:1.16.5-1.3ubuntu1).
2025-08-20T22:44:31.4424472Z bc is already the newest version (1.07.1-3ubuntu4).
2025-08-20T22:44:31.4425019Z binutils is already the newest version (2.42-4ubuntu2.5).
2025-08-20T22:44:31.4425562Z b3sum is already the newest version (1.2.0-1).
2025-08-20T22:44:31.4426131Z build-essential is already the newest version (12.10ubuntu1).
2025-08-20T22:44:31.4426751Z ca-certificates is already the newest version (20240203).
2025-08-20T22:44:31.4427311Z ccache is already the newest version (4.9.1-1).
2025-08-20T22:44:31.4427870Z diffutils is already the newest version (1:3.10-1build1).
2025-08-20T22:44:31.4428463Z dos2unix is already the newest version (7.5.1-1).
2025-08-20T22:44:31.4429006Z gawk is already the newest version (1:5.2.1-2build3).
2025-08-20T22:44:31.4429887Z git-lfs is already the newest version (3.7.0).
2025-08-20T22:44:31.4430465Z imagemagick is already the newest version (8:6.9.12.98+dfsg1-5.2build2).
2025-08-20T22:44:31.4431321Z lzip is already the newest version (1.24.1-1build1).
2025-08-20T22:44:31.4431972Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T22:44:31.4432420Z libtool is already the newest version (2.4.7-7build1).
2025-08-20T22:44:31.4432896Z libtool-bin is already the newest version (2.4.7-7build1).
2025-08-20T22:44:31.4433300Z make is already the newest version (4.3-4.1build2).
2025-08-20T22:44:31.4433784Z musl is already the newest version (1.2.4-2).
2025-08-20T22:44:31.4434483Z musl-dev is already the newest version (1.2.4-2).
2025-08-20T22:44:31.4434972Z musl-tools is already the newest version (1.2.4-2).
2025-08-20T22:44:31.4435444Z p7zip-full is already the newest version (16.02+transitional.1).
2025-08-20T22:44:31.4435993Z rsync is already the newest version (3.2.7-1ubuntu1.2).
2025-08-20T22:44:31.4436421Z texinfo is already the newest version (7.1-3build2).
2025-08-20T22:44:31.4436860Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T22:44:31.4449628Z 0 upgraded, 0 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T22:44:31.4670480Z Reading package lists...
2025-08-20T22:44:31.6090087Z Building dependency tree...
2025-08-20T22:44:31.6098139Z Reading state information...
2025-08-20T22:44:31.7705119Z autoconf is already the newest version (2.71-3).
2025-08-20T22:44:31.7705813Z automake is already the newest version (1:1.16.5-1.3ubuntu1).
2025-08-20T22:44:31.7706442Z autopoint is already the newest version (0.21-14ubuntu2).
2025-08-20T22:44:31.7707015Z binutils is already the newest version (2.42-4ubuntu2.5).
2025-08-20T22:44:31.7707611Z bison is already the newest version (2:3.8.2+dfsg-1build2).
2025-08-20T22:44:31.7708537Z build-essential is already the newest version (12.10ubuntu1).
2025-08-20T22:44:31.7709146Z byacc is already the newest version (1:2.0.20221106-1).
2025-08-20T22:44:31.7709737Z ca-certificates is already the newest version (20240203).
2025-08-20T22:44:31.7710317Z clang is already the newest version (1:18.0-59~exp2).
2025-08-20T22:44:31.7711110Z flex is already the newest version (2.6.4-8.2build1).
2025-08-20T22:44:31.7711660Z file is already the newest version (1:5.45-3build1).
2025-08-20T22:44:31.7712206Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T22:44:31.7712740Z libtool is already the newest version (2.4.7-7build1).
2025-08-20T22:44:31.7713241Z libtool-bin is already the newest version (2.4.7-7build1).
2025-08-20T22:44:31.7713592Z patch is already the newest version (2.7.6-7build3).
2025-08-20T22:44:31.7713951Z patchelf is already the newest version (0.18.0-1.1build1).
2025-08-20T22:44:31.7714321Z pkg-config is already the newest version (1.8.1-2build1).
2025-08-20T22:44:31.7714724Z qemu-user-static is already the newest version (1:8.2.2+ds-0ubuntu1.9).
2025-08-20T22:44:31.7715104Z scons is already the newest version (4.5.2+dfsg-1).
2025-08-20T22:44:31.7715414Z tree is already the newest version (2.1.1-2ubuntu3).
2025-08-20T22:44:31.7715884Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T22:44:31.7716455Z 0 upgraded, 0 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T22:44:31.7943344Z Reading package lists...
2025-08-20T22:44:31.9365717Z Building dependency tree...
2025-08-20T22:44:31.9373302Z Reading state information...
2025-08-20T22:44:32.0959214Z devscripts is already the newest version (2.23.7).
2025-08-20T22:44:32.0959684Z 0 upgraded, 0 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T22:44:32.1195314Z Reading package lists...
2025-08-20T22:44:32.2594668Z Building dependency tree...
2025-08-20T22:44:32.2602796Z Reading state information...
2025-08-20T22:44:32.4198030Z cmake is already the newest version (3.28.3-1build7).
2025-08-20T22:44:32.4198572Z 0 upgraded, 0 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T22:44:32.4436959Z Reading package lists...
2025-08-20T22:44:32.5845480Z Building dependency tree...
2025-08-20T22:44:32.5853156Z Reading state information...
2025-08-20T22:44:32.7244410Z Suggested packages:
2025-08-20T22:44:32.7244738Z   binutils-doc
2025-08-20T22:44:32.7528574Z The following NEW packages will be installed:
2025-08-20T22:44:32.7534951Z   binutils-aarch64-linux-gnu
2025-08-20T22:44:32.7692518Z 0 upgraded, 1 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T22:44:32.7922209Z Need to get 3711 kB of archives.
2025-08-20T22:44:32.7922860Z After this operation, 21.0 MB of additional disk space will be used.
2025-08-20T22:44:32.7923540Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T22:44:32.8587869Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 binutils-aarch64-linux-gnu amd64 2.42-4ubuntu2.5 [3711 kB]
2025-08-20T22:44:33.1615330Z Fetched 3711 kB in 0s (27.1 MB/s)
2025-08-20T22:44:33.1799003Z Selecting previously unselected package binutils-aarch64-linux-gnu.
2025-08-20T22:44:33.1855273Z (Reading database ... 
2025-08-20T22:44:33.1855700Z (Reading database ... 5%
2025-08-20T22:44:33.1856070Z (Reading database ... 10%
2025-08-20T22:44:33.1856444Z (Reading database ... 15%
2025-08-20T22:44:33.1856812Z (Reading database ... 20%
2025-08-20T22:44:33.1857172Z (Reading database ... 25%
2025-08-20T22:44:33.1857527Z (Reading database ... 30%
2025-08-20T22:44:33.1857880Z (Reading database ... 35%
2025-08-20T22:44:33.1858231Z (Reading database ... 40%
2025-08-20T22:44:33.1858578Z (Reading database ... 45%
2025-08-20T22:44:33.1858930Z (Reading database ... 50%
2025-08-20T22:44:33.1879309Z (Reading database ... 55%
2025-08-20T22:44:33.1969779Z (Reading database ... 60%
2025-08-20T22:44:33.1990588Z (Reading database ... 65%
2025-08-20T22:44:33.2024795Z (Reading database ... 70%
2025-08-20T22:44:33.2047944Z (Reading database ... 75%
2025-08-20T22:44:33.2078134Z (Reading database ... 80%
2025-08-20T22:44:33.2217300Z (Reading database ... 85%
2025-08-20T22:44:33.2298549Z (Reading database ... 90%
2025-08-20T22:44:33.2560951Z (Reading database ... 95%
2025-08-20T22:44:33.2561438Z (Reading database ... 100%
2025-08-20T22:44:33.2562078Z (Reading database ... 227306 files and directories currently installed.)
2025-08-20T22:44:33.2602620Z Preparing to unpack .../binutils-aarch64-linux-gnu_2.42-4ubuntu2.5_amd64.deb ...
2025-08-20T22:44:33.2626610Z Unpacking binutils-aarch64-linux-gnu (2.42-4ubuntu2.5) ...
2025-08-20T22:44:33.4132166Z Setting up binutils-aarch64-linux-gnu (2.42-4ubuntu2.5) ...
2025-08-20T22:44:33.4157554Z Processing triggers for libc-bin (2.39-0ubuntu8.5) ...
2025-08-20T22:44:33.4295952Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T22:44:38.8293500Z Reading package lists...
2025-08-20T22:44:38.9756136Z Building dependency tree...
2025-08-20T22:44:38.9763663Z Reading state information...
2025-08-20T22:44:39.1221231Z qemu-user-static is already the newest version (1:8.2.2+ds-0ubuntu1.9).
2025-08-20T22:44:39.1222265Z The following additional packages will be installed:
2025-08-20T22:44:39.1223219Z   binutils-arm-linux-gnueabi binutils-arm-linux-gnueabihf
2025-08-20T22:44:39.1224353Z   cpp-13-aarch64-linux-gnu cpp-13-arm-linux-gnueabi cpp-13-arm-linux-gnueabihf
2025-08-20T22:44:39.1225541Z   cpp-aarch64-linux-gnu cpp-arm-linux-gnueabi cpp-arm-linux-gnueabihf
2025-08-20T22:44:39.1226491Z   g++-13-aarch64-linux-gnu g++-13-arm-linux-gnueabi g++-13-arm-linux-gnueabihf
2025-08-20T22:44:39.1227332Z   gcc-13-aarch64-linux-gnu gcc-13-aarch64-linux-gnu-base
2025-08-20T22:44:39.1228043Z   gcc-13-arm-linux-gnueabi gcc-13-arm-linux-gnueabi-base
2025-08-20T22:44:39.1228981Z   gcc-13-arm-linux-gnueabihf gcc-13-arm-linux-gnueabihf-base gcc-13-cross-base
2025-08-20T22:44:39.1229943Z   gcc-13-cross-base-ports gcc-14-cross-base gcc-14-cross-base-ports
2025-08-20T22:44:39.1230992Z   gcc-aarch64-linux-gnu gcc-arm-linux-gnueabi gcc-arm-linux-gnueabihf
2025-08-20T22:44:39.1231894Z   libasan8-arm64-cross libasan8-armel-cross libasan8-armhf-cross
2025-08-20T22:44:39.1232614Z   libatomic1-arm64-cross libatomic1-armel-cross libatomic1-armhf-cross
2025-08-20T22:44:39.1233511Z   libc6-arm64-cross libc6-armel-cross libc6-armhf-cross libc6-dev-arm64-cross
2025-08-20T22:44:39.1234339Z   libc6-dev-armel-cross libc6-dev-armhf-cross libgcc-13-dev-arm64-cross
2025-08-20T22:44:39.1234949Z   libgcc-13-dev-armel-cross libgcc-13-dev-armhf-cross libgcc-s1-arm64-cross
2025-08-20T22:44:39.1235565Z   libgcc-s1-armel-cross libgcc-s1-armhf-cross libgomp1-arm64-cross
2025-08-20T22:44:39.1236077Z   libgomp1-armel-cross libgomp1-armhf-cross libhwasan0-arm64-cross
2025-08-20T22:44:39.1236528Z   libitm1-arm64-cross liblsan0-arm64-cross libstdc++-13-dev-arm64-cross
2025-08-20T22:44:39.1236946Z   libstdc++-13-dev-armel-cross libstdc++-13-dev-armhf-cross
2025-08-20T22:44:39.1237346Z   libstdc++6-arm64-cross libstdc++6-armel-cross libstdc++6-armhf-cross
2025-08-20T22:44:39.1237771Z   libtsan2-arm64-cross libubsan1-arm64-cross libubsan1-armel-cross
2025-08-20T22:44:39.1238230Z   libubsan1-armhf-cross linux-libc-dev-arm64-cross linux-libc-dev-armel-cross
2025-08-20T22:44:39.1238618Z   linux-libc-dev-armhf-cross
2025-08-20T22:44:39.1238846Z Suggested packages:
2025-08-20T22:44:39.1239145Z   binutils-doc gcc-13-locales cpp-13-doc cpp-doc gcc-13-doc manpages-dev
2025-08-20T22:44:39.1239606Z   gdb-aarch64-linux-gnu gcc-doc gdb-arm-linux-gnueabi gdb-arm-linux-gnueabihf
2025-08-20T22:44:39.1760329Z The following NEW packages will be installed:
2025-08-20T22:44:39.1761479Z   binutils-arm-linux-gnueabi binutils-arm-linux-gnueabihf
2025-08-20T22:44:39.1762621Z   cpp-13-aarch64-linux-gnu cpp-13-arm-linux-gnueabi cpp-13-arm-linux-gnueabihf
2025-08-20T22:44:39.1763874Z   cpp-aarch64-linux-gnu cpp-arm-linux-gnueabi cpp-arm-linux-gnueabihf
2025-08-20T22:44:39.1765051Z   g++-13-aarch64-linux-gnu g++-13-arm-linux-gnueabi g++-13-arm-linux-gnueabihf
2025-08-20T22:44:39.1766184Z   g++-aarch64-linux-gnu g++-arm-linux-gnueabi g++-arm-linux-gnueabihf
2025-08-20T22:44:39.1767378Z   gcc-13-aarch64-linux-gnu gcc-13-aarch64-linux-gnu-base
2025-08-20T22:44:39.1768018Z   gcc-13-arm-linux-gnueabi gcc-13-arm-linux-gnueabi-base
2025-08-20T22:44:39.1768804Z   gcc-13-arm-linux-gnueabihf gcc-13-arm-linux-gnueabihf-base gcc-13-cross-base
2025-08-20T22:44:39.1769661Z   gcc-13-cross-base-ports gcc-14-cross-base gcc-14-cross-base-ports
2025-08-20T22:44:39.1770457Z   gcc-aarch64-linux-gnu gcc-arm-linux-gnueabi gcc-arm-linux-gnueabihf
2025-08-20T22:44:39.1771413Z   libasan8-arm64-cross libasan8-armel-cross libasan8-armhf-cross
2025-08-20T22:44:39.1771992Z   libatomic1-arm64-cross libatomic1-armel-cross libatomic1-armhf-cross
2025-08-20T22:44:39.1772562Z   libc6-arm64-cross libc6-armel-cross libc6-armhf-cross libc6-dev-arm64-cross
2025-08-20T22:44:39.1773128Z   libc6-dev-armel-cross libc6-dev-armhf-cross libgcc-13-dev-arm64-cross
2025-08-20T22:44:39.1773689Z   libgcc-13-dev-armel-cross libgcc-13-dev-armhf-cross libgcc-s1-arm64-cross
2025-08-20T22:44:39.1774235Z   libgcc-s1-armel-cross libgcc-s1-armhf-cross libgomp1-arm64-cross
2025-08-20T22:44:39.1774741Z   libgomp1-armel-cross libgomp1-armhf-cross libhwasan0-arm64-cross
2025-08-20T22:44:39.1775289Z   libitm1-arm64-cross liblsan0-arm64-cross libstdc++-13-dev-arm64-cross
2025-08-20T22:44:39.1775793Z   libstdc++-13-dev-armel-cross libstdc++-13-dev-armhf-cross
2025-08-20T22:44:39.1776277Z   libstdc++6-arm64-cross libstdc++6-armel-cross libstdc++6-armhf-cross
2025-08-20T22:44:39.1776792Z   libtsan2-arm64-cross libubsan1-arm64-cross libubsan1-armel-cross
2025-08-20T22:44:39.1777297Z   libubsan1-armhf-cross linux-libc-dev-arm64-cross linux-libc-dev-armel-cross
2025-08-20T22:44:39.1777700Z   linux-libc-dev-armhf-cross
2025-08-20T22:44:39.1957791Z 0 upgraded, 64 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T22:44:39.1958169Z Need to get 171 MB of archives.
2025-08-20T22:44:39.1958495Z After this operation, 599 MB of additional disk space will be used.
2025-08-20T22:44:39.1958976Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T22:44:39.2306885Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 gcc-13-aarch64-linux-gnu-base amd64 13.3.0-6ubuntu2~24.04cross1 [51.7 kB]
2025-08-20T22:44:39.2506185Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 cpp-13-aarch64-linux-gnu amd64 13.3.0-6ubuntu2~24.04cross1 [10.8 MB]
2025-08-20T22:44:39.3916492Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 gcc-13-arm-linux-gnueabi-base amd64 13.3.0-6ubuntu2~24.04cross1 [51.7 kB]
2025-08-20T22:44:39.4117633Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 cpp-13-arm-linux-gnueabi amd64 13.3.0-6ubuntu2~24.04cross1 [10.2 MB]
2025-08-20T22:44:39.5305669Z Get:6 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 gcc-13-arm-linux-gnueabihf-base amd64 13.3.0-6ubuntu2~24.04cross1 [51.7 kB]
2025-08-20T22:44:39.5495075Z Get:7 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 cpp-13-arm-linux-gnueabihf amd64 13.3.0-6ubuntu2~24.04cross1 [10.2 MB]
2025-08-20T22:44:39.6657429Z Get:8 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 cpp-aarch64-linux-gnu amd64 4:13.2.0-7ubuntu1 [5332 B]
2025-08-20T22:44:39.6845450Z Get:9 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 cpp-arm-linux-gnueabi amd64 4:13.2.1-2ubuntu1 [4452 B]
2025-08-20T22:44:39.7036467Z Get:10 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 cpp-arm-linux-gnueabihf amd64 4:13.2.0-7ubuntu1 [5324 B]
2025-08-20T22:44:39.7225591Z Get:11 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 gcc-13-cross-base all 13.3.0-6ubuntu2~24.04cross1 [46.4 kB]
2025-08-20T22:44:39.7417878Z Get:12 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 gcc-14-cross-base all 14.2.0-4ubuntu2~24.04cross1 [46.0 kB]
2025-08-20T22:44:39.7612332Z Get:13 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libc6-arm64-cross all 2.39-0ubuntu8cross1 [1197 kB]
2025-08-20T22:44:39.8010149Z Get:14 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libgcc-s1-arm64-cross all 14.2.0-4ubuntu2~24.04cross1 [61.9 kB]
2025-08-20T22:44:39.8199285Z Get:15 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libgomp1-arm64-cross all 14.2.0-4ubuntu2~24.04cross1 [110 kB]
2025-08-20T22:44:39.8436252Z Get:16 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libitm1-arm64-cross all 14.2.0-4ubuntu2~24.04cross1 [31.5 kB]
2025-08-20T22:44:39.8641960Z Get:17 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libatomic1-arm64-cross all 14.2.0-4ubuntu2~24.04cross1 [11.4 kB]
2025-08-20T22:44:39.9252706Z Get:18 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libasan8-arm64-cross all 14.2.0-4ubuntu2~24.04cross1 [524 kB]
2025-08-20T22:44:39.9613602Z Get:19 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 liblsan0-arm64-cross all 14.2.0-4ubuntu2~24.04cross1 [238 kB]
2025-08-20T22:44:39.9816860Z Get:20 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libtsan2-arm64-cross all 14.2.0-4ubuntu2~24.04cross1 [500 kB]
2025-08-20T22:44:40.0182412Z Get:21 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libstdc++6-arm64-cross all 14.2.0-4ubuntu2~24.04cross1 [658 kB]
2025-08-20T22:44:40.0562997Z Get:22 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libubsan1-arm64-cross all 14.2.0-4ubuntu2~24.04cross1 [219 kB]
2025-08-20T22:44:40.0762377Z Get:23 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libhwasan0-arm64-cross all 14.2.0-4ubuntu2~24.04cross1 [303 kB]
2025-08-20T22:44:40.0966050Z Get:24 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libgcc-13-dev-arm64-cross all 13.3.0-6ubuntu2~24.04cross1 [2616 kB]
2025-08-20T22:44:40.1683240Z Get:25 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 gcc-13-aarch64-linux-gnu amd64 13.3.0-6ubuntu2~24.04cross1 [21.1 MB]
2025-08-20T22:44:40.3579078Z Get:26 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 linux-libc-dev-arm64-cross all 6.8.0-25.25cross1 [1375 kB]
2025-08-20T22:44:40.3990656Z Get:27 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libc6-dev-arm64-cross all 2.39-0ubuntu8cross1 [1629 kB]
2025-08-20T22:44:40.4466078Z Get:28 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libstdc++-13-dev-arm64-cross all 13.3.0-6ubuntu2~24.04cross1 [2657 kB]
2025-08-20T22:44:40.5179098Z Get:29 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 g++-13-aarch64-linux-gnu amd64 13.3.0-6ubuntu2~24.04cross1 [12.2 MB]
2025-08-20T22:44:40.6689564Z Get:30 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 binutils-arm-linux-gnueabi amd64 2.42-4ubuntu2.5 [3553 kB]
2025-08-20T22:44:40.7328950Z Get:31 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 gcc-13-cross-base-ports all 13.3.0-6ubuntu2~24.04cross1 [46.4 kB]
2025-08-20T22:44:40.7517161Z Get:32 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 gcc-14-cross-base-ports all 14.2.0-4ubuntu2~24.04cross1 [46.0 kB]
2025-08-20T22:44:40.7705349Z Get:33 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libc6-armel-cross all 2.39-0ubuntu8cross1 [1046 kB]
2025-08-20T22:44:40.8091849Z Get:34 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 libgcc-s1-armel-cross all 14.2.0-4ubuntu2~24.04cross1 [45.2 kB]
2025-08-20T22:44:40.8772961Z Get:35 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 libgomp1-armel-cross all 14.2.0-4ubuntu2~24.04cross1 [134 kB]
2025-08-20T22:44:40.8966708Z Get:36 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 libatomic1-armel-cross all 14.2.0-4ubuntu2~24.04cross1 [10.8 kB]
2025-08-20T22:44:40.9150227Z Get:37 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 libasan8-armel-cross all 14.2.0-4ubuntu2~24.04cross1 [2893 kB]
2025-08-20T22:44:40.9752783Z Get:38 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 libstdc++6-armel-cross all 14.2.0-4ubuntu2~24.04cross1 [672 kB]
2025-08-20T22:44:41.0124165Z Get:39 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 libubsan1-armel-cross all 14.2.0-4ubuntu2~24.04cross1 [1156 kB]
2025-08-20T22:44:41.0525745Z Get:40 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 libgcc-13-dev-armel-cross all 13.3.0-6ubuntu2~24.04cross1 [910 kB]
2025-08-20T22:44:41.0906593Z Get:41 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 gcc-13-arm-linux-gnueabi amd64 13.3.0-6ubuntu2~24.04cross1 [19.6 MB]
2025-08-20T22:44:41.2734980Z Get:42 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 linux-libc-dev-armel-cross all 6.8.0-25.25cross1 [1359 kB]
2025-08-20T22:44:41.3162097Z Get:43 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libc6-dev-armel-cross all 2.39-0ubuntu8cross1 [1459 kB]
2025-08-20T22:44:41.3671224Z Get:44 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 libstdc++-13-dev-armel-cross all 13.3.0-6ubuntu2~24.04cross1 [2487 kB]
2025-08-20T22:44:41.4491553Z Get:45 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 g++-13-arm-linux-gnueabi amd64 13.3.0-6ubuntu2~24.04cross1 [11.5 MB]
2025-08-20T22:44:41.5782429Z Get:46 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 binutils-arm-linux-gnueabihf amd64 2.42-4ubuntu2.5 [3552 kB]
2025-08-20T22:44:41.6557482Z Get:47 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libc6-armhf-cross all 2.39-0ubuntu8cross1 [1320 kB]
2025-08-20T22:44:41.6966949Z Get:48 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libgcc-s1-armhf-cross all 14.2.0-4ubuntu2~24.04cross1 [41.5 kB]
2025-08-20T22:44:41.7159423Z Get:49 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libgomp1-armhf-cross all 14.2.0-4ubuntu2~24.04cross1 [123 kB]
2025-08-20T22:44:41.7354123Z Get:50 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libatomic1-armhf-cross all 14.2.0-4ubuntu2~24.04cross1 [7626 B]
2025-08-20T22:44:41.7542315Z Get:51 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libasan8-armhf-cross all 14.2.0-4ubuntu2~24.04cross1 [2930 kB]
2025-08-20T22:44:41.8734023Z Get:52 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libstdc++6-armhf-cross all 14.2.0-4ubuntu2~24.04cross1 [664 kB]
2025-08-20T22:44:41.9099700Z Get:53 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libubsan1-armhf-cross all 14.2.0-4ubuntu2~24.04cross1 [1153 kB]
2025-08-20T22:44:41.9496870Z Get:54 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libgcc-13-dev-armhf-cross all 13.3.0-6ubuntu2~24.04cross1 [899 kB]
2025-08-20T22:44:41.9922827Z Get:55 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 gcc-13-arm-linux-gnueabihf amd64 13.3.0-6ubuntu2~24.04cross1 [19.6 MB]
2025-08-20T22:44:42.1850687Z Get:56 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 linux-libc-dev-armhf-cross all 6.8.0-25.25cross1 [1359 kB]
2025-08-20T22:44:42.2260091Z Get:57 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libc6-dev-armhf-cross all 2.39-0ubuntu8cross1 [1387 kB]
2025-08-20T22:44:42.2684929Z Get:58 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libstdc++-13-dev-armhf-cross all 13.3.0-6ubuntu2~24.04cross1 [2460 kB]
2025-08-20T22:44:42.3293864Z Get:59 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 g++-13-arm-linux-gnueabihf amd64 13.3.0-6ubuntu2~24.04cross1 [11.5 MB]
2025-08-20T22:44:42.4721856Z Get:60 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 gcc-aarch64-linux-gnu amd64 4:13.2.0-7ubuntu1 [1210 B]
2025-08-20T22:44:42.4904144Z Get:61 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 g++-aarch64-linux-gnu amd64 4:13.2.0-7ubuntu1 [962 B]
2025-08-20T22:44:42.5091068Z Get:62 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 gcc-arm-linux-gnueabi amd64 4:13.2.1-2ubuntu1 [1252 B]
2025-08-20T22:44:42.5274061Z Get:63 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 g++-arm-linux-gnueabi amd64 4:13.2.1-2ubuntu1 [944 B]
2025-08-20T22:44:42.5457170Z Get:64 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 gcc-arm-linux-gnueabihf amd64 4:13.2.0-7ubuntu1 [1230 B]
2025-08-20T22:44:42.5640105Z Get:65 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 g++-arm-linux-gnueabihf amd64 4:13.2.0-7ubuntu1 [968 B]
2025-08-20T22:44:42.8707978Z Fetched 171 MB in 3s (50.5 MB/s)
2025-08-20T22:44:42.8906450Z Selecting previously unselected package gcc-13-aarch64-linux-gnu-base:amd64.
2025-08-20T22:44:42.8963759Z (Reading database ... 
2025-08-20T22:44:42.8964227Z (Reading database ... 5%
2025-08-20T22:44:42.8964674Z (Reading database ... 10%
2025-08-20T22:44:42.8965124Z (Reading database ... 15%
2025-08-20T22:44:42.8965576Z (Reading database ... 20%
2025-08-20T22:44:42.8966015Z (Reading database ... 25%
2025-08-20T22:44:42.8966451Z (Reading database ... 30%
2025-08-20T22:44:42.8966737Z (Reading database ... 35%
2025-08-20T22:44:42.8967002Z (Reading database ... 40%
2025-08-20T22:44:42.8967269Z (Reading database ... 45%
2025-08-20T22:44:42.8967534Z (Reading database ... 50%
2025-08-20T22:44:42.8987088Z (Reading database ... 55%
2025-08-20T22:44:42.9079397Z (Reading database ... 60%
2025-08-20T22:44:42.9101073Z (Reading database ... 65%
2025-08-20T22:44:42.9135538Z (Reading database ... 70%
2025-08-20T22:44:42.9159302Z (Reading database ... 75%
2025-08-20T22:44:42.9190250Z (Reading database ... 80%
2025-08-20T22:44:42.9326153Z (Reading database ... 85%
2025-08-20T22:44:42.9407214Z (Reading database ... 90%
2025-08-20T22:44:42.9663496Z (Reading database ... 95%
2025-08-20T22:44:42.9663949Z (Reading database ... 100%
2025-08-20T22:44:42.9664380Z (Reading database ... 227650 files and directories currently installed.)
2025-08-20T22:44:42.9704507Z Preparing to unpack .../00-gcc-13-aarch64-linux-gnu-base_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T22:44:42.9713269Z Unpacking gcc-13-aarch64-linux-gnu-base:amd64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:44:42.9924834Z Selecting previously unselected package cpp-13-aarch64-linux-gnu.
2025-08-20T22:44:43.0057294Z Preparing to unpack .../01-cpp-13-aarch64-linux-gnu_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T22:44:43.0087975Z Unpacking cpp-13-aarch64-linux-gnu (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:44:43.1517426Z Selecting previously unselected package gcc-13-arm-linux-gnueabi-base:amd64.
2025-08-20T22:44:43.1656881Z Preparing to unpack .../02-gcc-13-arm-linux-gnueabi-base_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T22:44:43.1664637Z Unpacking gcc-13-arm-linux-gnueabi-base:amd64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:44:43.1865169Z Selecting previously unselected package cpp-13-arm-linux-gnueabi.
2025-08-20T22:44:43.2005456Z Preparing to unpack .../03-cpp-13-arm-linux-gnueabi_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T22:44:43.2035105Z Unpacking cpp-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:44:43.3363758Z Selecting previously unselected package gcc-13-arm-linux-gnueabihf-base:amd64.
2025-08-20T22:44:43.3506426Z Preparing to unpack .../04-gcc-13-arm-linux-gnueabihf-base_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T22:44:43.3514711Z Unpacking gcc-13-arm-linux-gnueabihf-base:amd64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:44:43.3717413Z Selecting previously unselected package cpp-13-arm-linux-gnueabihf.
2025-08-20T22:44:43.3856906Z Preparing to unpack .../05-cpp-13-arm-linux-gnueabihf_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T22:44:43.3887530Z Unpacking cpp-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:44:43.5260678Z Selecting previously unselected package cpp-aarch64-linux-gnu.
2025-08-20T22:44:43.5401829Z Preparing to unpack .../06-cpp-aarch64-linux-gnu_4%3a13.2.0-7ubuntu1_amd64.deb ...
2025-08-20T22:44:43.5409044Z Unpacking cpp-aarch64-linux-gnu (4:13.2.0-7ubuntu1) ...
2025-08-20T22:44:43.5604088Z Selecting previously unselected package cpp-arm-linux-gnueabi.
2025-08-20T22:44:43.5743306Z Preparing to unpack .../07-cpp-arm-linux-gnueabi_4%3a13.2.1-2ubuntu1_amd64.deb ...
2025-08-20T22:44:43.5752878Z Unpacking cpp-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T22:44:43.5951758Z Selecting previously unselected package cpp-arm-linux-gnueabihf.
2025-08-20T22:44:43.6091665Z Preparing to unpack .../08-cpp-arm-linux-gnueabihf_4%3a13.2.0-7ubuntu1_amd64.deb ...
2025-08-20T22:44:43.6098775Z Unpacking cpp-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T22:44:43.6290380Z Selecting previously unselected package gcc-13-cross-base.
2025-08-20T22:44:43.6429473Z Preparing to unpack .../09-gcc-13-cross-base_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:44:43.6437506Z Unpacking gcc-13-cross-base (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:44:43.6630715Z Selecting previously unselected package gcc-14-cross-base.
2025-08-20T22:44:43.6768923Z Preparing to unpack .../10-gcc-14-cross-base_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:44:43.6778077Z Unpacking gcc-14-cross-base (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:44:43.6976232Z Selecting previously unselected package libc6-arm64-cross.
2025-08-20T22:44:43.7115488Z Preparing to unpack .../11-libc6-arm64-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T22:44:43.7123040Z Unpacking libc6-arm64-cross (2.39-0ubuntu8cross1) ...
2025-08-20T22:44:43.7502669Z Selecting previously unselected package libgcc-s1-arm64-cross.
2025-08-20T22:44:43.7641699Z Preparing to unpack .../12-libgcc-s1-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:44:43.7648810Z Unpacking libgcc-s1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:44:43.7849586Z Selecting previously unselected package libgomp1-arm64-cross.
2025-08-20T22:44:43.7989081Z Preparing to unpack .../13-libgomp1-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:44:43.7997180Z Unpacking libgomp1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:44:43.8218045Z Selecting previously unselected package libitm1-arm64-cross.
2025-08-20T22:44:43.8358254Z Preparing to unpack .../14-libitm1-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:44:43.8367378Z Unpacking libitm1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:44:43.8569938Z Selecting previously unselected package libatomic1-arm64-cross.
2025-08-20T22:44:43.8709178Z Preparing to unpack .../15-libatomic1-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:44:43.8716725Z Unpacking libatomic1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:44:43.8922282Z Selecting previously unselected package libasan8-arm64-cross.
2025-08-20T22:44:43.9057991Z Preparing to unpack .../16-libasan8-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:44:43.9071535Z Unpacking libasan8-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:44:43.9378706Z Selecting previously unselected package liblsan0-arm64-cross.
2025-08-20T22:44:43.9518609Z Preparing to unpack .../17-liblsan0-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:44:43.9529951Z Unpacking liblsan0-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:44:43.9766555Z Selecting previously unselected package libtsan2-arm64-cross.
2025-08-20T22:44:43.9905680Z Preparing to unpack .../18-libtsan2-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:44:43.9912307Z Unpacking libtsan2-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:44:44.0206222Z Selecting previously unselected package libstdc++6-arm64-cross.
2025-08-20T22:44:44.0345083Z Preparing to unpack .../19-libstdc++6-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:44:44.0353325Z Unpacking libstdc++6-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:44:44.0688580Z Selecting previously unselected package libubsan1-arm64-cross.
2025-08-20T22:44:44.0827233Z Preparing to unpack .../20-libubsan1-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:44:44.0835114Z Unpacking libubsan1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:44:44.1075363Z Selecting previously unselected package libhwasan0-arm64-cross.
2025-08-20T22:44:44.1214615Z Preparing to unpack .../21-libhwasan0-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:44:44.1222670Z Unpacking libhwasan0-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:44:44.1486067Z Selecting previously unselected package libgcc-13-dev-arm64-cross.
2025-08-20T22:44:44.1657734Z Preparing to unpack .../22-libgcc-13-dev-arm64-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:44:44.1669408Z Unpacking libgcc-13-dev-arm64-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:44:44.2635987Z Selecting previously unselected package gcc-13-aarch64-linux-gnu.
2025-08-20T22:44:44.2776516Z Preparing to unpack .../23-gcc-13-aarch64-linux-gnu_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T22:44:44.2805699Z Unpacking gcc-13-aarch64-linux-gnu (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:44:44.5373563Z Selecting previously unselected package linux-libc-dev-arm64-cross.
2025-08-20T22:44:44.5513241Z Preparing to unpack .../24-linux-libc-dev-arm64-cross_6.8.0-25.25cross1_all.deb ...
2025-08-20T22:44:44.5522428Z Unpacking linux-libc-dev-arm64-cross (6.8.0-25.25cross1) ...
2025-08-20T22:44:44.7425202Z Selecting previously unselected package libc6-dev-arm64-cross.
2025-08-20T22:44:44.7568817Z Preparing to unpack .../25-libc6-dev-arm64-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T22:44:44.7576404Z Unpacking libc6-dev-arm64-cross (2.39-0ubuntu8cross1) ...
2025-08-20T22:44:44.8794311Z Selecting previously unselected package libstdc++-13-dev-arm64-cross.
2025-08-20T22:44:44.8939310Z Preparing to unpack .../26-libstdc++-13-dev-arm64-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:44:44.8948073Z Unpacking libstdc++-13-dev-arm64-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:44:45.1221177Z Selecting previously unselected package g++-13-aarch64-linux-gnu.
2025-08-20T22:44:45.1365849Z Preparing to unpack .../27-g++-13-aarch64-linux-gnu_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T22:44:45.1395450Z Unpacking g++-13-aarch64-linux-gnu (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:44:45.2978299Z Selecting previously unselected package binutils-arm-linux-gnueabi.
2025-08-20T22:44:45.3118915Z Preparing to unpack .../28-binutils-arm-linux-gnueabi_2.42-4ubuntu2.5_amd64.deb ...
2025-08-20T22:44:45.3134379Z Unpacking binutils-arm-linux-gnueabi (2.42-4ubuntu2.5) ...
2025-08-20T22:44:45.3984880Z Selecting previously unselected package gcc-13-cross-base-ports.
2025-08-20T22:44:45.4128003Z Preparing to unpack .../29-gcc-13-cross-base-ports_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:44:45.4135796Z Unpacking gcc-13-cross-base-ports (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:44:45.4342690Z Selecting previously unselected package gcc-14-cross-base-ports.
2025-08-20T22:44:45.4484491Z Preparing to unpack .../30-gcc-14-cross-base-ports_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:44:45.4495382Z Unpacking gcc-14-cross-base-ports (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:44:45.4696364Z Selecting previously unselected package libc6-armel-cross.
2025-08-20T22:44:45.4837378Z Preparing to unpack .../31-libc6-armel-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T22:44:45.4846396Z Unpacking libc6-armel-cross (2.39-0ubuntu8cross1) ...
2025-08-20T22:44:45.5179356Z Selecting previously unselected package libgcc-s1-armel-cross.
2025-08-20T22:44:45.5321327Z Preparing to unpack .../32-libgcc-s1-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:44:45.5329260Z Unpacking libgcc-s1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:44:45.5540041Z Selecting previously unselected package libgomp1-armel-cross.
2025-08-20T22:44:45.5681780Z Preparing to unpack .../33-libgomp1-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:44:45.5688950Z Unpacking libgomp1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:44:45.5906803Z Selecting previously unselected package libatomic1-armel-cross.
2025-08-20T22:44:45.6049194Z Preparing to unpack .../34-libatomic1-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:44:45.6057592Z Unpacking libatomic1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:44:45.6265342Z Selecting previously unselected package libasan8-armel-cross.
2025-08-20T22:44:45.6406072Z Preparing to unpack .../35-libasan8-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:44:45.6413749Z Unpacking libasan8-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:44:45.7067020Z Selecting previously unselected package libstdc++6-armel-cross.
2025-08-20T22:44:45.7208878Z Preparing to unpack .../36-libstdc++6-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:44:45.7216559Z Unpacking libstdc++6-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:44:45.7515417Z Selecting previously unselected package libubsan1-armel-cross.
2025-08-20T22:44:45.7658057Z Preparing to unpack .../37-libubsan1-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:44:45.7677982Z Unpacking libubsan1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:44:45.8025675Z Selecting previously unselected package libgcc-13-dev-armel-cross.
2025-08-20T22:44:45.8167417Z Preparing to unpack .../38-libgcc-13-dev-armel-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:44:45.8175139Z Unpacking libgcc-13-dev-armel-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:44:45.8722507Z Selecting previously unselected package gcc-13-arm-linux-gnueabi.
2025-08-20T22:44:45.8865598Z Preparing to unpack .../39-gcc-13-arm-linux-gnueabi_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T22:44:45.8896524Z Unpacking gcc-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:44:46.1324968Z Selecting previously unselected package linux-libc-dev-armel-cross.
2025-08-20T22:44:46.1467150Z Preparing to unpack .../40-linux-libc-dev-armel-cross_6.8.0-25.25cross1_all.deb ...
2025-08-20T22:44:46.1475616Z Unpacking linux-libc-dev-armel-cross (6.8.0-25.25cross1) ...
2025-08-20T22:44:46.3271203Z Selecting previously unselected package libc6-dev-armel-cross.
2025-08-20T22:44:46.3417596Z Preparing to unpack .../41-libc6-dev-armel-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T22:44:46.3426455Z Unpacking libc6-dev-armel-cross (2.39-0ubuntu8cross1) ...
2025-08-20T22:44:46.4596519Z Selecting previously unselected package libstdc++-13-dev-armel-cross.
2025-08-20T22:44:46.4741645Z Preparing to unpack .../42-libstdc++-13-dev-armel-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:44:46.4748963Z Unpacking libstdc++-13-dev-armel-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:44:46.6791036Z Selecting previously unselected package g++-13-arm-linux-gnueabi.
2025-08-20T22:44:46.6939739Z Preparing to unpack .../43-g++-13-arm-linux-gnueabi_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T22:44:46.6971165Z Unpacking g++-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:44:46.8375417Z Selecting previously unselected package binutils-arm-linux-gnueabihf.
2025-08-20T22:44:46.8521532Z Preparing to unpack .../44-binutils-arm-linux-gnueabihf_2.42-4ubuntu2.5_amd64.deb ...
2025-08-20T22:44:46.8530215Z Unpacking binutils-arm-linux-gnueabihf (2.42-4ubuntu2.5) ...
2025-08-20T22:44:46.9439934Z Selecting previously unselected package libc6-armhf-cross.
2025-08-20T22:44:46.9585698Z Preparing to unpack .../45-libc6-armhf-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T22:44:46.9593224Z Unpacking libc6-armhf-cross (2.39-0ubuntu8cross1) ...
2025-08-20T22:44:46.9936416Z Selecting previously unselected package libgcc-s1-armhf-cross.
2025-08-20T22:44:47.0079720Z Preparing to unpack .../46-libgcc-s1-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:44:47.0087691Z Unpacking libgcc-s1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:44:47.0287963Z Selecting previously unselected package libgomp1-armhf-cross.
2025-08-20T22:44:47.0431348Z Preparing to unpack .../47-libgomp1-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:44:47.0438749Z Unpacking libgomp1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:44:47.0643990Z Selecting previously unselected package libatomic1-armhf-cross.
2025-08-20T22:44:47.0784811Z Preparing to unpack .../48-libatomic1-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:44:47.0794361Z Unpacking libatomic1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:44:47.0995136Z Selecting previously unselected package libasan8-armhf-cross.
2025-08-20T22:44:47.1137916Z Preparing to unpack .../49-libasan8-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:44:47.1145452Z Unpacking libasan8-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:44:47.1749582Z Selecting previously unselected package libstdc++6-armhf-cross.
2025-08-20T22:44:47.1894381Z Preparing to unpack .../50-libstdc++6-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:44:47.1902689Z Unpacking libstdc++6-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:44:47.2184407Z Selecting previously unselected package libubsan1-armhf-cross.
2025-08-20T22:44:47.2327578Z Preparing to unpack .../51-libubsan1-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:44:47.2336080Z Unpacking libubsan1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:44:47.2683865Z Selecting previously unselected package libgcc-13-dev-armhf-cross.
2025-08-20T22:44:47.2825345Z Preparing to unpack .../52-libgcc-13-dev-armhf-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:44:47.2834375Z Unpacking libgcc-13-dev-armhf-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:44:47.3356160Z Selecting previously unselected package gcc-13-arm-linux-gnueabihf.
2025-08-20T22:44:47.3499692Z Preparing to unpack .../53-gcc-13-arm-linux-gnueabihf_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T22:44:47.3532711Z Unpacking gcc-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:44:47.5947970Z Selecting previously unselected package linux-libc-dev-armhf-cross.
2025-08-20T22:44:47.6091442Z Preparing to unpack .../54-linux-libc-dev-armhf-cross_6.8.0-25.25cross1_all.deb ...
2025-08-20T22:44:47.6098960Z Unpacking linux-libc-dev-armhf-cross (6.8.0-25.25cross1) ...
2025-08-20T22:44:47.7916603Z Selecting previously unselected package libc6-dev-armhf-cross.
2025-08-20T22:44:47.8062274Z Preparing to unpack .../55-libc6-dev-armhf-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T22:44:47.8070693Z Unpacking libc6-dev-armhf-cross (2.39-0ubuntu8cross1) ...
2025-08-20T22:44:47.9246358Z Selecting previously unselected package libstdc++-13-dev-armhf-cross.
2025-08-20T22:44:47.9392286Z Preparing to unpack .../56-libstdc++-13-dev-armhf-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:44:47.9401194Z Unpacking libstdc++-13-dev-armhf-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:44:48.1418123Z Selecting previously unselected package g++-13-arm-linux-gnueabihf.
2025-08-20T22:44:48.1566702Z Preparing to unpack .../57-g++-13-arm-linux-gnueabihf_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T22:44:48.1598122Z Unpacking g++-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:44:48.2969868Z Selecting previously unselected package gcc-aarch64-linux-gnu.
2025-08-20T22:44:48.3114803Z Preparing to unpack .../58-gcc-aarch64-linux-gnu_4%3a13.2.0-7ubuntu1_amd64.deb ...
2025-08-20T22:44:48.3122733Z Unpacking gcc-aarch64-linux-gnu (4:13.2.0-7ubuntu1) ...
2025-08-20T22:44:48.3323414Z Selecting previously unselected package g++-aarch64-linux-gnu.
2025-08-20T22:44:48.3466811Z Preparing to unpack .../59-g++-aarch64-linux-gnu_4%3a13.2.0-7ubuntu1_amd64.deb ...
2025-08-20T22:44:48.3475582Z Unpacking g++-aarch64-linux-gnu (4:13.2.0-7ubuntu1) ...
2025-08-20T22:44:48.3669362Z Selecting previously unselected package gcc-arm-linux-gnueabi.
2025-08-20T22:44:48.3811212Z Preparing to unpack .../60-gcc-arm-linux-gnueabi_4%3a13.2.1-2ubuntu1_amd64.deb ...
2025-08-20T22:44:48.3819590Z Unpacking gcc-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T22:44:48.4017800Z Selecting previously unselected package g++-arm-linux-gnueabi.
2025-08-20T22:44:48.4158522Z Preparing to unpack .../61-g++-arm-linux-gnueabi_4%3a13.2.1-2ubuntu1_amd64.deb ...
2025-08-20T22:44:48.4165932Z Unpacking g++-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T22:44:48.4349068Z Selecting previously unselected package gcc-arm-linux-gnueabihf.
2025-08-20T22:44:48.4490671Z Preparing to unpack .../62-gcc-arm-linux-gnueabihf_4%3a13.2.0-7ubuntu1_amd64.deb ...
2025-08-20T22:44:48.4498679Z Unpacking gcc-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T22:44:48.4696858Z Selecting previously unselected package g++-arm-linux-gnueabihf.
2025-08-20T22:44:48.4833851Z Preparing to unpack .../63-g++-arm-linux-gnueabihf_4%3a13.2.0-7ubuntu1_amd64.deb ...
2025-08-20T22:44:48.4842380Z Unpacking g++-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T22:44:48.5286718Z Setting up binutils-arm-linux-gnueabi (2.42-4ubuntu2.5) ...
2025-08-20T22:44:48.5307002Z Setting up libc6-armhf-cross (2.39-0ubuntu8cross1) ...
2025-08-20T22:44:48.5325392Z Setting up gcc-13-arm-linux-gnueabi-base:amd64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:44:48.5343711Z Setting up gcc-14-cross-base (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:44:48.5364341Z Setting up libatomic1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:44:48.5385467Z Setting up linux-libc-dev-armel-cross (6.8.0-25.25cross1) ...
2025-08-20T22:44:48.5404772Z Setting up gcc-13-cross-base (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:44:48.5426929Z Setting up libc6-arm64-cross (2.39-0ubuntu8cross1) ...
2025-08-20T22:44:48.5447608Z Setting up linux-libc-dev-armhf-cross (6.8.0-25.25cross1) ...
2025-08-20T22:44:48.5467106Z Setting up libitm1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:44:48.5487370Z Setting up linux-libc-dev-arm64-cross (6.8.0-25.25cross1) ...
2025-08-20T22:44:48.5520068Z Setting up libc6-armel-cross (2.39-0ubuntu8cross1) ...
2025-08-20T22:44:48.5540597Z Setting up gcc-13-arm-linux-gnueabihf-base:amd64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:44:48.5562029Z Setting up gcc-14-cross-base-ports (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:44:48.5582724Z Setting up gcc-13-aarch64-linux-gnu-base:amd64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:44:48.5604399Z Setting up libc6-dev-armel-cross (2.39-0ubuntu8cross1) ...
2025-08-20T22:44:48.5629818Z Setting up binutils-arm-linux-gnueabihf (2.42-4ubuntu2.5) ...
2025-08-20T22:44:48.5655250Z Setting up gcc-13-cross-base-ports (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:44:48.5679441Z Setting up libgcc-s1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:44:48.5702061Z Setting up libatomic1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:44:48.5721256Z Setting up libgomp1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:44:48.5741401Z Setting up liblsan0-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:44:48.5861037Z Setting up libgomp1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:44:48.5885041Z Setting up cpp-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:44:48.5904782Z Setting up libgomp1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:44:48.5933166Z Setting up cpp-13-aarch64-linux-gnu (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:44:48.5954884Z Setting up cpp-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:44:48.5975515Z Setting up libgcc-s1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:44:48.5998554Z Setting up libgcc-s1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:44:48.6019496Z Setting up libc6-dev-armhf-cross (2.39-0ubuntu8cross1) ...
2025-08-20T22:44:48.6039491Z Setting up libhwasan0-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:44:48.6062227Z Setting up libc6-dev-arm64-cross (2.39-0ubuntu8cross1) ...
2025-08-20T22:44:48.6083150Z Setting up libstdc++6-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:44:48.6102924Z Setting up libatomic1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:44:48.6127854Z Setting up libstdc++6-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:44:48.6150627Z Setting up cpp-aarch64-linux-gnu (4:13.2.0-7ubuntu1) ...
2025-08-20T22:44:48.6174635Z Setting up cpp-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T22:44:48.6194888Z Setting up libstdc++6-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:44:48.6221343Z Setting up libubsan1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:44:48.6243607Z Setting up libubsan1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:44:48.6266115Z Setting up libasan8-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:44:48.6289745Z Setting up libtsan2-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:44:48.6309908Z Setting up cpp-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T22:44:48.6331389Z Setting up libasan8-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:44:48.6355931Z Setting up libasan8-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:44:48.6376398Z Setting up libubsan1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:44:48.6397293Z Setting up libgcc-13-dev-armel-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:44:48.6423650Z Setting up gcc-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:44:48.6443771Z Setting up libstdc++-13-dev-armel-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:44:48.6466924Z Setting up libgcc-13-dev-armhf-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:44:48.6487201Z Setting up libgcc-13-dev-arm64-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:44:48.6516497Z Setting up gcc-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T22:44:48.6535900Z Setting up g++-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:44:48.6556623Z Setting up libstdc++-13-dev-armhf-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:44:48.6579177Z Setting up gcc-13-aarch64-linux-gnu (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:44:48.6598287Z Setting up gcc-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:44:48.6619771Z Setting up libstdc++-13-dev-arm64-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:44:48.6640161Z Setting up g++-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T22:44:48.6665091Z Setting up gcc-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T22:44:48.6686309Z Setting up g++-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:44:48.6708395Z Setting up g++-13-aarch64-linux-gnu (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:44:48.6730667Z Setting up g++-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T22:44:48.6751877Z Setting up gcc-aarch64-linux-gnu (4:13.2.0-7ubuntu1) ...
2025-08-20T22:44:48.6774624Z Setting up g++-aarch64-linux-gnu (4:13.2.0-7ubuntu1) ...
2025-08-20T22:44:48.6802260Z Processing triggers for ccache (4.9.1-1) ...
2025-08-20T22:44:48.6817879Z Updating symlinks in /usr/lib/ccache ...
2025-08-20T22:44:48.6904349Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T22:44:52.9614192Z Processing triggers for libc-bin (2.39-0ubuntu8.5) ...
2025-08-20T22:44:54.3516634Z Reading package lists...
2025-08-20T22:44:54.4976227Z Building dependency tree...
2025-08-20T22:44:54.4984846Z Reading state information...
2025-08-20T22:44:54.6449583Z The following additional packages will be installed:
2025-08-20T22:44:54.6450507Z   libdbus-1-dev libibverbs-dev libjudydebian1 libnl-3-dev libnl-route-3-dev
2025-08-20T22:44:54.6455110Z   libpcap0.8-dev
2025-08-20T22:44:54.6718868Z The following NEW packages will be installed:
2025-08-20T22:44:54.6719687Z   libdbus-1-dev libibverbs-dev libjudydebian1 libnl-3-dev libnl-route-3-dev
2025-08-20T22:44:54.6725671Z   libpcap-dev libpcap0.8-dev pcaputils
2025-08-20T22:44:54.6882175Z 0 upgraded, 8 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T22:44:54.7106459Z Need to get 1613 kB of archives.
2025-08-20T22:44:54.7107197Z After this operation, 6802 kB of additional disk space will be used.
2025-08-20T22:44:54.7108033Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T22:44:54.7474896Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libdbus-1-dev amd64 1.14.10-4ubuntu4.1 [190 kB]
2025-08-20T22:44:54.7682729Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libjudydebian1 amd64 1.0.5-5.1build1 [107 kB]
2025-08-20T22:44:54.7885333Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libnl-3-dev amd64 3.7.0-0.3build1.1 [99.5 kB]
2025-08-20T22:44:54.8073675Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libnl-route-3-dev amd64 3.7.0-0.3build1.1 [216 kB]
2025-08-20T22:44:54.8268837Z Get:6 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libibverbs-dev amd64 50.0-2ubuntu0.2 [686 kB]
2025-08-20T22:44:54.8648387Z Get:7 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libpcap0.8-dev amd64 1.10.4-4.1ubuntu3 [269 kB]
2025-08-20T22:44:54.8862014Z Get:8 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libpcap-dev amd64 1.10.4-4.1ubuntu3 [3324 B]
2025-08-20T22:44:54.9065079Z Get:9 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 pcaputils amd64 0.8-1.1build2 [43.8 kB]
2025-08-20T22:44:55.1625292Z Fetched 1613 kB in 0s (7802 kB/s)
2025-08-20T22:44:55.1823707Z Selecting previously unselected package libdbus-1-dev:amd64.
2025-08-20T22:44:55.1884367Z (Reading database ... 
2025-08-20T22:44:55.1884856Z (Reading database ... 5%
2025-08-20T22:44:55.1885307Z (Reading database ... 10%
2025-08-20T22:44:55.1885708Z (Reading database ... 15%
2025-08-20T22:44:55.1885978Z (Reading database ... 20%
2025-08-20T22:44:55.1886247Z (Reading database ... 25%
2025-08-20T22:44:55.1886512Z (Reading database ... 30%
2025-08-20T22:44:55.1886776Z (Reading database ... 35%
2025-08-20T22:44:55.1887040Z (Reading database ... 40%
2025-08-20T22:44:55.1887305Z (Reading database ... 45%
2025-08-20T22:44:55.1887570Z (Reading database ... 50%
2025-08-20T22:44:55.1982512Z (Reading database ... 55%
2025-08-20T22:44:55.2002417Z (Reading database ... 60%
2025-08-20T22:44:55.2023805Z (Reading database ... 65%
2025-08-20T22:44:55.2062869Z (Reading database ... 70%
2025-08-20T22:44:55.2087618Z (Reading database ... 75%
2025-08-20T22:44:55.2121290Z (Reading database ... 80%
2025-08-20T22:44:55.2266016Z (Reading database ... 85%
2025-08-20T22:44:55.2351128Z (Reading database ... 90%
2025-08-20T22:44:55.2621031Z (Reading database ... 95%
2025-08-20T22:44:55.2621393Z (Reading database ... 100%
2025-08-20T22:44:55.2621784Z (Reading database ... 235709 files and directories currently installed.)
2025-08-20T22:44:55.2664912Z Preparing to unpack .../0-libdbus-1-dev_1.14.10-4ubuntu4.1_amd64.deb ...
2025-08-20T22:44:55.2675062Z Unpacking libdbus-1-dev:amd64 (1.14.10-4ubuntu4.1) ...
2025-08-20T22:44:55.2994337Z Selecting previously unselected package libjudydebian1.
2025-08-20T22:44:55.3136322Z Preparing to unpack .../1-libjudydebian1_1.0.5-5.1build1_amd64.deb ...
2025-08-20T22:44:55.3153319Z Unpacking libjudydebian1 (1.0.5-5.1build1) ...
2025-08-20T22:44:55.3371245Z Selecting previously unselected package libnl-3-dev:amd64.
2025-08-20T22:44:55.3513123Z Preparing to unpack .../2-libnl-3-dev_3.7.0-0.3build1.1_amd64.deb ...
2025-08-20T22:44:55.3526726Z Unpacking libnl-3-dev:amd64 (3.7.0-0.3build1.1) ...
2025-08-20T22:44:55.3934792Z Selecting previously unselected package libnl-route-3-dev:amd64.
2025-08-20T22:44:55.4079502Z Preparing to unpack .../3-libnl-route-3-dev_3.7.0-0.3build1.1_amd64.deb ...
2025-08-20T22:44:55.4089439Z Unpacking libnl-route-3-dev:amd64 (3.7.0-0.3build1.1) ...
2025-08-20T22:44:55.4338673Z Selecting previously unselected package libibverbs-dev:amd64.
2025-08-20T22:44:55.4480426Z Preparing to unpack .../4-libibverbs-dev_50.0-2ubuntu0.2_amd64.deb ...
2025-08-20T22:44:55.4488277Z Unpacking libibverbs-dev:amd64 (50.0-2ubuntu0.2) ...
2025-08-20T22:44:55.5188747Z Selecting previously unselected package libpcap0.8-dev:amd64.
2025-08-20T22:44:55.5332462Z Preparing to unpack .../5-libpcap0.8-dev_1.10.4-4.1ubuntu3_amd64.deb ...
2025-08-20T22:44:55.5365363Z Unpacking libpcap0.8-dev:amd64 (1.10.4-4.1ubuntu3) ...
2025-08-20T22:44:55.5731280Z Selecting previously unselected package libpcap-dev:amd64.
2025-08-20T22:44:55.5875949Z Preparing to unpack .../6-libpcap-dev_1.10.4-4.1ubuntu3_amd64.deb ...
2025-08-20T22:44:55.5885438Z Unpacking libpcap-dev:amd64 (1.10.4-4.1ubuntu3) ...
2025-08-20T22:44:55.6095381Z Selecting previously unselected package pcaputils.
2025-08-20T22:44:55.6239432Z Preparing to unpack .../7-pcaputils_0.8-1.1build2_amd64.deb ...
2025-08-20T22:44:55.6269891Z Unpacking pcaputils (0.8-1.1build2) ...
2025-08-20T22:44:55.6693131Z Setting up libjudydebian1 (1.0.5-5.1build1) ...
2025-08-20T22:44:55.6718827Z Setting up libdbus-1-dev:amd64 (1.14.10-4ubuntu4.1) ...
2025-08-20T22:44:55.8423050Z Setting up libnl-3-dev:amd64 (3.7.0-0.3build1.1) ...
2025-08-20T22:44:55.8453003Z Setting up pcaputils (0.8-1.1build2) ...
2025-08-20T22:44:55.8579037Z update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults
2025-08-20T22:44:56.1449202Z Setting up libnl-route-3-dev:amd64 (3.7.0-0.3build1.1) ...
2025-08-20T22:44:56.1472431Z Setting up libibverbs-dev:amd64 (50.0-2ubuntu0.2) ...
2025-08-20T22:44:56.1517806Z Processing triggers for libc-bin (2.39-0ubuntu8.5) ...
2025-08-20T22:44:56.1659315Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T22:45:00.8087211Z Processing triggers for sgml-base (1.31) ...
2025-08-20T22:45:00.8403264Z Setting up libpcap0.8-dev:amd64 (1.10.4-4.1ubuntu3) ...
2025-08-20T22:45:00.8429153Z Setting up libpcap-dev:amd64 (1.10.4-4.1ubuntu3) ...
2025-08-20T22:45:02.4025652Z Reading package lists...
2025-08-20T22:45:02.5528059Z Building dependency tree...
2025-08-20T22:45:02.5536758Z Reading state information...
2025-08-20T22:45:02.5936150Z Reading package lists...
2025-08-20T22:45:02.7478397Z Building dependency tree...
2025-08-20T22:45:02.7487166Z Reading state information...
2025-08-20T22:45:02.8954675Z The following additional packages will be installed:
2025-08-20T22:45:02.8958956Z   liblz1 liblzma-dev librust-cc-dev librust-libc-dev librust-pkg-config-dev
2025-08-20T22:45:02.8964442Z Suggested packages:
2025-08-20T22:45:02.8964932Z   liblzma-doc librust-cc+jobserver-dev librust-libc+rustc-dep-of-std-dev
2025-08-20T22:45:02.8965422Z   librust-libc+rustc-std-workspace-core-dev
2025-08-20T22:45:02.9116883Z The following NEW packages will be installed:
2025-08-20T22:45:02.9117519Z   liblz-dev liblz1 liblzma-dev librust-cc-dev librust-libc-dev
2025-08-20T22:45:02.9121487Z   librust-lzma-sys-dev librust-pkg-config-dev lzma lzma-dev
2025-08-20T22:45:02.9290231Z 0 upgraded, 9 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T22:45:02.9290968Z Need to get 800 kB of archives.
2025-08-20T22:45:02.9291362Z After this operation, 6245 kB of additional disk space will be used.
2025-08-20T22:45:02.9291767Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T22:45:02.9640304Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 liblz1 amd64 1.14-1 [36.4 kB]
2025-08-20T22:45:02.9839625Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 liblz-dev amd64 1.14-1 [51.7 kB]
2025-08-20T22:45:03.0030407Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 librust-libc-dev amd64 0.2.152-1 [353 kB]
2025-08-20T22:45:03.0246126Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 librust-cc-dev amd64 1.0.83-1 [61.6 kB]
2025-08-20T22:45:03.0435398Z Get:6 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 librust-pkg-config-dev amd64 0.3.27-1 [21.5 kB]
2025-08-20T22:45:03.0624690Z Get:7 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 liblzma-dev amd64 5.6.1+really5.4.5-1ubuntu0.2 [176 kB]
2025-08-20T22:45:03.0839816Z Get:8 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 librust-lzma-sys-dev amd64 0.1.20-1 [10.9 kB]
2025-08-20T22:45:03.1061608Z Get:9 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 lzma amd64 9.22-2.2 [47.3 kB]
2025-08-20T22:45:03.1248070Z Get:10 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 lzma-dev all 9.22-2.2 [41.6 kB]
2025-08-20T22:45:03.3790997Z Fetched 800 kB in 0s (3874 kB/s)
2025-08-20T22:45:03.3986648Z Selecting previously unselected package liblz1:amd64.
2025-08-20T22:45:03.4046878Z (Reading database ... 
2025-08-20T22:45:03.4047468Z (Reading database ... 5%
2025-08-20T22:45:03.4047989Z (Reading database ... 10%
2025-08-20T22:45:03.4048765Z (Reading database ... 15%
2025-08-20T22:45:03.4049093Z (Reading database ... 20%
2025-08-20T22:45:03.4049406Z (Reading database ... 25%
2025-08-20T22:45:03.4049704Z (Reading database ... 30%
2025-08-20T22:45:03.4049999Z (Reading database ... 35%
2025-08-20T22:45:03.4050292Z (Reading database ... 40%
2025-08-20T22:45:03.4050587Z (Reading database ... 45%
2025-08-20T22:45:03.4051094Z (Reading database ... 50%
2025-08-20T22:45:03.4145462Z (Reading database ... 55%
2025-08-20T22:45:03.4165947Z (Reading database ... 60%
2025-08-20T22:45:03.4187505Z (Reading database ... 65%
2025-08-20T22:45:03.4228347Z (Reading database ... 70%
2025-08-20T22:45:03.4257079Z (Reading database ... 75%
2025-08-20T22:45:03.4289334Z (Reading database ... 80%
2025-08-20T22:45:03.4438083Z (Reading database ... 85%
2025-08-20T22:45:03.4521987Z (Reading database ... 90%
2025-08-20T22:45:03.4798903Z (Reading database ... 95%
2025-08-20T22:45:03.4799224Z (Reading database ... 100%
2025-08-20T22:45:03.4799651Z (Reading database ... 236365 files and directories currently installed.)
2025-08-20T22:45:03.4843096Z Preparing to unpack .../0-liblz1_1.14-1_amd64.deb ...
2025-08-20T22:45:03.4858376Z Unpacking liblz1:amd64 (1.14-1) ...
2025-08-20T22:45:03.5080369Z Selecting previously unselected package liblz-dev:amd64.
2025-08-20T22:45:03.5220998Z Preparing to unpack .../1-liblz-dev_1.14-1_amd64.deb ...
2025-08-20T22:45:03.5231362Z Unpacking liblz-dev:amd64 (1.14-1) ...
2025-08-20T22:45:03.5448271Z Selecting previously unselected package librust-libc-dev:amd64.
2025-08-20T22:45:03.5587663Z Preparing to unpack .../2-librust-libc-dev_0.2.152-1_amd64.deb ...
2025-08-20T22:45:03.5597714Z Unpacking librust-libc-dev:amd64 (0.2.152-1) ...
2025-08-20T22:45:03.6394511Z Selecting previously unselected package librust-cc-dev:amd64.
2025-08-20T22:45:03.6543038Z Preparing to unpack .../3-librust-cc-dev_1.0.83-1_amd64.deb ...
2025-08-20T22:45:03.6551855Z Unpacking librust-cc-dev:amd64 (1.0.83-1) ...
2025-08-20T22:45:03.6810086Z Selecting previously unselected package librust-pkg-config-dev:amd64.
2025-08-20T22:45:03.6956226Z Preparing to unpack .../4-librust-pkg-config-dev_0.3.27-1_amd64.deb ...
2025-08-20T22:45:03.6964867Z Unpacking librust-pkg-config-dev:amd64 (0.3.27-1) ...
2025-08-20T22:45:03.7204889Z Selecting previously unselected package liblzma-dev:amd64.
2025-08-20T22:45:03.7379134Z Preparing to unpack .../5-liblzma-dev_5.6.1+really5.4.5-1ubuntu0.2_amd64.deb ...
2025-08-20T22:45:03.7387437Z Unpacking liblzma-dev:amd64 (5.6.1+really5.4.5-1ubuntu0.2) ...
2025-08-20T22:45:03.7664587Z Selecting previously unselected package librust-lzma-sys-dev:amd64.
2025-08-20T22:45:03.7812210Z Preparing to unpack .../6-librust-lzma-sys-dev_0.1.20-1_amd64.deb ...
2025-08-20T22:45:03.7837970Z Unpacking librust-lzma-sys-dev:amd64 (0.1.20-1) ...
2025-08-20T22:45:03.8045662Z Selecting previously unselected package lzma.
2025-08-20T22:45:03.8193890Z Preparing to unpack .../7-lzma_9.22-2.2_amd64.deb ...
2025-08-20T22:45:03.8201838Z Unpacking lzma (9.22-2.2) ...
2025-08-20T22:45:03.8446870Z Selecting previously unselected package lzma-dev.
2025-08-20T22:45:03.8588619Z Preparing to unpack .../8-lzma-dev_9.22-2.2_all.deb ...
2025-08-20T22:45:03.8597749Z Unpacking lzma-dev (9.22-2.2) ...
2025-08-20T22:45:03.9032710Z Setting up liblz1:amd64 (1.14-1) ...
2025-08-20T22:45:03.9053812Z Setting up librust-libc-dev:amd64 (0.2.152-1) ...
2025-08-20T22:45:03.9076321Z Setting up librust-cc-dev:amd64 (1.0.83-1) ...
2025-08-20T22:45:03.9097720Z Setting up liblz-dev:amd64 (1.14-1) ...
2025-08-20T22:45:03.9127478Z Setting up lzma (9.22-2.2) ...
2025-08-20T22:45:03.9190711Z update-alternatives: using /usr/bin/lzmp to provide /usr/bin/lzma (lzma) in auto mode
2025-08-20T22:45:03.9217049Z Setting up lzma-dev (9.22-2.2) ...
2025-08-20T22:45:03.9240088Z Setting up liblzma-dev:amd64 (5.6.1+really5.4.5-1ubuntu0.2) ...
2025-08-20T22:45:03.9264645Z Setting up librust-pkg-config-dev:amd64 (0.3.27-1) ...
2025-08-20T22:45:03.9287578Z Setting up librust-lzma-sys-dev:amd64 (0.1.20-1) ...
2025-08-20T22:45:03.9311462Z Processing triggers for libc-bin (2.39-0ubuntu8.5) ...
2025-08-20T22:45:03.9454207Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T22:45:08.2363328Z Processing triggers for install-info (7.1-3build2) ...
2025-08-20T22:45:08.8663577Z 
2025-08-20T22:45:08.8664113Z Running kernel seems to be up-to-date.
2025-08-20T22:45:08.8664404Z 
2025-08-20T22:45:08.8664504Z Restarting services...
2025-08-20T22:45:08.8722377Z 
2025-08-20T22:45:08.8722754Z Service restarts being deferred:
2025-08-20T22:45:08.8723282Z  systemctl restart hosted-compute-agent.service
2025-08-20T22:45:08.8723648Z 
2025-08-20T22:45:08.8724049Z No containers need to be restarted.
2025-08-20T22:45:08.8724359Z 
2025-08-20T22:45:08.8724534Z No user sessions are running outdated binaries.
2025-08-20T22:45:08.8724865Z 
2025-08-20T22:45:08.8725176Z No VM guests are running outdated hypervisor (qemu) binaries on this host.
2025-08-20T22:45:09.6866542Z Reading package lists...
2025-08-20T22:45:09.8326245Z Building dependency tree...
2025-08-20T22:45:09.8334850Z Reading state information...
2025-08-20T22:45:10.0242432Z dnsutils is already the newest version (1:9.18.30-0ubuntu0.24.04.2).
2025-08-20T22:45:10.0243156Z inetutils-telnet is already the newest version (2:2.5-3ubuntu4).
2025-08-20T22:45:10.0243692Z inetutils-telnet set to manually installed.
2025-08-20T22:45:10.0244186Z net-tools is already the newest version (2.10-0.1ubuntu4.4).
2025-08-20T22:45:10.0244730Z The following additional packages will be installed:
2025-08-20T22:45:10.0245195Z   tcpd update-inetd
2025-08-20T22:45:10.0389800Z The following packages will be REMOVED:
2025-08-20T22:45:10.0396382Z   iputils-ping rsyslog ubuntu-minimal
2025-08-20T22:45:10.0397423Z The following NEW packages will be installed:
2025-08-20T22:45:10.0397894Z   inetutils-ftp inetutils-ftpd inetutils-inetd inetutils-ping
2025-08-20T22:45:10.0398362Z   inetutils-syslogd inetutils-talk inetutils-talkd inetutils-telnetd
2025-08-20T22:45:10.0403678Z   inetutils-tools inetutils-traceroute netcat-traditional tcpd update-inetd
2025-08-20T22:45:10.0576682Z 0 upgraded, 13 newly installed, 3 to remove and 19 not upgraded.
2025-08-20T22:45:10.0577571Z Need to get 698 kB of archives.
2025-08-20T22:45:10.0578124Z After this operation, 196 kB of additional disk space will be used.
2025-08-20T22:45:10.0578761Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T22:45:10.0925122Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-syslogd amd64 2:2.5-3ubuntu4 [62.6 kB]
2025-08-20T22:45:10.1130211Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 tcpd amd64 7.6.q-33 [24.3 kB]
2025-08-20T22:45:10.1317348Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 update-inetd all 4.53 [24.0 kB]
2025-08-20T22:45:10.1509144Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-inetd amd64 2:2.5-3ubuntu4 [45.5 kB]
2025-08-20T22:45:10.1714072Z Get:6 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-ftp amd64 2:2.5-3ubuntu4 [84.3 kB]
2025-08-20T22:45:10.1902772Z Get:7 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-ftpd amd64 2:2.5-3ubuntu4 [73.3 kB]
2025-08-20T22:45:10.2092385Z Get:8 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-ping amd64 2:2.5-3ubuntu4 [62.4 kB]
2025-08-20T22:45:10.2281365Z Get:9 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-talk amd64 2:2.5-3ubuntu4 [45.8 kB]
2025-08-20T22:45:10.2468518Z Get:10 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-talkd amd64 2:2.5-3ubuntu4 [35.7 kB]
2025-08-20T22:45:10.2656866Z Get:11 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-telnetd amd64 2:2.5-3ubuntu4 [60.0 kB]
2025-08-20T22:45:10.2851319Z Get:12 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-tools amd64 2:2.5-3ubuntu4 [76.9 kB]
2025-08-20T22:45:10.3044054Z Get:13 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 netcat-traditional amd64 1.10-48 [61.3 kB]
2025-08-20T22:45:10.3239794Z Get:14 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-traceroute amd64 2:2.5-3ubuntu4 [42.2 kB]
2025-08-20T22:45:10.5501572Z Preconfiguring packages ...
2025-08-20T22:45:10.6422847Z Fetched 698 kB in 0s (2522 kB/s)
2025-08-20T22:45:10.6603334Z (Reading database ... 
2025-08-20T22:45:10.6603799Z (Reading database ... 5%
2025-08-20T22:45:10.6604166Z (Reading database ... 10%
2025-08-20T22:45:10.6604523Z (Reading database ... 15%
2025-08-20T22:45:10.6604811Z (Reading database ... 20%
2025-08-20T22:45:10.6605031Z (Reading database ... 25%
2025-08-20T22:45:10.6605244Z (Reading database ... 30%
2025-08-20T22:45:10.6605453Z (Reading database ... 35%
2025-08-20T22:45:10.6605668Z (Reading database ... 40%
2025-08-20T22:45:10.6605882Z (Reading database ... 45%
2025-08-20T22:45:10.6606097Z (Reading database ... 50%
2025-08-20T22:45:10.6628126Z (Reading database ... 55%
2025-08-20T22:45:10.6719000Z (Reading database ... 60%
2025-08-20T22:45:10.6741041Z (Reading database ... 65%
2025-08-20T22:45:10.6780281Z (Reading database ... 70%
2025-08-20T22:45:10.6806878Z (Reading database ... 75%
2025-08-20T22:45:10.6839418Z (Reading database ... 80%
2025-08-20T22:45:10.6987399Z (Reading database ... 85%
2025-08-20T22:45:10.7247018Z (Reading database ... 90%
2025-08-20T22:45:10.7336917Z (Reading database ... 95%
2025-08-20T22:45:10.7337278Z (Reading database ... 100%
2025-08-20T22:45:10.7337657Z (Reading database ... 236857 files and directories currently installed.)
2025-08-20T22:45:10.7377926Z Removing ubuntu-minimal (1.539.2) ...
2025-08-20T22:45:10.7526688Z Removing iputils-ping (3:20240117-1ubuntu0.1) ...
2025-08-20T22:45:10.7683097Z Removing rsyslog (8.2312.0-3ubuntu9.1) ...
2025-08-20T22:45:11.1497032Z Selecting previously unselected package inetutils-syslogd.
2025-08-20T22:45:11.1556218Z (Reading database ... 
2025-08-20T22:45:11.1556783Z (Reading database ... 5%
2025-08-20T22:45:11.1557849Z (Reading database ... 10%
2025-08-20T22:45:11.1558281Z (Reading database ... 15%
2025-08-20T22:45:11.1558691Z (Reading database ... 20%
2025-08-20T22:45:11.1559048Z (Reading database ... 25%
2025-08-20T22:45:11.1559394Z (Reading database ... 30%
2025-08-20T22:45:11.1560046Z (Reading database ... 35%
2025-08-20T22:45:11.1560407Z (Reading database ... 40%
2025-08-20T22:45:11.1560759Z (Reading database ... 45%
2025-08-20T22:45:11.1561306Z (Reading database ... 50%
2025-08-20T22:45:11.1580420Z (Reading database ... 55%
2025-08-20T22:45:11.1675908Z (Reading database ... 60%
2025-08-20T22:45:11.1697897Z (Reading database ... 65%
2025-08-20T22:45:11.1738469Z (Reading database ... 70%
2025-08-20T22:45:11.1766363Z (Reading database ... 75%
2025-08-20T22:45:11.1800358Z (Reading database ... 80%
2025-08-20T22:45:11.1949632Z (Reading database ... 85%
2025-08-20T22:45:11.2210747Z (Reading database ... 90%
2025-08-20T22:45:11.2301810Z (Reading database ... 95%
2025-08-20T22:45:11.2302265Z (Reading database ... 100%
2025-08-20T22:45:11.2302758Z (Reading database ... 236785 files and directories currently installed.)
2025-08-20T22:45:11.2345177Z Preparing to unpack .../00-inetutils-syslogd_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T22:45:11.2383995Z Unpacking inetutils-syslogd (2:2.5-3ubuntu4) ...
2025-08-20T22:45:11.2624494Z Selecting previously unselected package tcpd.
2025-08-20T22:45:11.2768325Z Preparing to unpack .../01-tcpd_7.6.q-33_amd64.deb ...
2025-08-20T22:45:11.2776414Z Unpacking tcpd (7.6.q-33) ...
2025-08-20T22:45:11.3009725Z Selecting previously unselected package update-inetd.
2025-08-20T22:45:11.3149639Z Preparing to unpack .../02-update-inetd_4.53_all.deb ...
2025-08-20T22:45:11.3158417Z Unpacking update-inetd (4.53) ...
2025-08-20T22:45:11.3384714Z Selecting previously unselected package inetutils-inetd.
2025-08-20T22:45:11.3525586Z Preparing to unpack .../03-inetutils-inetd_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T22:45:11.3572866Z Unpacking inetutils-inetd (2:2.5-3ubuntu4) ...
2025-08-20T22:45:11.3790052Z Selecting previously unselected package inetutils-ftp.
2025-08-20T22:45:11.3928868Z Preparing to unpack .../04-inetutils-ftp_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T22:45:11.3936485Z Unpacking inetutils-ftp (2:2.5-3ubuntu4) ...
2025-08-20T22:45:11.4162334Z Selecting previously unselected package inetutils-ftpd.
2025-08-20T22:45:11.4305757Z Preparing to unpack .../05-inetutils-ftpd_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T22:45:11.4313595Z Unpacking inetutils-ftpd (2:2.5-3ubuntu4) ...
2025-08-20T22:45:11.4543222Z Selecting previously unselected package inetutils-ping.
2025-08-20T22:45:11.4686564Z Preparing to unpack .../06-inetutils-ping_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T22:45:11.4696294Z Unpacking inetutils-ping (2:2.5-3ubuntu4) ...
2025-08-20T22:45:11.4920595Z Selecting previously unselected package inetutils-talk.
2025-08-20T22:45:11.5061166Z Preparing to unpack .../07-inetutils-talk_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T22:45:11.5068648Z Unpacking inetutils-talk (2:2.5-3ubuntu4) ...
2025-08-20T22:45:11.5279787Z Selecting previously unselected package inetutils-talkd.
2025-08-20T22:45:11.5425088Z Preparing to unpack .../08-inetutils-talkd_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T22:45:11.5434786Z Unpacking inetutils-talkd (2:2.5-3ubuntu4) ...
2025-08-20T22:45:11.5781964Z Selecting previously unselected package inetutils-telnetd.
2025-08-20T22:45:11.5921818Z Preparing to unpack .../09-inetutils-telnetd_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T22:45:11.5930488Z Unpacking inetutils-telnetd (2:2.5-3ubuntu4) ...
2025-08-20T22:45:11.6135874Z Selecting previously unselected package inetutils-tools.
2025-08-20T22:45:11.6274097Z Preparing to unpack .../10-inetutils-tools_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T22:45:11.6282595Z Unpacking inetutils-tools (2:2.5-3ubuntu4) ...
2025-08-20T22:45:11.6518476Z Selecting previously unselected package netcat-traditional.
2025-08-20T22:45:11.6662333Z Preparing to unpack .../11-netcat-traditional_1.10-48_amd64.deb ...
2025-08-20T22:45:11.6670952Z Unpacking netcat-traditional (1.10-48) ...
2025-08-20T22:45:11.6919378Z Selecting previously unselected package inetutils-traceroute.
2025-08-20T22:45:11.7058513Z Preparing to unpack .../12-inetutils-traceroute_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T22:45:11.7066444Z Unpacking inetutils-traceroute (2:2.5-3ubuntu4) ...
2025-08-20T22:45:11.7480298Z Setting up netcat-traditional (1.10-48) ...
2025-08-20T22:45:11.7557811Z Setting up update-inetd (4.53) ...
2025-08-20T22:45:11.8425592Z Setting up inetutils-traceroute (2:2.5-3ubuntu4) ...
2025-08-20T22:45:11.8487738Z update-alternatives: using /usr/bin/inetutils-traceroute to provide /usr/bin/traceroute (traceroute) in auto mode
2025-08-20T22:45:11.8505196Z Setting up inetutils-syslogd (2:2.5-3ubuntu4) ...
2025-08-20T22:45:12.2864580Z Created symlink /etc/systemd/system/syslogd.service → /usr/lib/systemd/system/inetutils-syslogd.service.
2025-08-20T22:45:12.2865031Z 
2025-08-20T22:45:12.2865159Z Removed "/etc/systemd/system/syslog.service".
2025-08-20T22:45:12.2865377Z 
2025-08-20T22:45:12.2865759Z Created symlink /etc/systemd/system/syslog.service → /usr/lib/systemd/system/inetutils-syslogd.service.
2025-08-20T22:45:12.2866182Z 
2025-08-20T22:45:12.2866935Z Created symlink /etc/systemd/system/multi-user.target.wants/inetutils-syslogd.service → /usr/lib/systemd/system/inetutils-syslogd.service.
2025-08-20T22:45:12.2867876Z 
2025-08-20T22:45:12.6015551Z Setting up inetutils-ftp (2:2.5-3ubuntu4) ...
2025-08-20T22:45:12.6093305Z Setting up inetutils-talk (2:2.5-3ubuntu4) ...
2025-08-20T22:45:12.6154850Z update-alternatives: using /usr/bin/inetutils-talk to provide /usr/bin/talk (talk) in auto mode
2025-08-20T22:45:12.6172748Z Setting up inetutils-ping (2:2.5-3ubuntu4) ...
2025-08-20T22:45:12.6203618Z Setting up inetutils-tools (2:2.5-3ubuntu4) ...
2025-08-20T22:45:12.6225391Z Setting up tcpd (7.6.q-33) ...
2025-08-20T22:45:12.6246964Z Setting up inetutils-inetd (2:2.5-3ubuntu4) ...
2025-08-20T22:45:13.0124165Z Created symlink /etc/systemd/system/inetd.service → /usr/lib/systemd/system/inetutils-inetd.service.
2025-08-20T22:45:13.0124599Z 
2025-08-20T22:45:13.0125397Z Created symlink /etc/systemd/system/multi-user.target.wants/inetutils-inetd.service → /usr/lib/systemd/system/inetutils-inetd.service.
2025-08-20T22:45:13.0126325Z 
2025-08-20T22:45:13.3183992Z Setting up inetutils-talkd (2:2.5-3ubuntu4) ...
2025-08-20T22:45:13.4157166Z Setting up inetutils-ftpd (2:2.5-3ubuntu4) ...
2025-08-20T22:45:13.4775575Z Setting up inetutils-telnetd (2:2.5-3ubuntu4) ...
2025-08-20T22:45:13.5434362Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T22:45:19.6733162Z Reading package lists...
2025-08-20T22:45:19.8208662Z Building dependency tree...
2025-08-20T22:45:19.8216856Z Reading state information...
2025-08-20T22:45:20.0240725Z iputils-tracepath is already the newest version (3:20240117-1ubuntu0.1).
2025-08-20T22:45:20.0241374Z iputils-tracepath set to manually installed.
2025-08-20T22:45:20.0241673Z The following packages will be REMOVED:
2025-08-20T22:45:20.0249121Z   inetutils-ping
2025-08-20T22:45:20.0250958Z The following NEW packages will be installed:
2025-08-20T22:45:20.0257597Z   iputils-arping iputils-clockdiff iputils-ping
2025-08-20T22:45:20.0422911Z 0 upgraded, 3 newly installed, 1 to remove and 19 not upgraded.
2025-08-20T22:45:20.0423679Z Need to get 71.5 kB of archives.
2025-08-20T22:45:20.0424251Z After this operation, 16.4 kB of additional disk space will be used.
2025-08-20T22:45:20.0424847Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T22:45:20.0967943Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 iputils-ping amd64 3:20240117-1ubuntu0.1 [44.6 kB]
2025-08-20T22:45:20.1161045Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 iputils-arping amd64 3:20240117-1ubuntu0.1 [15.1 kB]
2025-08-20T22:45:20.1347251Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 iputils-clockdiff amd64 3:20240117-1ubuntu0.1 [11.8 kB]
2025-08-20T22:45:20.4135637Z Fetched 71.5 kB in 0s (697 kB/s)
2025-08-20T22:45:20.4320654Z (Reading database ... 
2025-08-20T22:45:20.4321303Z (Reading database ... 5%
2025-08-20T22:45:20.4321724Z (Reading database ... 10%
2025-08-20T22:45:20.4322096Z (Reading database ... 15%
2025-08-20T22:45:20.4322877Z (Reading database ... 20%
2025-08-20T22:45:20.4323532Z (Reading database ... 25%
2025-08-20T22:45:20.4323897Z (Reading database ... 30%
2025-08-20T22:45:20.4324252Z (Reading database ... 35%
2025-08-20T22:45:20.4324600Z (Reading database ... 40%
2025-08-20T22:45:20.4324954Z (Reading database ... 45%
2025-08-20T22:45:20.4325304Z (Reading database ... 50%
2025-08-20T22:45:20.4403999Z (Reading database ... 55%
2025-08-20T22:45:20.4439039Z (Reading database ... 60%
2025-08-20T22:45:20.4462098Z (Reading database ... 65%
2025-08-20T22:45:20.4504903Z (Reading database ... 70%
2025-08-20T22:45:20.4534120Z (Reading database ... 75%
2025-08-20T22:45:20.4567443Z (Reading database ... 80%
2025-08-20T22:45:20.4738542Z (Reading database ... 85%
2025-08-20T22:45:20.5004046Z (Reading database ... 90%
2025-08-20T22:45:20.5091990Z (Reading database ... 95%
2025-08-20T22:45:20.5092407Z (Reading database ... 100%
2025-08-20T22:45:20.5093006Z (Reading database ... 236946 files and directories currently installed.)
2025-08-20T22:45:20.5135260Z Removing inetutils-ping (2:2.5-3ubuntu4) ...
2025-08-20T22:45:20.5578031Z Selecting previously unselected package iputils-ping.
2025-08-20T22:45:20.5638122Z (Reading database ... 
2025-08-20T22:45:20.5638664Z (Reading database ... 5%
2025-08-20T22:45:20.5639831Z (Reading database ... 10%
2025-08-20T22:45:20.5640233Z (Reading database ... 15%
2025-08-20T22:45:20.5640594Z (Reading database ... 20%
2025-08-20T22:45:20.5641125Z (Reading database ... 25%
2025-08-20T22:45:20.5641484Z (Reading database ... 30%
2025-08-20T22:45:20.5641835Z (Reading database ... 35%
2025-08-20T22:45:20.5642183Z (Reading database ... 40%
2025-08-20T22:45:20.5642530Z (Reading database ... 45%
2025-08-20T22:45:20.5642877Z (Reading database ... 50%
2025-08-20T22:45:20.5721162Z (Reading database ... 55%
2025-08-20T22:45:20.5755743Z (Reading database ... 60%
2025-08-20T22:45:20.5777637Z (Reading database ... 65%
2025-08-20T22:45:20.5817089Z (Reading database ... 70%
2025-08-20T22:45:20.5845315Z (Reading database ... 75%
2025-08-20T22:45:20.5876781Z (Reading database ... 80%
2025-08-20T22:45:20.6038307Z (Reading database ... 85%
2025-08-20T22:45:20.6292044Z (Reading database ... 90%
2025-08-20T22:45:20.6379458Z (Reading database ... 95%
2025-08-20T22:45:20.6379882Z (Reading database ... 100%
2025-08-20T22:45:20.6380394Z (Reading database ... 236937 files and directories currently installed.)
2025-08-20T22:45:20.6422178Z Preparing to unpack .../iputils-ping_3%3a20240117-1ubuntu0.1_amd64.deb ...
2025-08-20T22:45:20.6431305Z Unpacking iputils-ping (3:20240117-1ubuntu0.1) ...
2025-08-20T22:45:20.6703281Z Selecting previously unselected package iputils-arping.
2025-08-20T22:45:20.6841374Z Preparing to unpack .../iputils-arping_3%3a20240117-1ubuntu0.1_amd64.deb ...
2025-08-20T22:45:20.6849132Z Unpacking iputils-arping (3:20240117-1ubuntu0.1) ...
2025-08-20T22:45:20.7052205Z Selecting previously unselected package iputils-clockdiff.
2025-08-20T22:45:20.7191394Z Preparing to unpack .../iputils-clockdiff_3%3a20240117-1ubuntu0.1_amd64.deb ...
2025-08-20T22:45:20.7200037Z Unpacking iputils-clockdiff (3:20240117-1ubuntu0.1) ...
2025-08-20T22:45:20.7585071Z Setting up iputils-arping (3:20240117-1ubuntu0.1) ...
2025-08-20T22:45:20.7734994Z Setting up iputils-ping (3:20240117-1ubuntu0.1) ...
2025-08-20T22:45:20.7883941Z Setting up iputils-clockdiff (3:20240117-1ubuntu0.1) ...
2025-08-20T22:45:20.8031147Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T22:45:26.6474794Z Reading package lists...
2025-08-20T22:45:26.7965266Z Building dependency tree...
2025-08-20T22:45:26.7973949Z Reading state information...
2025-08-20T22:45:26.9455169Z python3-pip is already the newest version (24.0+dfsg-1ubuntu1.2).
2025-08-20T22:45:26.9455884Z python3-venv is already the newest version (3.12.3-0ubuntu2).
2025-08-20T22:45:26.9817480Z 0 upgraded, 0 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T22:45:27.9210359Z pip 24.0 from /usr/lib/python3/dist-packages/pip (python 3.12)
2025-08-20T22:45:28.3357549Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T22:45:29.6891594Z Requirement already satisfied: pip in /usr/lib/python3/dist-packages (24.0)
2025-08-20T22:45:29.8021875Z Collecting pip
2025-08-20T22:45:29.8461784Z   Downloading pip-25.2-py3-none-any.whl.metadata (4.7 kB)
2025-08-20T22:45:29.8570409Z Downloading pip-25.2-py3-none-any.whl (1.8 MB)
2025-08-20T22:45:29.9593771Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.8/1.8 MB 17.4 MB/s eta 0:00:00
2025-08-20T22:45:30.2157350Z Installing collected packages: pip
2025-08-20T22:45:30.9400569Z Successfully installed pip-25.2
2025-08-20T22:45:31.1670673Z pip 25.2 from /home/runner/.local/lib/python3.12/site-packages/pip (python 3.12)
2025-08-20T22:45:31.2105389Z Reading package lists...
2025-08-20T22:45:31.3553482Z Building dependency tree...
2025-08-20T22:45:31.3561612Z Reading state information...
2025-08-20T22:45:31.5008254Z pciutils is already the newest version (1:3.10.0-2build1).
2025-08-20T22:45:31.5008936Z pciutils set to manually installed.
2025-08-20T22:45:31.5009688Z procps is already the newest version (2:4.0.4-4ubuntu3.2).
2025-08-20T22:45:31.5010162Z python3-distro is already the newest version (1.9.0-1).
2025-08-20T22:45:31.5010573Z python3-distro set to manually installed.
2025-08-20T22:45:31.5011556Z python3-netifaces is already the newest version (0.11.0-2build3).
2025-08-20T22:45:31.5012006Z python3-netifaces set to manually installed.
2025-08-20T22:45:31.5012404Z The following additional packages will be installed:
2025-08-20T22:45:31.5012772Z   libsysfs2
2025-08-20T22:45:31.5015559Z Suggested packages:
2025-08-20T22:45:31.5016002Z   fancontrol read-edid i2c-tools
2025-08-20T22:45:31.5258625Z The following NEW packages will be installed:
2025-08-20T22:45:31.5260499Z   libsysfs2 lm-sensors sysfsutils virt-what
2025-08-20T22:45:31.5418339Z 0 upgraded, 4 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T22:45:31.5639584Z Need to get 142 kB of archives.
2025-08-20T22:45:31.5640007Z After this operation, 577 kB of additional disk space will be used.
2025-08-20T22:45:31.5640420Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T22:45:31.6008010Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libsysfs2 amd64 2.1.1-6build1 [20.0 kB]
2025-08-20T22:45:31.6204788Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 sysfsutils amd64 2.1.1-6build1 [15.5 kB]
2025-08-20T22:45:31.6390508Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 lm-sensors amd64 1:3.6.0-9build1 [90.1 kB]
2025-08-20T22:45:31.6584637Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 virt-what amd64 1.25-2 [15.9 kB]
2025-08-20T22:45:31.9097677Z Fetched 142 kB in 0s (1347 kB/s)
2025-08-20T22:45:31.9294973Z Selecting previously unselected package libsysfs2:amd64.
2025-08-20T22:45:31.9356552Z (Reading database ... 
2025-08-20T22:45:31.9357075Z (Reading database ... 5%
2025-08-20T22:45:31.9357625Z (Reading database ... 10%
2025-08-20T22:45:31.9358081Z (Reading database ... 15%
2025-08-20T22:45:31.9358389Z (Reading database ... 20%
2025-08-20T22:45:31.9358704Z (Reading database ... 25%
2025-08-20T22:45:31.9359004Z (Reading database ... 30%
2025-08-20T22:45:31.9359293Z (Reading database ... 35%
2025-08-20T22:45:31.9359597Z (Reading database ... 40%
2025-08-20T22:45:31.9359891Z (Reading database ... 45%
2025-08-20T22:45:31.9360182Z (Reading database ... 50%
2025-08-20T22:45:31.9439889Z (Reading database ... 55%
2025-08-20T22:45:31.9475471Z (Reading database ... 60%
2025-08-20T22:45:31.9497633Z (Reading database ... 65%
2025-08-20T22:45:31.9538540Z (Reading database ... 70%
2025-08-20T22:45:31.9567462Z (Reading database ... 75%
2025-08-20T22:45:31.9599389Z (Reading database ... 80%
2025-08-20T22:45:31.9762817Z (Reading database ... 85%
2025-08-20T22:45:32.0017438Z (Reading database ... 90%
2025-08-20T22:45:32.0103974Z (Reading database ... 95%
2025-08-20T22:45:32.0104342Z (Reading database ... 100%
2025-08-20T22:45:32.0104964Z (Reading database ... 236956 files and directories currently installed.)
2025-08-20T22:45:32.0147760Z Preparing to unpack .../libsysfs2_2.1.1-6build1_amd64.deb ...
2025-08-20T22:45:32.0165850Z Unpacking libsysfs2:amd64 (2.1.1-6build1) ...
2025-08-20T22:45:32.0393954Z Selecting previously unselected package sysfsutils.
2025-08-20T22:45:32.0533648Z Preparing to unpack .../sysfsutils_2.1.1-6build1_amd64.deb ...
2025-08-20T22:45:32.0569547Z Unpacking sysfsutils (2.1.1-6build1) ...
2025-08-20T22:45:32.0812410Z Selecting previously unselected package lm-sensors.
2025-08-20T22:45:32.0957243Z Preparing to unpack .../lm-sensors_1%3a3.6.0-9build1_amd64.deb ...
2025-08-20T22:45:32.1149265Z Unpacking lm-sensors (1:3.6.0-9build1) ...
2025-08-20T22:45:32.1410459Z Selecting previously unselected package virt-what.
2025-08-20T22:45:32.1557949Z Preparing to unpack .../virt-what_1.25-2_amd64.deb ...
2025-08-20T22:45:32.1565878Z Unpacking virt-what (1.25-2) ...
2025-08-20T22:45:32.1965795Z Setting up virt-what (1.25-2) ...
2025-08-20T22:45:32.1986574Z Setting up libsysfs2:amd64 (2.1.1-6build1) ...
2025-08-20T22:45:32.2006286Z Setting up sysfsutils (2.1.1-6build1) ...
2025-08-20T22:45:32.5933502Z Created symlink /etc/systemd/system/sysfs.service → /usr/lib/systemd/system/sysfsutils.service.
2025-08-20T22:45:32.5933939Z 
2025-08-20T22:45:32.5934492Z Created symlink /etc/systemd/system/multi-user.target.wants/sysfsutils.service → /usr/lib/systemd/system/sysfsutils.service.
2025-08-20T22:45:32.5935319Z 
2025-08-20T22:45:32.9060157Z Setting up lm-sensors (1:3.6.0-9build1) ...
2025-08-20T22:45:33.2960431Z Created symlink /etc/systemd/system/multi-user.target.wants/lm-sensors.service → /usr/lib/systemd/system/lm-sensors.service.
2025-08-20T22:45:33.2961138Z 
2025-08-20T22:45:33.2993750Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T22:45:37.9126179Z Processing triggers for libc-bin (2.39-0ubuntu8.5) ...
2025-08-20T22:45:39.3039101Z Reading package lists...
2025-08-20T22:45:39.4509283Z Building dependency tree...
2025-08-20T22:45:39.4517975Z Reading state information...
2025-08-20T22:45:39.5954365Z scons is already the newest version (4.5.2+dfsg-1).
2025-08-20T22:45:39.5954981Z The following additional packages will be installed:
2025-08-20T22:45:39.5957639Z   libpthread-stubs0-dev libxau-dev libxcb-shape0 libxdmcp-dev x11proto-dev
2025-08-20T22:45:39.5958210Z   xorg-sgml-doctools
2025-08-20T22:45:39.5963635Z Suggested packages:
2025-08-20T22:45:39.5963975Z   libxcb-doc
2025-08-20T22:45:39.6107587Z The following NEW packages will be installed:
2025-08-20T22:45:39.6108808Z   libpthread-stubs0-dev libxau-dev libxcb-render0-dev libxcb-shape0
2025-08-20T22:45:39.6111556Z   libxcb-shape0-dev libxcb-xfixes0-dev libxcb1-dev libxdmcp-dev x11proto-dev
2025-08-20T22:45:39.6112049Z   xcb xorg-sgml-doctools
2025-08-20T22:45:39.6277541Z 0 upgraded, 11 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T22:45:39.6278151Z Need to get 807 kB of archives.
2025-08-20T22:45:39.6278740Z After this operation, 3089 kB of additional disk space will be used.
2025-08-20T22:45:39.6279427Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T22:45:39.6620554Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libpthread-stubs0-dev amd64 0.4-1build3 [4746 B]
2025-08-20T22:45:39.6809625Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 xorg-sgml-doctools all 1:1.11-1.1 [10.9 kB]
2025-08-20T22:45:39.6998467Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 x11proto-dev all 2023.2-1 [602 kB]
2025-08-20T22:45:39.7383173Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libxau-dev amd64 1:1.0.9-1build6 [9570 B]
2025-08-20T22:45:39.7569815Z Get:6 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libxdmcp-dev amd64 1:1.1.3-0ubuntu6 [26.5 kB]
2025-08-20T22:45:39.7782941Z Get:7 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libxcb1-dev amd64 1.15-1ubuntu2 [85.8 kB]
2025-08-20T22:45:39.7983028Z Get:8 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libxcb-render0-dev amd64 1.15-1ubuntu2 [19.6 kB]
2025-08-20T22:45:39.8171110Z Get:9 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libxcb-shape0 amd64 1.15-1ubuntu2 [6100 B]
2025-08-20T22:45:39.8356826Z Get:10 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libxcb-shape0-dev amd64 1.15-1ubuntu2 [7310 B]
2025-08-20T22:45:39.8544521Z Get:11 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libxcb-xfixes0-dev amd64 1.15-1ubuntu2 [12.6 kB]
2025-08-20T22:45:39.8736279Z Get:12 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 xcb amd64 2.4-8build2 [21.3 kB]
2025-08-20T22:45:40.1358191Z Fetched 807 kB in 0s (3151 kB/s)
2025-08-20T22:45:40.1554866Z Selecting previously unselected package libpthread-stubs0-dev:amd64.
2025-08-20T22:45:40.1615656Z (Reading database ... 
2025-08-20T22:45:40.1616057Z (Reading database ... 5%
2025-08-20T22:45:40.1616434Z (Reading database ... 10%
2025-08-20T22:45:40.1616819Z (Reading database ... 15%
2025-08-20T22:45:40.1617192Z (Reading database ... 20%
2025-08-20T22:45:40.1617590Z (Reading database ... 25%
2025-08-20T22:45:40.1617951Z (Reading database ... 30%
2025-08-20T22:45:40.1618969Z (Reading database ... 35%
2025-08-20T22:45:40.1619347Z (Reading database ... 40%
2025-08-20T22:45:40.1619710Z (Reading database ... 45%
2025-08-20T22:45:40.1620061Z (Reading database ... 50%
2025-08-20T22:45:40.1715310Z (Reading database ... 55%
2025-08-20T22:45:40.1735207Z (Reading database ... 60%
2025-08-20T22:45:40.1756982Z (Reading database ... 65%
2025-08-20T22:45:40.1796838Z (Reading database ... 70%
2025-08-20T22:45:40.1825306Z (Reading database ... 75%
2025-08-20T22:45:40.1857599Z (Reading database ... 80%
2025-08-20T22:45:40.2027445Z (Reading database ... 85%
2025-08-20T22:45:40.2288288Z (Reading database ... 90%
2025-08-20T22:45:40.2378068Z (Reading database ... 95%
2025-08-20T22:45:40.2378572Z (Reading database ... 100%
2025-08-20T22:45:40.2379274Z (Reading database ... 237013 files and directories currently installed.)
2025-08-20T22:45:40.2422235Z Preparing to unpack .../00-libpthread-stubs0-dev_0.4-1build3_amd64.deb ...
2025-08-20T22:45:40.2431983Z Unpacking libpthread-stubs0-dev:amd64 (0.4-1build3) ...
2025-08-20T22:45:40.2641674Z Selecting previously unselected package xorg-sgml-doctools.
2025-08-20T22:45:40.2783915Z Preparing to unpack .../01-xorg-sgml-doctools_1%3a1.11-1.1_all.deb ...
2025-08-20T22:45:40.2792396Z Unpacking xorg-sgml-doctools (1:1.11-1.1) ...
2025-08-20T22:45:40.3032443Z Selecting previously unselected package x11proto-dev.
2025-08-20T22:45:40.3175669Z Preparing to unpack .../02-x11proto-dev_2023.2-1_all.deb ...
2025-08-20T22:45:40.3182796Z Unpacking x11proto-dev (2023.2-1) ...
2025-08-20T22:45:40.3732175Z Selecting previously unselected package libxau-dev:amd64.
2025-08-20T22:45:40.3875998Z Preparing to unpack .../03-libxau-dev_1%3a1.0.9-1build6_amd64.deb ...
2025-08-20T22:45:40.3883126Z Unpacking libxau-dev:amd64 (1:1.0.9-1build6) ...
2025-08-20T22:45:40.4099182Z Selecting previously unselected package libxdmcp-dev:amd64.
2025-08-20T22:45:40.4238309Z Preparing to unpack .../04-libxdmcp-dev_1%3a1.1.3-0ubuntu6_amd64.deb ...
2025-08-20T22:45:40.4245162Z Unpacking libxdmcp-dev:amd64 (1:1.1.3-0ubuntu6) ...
2025-08-20T22:45:40.4442602Z Selecting previously unselected package libxcb1-dev:amd64.
2025-08-20T22:45:40.4582798Z Preparing to unpack .../05-libxcb1-dev_1.15-1ubuntu2_amd64.deb ...
2025-08-20T22:45:40.4591188Z Unpacking libxcb1-dev:amd64 (1.15-1ubuntu2) ...
2025-08-20T22:45:40.4820264Z Selecting previously unselected package libxcb-render0-dev:amd64.
2025-08-20T22:45:40.4958371Z Preparing to unpack .../06-libxcb-render0-dev_1.15-1ubuntu2_amd64.deb ...
2025-08-20T22:45:40.4966395Z Unpacking libxcb-render0-dev:amd64 (1.15-1ubuntu2) ...
2025-08-20T22:45:40.5198070Z Selecting previously unselected package libxcb-shape0:amd64.
2025-08-20T22:45:40.5340100Z Preparing to unpack .../07-libxcb-shape0_1.15-1ubuntu2_amd64.deb ...
2025-08-20T22:45:40.5355872Z Unpacking libxcb-shape0:amd64 (1.15-1ubuntu2) ...
2025-08-20T22:45:40.5564066Z Selecting previously unselected package libxcb-shape0-dev:amd64.
2025-08-20T22:45:40.5704120Z Preparing to unpack .../08-libxcb-shape0-dev_1.15-1ubuntu2_amd64.deb ...
2025-08-20T22:45:40.5711643Z Unpacking libxcb-shape0-dev:amd64 (1.15-1ubuntu2) ...
2025-08-20T22:45:40.5915514Z Selecting previously unselected package libxcb-xfixes0-dev:amd64.
2025-08-20T22:45:40.6053890Z Preparing to unpack .../09-libxcb-xfixes0-dev_1.15-1ubuntu2_amd64.deb ...
2025-08-20T22:45:40.6061724Z Unpacking libxcb-xfixes0-dev:amd64 (1.15-1ubuntu2) ...
2025-08-20T22:45:40.6273714Z Selecting previously unselected package xcb.
2025-08-20T22:45:40.6411365Z Preparing to unpack .../10-xcb_2.4-8build2_amd64.deb ...
2025-08-20T22:45:40.6419220Z Unpacking xcb (2.4-8build2) ...
2025-08-20T22:45:40.6828583Z Setting up libxcb-shape0:amd64 (1.15-1ubuntu2) ...
2025-08-20T22:45:40.6850073Z Setting up libpthread-stubs0-dev:amd64 (0.4-1build3) ...
2025-08-20T22:45:40.6871588Z Setting up xcb (2.4-8build2) ...
2025-08-20T22:45:40.6910334Z Setting up xorg-sgml-doctools (1:1.11-1.1) ...
2025-08-20T22:45:40.6955507Z Processing triggers for libc-bin (2.39-0ubuntu8.5) ...
2025-08-20T22:45:40.7095337Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T22:45:45.1471063Z Processing triggers for sgml-base (1.31) ...
2025-08-20T22:45:45.1561639Z Setting up x11proto-dev (2023.2-1) ...
2025-08-20T22:45:45.1585303Z Setting up libxau-dev:amd64 (1:1.0.9-1build6) ...
2025-08-20T22:45:45.1606874Z Setting up libxdmcp-dev:amd64 (1:1.1.3-0ubuntu6) ...
2025-08-20T22:45:45.1638515Z Setting up libxcb1-dev:amd64 (1.15-1ubuntu2) ...
2025-08-20T22:45:45.1657983Z Setting up libxcb-render0-dev:amd64 (1.15-1ubuntu2) ...
2025-08-20T22:45:45.1684554Z Setting up libxcb-shape0-dev:amd64 (1.15-1ubuntu2) ...
2025-08-20T22:45:45.1704608Z Setting up libxcb-xfixes0-dev:amd64 (1.15-1ubuntu2) ...
2025-08-20T22:45:46.7715618Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T22:45:47.4057214Z Collecting build
2025-08-20T22:45:47.4485611Z   Downloading build-1.3.0-py3-none-any.whl.metadata (5.6 kB)
2025-08-20T22:45:47.5592160Z Collecting cffi
2025-08-20T22:45:47.5665964Z   Downloading cffi-1.17.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (1.5 kB)
2025-08-20T22:45:47.5858433Z Collecting scons
2025-08-20T22:45:47.5937170Z   Downloading scons-4.9.1-py3-none-any.whl.metadata (9.0 kB)
2025-08-20T22:45:47.6119300Z Collecting scuba
2025-08-20T22:45:47.6196939Z   Downloading scuba-2.14.1-py3-none-any.whl.metadata (3.4 kB)
2025-08-20T22:45:47.6680342Z Collecting pytest
2025-08-20T22:45:47.6749091Z   Downloading pytest-8.4.1-py3-none-any.whl.metadata (7.7 kB)
2025-08-20T22:45:47.6962008Z Collecting packaging>=19.1 (from build)
2025-08-20T22:45:47.7032874Z   Downloading packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T22:45:47.7156495Z Collecting pyproject_hooks (from build)
2025-08-20T22:45:47.7227186Z   Downloading pyproject_hooks-1.2.0-py3-none-any.whl.metadata (1.3 kB)
2025-08-20T22:45:47.7358977Z Collecting pycparser (from cffi)
2025-08-20T22:45:47.7426091Z   Downloading pycparser-2.22-py3-none-any.whl.metadata (943 bytes)
2025-08-20T22:45:47.7787272Z Collecting PyYAML (from scuba)
2025-08-20T22:45:47.7858142Z   Downloading PyYAML-6.0.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (2.1 kB)
2025-08-20T22:45:47.7998418Z Collecting iniconfig>=1 (from pytest)
2025-08-20T22:45:47.8065941Z   Downloading iniconfig-2.1.0-py3-none-any.whl.metadata (2.7 kB)
2025-08-20T22:45:47.8259404Z Collecting pluggy<2,>=1.5 (from pytest)
2025-08-20T22:45:47.8328360Z   Downloading pluggy-1.6.0-py3-none-any.whl.metadata (4.8 kB)
2025-08-20T22:45:47.8549390Z Collecting pygments>=2.7.2 (from pytest)
2025-08-20T22:45:47.8619437Z   Downloading pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T22:45:47.8754874Z Downloading build-1.3.0-py3-none-any.whl (23 kB)
2025-08-20T22:45:47.8848617Z Downloading cffi-1.17.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (479 kB)
2025-08-20T22:45:47.9142645Z Downloading scons-4.9.1-py3-none-any.whl (4.1 MB)
2025-08-20T22:45:47.9455513Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.1/4.1 MB 135.0 MB/s  0:00:00
2025-08-20T22:45:47.9552167Z Downloading scuba-2.14.1-py3-none-any.whl (292 kB)
2025-08-20T22:45:47.9648960Z Downloading pytest-8.4.1-py3-none-any.whl (365 kB)
2025-08-20T22:45:47.9745661Z Downloading pluggy-1.6.0-py3-none-any.whl (20 kB)
2025-08-20T22:45:47.9831585Z Downloading iniconfig-2.1.0-py3-none-any.whl (6.0 kB)
2025-08-20T22:45:47.9921131Z Downloading packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T22:45:48.0010165Z Downloading pygments-2.19.2-py3-none-any.whl (1.2 MB)
2025-08-20T22:45:48.0092792Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 155.0 MB/s  0:00:00
2025-08-20T22:45:48.0159147Z Downloading pycparser-2.22-py3-none-any.whl (117 kB)
2025-08-20T22:45:48.0269012Z Downloading pyproject_hooks-1.2.0-py3-none-any.whl (10 kB)
2025-08-20T22:45:48.0355483Z Downloading PyYAML-6.0.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (767 kB)
2025-08-20T22:45:48.0412466Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 767.5/767.5 kB 134.3 MB/s  0:00:00
2025-08-20T22:45:48.1531856Z Installing collected packages: scons, PyYAML, pyproject_hooks, pygments, pycparser, pluggy, packaging, iniconfig, scuba, pytest, cffi, build
2025-08-20T22:45:49.8363315Z 
2025-08-20T22:45:49.8380024Z Successfully installed PyYAML-6.0.2 build-1.3.0 cffi-1.17.1 iniconfig-2.1.0 packaging-25.0 pluggy-1.6.0 pycparser-2.22 pygments-2.19.2 pyproject_hooks-1.2.0 pytest-8.4.1 scons-4.9.1 scuba-2.14.1
2025-08-20T22:45:50.1432799Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T22:45:50.6840608Z Collecting ansi2txt
2025-08-20T22:45:50.7284991Z   Downloading ansi2txt-0.2.0-py3-none-any.whl.metadata (2.1 kB)
2025-08-20T22:45:50.7539793Z Collecting pipx
2025-08-20T22:45:50.7616777Z   Downloading pipx-1.7.1-py3-none-any.whl.metadata (18 kB)
2025-08-20T22:45:50.7814932Z Collecting scons
2025-08-20T22:45:50.7830471Z   Using cached scons-4.9.1-py3-none-any.whl.metadata (9.0 kB)
2025-08-20T22:45:50.7937157Z Collecting py2static
2025-08-20T22:45:50.8017751Z   Downloading py2static-0.0.1-py3-none-any.whl.metadata (1.2 kB)
2025-08-20T22:45:50.8226205Z Collecting typer
2025-08-20T22:45:50.8296067Z   Downloading typer-0.16.1-py3-none-any.whl.metadata (15 kB)
2025-08-20T22:45:50.8614560Z Collecting argcomplete>=1.9.4 (from pipx)
2025-08-20T22:45:50.8689134Z   Downloading argcomplete-3.6.2-py3-none-any.whl.metadata (16 kB)
2025-08-20T22:45:50.8890316Z Collecting packaging>=20 (from pipx)
2025-08-20T22:45:50.8900379Z   Using cached packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T22:45:50.9102591Z Collecting platformdirs>=2.1 (from pipx)
2025-08-20T22:45:50.9171681Z   Downloading platformdirs-4.3.8-py3-none-any.whl.metadata (12 kB)
2025-08-20T22:45:50.9333794Z Collecting userpath!=1.9,>=1.6 (from pipx)
2025-08-20T22:45:50.9403117Z   Downloading userpath-1.9.2-py3-none-any.whl.metadata (3.0 kB)
2025-08-20T22:45:50.9860951Z Collecting pyinstaller (from py2static)
2025-08-20T22:45:50.9990938Z   Downloading pyinstaller-6.15.0-py3-none-manylinux2014_x86_64.whl.metadata (8.4 kB)
2025-08-20T22:45:51.0185762Z Collecting staticx (from py2static)
2025-08-20T22:45:51.0262694Z   Downloading staticx-0.14.1-py3-none-manylinux1_x86_64.whl.metadata (1.9 kB)
2025-08-20T22:45:51.0464975Z Collecting click>=8.0.0 (from typer)
2025-08-20T22:45:51.0534297Z   Downloading click-8.2.1-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T22:45:51.0823580Z Collecting typing-extensions>=3.7.4.3 (from typer)
2025-08-20T22:45:51.0892500Z   Downloading typing_extensions-4.14.1-py3-none-any.whl.metadata (3.0 kB)
2025-08-20T22:45:51.1054259Z Collecting shellingham>=1.3.0 (from typer)
2025-08-20T22:45:51.1123401Z   Downloading shellingham-1.5.4-py2.py3-none-any.whl.metadata (3.5 kB)
2025-08-20T22:45:51.1512667Z Collecting rich>=10.11.0 (from typer)
2025-08-20T22:45:51.1586408Z   Downloading rich-14.1.0-py3-none-any.whl.metadata (18 kB)
2025-08-20T22:45:51.1790618Z Collecting markdown-it-py>=2.2.0 (from rich>=10.11.0->typer)
2025-08-20T22:45:51.1861973Z   Downloading markdown_it_py-4.0.0-py3-none-any.whl.metadata (7.3 kB)
2025-08-20T22:45:51.2105855Z Collecting pygments<3.0.0,>=2.13.0 (from rich>=10.11.0->typer)
2025-08-20T22:45:51.2116384Z   Using cached pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T22:45:51.2238052Z Collecting mdurl~=0.1 (from markdown-it-py>=2.2.0->rich>=10.11.0->typer)
2025-08-20T22:45:51.2307699Z   Downloading mdurl-0.1.2-py3-none-any.whl.metadata (1.6 kB)
2025-08-20T22:45:51.3455636Z Collecting setuptools>=42.0.0 (from pyinstaller->py2static)
2025-08-20T22:45:51.3527451Z   Downloading setuptools-80.9.0-py3-none-any.whl.metadata (6.6 kB)
2025-08-20T22:45:51.3731421Z Collecting altgraph (from pyinstaller->py2static)
2025-08-20T22:45:51.3805112Z   Downloading altgraph-0.17.4-py2.py3-none-any.whl.metadata (7.3 kB)
2025-08-20T22:45:51.4009245Z Collecting pyinstaller-hooks-contrib>=2025.8 (from pyinstaller->py2static)
2025-08-20T22:45:51.4091373Z   Downloading pyinstaller_hooks_contrib-2025.8-py3-none-any.whl.metadata (16 kB)
2025-08-20T22:45:51.4281655Z Collecting pyelftools (from staticx->py2static)
2025-08-20T22:45:51.4421308Z   Downloading pyelftools-0.32-py3-none-any.whl.metadata (372 bytes)
2025-08-20T22:45:51.4534922Z Downloading ansi2txt-0.2.0-py3-none-any.whl (14 kB)
2025-08-20T22:45:51.4638008Z Downloading pipx-1.7.1-py3-none-any.whl (78 kB)
2025-08-20T22:45:51.4723159Z Using cached scons-4.9.1-py3-none-any.whl (4.1 MB)
2025-08-20T22:45:51.4835037Z Downloading py2static-0.0.1-py3-none-any.whl (5.7 kB)
2025-08-20T22:45:51.4918938Z Downloading typer-0.16.1-py3-none-any.whl (46 kB)
2025-08-20T22:45:51.5008105Z Downloading argcomplete-3.6.2-py3-none-any.whl (43 kB)
2025-08-20T22:45:51.5092718Z Downloading click-8.2.1-py3-none-any.whl (102 kB)
2025-08-20T22:45:51.5139050Z Using cached packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T22:45:51.5209965Z Downloading platformdirs-4.3.8-py3-none-any.whl (18 kB)
2025-08-20T22:45:51.5298595Z Downloading rich-14.1.0-py3-none-any.whl (243 kB)
2025-08-20T22:45:51.5382826Z Using cached pygments-2.19.2-py3-none-any.whl (1.2 MB)
2025-08-20T22:45:51.5458798Z Downloading markdown_it_py-4.0.0-py3-none-any.whl (87 kB)
2025-08-20T22:45:51.5647236Z Downloading mdurl-0.1.2-py3-none-any.whl (10.0 kB)
2025-08-20T22:45:51.5730683Z Downloading shellingham-1.5.4-py2.py3-none-any.whl (9.8 kB)
2025-08-20T22:45:51.5815090Z Downloading typing_extensions-4.14.1-py3-none-any.whl (43 kB)
2025-08-20T22:45:51.5898530Z Downloading userpath-1.9.2-py3-none-any.whl (9.1 kB)
2025-08-20T22:45:51.6002013Z Downloading pyinstaller-6.15.0-py3-none-manylinux2014_x86_64.whl (732 kB)
2025-08-20T22:45:51.6101719Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 732.2/732.2 kB 62.8 MB/s  0:00:00
2025-08-20T22:45:51.6168654Z Downloading pyinstaller_hooks_contrib-2025.8-py3-none-any.whl (442 kB)
2025-08-20T22:45:51.6271209Z Downloading setuptools-80.9.0-py3-none-any.whl (1.2 MB)
2025-08-20T22:45:51.6364289Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 129.2 MB/s  0:00:00
2025-08-20T22:45:51.6433116Z Downloading altgraph-0.17.4-py2.py3-none-any.whl (21 kB)
2025-08-20T22:45:51.6536519Z Downloading staticx-0.14.1-py3-none-manylinux1_x86_64.whl (182 kB)
2025-08-20T22:45:51.6627489Z Downloading pyelftools-0.32-py3-none-any.whl (188 kB)
2025-08-20T22:45:51.8117335Z Installing collected packages: pyelftools, altgraph, typing-extensions, staticx, shellingham, setuptools, scons, pygments, platformdirs, packaging, mdurl, click, argcomplete, ansi2txt, userpath, pyinstaller-hooks-contrib, markdown-it-py, rich, pyinstaller, pipx, typer, py2static
2025-08-20T22:45:52.6164516Z   Attempting uninstall: scons
2025-08-20T22:45:52.6248912Z     Found existing installation: SCons 4.9.1
2025-08-20T22:45:52.6628394Z     Uninstalling SCons-4.9.1:
2025-08-20T22:45:52.6701199Z       Successfully uninstalled SCons-4.9.1
2025-08-20T22:45:53.2730028Z   Attempting uninstall: pygments
2025-08-20T22:45:53.2809055Z     Found existing installation: Pygments 2.19.2
2025-08-20T22:45:53.3032607Z     Uninstalling Pygments-2.19.2:
2025-08-20T22:45:53.3058545Z       Successfully uninstalled Pygments-2.19.2
2025-08-20T22:45:53.9148455Z   Attempting uninstall: packaging
2025-08-20T22:45:53.9229079Z     Found existing installation: packaging 25.0
2025-08-20T22:45:53.9253599Z     Uninstalling packaging-25.0:
2025-08-20T22:45:53.9261341Z       Successfully uninstalled packaging-25.0
2025-08-20T22:45:54.9052625Z 
2025-08-20T22:45:54.9082488Z Successfully installed altgraph-0.17.4 ansi2txt-0.2.0 argcomplete-3.6.2 click-8.2.1 markdown-it-py-4.0.0 mdurl-0.1.2 packaging-25.0 pipx-1.7.1 platformdirs-4.3.8 py2static-0.0.1 pyelftools-0.32 pygments-2.19.2 pyinstaller-6.15.0 pyinstaller-hooks-contrib-2025.8 rich-14.1.0 scons-4.9.1 setuptools-80.9.0 shellingham-1.5.4 staticx-0.14.1 typer-0.16.1 typing-extensions-4.14.1 userpath-1.9.2
2025-08-20T22:45:55.2152073Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T22:45:55.3936085Z Collecting build
2025-08-20T22:45:55.3947146Z   Using cached build-1.3.0-py3-none-any.whl.metadata (5.6 kB)
2025-08-20T22:45:55.4839433Z Collecting cffi
2025-08-20T22:45:55.4850620Z   Using cached cffi-1.17.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (1.5 kB)
2025-08-20T22:45:55.4993248Z Collecting scons
2025-08-20T22:45:55.5003336Z   Using cached scons-4.9.1-py3-none-any.whl.metadata (9.0 kB)
2025-08-20T22:45:55.5136821Z Collecting scuba
2025-08-20T22:45:55.5146911Z   Using cached scuba-2.14.1-py3-none-any.whl.metadata (3.4 kB)
2025-08-20T22:45:55.5578891Z Collecting pytest
2025-08-20T22:45:55.5589181Z   Using cached pytest-8.4.1-py3-none-any.whl.metadata (7.7 kB)
2025-08-20T22:45:55.5793145Z Collecting packaging>=19.1 (from build)
2025-08-20T22:45:55.5803551Z   Using cached packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T22:45:55.5910719Z Collecting pyproject_hooks (from build)
2025-08-20T22:45:55.5920494Z   Using cached pyproject_hooks-1.2.0-py3-none-any.whl.metadata (1.3 kB)
2025-08-20T22:45:55.6037621Z Collecting pycparser (from cffi)
2025-08-20T22:45:55.6047708Z   Using cached pycparser-2.22-py3-none-any.whl.metadata (943 bytes)
2025-08-20T22:45:55.6361203Z Collecting PyYAML (from scuba)
2025-08-20T22:45:55.6372341Z   Using cached PyYAML-6.0.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (2.1 kB)
2025-08-20T22:45:55.6487358Z Collecting iniconfig>=1 (from pytest)
2025-08-20T22:45:55.6497354Z   Using cached iniconfig-2.1.0-py3-none-any.whl.metadata (2.7 kB)
2025-08-20T22:45:55.6696776Z Collecting pluggy<2,>=1.5 (from pytest)
2025-08-20T22:45:55.6706948Z   Using cached pluggy-1.6.0-py3-none-any.whl.metadata (4.8 kB)
2025-08-20T22:45:55.6906473Z Collecting pygments>=2.7.2 (from pytest)
2025-08-20T22:45:55.6916710Z   Using cached pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T22:45:55.6973144Z Using cached build-1.3.0-py3-none-any.whl (23 kB)
2025-08-20T22:45:55.6983236Z Using cached cffi-1.17.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (479 kB)
2025-08-20T22:45:55.6996106Z Using cached scons-4.9.1-py3-none-any.whl (4.1 MB)
2025-08-20T22:45:55.7045284Z Using cached scuba-2.14.1-py3-none-any.whl (292 kB)
2025-08-20T22:45:55.7057015Z Using cached pytest-8.4.1-py3-none-any.whl (365 kB)
2025-08-20T22:45:55.7069253Z Using cached pluggy-1.6.0-py3-none-any.whl (20 kB)
2025-08-20T22:45:55.7078889Z Using cached iniconfig-2.1.0-py3-none-any.whl (6.0 kB)
2025-08-20T22:45:55.7088302Z Using cached packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T22:45:55.7098347Z Using cached pygments-2.19.2-py3-none-any.whl (1.2 MB)
2025-08-20T22:45:55.7117358Z Using cached pycparser-2.22-py3-none-any.whl (117 kB)
2025-08-20T22:45:55.7127701Z Using cached pyproject_hooks-1.2.0-py3-none-any.whl (10 kB)
2025-08-20T22:45:55.7137469Z Using cached PyYAML-6.0.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (767 kB)
2025-08-20T22:45:55.8377078Z Installing collected packages: scons, PyYAML, pyproject_hooks, pygments, pycparser, pluggy, packaging, iniconfig, scuba, pytest, cffi, build
2025-08-20T22:45:55.8382680Z   Attempting uninstall: scons
2025-08-20T22:45:55.8467190Z     Found existing installation: SCons 4.9.1
2025-08-20T22:45:55.8846631Z     Uninstalling SCons-4.9.1:
2025-08-20T22:45:55.8919499Z       Successfully uninstalled SCons-4.9.1
2025-08-20T22:45:56.5028288Z   Attempting uninstall: PyYAML
2025-08-20T22:45:56.5115466Z     Found existing installation: PyYAML 6.0.2
2025-08-20T22:45:56.5140422Z     Uninstalling PyYAML-6.0.2:
2025-08-20T22:45:56.5151435Z       Successfully uninstalled PyYAML-6.0.2
2025-08-20T22:45:56.5681837Z   Attempting uninstall: pyproject_hooks
2025-08-20T22:45:56.5765596Z     Found existing installation: pyproject_hooks 1.2.0
2025-08-20T22:45:56.5781561Z     Uninstalling pyproject_hooks-1.2.0:
2025-08-20T22:45:56.5788426Z       Successfully uninstalled pyproject_hooks-1.2.0
2025-08-20T22:45:56.5887719Z   Attempting uninstall: pygments
2025-08-20T22:45:56.5965634Z     Found existing installation: Pygments 2.19.2
2025-08-20T22:45:56.6186405Z     Uninstalling Pygments-2.19.2:
2025-08-20T22:45:56.6212895Z       Successfully uninstalled Pygments-2.19.2
2025-08-20T22:45:57.2333302Z   Attempting uninstall: pycparser
2025-08-20T22:45:57.2415645Z     Found existing installation: pycparser 2.22
2025-08-20T22:45:57.2447667Z     Uninstalling pycparser-2.22:
2025-08-20T22:45:57.2455524Z       Successfully uninstalled pycparser-2.22
2025-08-20T22:45:57.3617287Z   Attempting uninstall: pluggy
2025-08-20T22:45:57.3705311Z     Found existing installation: pluggy 1.6.0
2025-08-20T22:45:57.3724986Z     Uninstalling pluggy-1.6.0:
2025-08-20T22:45:57.3732187Z       Successfully uninstalled pluggy-1.6.0
2025-08-20T22:45:57.3887743Z   Attempting uninstall: packaging
2025-08-20T22:45:57.3967659Z     Found existing installation: packaging 25.0
2025-08-20T22:45:57.3992525Z     Uninstalling packaging-25.0:
2025-08-20T22:45:57.3999512Z       Successfully uninstalled packaging-25.0
2025-08-20T22:45:57.4371137Z   Attempting uninstall: iniconfig
2025-08-20T22:45:57.4454556Z     Found existing installation: iniconfig 2.1.0
2025-08-20T22:45:57.4471076Z     Uninstalling iniconfig-2.1.0:
2025-08-20T22:45:57.4477220Z       Successfully uninstalled iniconfig-2.1.0
2025-08-20T22:45:57.4547505Z   Attempting uninstall: scuba
2025-08-20T22:45:57.4627353Z     Found existing installation: scuba 2.14.1
2025-08-20T22:45:57.4648859Z     Uninstalling scuba-2.14.1:
2025-08-20T22:45:57.4658173Z       Successfully uninstalled scuba-2.14.1
2025-08-20T22:45:57.4843344Z   Attempting uninstall: pytest
2025-08-20T22:45:57.4925862Z     Found existing installation: pytest 8.4.1
2025-08-20T22:45:57.4989339Z     Uninstalling pytest-8.4.1:
2025-08-20T22:45:57.5248684Z       Successfully uninstalled pytest-8.4.1
2025-08-20T22:45:57.7313850Z   Attempting uninstall: cffi
2025-08-20T22:45:57.7395911Z     Found existing installation: cffi 1.17.1
2025-08-20T22:45:57.7421071Z     Uninstalling cffi-1.17.1:
2025-08-20T22:45:57.7669375Z       Successfully uninstalled cffi-1.17.1
2025-08-20T22:45:57.8338576Z   Attempting uninstall: build
2025-08-20T22:45:57.8461522Z     Found existing installation: build 1.3.0
2025-08-20T22:45:57.8493098Z     Uninstalling build-1.3.0:
2025-08-20T22:45:57.8503044Z       Successfully uninstalled build-1.3.0
2025-08-20T22:45:57.8685284Z 
2025-08-20T22:45:57.8714525Z Successfully installed PyYAML-6.0.2 build-1.3.0 cffi-1.17.1 iniconfig-2.1.0 packaging-25.0 pluggy-1.6.0 pycparser-2.22 pygments-2.19.2 pyproject_hooks-1.2.0 pytest-8.4.1 scons-4.9.1 scuba-2.14.1
2025-08-20T22:45:58.1802409Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T22:45:58.3553531Z Collecting ansi2txt
2025-08-20T22:45:58.3565312Z   Using cached ansi2txt-0.2.0-py3-none-any.whl.metadata (2.1 kB)
2025-08-20T22:45:58.3763137Z Collecting pipx
2025-08-20T22:45:58.3773977Z   Using cached pipx-1.7.1-py3-none-any.whl.metadata (18 kB)
2025-08-20T22:45:58.3939479Z Collecting scons
2025-08-20T22:45:58.3955076Z   Using cached scons-4.9.1-py3-none-any.whl.metadata (9.0 kB)
2025-08-20T22:45:58.4055373Z Collecting py2static
2025-08-20T22:45:58.4065721Z   Using cached py2static-0.0.1-py3-none-any.whl.metadata (1.2 kB)
2025-08-20T22:45:58.4238339Z Collecting typer
2025-08-20T22:45:58.4248867Z   Using cached typer-0.16.1-py3-none-any.whl.metadata (15 kB)
2025-08-20T22:45:58.4498271Z Collecting argcomplete>=1.9.4 (from pipx)
2025-08-20T22:45:58.4508655Z   Using cached argcomplete-3.6.2-py3-none-any.whl.metadata (16 kB)
2025-08-20T22:45:58.4688694Z Collecting packaging>=20 (from pipx)
2025-08-20T22:45:58.4699021Z   Using cached packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T22:45:58.4885282Z Collecting platformdirs>=2.1 (from pipx)
2025-08-20T22:45:58.4895557Z   Using cached platformdirs-4.3.8-py3-none-any.whl.metadata (12 kB)
2025-08-20T22:45:58.5038495Z Collecting userpath!=1.9,>=1.6 (from pipx)
2025-08-20T22:45:58.5048843Z   Using cached userpath-1.9.2-py3-none-any.whl.metadata (3.0 kB)
2025-08-20T22:45:58.5439809Z Collecting pyinstaller (from py2static)
2025-08-20T22:45:58.5451084Z   Using cached pyinstaller-6.15.0-py3-none-manylinux2014_x86_64.whl.metadata (8.4 kB)
2025-08-20T22:45:58.5607407Z Collecting staticx (from py2static)
2025-08-20T22:45:58.5617498Z   Using cached staticx-0.14.1-py3-none-manylinux1_x86_64.whl.metadata (1.9 kB)
2025-08-20T22:45:58.5794569Z Collecting click>=8.0.0 (from typer)
2025-08-20T22:45:58.5804819Z   Using cached click-8.2.1-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T22:45:58.6085982Z Collecting typing-extensions>=3.7.4.3 (from typer)
2025-08-20T22:45:58.6096443Z   Using cached typing_extensions-4.14.1-py3-none-any.whl.metadata (3.0 kB)
2025-08-20T22:45:58.6260727Z Collecting shellingham>=1.3.0 (from typer)
2025-08-20T22:45:58.6271219Z   Using cached shellingham-1.5.4-py2.py3-none-any.whl.metadata (3.5 kB)
2025-08-20T22:45:58.6640162Z Collecting rich>=10.11.0 (from typer)
2025-08-20T22:45:58.6650568Z   Using cached rich-14.1.0-py3-none-any.whl.metadata (18 kB)
2025-08-20T22:45:58.6836363Z Collecting markdown-it-py>=2.2.0 (from rich>=10.11.0->typer)
2025-08-20T22:45:58.6847154Z   Using cached markdown_it_py-4.0.0-py3-none-any.whl.metadata (7.3 kB)
2025-08-20T22:45:58.7077375Z Collecting pygments<3.0.0,>=2.13.0 (from rich>=10.11.0->typer)
2025-08-20T22:45:58.7087337Z   Using cached pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T22:45:58.7204395Z Collecting mdurl~=0.1 (from markdown-it-py>=2.2.0->rich>=10.11.0->typer)
2025-08-20T22:45:58.7214559Z   Using cached mdurl-0.1.2-py3-none-any.whl.metadata (1.6 kB)
2025-08-20T22:45:58.8316660Z Collecting setuptools>=42.0.0 (from pyinstaller->py2static)
2025-08-20T22:45:58.8327624Z   Using cached setuptools-80.9.0-py3-none-any.whl.metadata (6.6 kB)
2025-08-20T22:45:58.8514482Z Collecting altgraph (from pyinstaller->py2static)
2025-08-20T22:45:58.8524927Z   Using cached altgraph-0.17.4-py2.py3-none-any.whl.metadata (7.3 kB)
2025-08-20T22:45:58.8717590Z Collecting pyinstaller-hooks-contrib>=2025.8 (from pyinstaller->py2static)
2025-08-20T22:45:58.8727744Z   Using cached pyinstaller_hooks_contrib-2025.8-py3-none-any.whl.metadata (16 kB)
2025-08-20T22:45:58.8906349Z Collecting pyelftools (from staticx->py2static)
2025-08-20T22:45:58.8916642Z   Using cached pyelftools-0.32-py3-none-any.whl.metadata (372 bytes)
2025-08-20T22:45:58.8953809Z Using cached ansi2txt-0.2.0-py3-none-any.whl (14 kB)
2025-08-20T22:45:58.8963660Z Using cached pipx-1.7.1-py3-none-any.whl (78 kB)
2025-08-20T22:45:58.8974014Z Using cached scons-4.9.1-py3-none-any.whl (4.1 MB)
2025-08-20T22:45:58.9015655Z Using cached py2static-0.0.1-py3-none-any.whl (5.7 kB)
2025-08-20T22:45:58.9025622Z Using cached typer-0.16.1-py3-none-any.whl (46 kB)
2025-08-20T22:45:58.9035461Z Using cached argcomplete-3.6.2-py3-none-any.whl (43 kB)
2025-08-20T22:45:58.9045496Z Using cached click-8.2.1-py3-none-any.whl (102 kB)
2025-08-20T22:45:58.9055821Z Using cached packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T22:45:58.9065786Z Using cached platformdirs-4.3.8-py3-none-any.whl (18 kB)
2025-08-20T22:45:58.9075510Z Using cached rich-14.1.0-py3-none-any.whl (243 kB)
2025-08-20T22:45:58.9086689Z Using cached pygments-2.19.2-py3-none-any.whl (1.2 MB)
2025-08-20T22:45:58.9105681Z Using cached markdown_it_py-4.0.0-py3-none-any.whl (87 kB)
2025-08-20T22:45:58.9116072Z Using cached mdurl-0.1.2-py3-none-any.whl (10.0 kB)
2025-08-20T22:45:58.9125659Z Using cached shellingham-1.5.4-py2.py3-none-any.whl (9.8 kB)
2025-08-20T22:45:58.9135368Z Using cached typing_extensions-4.14.1-py3-none-any.whl (43 kB)
2025-08-20T22:45:58.9145322Z Using cached userpath-1.9.2-py3-none-any.whl (9.1 kB)
2025-08-20T22:45:58.9155227Z Using cached pyinstaller-6.15.0-py3-none-manylinux2014_x86_64.whl (732 kB)
2025-08-20T22:45:58.9170187Z Using cached pyinstaller_hooks_contrib-2025.8-py3-none-any.whl (442 kB)
2025-08-20T22:45:58.9183453Z Using cached setuptools-80.9.0-py3-none-any.whl (1.2 MB)
2025-08-20T22:45:58.9202293Z Using cached altgraph-0.17.4-py2.py3-none-any.whl (21 kB)
2025-08-20T22:45:58.9212111Z Using cached staticx-0.14.1-py3-none-manylinux1_x86_64.whl (182 kB)
2025-08-20T22:45:58.9222780Z Using cached pyelftools-0.32-py3-none-any.whl (188 kB)
2025-08-20T22:45:59.0724997Z Installing collected packages: pyelftools, altgraph, typing-extensions, staticx, shellingham, setuptools, scons, pygments, platformdirs, packaging, mdurl, click, argcomplete, ansi2txt, userpath, pyinstaller-hooks-contrib, markdown-it-py, rich, pyinstaller, pipx, typer, py2static
2025-08-20T22:45:59.0729568Z   Attempting uninstall: pyelftools
2025-08-20T22:45:59.0808396Z     Found existing installation: pyelftools 0.32
2025-08-20T22:45:59.0859902Z     Uninstalling pyelftools-0.32:
2025-08-20T22:45:59.0875997Z       Successfully uninstalled pyelftools-0.32
2025-08-20T22:45:59.1981894Z   Attempting uninstall: altgraph
2025-08-20T22:45:59.2067308Z     Found existing installation: altgraph 0.17.4
2025-08-20T22:45:59.2087086Z     Uninstalling altgraph-0.17.4:
2025-08-20T22:45:59.2093698Z       Successfully uninstalled altgraph-0.17.4
2025-08-20T22:45:59.2225478Z   Attempting uninstall: typing-extensions
2025-08-20T22:45:59.2311479Z     Found existing installation: typing_extensions 4.14.1
2025-08-20T22:45:59.2326038Z     Uninstalling typing_extensions-4.14.1:
2025-08-20T22:45:59.2565431Z       Successfully uninstalled typing_extensions-4.14.1
2025-08-20T22:45:59.2797679Z   Attempting uninstall: staticx
2025-08-20T22:45:59.2881817Z     Found existing installation: staticx 0.14.1
2025-08-20T22:45:59.2907849Z     Uninstalling staticx-0.14.1:
2025-08-20T22:45:59.2918398Z       Successfully uninstalled staticx-0.14.1
2025-08-20T22:45:59.3119254Z   Attempting uninstall: shellingham
2025-08-20T22:45:59.3201652Z     Found existing installation: shellingham 1.5.4
2025-08-20T22:45:59.3220356Z     Uninstalling shellingham-1.5.4:
2025-08-20T22:45:59.3227215Z       Successfully uninstalled shellingham-1.5.4
2025-08-20T22:45:59.3313193Z   Attempting uninstall: setuptools
2025-08-20T22:45:59.3401092Z     Found existing installation: setuptools 80.9.0
2025-08-20T22:45:59.3685502Z     Uninstalling setuptools-80.9.0:
2025-08-20T22:45:59.3964202Z       Successfully uninstalled setuptools-80.9.0
2025-08-20T22:46:00.0474123Z   Attempting uninstall: scons
2025-08-20T22:46:00.0564016Z     Found existing installation: SCons 4.9.1
2025-08-20T22:46:00.0964572Z     Uninstalling SCons-4.9.1:
2025-08-20T22:46:00.1034106Z       Successfully uninstalled SCons-4.9.1
2025-08-20T22:46:00.7092682Z   Attempting uninstall: pygments
2025-08-20T22:46:00.7174097Z     Found existing installation: Pygments 2.19.2
2025-08-20T22:46:00.7428278Z     Uninstalling Pygments-2.19.2:
2025-08-20T22:46:00.7455761Z       Successfully uninstalled Pygments-2.19.2
2025-08-20T22:46:01.3465500Z   Attempting uninstall: platformdirs
2025-08-20T22:46:01.3548607Z     Found existing installation: platformdirs 4.3.8
2025-08-20T22:46:01.3568859Z     Uninstalling platformdirs-4.3.8:
2025-08-20T22:46:01.3575706Z       Successfully uninstalled platformdirs-4.3.8
2025-08-20T22:46:01.3721733Z   Attempting uninstall: packaging
2025-08-20T22:46:01.3801572Z     Found existing installation: packaging 25.0
2025-08-20T22:46:01.3825659Z     Uninstalling packaging-25.0:
2025-08-20T22:46:01.3833032Z       Successfully uninstalled packaging-25.0
2025-08-20T22:46:01.4208332Z   Attempting uninstall: mdurl
2025-08-20T22:46:01.4291144Z     Found existing installation: mdurl 0.1.2
2025-08-20T22:46:01.4307848Z     Uninstalling mdurl-0.1.2:
2025-08-20T22:46:01.4314556Z       Successfully uninstalled mdurl-0.1.2
2025-08-20T22:46:01.4396096Z   Attempting uninstall: click
2025-08-20T22:46:01.4476051Z     Found existing installation: click 8.2.1
2025-08-20T22:46:01.4499098Z     Uninstalling click-8.2.1:
2025-08-20T22:46:01.4506519Z       Successfully uninstalled click-8.2.1
2025-08-20T22:46:01.5069859Z   Attempting uninstall: argcomplete
2025-08-20T22:46:01.5154251Z     Found existing installation: argcomplete 3.6.2
2025-08-20T22:46:01.5183062Z     Uninstalling argcomplete-3.6.2:
2025-08-20T22:46:01.5194558Z       Successfully uninstalled argcomplete-3.6.2
2025-08-20T22:46:01.5417183Z   Attempting uninstall: ansi2txt
2025-08-20T22:46:01.5497261Z     Found existing installation: ansi2txt 0.2.0
2025-08-20T22:46:01.5512559Z     Uninstalling ansi2txt-0.2.0:
2025-08-20T22:46:01.5751863Z       Successfully uninstalled ansi2txt-0.2.0
2025-08-20T22:46:01.5803879Z   Attempting uninstall: userpath
2025-08-20T22:46:01.5886089Z     Found existing installation: userpath 1.9.2
2025-08-20T22:46:01.5905364Z     Uninstalling userpath-1.9.2:
2025-08-20T22:46:01.5914562Z       Successfully uninstalled userpath-1.9.2
2025-08-20T22:46:01.6015768Z   Attempting uninstall: pyinstaller-hooks-contrib
2025-08-20T22:46:01.6096847Z     Found existing installation: pyinstaller-hooks-contrib 2025.8
2025-08-20T22:46:01.6517375Z     Uninstalling pyinstaller-hooks-contrib-2025.8:
2025-08-20T22:46:01.6559348Z       Successfully uninstalled pyinstaller-hooks-contrib-2025.8
2025-08-20T22:46:01.9308797Z   Attempting uninstall: markdown-it-py
2025-08-20T22:46:01.9393409Z     Found existing installation: markdown-it-py 4.0.0
2025-08-20T22:46:01.9459656Z     Uninstalling markdown-it-py-4.0.0:
2025-08-20T22:46:01.9477668Z       Successfully uninstalled markdown-it-py-4.0.0
2025-08-20T22:46:02.0080092Z   Attempting uninstall: rich
2025-08-20T22:46:02.0166123Z     Found existing installation: rich 14.1.0
2025-08-20T22:46:02.0227844Z     Uninstalling rich-14.1.0:
2025-08-20T22:46:02.0237694Z       Successfully uninstalled rich-14.1.0
2025-08-20T22:46:02.1798666Z   Attempting uninstall: pyinstaller
2025-08-20T22:46:02.1879226Z     Found existing installation: pyinstaller 6.15.0
2025-08-20T22:46:02.2230064Z     Uninstalling pyinstaller-6.15.0:
2025-08-20T22:46:02.2274102Z       Successfully uninstalled pyinstaller-6.15.0
2025-08-20T22:46:02.5548659Z   Attempting uninstall: pipx
2025-08-20T22:46:02.5636216Z     Found existing installation: pipx 1.7.1
2025-08-20T22:46:02.5682980Z     Uninstalling pipx-1.7.1:
2025-08-20T22:46:02.5693550Z       Successfully uninstalled pipx-1.7.1
2025-08-20T22:46:02.6194666Z   Attempting uninstall: typer
2025-08-20T22:46:02.6283236Z     Found existing installation: typer 0.16.1
2025-08-20T22:46:02.6309101Z     Uninstalling typer-0.16.1:
2025-08-20T22:46:02.6319035Z       Successfully uninstalled typer-0.16.1
2025-08-20T22:46:02.6655173Z   Attempting uninstall: py2static
2025-08-20T22:46:02.6734414Z     Found existing installation: py2static 0.0.1
2025-08-20T22:46:02.6753955Z     Uninstalling py2static-0.0.1:
2025-08-20T22:46:02.6764632Z       Successfully uninstalled py2static-0.0.1
2025-08-20T22:46:02.6838218Z 
2025-08-20T22:46:02.6866289Z Successfully installed altgraph-0.17.4 ansi2txt-0.2.0 argcomplete-3.6.2 click-8.2.1 markdown-it-py-4.0.0 mdurl-0.1.2 packaging-25.0 pipx-1.7.1 platformdirs-4.3.8 py2static-0.0.1 pyelftools-0.32 pygments-2.19.2 pyinstaller-6.15.0 pyinstaller-hooks-contrib-2025.8 rich-14.1.0 scons-4.9.1 setuptools-80.9.0 shellingham-1.5.4 staticx-0.14.1 typer-0.16.1 typing-extensions-4.14.1 userpath-1.9.2
2025-08-20T22:46:02.9963805Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T22:46:03.1159080Z Collecting git+https://github.com/pyinstaller/pyinstaller
2025-08-20T22:46:03.1163567Z   Cloning https://github.com/pyinstaller/pyinstaller to /tmp/pip-req-build-gagiuw_b
2025-08-20T22:46:03.1184465Z   Running command git clone --filter=blob:none --quiet https://github.com/pyinstaller/pyinstaller /tmp/pip-req-build-gagiuw_b
2025-08-20T22:46:04.1561510Z   Resolved https://github.com/pyinstaller/pyinstaller to commit 34508a2cda1072718a81ef1d5a660ce89e62d295
2025-08-20T22:46:04.1601808Z   Installing build dependencies: started
2025-08-20T22:46:04.8682294Z   Installing build dependencies: finished with status 'done'
2025-08-20T22:46:04.8692163Z   Getting requirements to build wheel: started
2025-08-20T22:46:05.1519462Z   Getting requirements to build wheel: finished with status 'done'
2025-08-20T22:46:05.1531695Z   Preparing metadata (pyproject.toml): started
2025-08-20T22:46:05.3395316Z   Preparing metadata (pyproject.toml): finished with status 'done'
2025-08-20T22:46:05.5042325Z Collecting setuptools>=42.0.0 (from pyinstaller==6.15.0)
2025-08-20T22:46:05.5054673Z   Using cached setuptools-80.9.0-py3-none-any.whl.metadata (6.6 kB)
2025-08-20T22:46:05.5252237Z Collecting altgraph (from pyinstaller==6.15.0)
2025-08-20T22:46:05.5262855Z   Using cached altgraph-0.17.4-py2.py3-none-any.whl.metadata (7.3 kB)
2025-08-20T22:46:05.5452601Z Collecting pyinstaller-hooks-contrib>=2025.8 (from pyinstaller==6.15.0)
2025-08-20T22:46:05.5463127Z   Using cached pyinstaller_hooks_contrib-2025.8-py3-none-any.whl.metadata (16 kB)
2025-08-20T22:46:05.5640187Z Collecting packaging>=22.0 (from pyinstaller==6.15.0)
2025-08-20T22:46:05.5650969Z   Using cached packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T22:46:05.5695193Z Using cached packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T22:46:05.5705807Z Using cached pyinstaller_hooks_contrib-2025.8-py3-none-any.whl (442 kB)
2025-08-20T22:46:05.5719768Z Using cached setuptools-80.9.0-py3-none-any.whl (1.2 MB)
2025-08-20T22:46:05.5739467Z Using cached altgraph-0.17.4-py2.py3-none-any.whl (21 kB)
2025-08-20T22:46:05.5858335Z Building wheels for collected packages: pyinstaller
2025-08-20T22:46:05.5866663Z   Building wheel for pyinstaller (pyproject.toml): started
2025-08-20T22:46:06.2559779Z   Building wheel for pyinstaller (pyproject.toml): finished with status 'done'
2025-08-20T22:46:06.2586088Z   Created wheel for pyinstaller: filename=pyinstaller-6.15.0-py3-none-any.whl size=1772413 sha256=cb0fd3b3c4666b53cf01d1c68735879ec5237ec345b3033606dd7616d668245f
2025-08-20T22:46:06.2587892Z   Stored in directory: /tmp/pip-ephem-wheel-cache-jj12x2di/wheels/ad/f0/96/ada035be05b1c8fe6a9d81fd24e3d5f767d7ccd2219d68e4e2
2025-08-20T22:46:06.2629374Z Successfully built pyinstaller
2025-08-20T22:46:06.3550506Z Installing collected packages: altgraph, setuptools, packaging, pyinstaller-hooks-contrib, pyinstaller
2025-08-20T22:46:06.3556618Z   Attempting uninstall: altgraph
2025-08-20T22:46:06.3639743Z     Found existing installation: altgraph 0.17.4
2025-08-20T22:46:06.3661185Z     Uninstalling altgraph-0.17.4:
2025-08-20T22:46:06.3668278Z       Successfully uninstalled altgraph-0.17.4
2025-08-20T22:46:06.3813976Z   Attempting uninstall: setuptools
2025-08-20T22:46:06.3899817Z     Found existing installation: setuptools 80.9.0
2025-08-20T22:46:06.4183667Z     Uninstalling setuptools-80.9.0:
2025-08-20T22:46:06.4467309Z       Successfully uninstalled setuptools-80.9.0
2025-08-20T22:46:07.1019924Z   Attempting uninstall: packaging
2025-08-20T22:46:07.1105195Z     Found existing installation: packaging 25.0
2025-08-20T22:46:07.1132120Z     Uninstalling packaging-25.0:
2025-08-20T22:46:07.1139361Z       Successfully uninstalled packaging-25.0
2025-08-20T22:46:07.1517948Z   Attempting uninstall: pyinstaller-hooks-contrib
2025-08-20T22:46:07.1598247Z     Found existing installation: pyinstaller-hooks-contrib 2025.8
2025-08-20T22:46:07.2021132Z     Uninstalling pyinstaller-hooks-contrib-2025.8:
2025-08-20T22:46:07.2063175Z       Successfully uninstalled pyinstaller-hooks-contrib-2025.8
2025-08-20T22:46:07.4836765Z   Attempting uninstall: pyinstaller
2025-08-20T22:46:07.4918563Z     Found existing installation: pyinstaller 6.15.0
2025-08-20T22:46:07.5266191Z     Uninstalling pyinstaller-6.15.0:
2025-08-20T22:46:07.5313052Z       Successfully uninstalled pyinstaller-6.15.0
2025-08-20T22:46:07.8655237Z 
2025-08-20T22:46:07.8683243Z Successfully installed altgraph-0.17.4 packaging-25.0 pyinstaller-6.15.0 pyinstaller-hooks-contrib-2025.8 setuptools-80.9.0
2025-08-20T22:46:08.1692543Z 6.15.0
2025-08-20T22:46:08.8104712Z # Executing docker install script, commit: bedc5d6b3e782a5e50d3d2a870f5e1f1b5a38d5c
2025-08-20T22:46:08.8113754Z Warning: the "docker" command appears to already exist on this system.
2025-08-20T22:46:08.8114234Z 
2025-08-20T22:46:08.8114536Z If you already have Docker installed, this script can cause trouble, which is
2025-08-20T22:46:08.8115322Z why we're displaying this warning and provide the opportunity to cancel the
2025-08-20T22:46:08.8115929Z installation.
2025-08-20T22:46:08.8116107Z 
2025-08-20T22:46:08.8116441Z If you installed the current Docker package using this script and are using it
2025-08-20T22:46:08.8117240Z again to update Docker, you can ignore this message, but be aware that the
2025-08-20T22:46:08.8117952Z script resets any custom changes in the deb and rpm repo configuration
2025-08-20T22:46:08.8118445Z files to match the parameters passed to the script.
2025-08-20T22:46:08.8118754Z 
2025-08-20T22:46:08.8118929Z You may press Ctrl+C now to abort this script.
2025-08-20T22:46:08.8282866Z + sh -c 'apt-get -qq update >/dev/null'
2025-08-20T22:46:10.0331312Z + sh -c 'DEBIAN_FRONTEND=noninteractive apt-get -y -qq install ca-certificates curl >/dev/null'
2025-08-20T22:46:10.3680997Z + sh -c 'install -m 0755 -d /etc/apt/keyrings'
2025-08-20T22:46:10.3703987Z + sh -c 'curl -fsSL "https://download.docker.com/linux/ubuntu/gpg" -o /etc/apt/keyrings/docker.asc'
2025-08-20T22:46:10.4445485Z + sh -c 'chmod a+r /etc/apt/keyrings/docker.asc'
2025-08-20T22:46:10.4462948Z + sh -c 'echo "deb [arch=amd64 signed-by=/etc/apt/keyrings/docker.asc] https://download.docker.com/linux/ubuntu noble stable" > /etc/apt/sources.list.d/docker.list'
2025-08-20T22:46:10.4470186Z + sh -c 'apt-get -qq update >/dev/null'
2025-08-20T22:46:11.7115613Z + sh -c 'DEBIAN_FRONTEND=noninteractive apt-get -y -qq install docker-ce docker-ce-cli containerd.io docker-compose-plugin docker-ce-rootless-extras docker-buildx-plugin docker-model-plugin >/dev/null'
2025-08-20T22:46:22.7406710Z 
2025-08-20T22:46:22.7407450Z Running kernel seems to be up-to-date.
2025-08-20T22:46:22.7407815Z 
2025-08-20T22:46:22.7407957Z Restarting services...
2025-08-20T22:46:22.7474056Z 
2025-08-20T22:46:22.7474393Z Service restarts being deferred:
2025-08-20T22:46:22.7474942Z  systemctl restart hosted-compute-agent.service
2025-08-20T22:46:22.7475363Z 
2025-08-20T22:46:22.7475523Z No containers need to be restarted.
2025-08-20T22:46:22.7475824Z 
2025-08-20T22:46:22.7476008Z No user sessions are running outdated binaries.
2025-08-20T22:46:22.7476342Z 
2025-08-20T22:46:22.7476663Z No VM guests are running outdated hypervisor (qemu) binaries on this host.
2025-08-20T22:46:23.5454729Z + sh -c 'docker version'
2025-08-20T22:46:23.5610214Z Client: Docker Engine - Community
2025-08-20T22:46:23.5610753Z  Version:           28.3.3
2025-08-20T22:46:23.5611309Z  API version:       1.51
2025-08-20T22:46:23.5611662Z  Go version:        go1.24.5
2025-08-20T22:46:23.5612041Z  Git commit:        980b856
2025-08-20T22:46:23.5612436Z  Built:             Fri Jul 25 11:34:09 2025
2025-08-20T22:46:23.5612889Z  OS/Arch:           linux/amd64
2025-08-20T22:46:23.5613262Z  Context:           default
2025-08-20T22:46:23.5613491Z 
2025-08-20T22:46:23.5613648Z Server: Docker Engine - Community
2025-08-20T22:46:23.5613896Z  Engine:
2025-08-20T22:46:23.5614075Z   Version:          28.3.3
2025-08-20T22:46:23.5614336Z   API version:      1.51 (minimum version 1.24)
2025-08-20T22:46:23.5614610Z   Go version:       go1.24.5
2025-08-20T22:46:23.5614832Z   Git commit:       bea959c
2025-08-20T22:46:23.5615056Z   Built:            Fri Jul 25 11:34:09 2025
2025-08-20T22:46:23.5615329Z   OS/Arch:          linux/amd64
2025-08-20T22:46:23.5615575Z   Experimental:     false
2025-08-20T22:46:23.5616053Z  containerd:
2025-08-20T22:46:23.5616240Z   Version:          1.7.27
2025-08-20T22:46:23.5616506Z   GitCommit:        05044ec0a9a75232cad458027ca83437aae3f4da
2025-08-20T22:46:23.5616787Z  runc:
2025-08-20T22:46:23.5616956Z   Version:          1.2.5
2025-08-20T22:46:23.5617175Z   GitCommit:        v1.2.5-0-g59923ef
2025-08-20T22:46:23.5617428Z  docker-init:
2025-08-20T22:46:23.5617611Z   Version:          0.19.0
2025-08-20T22:46:23.5617820Z   GitCommit:        de40ad0
2025-08-20T22:46:23.5627874Z 
2025-08-20T22:46:23.5628124Z ================================================================================
2025-08-20T22:46:23.5628481Z 
2025-08-20T22:46:23.5628772Z To run Docker as a non-privileged user, consider setting up the
2025-08-20T22:46:23.5629359Z Docker daemon in rootless mode for your user:
2025-08-20T22:46:23.5629684Z 
2025-08-20T22:46:23.5629860Z     dockerd-rootless-setuptool.sh install
2025-08-20T22:46:23.5630177Z 
2025-08-20T22:46:23.5630525Z Visit https://docs.docker.com/go/rootless/ to learn about rootless mode.
2025-08-20T22:46:23.5631173Z 
2025-08-20T22:46:23.5631178Z 
2025-08-20T22:46:23.5631530Z To run the Docker daemon as a fully privileged service, but granting non-root
2025-08-20T22:46:23.5632278Z users access, refer to https://docs.docker.com/go/daemon-access/
2025-08-20T22:46:23.5632565Z 
2025-08-20T22:46:23.5632779Z WARNING: Access to the remote API on a privileged Docker daemon is equivalent
2025-08-20T22:46:23.5633239Z          to root access on the host. Refer to the 'Docker daemon attack surface'
2025-08-20T22:46:23.5633732Z          documentation for details: https://docs.docker.com/go/attack-surface/
2025-08-20T22:46:23.5634183Z 
2025-08-20T22:46:23.5634327Z ================================================================================
2025-08-20T22:46:23.5634523Z 
2025-08-20T22:46:34.2659521Z ● docker.service - Docker Application Container Engine
2025-08-20T22:46:34.2660698Z      Loaded: loaded (/usr/lib/systemd/system/docker.service; enabled; preset: enabled)
2025-08-20T22:46:34.2661750Z      Active: active (running) since Wed 2025-08-20 22:46:24 UTC; 10s ago
2025-08-20T22:46:34.2662212Z TriggeredBy: ● docker.socket
2025-08-20T22:46:34.2662481Z        Docs: https://docs.docker.com
2025-08-20T22:46:34.2662732Z    Main PID: 19784 (dockerd)
2025-08-20T22:46:34.2662994Z       Tasks: 10
2025-08-20T22:46:34.2663312Z      Memory: 23.6M (peak: 25.6M)
2025-08-20T22:46:34.2663547Z         CPU: 318ms
2025-08-20T22:46:34.2663758Z      CGroup: /system.slice/docker.service
2025-08-20T22:46:34.2665927Z              └─19784 /usr/bin/dockerd -H fd:// --containerd=/run/containerd/containerd.sock
2025-08-20T22:46:34.2666271Z 
2025-08-20T22:46:34.2666590Z Aug 20 22:46:23 pkrvmqc4gcfdwos dockerd[19784]: time="2025-08-20T22:46:23.685832956Z" level=info msg="Loading containers: start."
2025-08-20T22:46:34.2667766Z Aug 20 22:46:24 pkrvmqc4gcfdwos dockerd[19784]: time="2025-08-20T22:46:24.183655223Z" level=warning msg="Error (Unable to complete atomic operation, key modified) deleting object [endpoint_count ce7c87b197d1591c06777b271d2940b5cc391b78d3583a5f3ddd06b53f262e53], retrying...."
2025-08-20T22:46:34.2668941Z Aug 20 22:46:24 pkrvmqc4gcfdwos dockerd[19784]: time="2025-08-20T22:46:24.215409082Z" level=info msg="Loading containers: done."
2025-08-20T22:46:34.2671076Z Aug 20 22:46:24 pkrvmqc4gcfdwos dockerd[19784]: time="2025-08-20T22:46:24.223618071Z" level=warning msg="Not using native diff for overlay2, this may cause degraded performance for building images: kernel has CONFIG_OVERLAY_FS_REDIRECT_DIR enabled" storage-driver=overlay2
2025-08-20T22:46:34.2672851Z Aug 20 22:46:24 pkrvmqc4gcfdwos dockerd[19784]: time="2025-08-20T22:46:24.223692622Z" level=info msg="Docker daemon" commit=bea959c containerd-snapshotter=false storage-driver=overlay2 version=28.3.3
2025-08-20T22:46:34.2673744Z Aug 20 22:46:24 pkrvmqc4gcfdwos dockerd[19784]: time="2025-08-20T22:46:24.223723590Z" level=info msg="Initializing buildkit"
2025-08-20T22:46:34.2674444Z Aug 20 22:46:24 pkrvmqc4gcfdwos dockerd[19784]: time="2025-08-20T22:46:24.243139230Z" level=info msg="Completed buildkit initialization"
2025-08-20T22:46:34.2675404Z Aug 20 22:46:24 pkrvmqc4gcfdwos dockerd[19784]: time="2025-08-20T22:46:24.247176854Z" level=info msg="Daemon has completed initialization"
2025-08-20T22:46:34.2676115Z Aug 20 22:46:24 pkrvmqc4gcfdwos dockerd[19784]: time="2025-08-20T22:46:24.247226310Z" level=info msg="API listen on /run/docker.sock"
2025-08-20T22:46:34.2676766Z Aug 20 22:46:24 pkrvmqc4gcfdwos systemd[1]: Started docker.service - Docker Application Container Engine.
2025-08-20T22:46:34.2772848Z ● docker.service - Docker Application Container Engine
2025-08-20T22:46:34.2773643Z      Loaded: loaded (/usr/lib/systemd/system/docker.service; enabled; preset: enabled)
2025-08-20T22:46:34.2774431Z      Active: active (running) since Wed 2025-08-20 22:46:24 UTC; 10s ago
2025-08-20T22:46:34.2775058Z TriggeredBy: ● docker.socket
2025-08-20T22:46:34.2775524Z        Docs: https://docs.docker.com
2025-08-20T22:46:34.2775947Z    Main PID: 19784 (dockerd)
2025-08-20T22:46:34.2776216Z       Tasks: 10
2025-08-20T22:46:34.2776417Z      Memory: 23.6M (peak: 25.6M)
2025-08-20T22:46:34.2776643Z         CPU: 318ms
2025-08-20T22:46:34.2776856Z      CGroup: /system.slice/docker.service
2025-08-20T22:46:34.2777537Z              └─19784 /usr/bin/dockerd -H fd:// --containerd=/run/containerd/containerd.sock
2025-08-20T22:46:34.2777848Z 
2025-08-20T22:46:34.2778159Z Aug 20 22:46:23 pkrvmqc4gcfdwos dockerd[19784]: time="2025-08-20T22:46:23.685832956Z" level=info msg="Loading containers: start."
2025-08-20T22:46:34.2779328Z Aug 20 22:46:24 pkrvmqc4gcfdwos dockerd[19784]: time="2025-08-20T22:46:24.183655223Z" level=warning msg="Error (Unable to complete atomic operation, key modified) deleting object [endpoint_count ce7c87b197d1591c06777b271d2940b5cc391b78d3583a5f3ddd06b53f262e53], retrying...."
2025-08-20T22:46:34.2780659Z Aug 20 22:46:24 pkrvmqc4gcfdwos dockerd[19784]: time="2025-08-20T22:46:24.215409082Z" level=info msg="Loading containers: done."
2025-08-20T22:46:34.2782004Z Aug 20 22:46:24 pkrvmqc4gcfdwos dockerd[19784]: time="2025-08-20T22:46:24.223618071Z" level=warning msg="Not using native diff for overlay2, this may cause degraded performance for building images: kernel has CONFIG_OVERLAY_FS_REDIRECT_DIR enabled" storage-driver=overlay2
2025-08-20T22:46:34.2783579Z Aug 20 22:46:24 pkrvmqc4gcfdwos dockerd[19784]: time="2025-08-20T22:46:24.223692622Z" level=info msg="Docker daemon" commit=bea959c containerd-snapshotter=false storage-driver=overlay2 version=28.3.3
2025-08-20T22:46:34.2785143Z Aug 20 22:46:24 pkrvmqc4gcfdwos dockerd[19784]: time="2025-08-20T22:46:24.223723590Z" level=info msg="Initializing buildkit"
2025-08-20T22:46:34.2786394Z Aug 20 22:46:24 pkrvmqc4gcfdwos dockerd[19784]: time="2025-08-20T22:46:24.243139230Z" level=info msg="Completed buildkit initialization"
2025-08-20T22:46:34.2787156Z Aug 20 22:46:24 pkrvmqc4gcfdwos dockerd[19784]: time="2025-08-20T22:46:24.247176854Z" level=info msg="Daemon has completed initialization"
2025-08-20T22:46:34.2787872Z Aug 20 22:46:24 pkrvmqc4gcfdwos dockerd[19784]: time="2025-08-20T22:46:24.247226310Z" level=info msg="API listen on /run/docker.sock"
2025-08-20T22:46:34.2788529Z Aug 20 22:46:24 pkrvmqc4gcfdwos systemd[1]: Started docker.service - Docker Application Container Engine.
2025-08-20T22:46:34.2977965Z ● docker.service - Docker Application Container Engine
2025-08-20T22:46:34.2978761Z      Loaded: loaded (/usr/lib/systemd/system/docker.service; enabled; preset: enabled)
2025-08-20T22:46:34.2979551Z      Active: active (running) since Wed 2025-08-20 22:46:24 UTC; 10s ago
2025-08-20T22:46:34.2980173Z TriggeredBy: ● docker.socket
2025-08-20T22:46:34.2980572Z        Docs: https://docs.docker.com
2025-08-20T22:46:34.2981144Z    Main PID: 19784 (dockerd)
2025-08-20T22:46:34.2981364Z       Tasks: 10
2025-08-20T22:46:34.2981562Z      Memory: 23.6M (peak: 25.6M)
2025-08-20T22:46:34.2981790Z         CPU: 318ms
2025-08-20T22:46:34.2982026Z      CGroup: /system.slice/docker.service
2025-08-20T22:46:34.2982697Z              └─19784 /usr/bin/dockerd -H fd:// --containerd=/run/containerd/containerd.sock
2025-08-20T22:46:34.2983163Z 
2025-08-20T22:46:34.2983485Z Aug 20 22:46:23 pkrvmqc4gcfdwos dockerd[19784]: time="2025-08-20T22:46:23.685832956Z" level=info msg="Loading containers: start."
2025-08-20T22:46:34.2984662Z Aug 20 22:46:24 pkrvmqc4gcfdwos dockerd[19784]: time="2025-08-20T22:46:24.183655223Z" level=warning msg="Error (Unable to complete atomic operation, key modified) deleting object [endpoint_count ce7c87b197d1591c06777b271d2940b5cc391b78d3583a5f3ddd06b53f262e53], retrying...."
2025-08-20T22:46:34.2985838Z Aug 20 22:46:24 pkrvmqc4gcfdwos dockerd[19784]: time="2025-08-20T22:46:24.215409082Z" level=info msg="Loading containers: done."
2025-08-20T22:46:34.2986950Z Aug 20 22:46:24 pkrvmqc4gcfdwos dockerd[19784]: time="2025-08-20T22:46:24.223618071Z" level=warning msg="Not using native diff for overlay2, this may cause degraded performance for building images: kernel has CONFIG_OVERLAY_FS_REDIRECT_DIR enabled" storage-driver=overlay2
2025-08-20T22:46:34.2988429Z Aug 20 22:46:24 pkrvmqc4gcfdwos dockerd[19784]: time="2025-08-20T22:46:24.223692622Z" level=info msg="Docker daemon" commit=bea959c containerd-snapshotter=false storage-driver=overlay2 version=28.3.3
2025-08-20T22:46:34.2990040Z Aug 20 22:46:24 pkrvmqc4gcfdwos dockerd[19784]: time="2025-08-20T22:46:24.223723590Z" level=info msg="Initializing buildkit"
2025-08-20T22:46:34.2991364Z Aug 20 22:46:24 pkrvmqc4gcfdwos dockerd[19784]: time="2025-08-20T22:46:24.243139230Z" level=info msg="Completed buildkit initialization"
2025-08-20T22:46:34.2992104Z Aug 20 22:46:24 pkrvmqc4gcfdwos dockerd[19784]: time="2025-08-20T22:46:24.247176854Z" level=info msg="Daemon has completed initialization"
2025-08-20T22:46:34.2992816Z Aug 20 22:46:24 pkrvmqc4gcfdwos dockerd[19784]: time="2025-08-20T22:46:24.247226310Z" level=info msg="API listen on /run/docker.sock"
2025-08-20T22:46:34.2993616Z Aug 20 22:46:24 pkrvmqc4gcfdwos systemd[1]: Started docker.service - Docker Application Container Engine.
2025-08-20T22:46:34.3099844Z Docker version 28.3.3, build 980b856
2025-08-20T22:46:34.3281091Z Unable to find image 'hello-world:latest' locally
2025-08-20T22:46:34.5900319Z latest: Pulling from library/hello-world
2025-08-20T22:46:34.6604452Z 17eec7bbc9d7: Pulling fs layer
2025-08-20T22:46:34.9482844Z 17eec7bbc9d7: Verifying Checksum
2025-08-20T22:46:34.9483459Z 17eec7bbc9d7: Download complete
2025-08-20T22:46:34.9541460Z 17eec7bbc9d7: Pull complete
2025-08-20T22:46:34.9577192Z Digest: sha256:a0dfb02aac212703bfcb339d77d47ec32c8706ff250850ecc0e19c8737b18567
2025-08-20T22:46:34.9588432Z Status: Downloaded newer image for hello-world:latest
2025-08-20T22:46:35.0924629Z 
2025-08-20T22:46:35.0926000Z Hello from Docker!
2025-08-20T22:46:35.0926673Z This message shows that your installation appears to be working correctly.
2025-08-20T22:46:35.0927168Z 
2025-08-20T22:46:35.0927459Z To generate this message, Docker took the following steps:
2025-08-20T22:46:35.0928020Z  1. The Docker client contacted the Docker daemon.
2025-08-20T22:46:35.0928639Z  2. The Docker daemon pulled the "hello-world" image from the Docker Hub.
2025-08-20T22:46:35.0929226Z     (amd64)
2025-08-20T22:46:35.0929711Z  3. The Docker daemon created a new container from that image which runs the
2025-08-20T22:46:35.0930456Z     executable that produces the output you are currently reading.
2025-08-20T22:46:35.0931401Z  4. The Docker daemon streamed that output to the Docker client, which sent it
2025-08-20T22:46:35.0932007Z     to your terminal.
2025-08-20T22:46:35.0932215Z 
2025-08-20T22:46:35.0932503Z To try something more ambitious, you can run an Ubuntu container with:
2025-08-20T22:46:35.0933086Z  $ docker run -it ubuntu bash
2025-08-20T22:46:35.0933337Z 
2025-08-20T22:46:35.0933605Z Share images, automate workflows, and more with a free Docker ID:
2025-08-20T22:46:35.0934222Z  https://hub.docker.com/
2025-08-20T22:46:35.0934460Z 
2025-08-20T22:46:35.0934619Z For more examples and ideas, visit:
2025-08-20T22:46:35.0935066Z  https://docs.docker.com/get-started/
2025-08-20T22:46:35.0935776Z 
2025-08-20T22:46:35.1961995Z 680 libs found in cache `/etc/ld.so.cache'
2025-08-20T22:46:35.1962672Z 	libz3.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libz3.so.4
2025-08-20T22:46:35.1963311Z 	libz3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libz3.so
2025-08-20T22:46:35.1963965Z 	libzstd.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzstd.so.1
2025-08-20T22:46:35.1964602Z 	libzstd.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libzstd.so
2025-08-20T22:46:35.1965147Z 	libzmq.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzmq.so.5
2025-08-20T22:46:35.1965552Z 	libzip.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzip.so.4
2025-08-20T22:46:35.1965925Z 	libzen.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzen.so.0
2025-08-20T22:46:35.1966280Z 	libz.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libz.so.1
2025-08-20T22:46:35.1966652Z 	libz.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libz.so
2025-08-20T22:46:35.1967022Z 	libyaml-0.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libyaml-0.so.2
2025-08-20T22:46:35.1967418Z 	libyajl.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libyajl.so.2
2025-08-20T22:46:35.1967804Z 	libxxhash.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxxhash.so.0
2025-08-20T22:46:35.1968217Z 	libxtables.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxtables.so.12
2025-08-20T22:46:35.1968617Z 	libxslt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxslt.so.1
2025-08-20T22:46:35.1969041Z 	libxshmfence.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxshmfence.so.1
2025-08-20T22:46:35.1969459Z 	libxml2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxml2.so.2
2025-08-20T22:46:35.1969829Z 	libxml2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxml2.so
2025-08-20T22:46:35.1970218Z 	libxmlsec1.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlsec1.so.1
2025-08-20T22:46:35.1970690Z 	libxmlsec1-openssl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlsec1-openssl.so.1
2025-08-20T22:46:35.1971683Z 	libxmlb.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlb.so.2
2025-08-20T22:46:35.1972105Z 	libxkbfile.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxkbfile.so.1
2025-08-20T22:46:35.1972534Z 	libxkbcommon.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxkbcommon.so.0
2025-08-20T22:46:35.1972943Z 	libxcb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb.so.1
2025-08-20T22:46:35.1973305Z 	libxcb.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb.so
2025-08-20T22:46:35.1973705Z 	libxcb-xfixes.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-xfixes.so.0
2025-08-20T22:46:35.1974244Z 	libxcb-xfixes.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-xfixes.so
2025-08-20T22:46:35.1974847Z 	libxcb-sync.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-sync.so.1
2025-08-20T22:46:35.1975560Z 	libxcb-shm.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shm.so.0
2025-08-20T22:46:35.1976272Z 	libxcb-shape.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shape.so.0
2025-08-20T22:46:35.1977024Z 	libxcb-shape.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shape.so
2025-08-20T22:46:35.1977765Z 	libxcb-render.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-render.so.0
2025-08-20T22:46:35.1978535Z 	libxcb-render.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-render.so
2025-08-20T22:46:35.1979382Z 	libxcb-randr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-randr.so.0
2025-08-20T22:46:35.1980187Z 	libxcb-present.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-present.so.0
2025-08-20T22:46:35.1981210Z 	libxcb-glx.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-glx.so.0
2025-08-20T22:46:35.1981961Z 	libxcb-dri3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-dri3.so.0
2025-08-20T22:46:35.1982665Z 	libwrap.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwrap.so.0
2025-08-20T22:46:35.1983373Z 	libwmflite-0.2.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwmflite-0.2.so.7
2025-08-20T22:46:35.1984160Z 	libwebpmux.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebpmux.so.3
2025-08-20T22:46:35.1984933Z 	libwebpdemux.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebpdemux.so.2
2025-08-20T22:46:35.1985934Z 	libwebp.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebp.so.7
2025-08-20T22:46:35.1986647Z 	libwbclient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwbclient.so.0
2025-08-20T22:46:35.1987440Z 	libwayland-server.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-server.so.0
2025-08-20T22:46:35.1988286Z 	libwayland-egl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-egl.so.1
2025-08-20T22:46:35.1989116Z 	libwayland-cursor.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-cursor.so.0
2025-08-20T22:46:35.1989974Z 	libwayland-client.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-client.so.0
2025-08-20T22:46:35.1991001Z 	libvulkan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvulkan.so.1
2025-08-20T22:46:35.1991779Z 	libvorbisfile.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvorbisfile.so.3
2025-08-20T22:46:35.1992537Z 	libvorbis.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvorbis.so.0
2025-08-20T22:46:35.1993265Z 	libvolume_key.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvolume_key.so.1
2025-08-20T22:46:35.1994003Z 	libvmtools.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvmtools.so.0
2025-08-20T22:46:35.1994716Z 	libvgauth.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvgauth.so.0
2025-08-20T22:46:35.1995367Z 	libuv.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuv.so.1
2025-08-20T22:46:35.1995999Z 	libuuid.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuuid.so.1
2025-08-20T22:46:35.1996645Z 	libutil.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libutil.so.1
2025-08-20T22:46:35.1997203Z 	libutil.so.1 (libc6) => /lib32/libutil.so.1
2025-08-20T22:46:35.1997804Z 	libutempter.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libutempter.so.0
2025-08-20T22:46:35.1998535Z 	libusb-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libusb-1.0.so.0
2025-08-20T22:46:35.1999197Z 	liburcu.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu.so.8
2025-08-20T22:46:35.2000102Z 	liburcu-signal.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-signal.so.8
2025-08-20T22:46:35.2001045Z 	liburcu-qsbr.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-qsbr.so.8
2025-08-20T22:46:35.2001796Z 	liburcu-memb.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-memb.so.8
2025-08-20T22:46:35.2002516Z 	liburcu-mb.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-mb.so.8
2025-08-20T22:46:35.2003259Z 	liburcu-common.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-common.so.8
2025-08-20T22:46:35.2004017Z 	liburcu-cds.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-cds.so.8
2025-08-20T22:46:35.2004712Z 	liburcu-bp.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-bp.so.8
2025-08-20T22:46:35.2005408Z 	libunwind.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind.so.8
2025-08-20T22:46:35.2006146Z 	libunwind-x86_64.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-x86_64.so.8
2025-08-20T22:46:35.2006984Z 	libunwind-ptrace.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-ptrace.so.0
2025-08-20T22:46:35.2007869Z 	libunwind-coredump.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-coredump.so.0
2025-08-20T22:46:35.2008704Z 	libunistring.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunistring.so.5
2025-08-20T22:46:35.2009436Z 	libudisks2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libudisks2.so.0
2025-08-20T22:46:35.2010109Z 	libudev.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libudev.so.1
2025-08-20T22:46:35.2011787Z 	libuchardet.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuchardet.so.0
2025-08-20T22:46:35.2012526Z 	libubsan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libubsan.so.1
2025-08-20T22:46:35.2013308Z 	libtss2-tcti-swtpm.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-swtpm.so.0
2025-08-20T22:46:35.2014175Z 	libtss2-tcti-mssim.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-mssim.so.0
2025-08-20T22:46:35.2015066Z 	libtss2-tcti-device.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-device.so.0
2025-08-20T22:46:35.2015908Z 	libtss2-tcti-cmd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-cmd.so.0
2025-08-20T22:46:35.2016532Z 	libtss2-sys.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-sys.so.1
2025-08-20T22:46:35.2016935Z 	libtss2-rc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-rc.so.0
2025-08-20T22:46:35.2017324Z 	libtss2-mu.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-mu.so.0
2025-08-20T22:46:35.2017729Z 	libtss2-esys.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-esys.so.0
2025-08-20T22:46:35.2018128Z 	libtsan.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtsan.so.2
2025-08-20T22:46:35.2018513Z 	libtracefs.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtracefs.so.1
2025-08-20T22:46:35.2018931Z 	libtraceevent.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtraceevent.so.1
2025-08-20T22:46:35.2019350Z 	libtommath.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtommath.so.1
2025-08-20T22:46:35.2019734Z 	libtk8.6.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtk8.6.so
2025-08-20T22:46:35.2020128Z 	libtirpc.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtirpc.so.3
2025-08-20T22:46:35.2020534Z 	libtinyxml2.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinyxml2.so.10
2025-08-20T22:46:35.2021174Z 	libtinfo.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinfo.so.6
2025-08-20T22:46:35.2021549Z 	libtinfo.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinfo.so
2025-08-20T22:46:35.2021917Z 	libtiff.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtiff.so.6
2025-08-20T22:46:35.2022311Z 	libtidy.so.5deb1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtidy.so.5deb1
2025-08-20T22:46:35.2022692Z 	libtic.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtic.so.6
2025-08-20T22:46:35.2023041Z 	libtic.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtic.so
2025-08-20T22:46:35.2023414Z 	libthread_db.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libthread_db.so.1
2025-08-20T22:46:35.2023783Z 	libthread_db.so.1 (libc6) => /lib32/libthread_db.so.1
2025-08-20T22:46:35.2024267Z 	libthread_db.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libthread_db.so
2025-08-20T22:46:35.2024657Z 	libthai.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libthai.so.0
2025-08-20T22:46:35.2025024Z 	libtdb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtdb.so.1
2025-08-20T22:46:35.2025381Z 	libtcl8.6.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtcl8.6.so
2025-08-20T22:46:35.2025759Z 	libtasn1.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtasn1.so.6
2025-08-20T22:46:35.2026143Z 	libtalloc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtalloc.so.2
2025-08-20T22:46:35.2026542Z 	libsystemd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsystemd.so.0
2025-08-20T22:46:35.2026922Z 	libsysfs.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsysfs.so.2
2025-08-20T22:46:35.2027316Z 	libsybdb.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsybdb.so.5
2025-08-20T22:46:35.2027695Z 	libsubid.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsubid.so.4
2025-08-20T22:46:35.2028092Z 	libstemmer.so.0d (libc6,x86-64) => /lib/x86_64-linux-gnu/libstemmer.so.0d
2025-08-20T22:46:35.2028576Z 	libstdc++.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libstdc++.so.6
2025-08-20T22:46:35.2028927Z 	libstdc++.so.6 (libc6) => /lib32/libstdc++.so.6
2025-08-20T22:46:35.2029252Z 	libssl3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl3.so
2025-08-20T22:46:35.2029611Z 	libssl.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl.so.3
2025-08-20T22:46:35.2029964Z 	libssl.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl.so
2025-08-20T22:46:35.2030317Z 	libssh2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssh2.so.1
2025-08-20T22:46:35.2030681Z 	libssh.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssh.so.4
2025-08-20T22:46:35.2031227Z 	libss.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libss.so.2
2025-08-20T22:46:35.2031599Z 	libsqlite3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsqlite3.so.0
2025-08-20T22:46:35.2031993Z 	libsqlite3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsqlite3.so
2025-08-20T22:46:35.2032430Z 	libsourcekitdInProc.so (libc6,x86-64) => /usr/local/lib/libsourcekitdInProc.so
2025-08-20T22:46:35.2032870Z 	libsoftokn3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsoftokn3.so
2025-08-20T22:46:35.2033394Z 	libsodium.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsodium.so.23
2025-08-20T22:46:35.2033781Z 	libsnmp.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsnmp.so.40
2025-08-20T22:46:35.2034166Z 	libsnappy.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsnappy.so.1
2025-08-20T22:46:35.2034543Z 	libsmime3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsmime3.so
2025-08-20T22:46:35.2034943Z 	libsmartcols.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsmartcols.so.1
2025-08-20T22:46:35.2035350Z 	libslirp.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libslirp.so.0
2025-08-20T22:46:35.2035724Z 	libslang.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libslang.so.2
2025-08-20T22:46:35.2036107Z 	libsigsegv.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsigsegv.so.2
2025-08-20T22:46:35.2036520Z 	libsharpyuv.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsharpyuv.so.0
2025-08-20T22:46:35.2036956Z 	libsgutils2-1.46.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsgutils2-1.46.so.2
2025-08-20T22:46:35.2037385Z 	libsframe.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsframe.so.1
2025-08-20T22:46:35.2037762Z 	libsepol.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsepol.so.2
2025-08-20T22:46:35.2038146Z 	libsensors.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsensors.so.5
2025-08-20T22:46:35.2038548Z 	libsemanage.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsemanage.so.2
2025-08-20T22:46:35.2038949Z 	libselinux.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libselinux.so.1
2025-08-20T22:46:35.2039343Z 	libseccomp.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libseccomp.so.2
2025-08-20T22:46:35.2039726Z 	libsasl2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsasl2.so.2
2025-08-20T22:46:35.2040117Z 	libruby-3.2.so.3.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libruby-3.2.so.3.2
2025-08-20T22:46:35.2040623Z 	libruby-3.2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libruby-3.2.so
2025-08-20T22:46:35.2041234Z 	librtmp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/librtmp.so.1
2025-08-20T22:46:35.2041599Z 	librt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/librt.so.1
2025-08-20T22:46:35.2041903Z 	librt.so.1 (libc6) => /lib32/librt.so.1
2025-08-20T22:46:35.2042224Z 	librpmsign.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmsign.so.9
2025-08-20T22:46:35.2042626Z 	librpmio.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmio.so.9
2025-08-20T22:46:35.2043027Z 	librpmbuild.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmbuild.so.9
2025-08-20T22:46:35.2043424Z 	librpm.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpm.so.9
2025-08-20T22:46:35.2043797Z 	librhash.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/librhash.so.0
2025-08-20T22:46:35.2044175Z 	libre2.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libre2.so.10
2025-08-20T22:46:35.2044556Z 	libresolv.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libresolv.so.2
2025-08-20T22:46:35.2044910Z 	libresolv.so.2 (libc6) => /lib32/libresolv.so.2
2025-08-20T22:46:35.2045252Z 	libresolv.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libresolv.so
2025-08-20T22:46:35.2045682Z 	libreiserfscore.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libreiserfscore.so.0
2025-08-20T22:46:35.2046171Z 	libreadline.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libreadline.so.8
2025-08-20T22:46:35.2046575Z 	libraw_r.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libraw_r.so.23
2025-08-20T22:46:35.2046944Z 	libraw.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libraw.so.23
2025-08-20T22:46:35.2047343Z 	librabbitmq.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/librabbitmq.so.4
2025-08-20T22:46:35.2047752Z 	libquadmath.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libquadmath.so.0
2025-08-20T22:46:35.2048169Z 	libqrtr-glib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libqrtr-glib.so.0
2025-08-20T22:46:35.2048581Z 	libqmi-glib.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libqmi-glib.so.5
2025-08-20T22:46:35.2048943Z 	libqdbm.so.14 (libc6,x86-64) => /lib/libqdbm.so.14
2025-08-20T22:46:35.2049300Z 	libp11-kit.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libp11-kit.so.0
2025-08-20T22:46:35.2049855Z 	libpython3.12.so.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpython3.12.so.1.0
2025-08-20T22:46:35.2050284Z 	libpython3.12.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpython3.12.so
2025-08-20T22:46:35.2050697Z 	libpthread.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpthread.so.0
2025-08-20T22:46:35.2051907Z 	libpthread.so.0 (libc6) => /lib32/libpthread.so.0
2025-08-20T22:46:35.2052254Z 	libpsx.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpsx.so.2
2025-08-20T22:46:35.2052647Z 	libpspell.so.15 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpspell.so.15
2025-08-20T22:46:35.2053032Z 	libpsl.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpsl.so.5
2025-08-20T22:46:35.2053459Z 	libprotobuf-lite.so.32 (libc6,x86-64) => /lib/x86_64-linux-gnu/libprotobuf-lite.so.32
2025-08-20T22:46:35.2053928Z 	libprotobuf-c.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libprotobuf-c.so.1
2025-08-20T22:46:35.2054352Z 	libproc2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libproc2.so.0
2025-08-20T22:46:35.2054725Z 	libpq.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpq.so.5
2025-08-20T22:46:35.2055072Z 	libpq.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpq.so
2025-08-20T22:46:35.2055427Z 	libpopt.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpopt.so.0
2025-08-20T22:46:35.2055877Z 	libpolkit-gobject-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpolkit-gobject-1.so.0
2025-08-20T22:46:35.2056384Z 	libpolkit-agent-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpolkit-agent-1.so.0
2025-08-20T22:46:35.2056824Z 	libpng16.so.16 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpng16.so.16
2025-08-20T22:46:35.2057199Z 	libply.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply.so.5
2025-08-20T22:46:35.2057666Z 	libply-splash-graphics.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-splash-graphics.so.5
2025-08-20T22:46:35.2058332Z 	libply-splash-core.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-splash-core.so.5
2025-08-20T22:46:35.2058837Z 	libply-boot-client.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-boot-client.so.5
2025-08-20T22:46:35.2059274Z 	libplds4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libplds4.so
2025-08-20T22:46:35.2059632Z 	libplc4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libplc4.so
2025-08-20T22:46:35.2060016Z 	libpkgconf.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpkgconf.so.3
2025-08-20T22:46:35.2060424Z 	libpixman-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpixman-1.so.0
2025-08-20T22:46:35.2061042Z 	libpipeline.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpipeline.so.1
2025-08-20T22:46:35.2061477Z 	libpgm-5.3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpgm-5.3.so.0
2025-08-20T22:46:35.2061883Z 	libpfm.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpfm.so.4
2025-08-20T22:46:35.2062279Z 	libperl.so.5.38 (libc6,x86-64) => /lib/x86_64-linux-gnu/libperl.so.5.38
2025-08-20T22:46:35.2062687Z 	libpcre2-32.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-32.so.0
2025-08-20T22:46:35.2063094Z 	libpcre2-32.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-32.so
2025-08-20T22:46:35.2063496Z 	libpcre2-16.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-16.so.0
2025-08-20T22:46:35.2063891Z 	libpcre2-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-16.so
2025-08-20T22:46:35.2064283Z 	libpcre2-8.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-8.so.0
2025-08-20T22:46:35.2064674Z 	libpcre2-8.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-8.so
2025-08-20T22:46:35.2065099Z 	libpcre2-posix.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-posix.so.3
2025-08-20T22:46:35.2065551Z 	libpcre2-posix.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-posix.so
2025-08-20T22:46:35.2065979Z 	libpcprofile.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcprofile.so
2025-08-20T22:46:35.2066349Z 	libpcprofile.so (libc6) => /lib32/libpcprofile.so
2025-08-20T22:46:35.2066724Z 	libpciaccess.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpciaccess.so.0
2025-08-20T22:46:35.2067125Z 	libpci.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpci.so.3
2025-08-20T22:46:35.2067625Z 	libpcap.so.0.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcap.so.0.8
2025-08-20T22:46:35.2068003Z 	libpcap.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcap.so
2025-08-20T22:46:35.2068383Z 	libparted.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libparted.so.2
2025-08-20T22:46:35.2068774Z 	libpaper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpaper.so.1
2025-08-20T22:46:35.2069191Z 	libpangoft2-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpangoft2-1.0.so.0
2025-08-20T22:46:35.2069657Z 	libpangocairo-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpangocairo-1.0.so.0
2025-08-20T22:46:35.2070104Z 	libpango-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpango-1.0.so.0
2025-08-20T22:46:35.2070506Z 	libpanelw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanelw.so.6
2025-08-20T22:46:35.2071096Z 	libpanelw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanelw.so
2025-08-20T22:46:35.2071491Z 	libpanel.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanel.so.6
2025-08-20T22:46:35.2071869Z 	libpanel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanel.so
2025-08-20T22:46:35.2072251Z 	libpamc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpamc.so.0
2025-08-20T22:46:35.2072648Z 	libpam_misc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpam_misc.so.0
2025-08-20T22:46:35.2073032Z 	libpam.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpam.so.0
2025-08-20T22:46:35.2073484Z 	libpackagekit-glib2.so.18 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpackagekit-glib2.so.18
2025-08-20T22:46:35.2073967Z 	libopenjp2.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libopenjp2.so.7
2025-08-20T22:46:35.2074425Z 	libopeniscsiusr.so.0.2.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libopeniscsiusr.so.0.2.0
2025-08-20T22:46:35.2074946Z 	libopcodes-2.42-system.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-system.so
2025-08-20T22:46:35.2075571Z 	libopcodes-2.42-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-arm64.so
2025-08-20T22:46:35.2076076Z 	libopcodes-2.42-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-armhf.so
2025-08-20T22:46:35.2076570Z 	libopcodes-2.42-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-armel.so
2025-08-20T22:46:35.2077006Z 	libonig.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libonig.so.5
2025-08-20T22:46:35.2077371Z 	libogg.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libogg.so.0
2025-08-20T22:46:35.2077734Z 	libodbc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libodbc.so.2
2025-08-20T22:46:35.2078110Z 	libobjc_gc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libobjc_gc.so.4
2025-08-20T22:46:35.2078491Z 	libobjc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libobjc.so.4
2025-08-20T22:46:35.2078854Z 	libnvme.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnvme.so.1
2025-08-20T22:46:35.2079229Z 	libnvme-mi.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnvme-mi.so.1
2025-08-20T22:46:35.2079607Z 	libnuma.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnuma.so.1
2025-08-20T22:46:35.2079991Z 	libntfs-3g.so.89 (libc6,x86-64) => /lib/x86_64-linux-gnu/libntfs-3g.so.89
2025-08-20T22:46:35.2080375Z 	libnss3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss3.so
2025-08-20T22:46:35.2080906Z 	libnssutil3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssutil3.so
2025-08-20T22:46:35.2081313Z 	libnssdbm3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssdbm3.so
2025-08-20T22:46:35.2081743Z 	libnssckbi.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssckbi.so
2025-08-20T22:46:35.2082173Z 	libnss_systemd.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_systemd.so.2
2025-08-20T22:46:35.2082619Z 	libnss_hesiod.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_hesiod.so.2
2025-08-20T22:46:35.2083007Z 	libnss_hesiod.so.2 (libc6) => /lib32/libnss_hesiod.so.2
2025-08-20T22:46:35.2083385Z 	libnss_hesiod.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_hesiod.so
2025-08-20T22:46:35.2083801Z 	libnss_files.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_files.so.2
2025-08-20T22:46:35.2084172Z 	libnss_files.so.2 (libc6) => /lib32/libnss_files.so.2
2025-08-20T22:46:35.2084650Z 	libnss_dns.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_dns.so.2
2025-08-20T22:46:35.2084994Z 	libnss_dns.so.2 (libc6) => /lib32/libnss_dns.so.2
2025-08-20T22:46:35.2085358Z 	libnss_compat.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_compat.so.2
2025-08-20T22:46:35.2085741Z 	libnss_compat.so.2 (libc6) => /lib32/libnss_compat.so.2
2025-08-20T22:46:35.2086223Z 	libnss_compat.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_compat.so
2025-08-20T22:46:35.2086620Z 	libnspr4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnspr4.so
2025-08-20T22:46:35.2086989Z 	libnsl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnsl.so.1
2025-08-20T22:46:35.2087309Z 	libnsl.so.1 (libc6) => /lib32/libnsl.so.1
2025-08-20T22:46:35.2087777Z 	libns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:46:35.2088306Z 	libnpth.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnpth.so.0
2025-08-20T22:46:35.2088683Z 	libnorm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnorm.so.1
2025-08-20T22:46:35.2089064Z 	libnl-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-3.so.200
2025-08-20T22:46:35.2089434Z 	libnl-3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-3.so
2025-08-20T22:46:35.2089839Z 	libnl-route-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-route-3.so.200
2025-08-20T22:46:35.2090275Z 	libnl-route-3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-route-3.so
2025-08-20T22:46:35.2090699Z 	libnl-genl-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-genl-3.so.200
2025-08-20T22:46:35.2091228Z 	libnghttp2.so.14 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnghttp2.so.14
2025-08-20T22:46:35.2091634Z 	libnftnl.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnftnl.so.11
2025-08-20T22:46:35.2092041Z 	libnftables.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnftables.so.1
2025-08-20T22:46:35.2099396Z 	libnfnetlink.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnfnetlink.so.0
2025-08-20T22:46:35.2099889Z 	libnewt.so.0.52 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnewt.so.0.52
2025-08-20T22:46:35.2100311Z 	libnettle.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnettle.so.8
2025-08-20T22:46:35.2100754Z 	libnetsnmpmibs.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmpmibs.so.40
2025-08-20T22:46:35.2101530Z 	libnetsnmphelpers.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmphelpers.so.40
2025-08-20T22:46:35.2102035Z 	libnetsnmpagent.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmpagent.so.40
2025-08-20T22:46:35.2102504Z 	libnetsnmp.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmp.so.40
2025-08-20T22:46:35.2102940Z 	libnetplan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetplan.so.1
2025-08-20T22:46:35.2103351Z 	libnetpbm.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetpbm.so.11
2025-08-20T22:46:35.2103838Z 	libnetfilter_conntrack.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetfilter_conntrack.so.3
2025-08-20T22:46:35.2104328Z 	libncursesw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libncursesw.so.6
2025-08-20T22:46:35.2104745Z 	libncurses.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libncurses.so.6
2025-08-20T22:46:35.2105179Z 	libmysqlclient.so.21 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmysqlclient.so.21
2025-08-20T22:46:35.2105636Z 	libmysqlclient.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmysqlclient.so
2025-08-20T22:46:35.2106046Z 	libmvec.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmvec.so.1
2025-08-20T22:46:35.2106422Z 	libmvec.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmvec.so
2025-08-20T22:46:35.2106785Z 	libmultipath.so.0 (libc6,x86-64) => /lib/libmultipath.so.0
2025-08-20T22:46:35.2107169Z 	libmspack.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmspack.so.0
2025-08-20T22:46:35.2107560Z 	libmpfr.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmpfr.so.6
2025-08-20T22:46:35.2107929Z 	libmpc.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmpc.so.3
2025-08-20T22:46:35.2108288Z 	libmpathutil.so.0 (libc6,x86-64) => /lib/libmpathutil.so.0
2025-08-20T22:46:35.2108808Z 	libmpathpersist.so.0 (libc6,x86-64) => /lib/libmpathpersist.so.0
2025-08-20T22:46:35.2109191Z 	libmpathcmd.so.0 (libc6,x86-64) => /lib/libmpathcmd.so.0
2025-08-20T22:46:35.2109556Z 	libmount.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmount.so.1
2025-08-20T22:46:35.2109928Z 	libmnl.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmnl.so.0
2025-08-20T22:46:35.2110277Z 	libmms.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmms.so.0
2025-08-20T22:46:35.2110651Z 	libmm-glib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmm-glib.so.0
2025-08-20T22:46:35.2111257Z 	libmlx5.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx5.so.1
2025-08-20T22:46:35.2111622Z 	libmlx5.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx5.so
2025-08-20T22:46:35.2111975Z 	libmlx4.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx4.so.1
2025-08-20T22:46:35.2112327Z 	libmlx4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx4.so
2025-08-20T22:46:35.2112691Z 	libmenuw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenuw.so.6
2025-08-20T22:46:35.2113069Z 	libmenuw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenuw.so
2025-08-20T22:46:35.2113429Z 	libmenu.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenu.so.6
2025-08-20T22:46:35.2113781Z 	libmenu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenu.so
2025-08-20T22:46:35.2114158Z 	libmemusage.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmemusage.so
2025-08-20T22:46:35.2114512Z 	libmemusage.so (libc6) => /lib32/libmemusage.so
2025-08-20T22:46:35.2114884Z 	libmemcached.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmemcached.so.11
2025-08-20T22:46:35.2115318Z 	libmediainfo.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmediainfo.so.0
2025-08-20T22:46:35.2115724Z 	libmecab.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmecab.so.2
2025-08-20T22:46:35.2116091Z 	libmd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmd.so.0
2025-08-20T22:46:35.2116608Z 	libmbim-glib.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmbim-glib.so.4
2025-08-20T22:46:35.2117030Z 	libmaxminddb.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmaxminddb.so.0
2025-08-20T22:46:35.2117434Z 	libmana.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmana.so.1
2025-08-20T22:46:35.2117791Z 	libmana.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmana.so
2025-08-20T22:46:35.2118152Z 	libmagic.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmagic.so.1
2025-08-20T22:46:35.2118504Z 	libm.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libm.so.6
2025-08-20T22:46:35.2118799Z 	libm.so.6 (libc6) => /lib32/libm.so.6
2025-08-20T22:46:35.2119098Z 	liblz4.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz4.so.1
2025-08-20T22:46:35.2119449Z 	liblz4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz4.so
2025-08-20T22:46:35.2119798Z 	liblzo2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzo2.so.2
2025-08-20T22:46:35.2120160Z 	liblzma.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzma.so.5
2025-08-20T22:46:35.2120526Z 	liblzma.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzma.so
2025-08-20T22:46:35.2121100Z 	liblz.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz.so.1
2025-08-20T22:46:35.2121448Z 	liblz.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz.so
2025-08-20T22:46:35.2121828Z 	liblvm2cmd.so.2.03 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblvm2cmd.so.2.03
2025-08-20T22:46:35.2122241Z 	liblua5.4.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.4.so.0
2025-08-20T22:46:35.2122636Z 	liblua5.4-c++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.4-c++.so.0
2025-08-20T22:46:35.2123037Z 	liblua5.3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.3.so.0
2025-08-20T22:46:35.2123455Z 	liblua5.3-c++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.3-c++.so.0
2025-08-20T22:46:35.2123872Z 	liblttng-ust.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust.so.1
2025-08-20T22:46:35.2124377Z 	liblttng-ust-tracepoint.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-tracepoint.so.1
2025-08-20T22:46:35.2125010Z 	liblttng-ust-pthread-wrapper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-pthread-wrapper.so.1
2025-08-20T22:46:35.2125781Z 	liblttng-ust-libc-wrapper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-libc-wrapper.so.1
2025-08-20T22:46:35.2126341Z 	liblttng-ust-fork.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-fork.so.1
2025-08-20T22:46:35.2126820Z 	liblttng-ust-fd.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-fd.so.1
2025-08-20T22:46:35.2127275Z 	liblttng-ust-dl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-dl.so.1
2025-08-20T22:46:35.2127800Z 	liblttng-ust-cyg-profile.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-cyg-profile.so.1
2025-08-20T22:46:35.2128428Z 	liblttng-ust-cyg-profile-fast.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-cyg-profile-fast.so.1
2025-08-20T22:46:35.2128992Z 	liblttng-ust-ctl.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-ctl.so.5
2025-08-20T22:46:35.2129488Z 	liblttng-ust-common.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-common.so.1
2025-08-20T22:46:35.2129936Z 	libltdl.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libltdl.so.7
2025-08-20T22:46:35.2130311Z 	liblsan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblsan.so.0
2025-08-20T22:46:35.2130681Z 	liblqr-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblqr-1.so.0
2025-08-20T22:46:35.2131282Z 	liblmdb.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblmdb.so.0
2025-08-20T22:46:35.2131667Z 	liblldb-18.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-18.so.1
2025-08-20T22:46:35.2132076Z 	liblldb-18.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-18.so
2025-08-20T22:46:35.2132473Z 	liblldb-17.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-17.so.1
2025-08-20T22:46:35.2132858Z 	liblldb-17.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-17.so
2025-08-20T22:46:35.2133240Z 	liblldb-16.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-16.so.1
2025-08-20T22:46:35.2133618Z 	liblldb-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-16.so
2025-08-20T22:46:35.2134113Z 	libldap.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libldap.so.2
2025-08-20T22:46:35.2134498Z 	liblcms2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblcms2.so.2
2025-08-20T22:46:35.2134870Z 	liblber.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblber.so.2
2025-08-20T22:46:35.2135262Z 	libk5crypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libk5crypto.so.3
2025-08-20T22:46:35.2135656Z 	libksba.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libksba.so.8
2025-08-20T22:46:35.2136068Z 	libkrb5support.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkrb5support.so.0
2025-08-20T22:46:35.2136479Z 	libkrb5.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkrb5.so.3
2025-08-20T22:46:35.2136842Z 	libkmod.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkmod.so.2
2025-08-20T22:46:35.2137231Z 	libkeyutils.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkeyutils.so.1
2025-08-20T22:46:35.2137641Z 	libjxrglue.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjxrglue.so.0
2025-08-20T22:46:35.2138055Z 	libjsoncpp.so.25 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjsoncpp.so.25
2025-08-20T22:46:35.2138497Z 	libjson-glib-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjson-glib-1.0.so.0
2025-08-20T22:46:35.2138923Z 	libjson-c.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjson-c.so.5
2025-08-20T22:46:35.2139291Z 	libjq.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjq.so.1
2025-08-20T22:46:35.2139660Z 	libjpegxr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjpegxr.so.0
2025-08-20T22:46:35.2140040Z 	libjpeg.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjpeg.so.8
2025-08-20T22:46:35.2140406Z 	libjcat.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjcat.so.1
2025-08-20T22:46:35.2141022Z 	libjbig2dec.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjbig2dec.so.0
2025-08-20T22:46:35.2141440Z 	libjbig.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjbig.so.0
2025-08-20T22:46:35.2141821Z 	libjansson.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjansson.so.4
2025-08-20T22:46:35.2142213Z 	libitm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libitm.so.1
2025-08-20T22:46:35.2142577Z 	libisns.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libisns.so.0
2025-08-20T22:46:35.2143063Z 	libisl.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libisl.so.23
2025-08-20T22:46:35.2143612Z 	libisccfg-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libisccfg-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:46:35.2144326Z 	libisccc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libisccc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:46:35.2145002Z 	libisc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libisc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:46:35.2145659Z 	libirs-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libirs-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:46:35.2146221Z 	libip6tc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libip6tc.so.2
2025-08-20T22:46:35.2146604Z 	libip4tc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libip4tc.so.2
2025-08-20T22:46:35.2146974Z 	libinih.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libinih.so.1
2025-08-20T22:46:35.2147348Z 	libijs-0.35.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libijs-0.35.so
2025-08-20T22:46:35.2147723Z 	libidn2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libidn2.so.0
2025-08-20T22:46:35.2148079Z 	libidn.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libidn.so.12
2025-08-20T22:46:35.2148446Z 	libicuuc.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so.74
2025-08-20T22:46:35.2148829Z 	libicuuc.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so.70
2025-08-20T22:46:35.2149203Z 	libicuuc.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so
2025-08-20T22:46:35.2149577Z 	libicutu.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so.74
2025-08-20T22:46:35.2149956Z 	libicutu.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so.70
2025-08-20T22:46:35.2150321Z 	libicutu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so
2025-08-20T22:46:35.2150935Z 	libicutest.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so.74
2025-08-20T22:46:35.2151360Z 	libicutest.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so.70
2025-08-20T22:46:35.2151759Z 	libicutest.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so
2025-08-20T22:46:35.2152154Z 	libicui18n.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so.74
2025-08-20T22:46:35.2152549Z 	libicui18n.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so.70
2025-08-20T22:46:35.2152939Z 	libicui18n.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so
2025-08-20T22:46:35.2153320Z 	libicuio.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so.74
2025-08-20T22:46:35.2153698Z 	libicuio.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so.70
2025-08-20T22:46:35.2154070Z 	libicuio.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so
2025-08-20T22:46:35.2154452Z 	libicudata.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so.74
2025-08-20T22:46:35.2154860Z 	libicudata.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so.70
2025-08-20T22:46:35.2155256Z 	libicudata.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so
2025-08-20T22:46:35.2155646Z 	libibverbs.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libibverbs.so.1
2025-08-20T22:46:35.2156047Z 	libibverbs.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libibverbs.so
2025-08-20T22:46:35.2156427Z 	libhwasan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhwasan.so.0
2025-08-20T22:46:35.2156848Z 	libhunspell-1.7.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhunspell-1.7.so.0
2025-08-20T22:46:35.2157275Z 	libhogweed.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhogweed.so.6
2025-08-20T22:46:35.2157673Z 	libhistory.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhistory.so.8
2025-08-20T22:46:35.2158107Z 	libhiredis_ssl.so.1.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhiredis_ssl.so.1.1.0
2025-08-20T22:46:35.2158557Z 	libhiredis.so.1.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhiredis.so.1.1.0
2025-08-20T22:46:35.2158970Z 	libhgfs.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhgfs.so.0
2025-08-20T22:46:35.2159463Z 	libheif.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libheif.so.1
2025-08-20T22:46:35.2159842Z 	libhavege.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhavege.so.2
2025-08-20T22:46:35.2160234Z 	libhashkit.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhashkit.so.2
2025-08-20T22:46:35.2160640Z 	libharfbuzz.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libharfbuzz.so.0
2025-08-20T22:46:35.2161277Z 	libhandle.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhandle.so.1
2025-08-20T22:46:35.2161656Z 	libgusb.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgusb.so.2
2025-08-20T22:46:35.2162043Z 	libguestlib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libguestlib.so.0
2025-08-20T22:46:35.2162512Z 	libguestStoreClient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libguestStoreClient.so.0
2025-08-20T22:46:35.2162979Z 	libgudev-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgudev-1.0.so.0
2025-08-20T22:46:35.2163377Z 	libgtk-3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgtk-3.so.0
2025-08-20T22:46:35.2163786Z 	libgthread-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgthread-2.0.so.0
2025-08-20T22:46:35.2164234Z 	libgstreamer-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstreamer-1.0.so.0
2025-08-20T22:46:35.2164674Z 	libgstnet-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstnet-1.0.so.0
2025-08-20T22:46:35.2165207Z 	libgstcontroller-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstcontroller-1.0.so.0
2025-08-20T22:46:35.2165692Z 	libgstcheck-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstcheck-1.0.so.0
2025-08-20T22:46:35.2166131Z 	libgstbase-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstbase-1.0.so.0
2025-08-20T22:46:35.2166567Z 	libgssapi_krb5.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgssapi_krb5.so.2
2025-08-20T22:46:35.2166966Z 	libgs.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgs.so.10
2025-08-20T22:46:35.2167482Z 	libgraphite2.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgraphite2.so.3
2025-08-20T22:46:35.2167906Z 	libgprofng.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgprofng.so.0
2025-08-20T22:46:35.2168295Z 	libgpm.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpm.so.2
2025-08-20T22:46:35.2168672Z 	libgpgme.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpgme.so.11
2025-08-20T22:46:35.2169083Z 	libgpg-error.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpg-error.so.0
2025-08-20T22:46:35.2169481Z 	libgomp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgomp.so.1
2025-08-20T22:46:35.2169881Z 	libgobject-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgobject-2.0.so.0
2025-08-20T22:46:35.2170298Z 	libgnutls.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgnutls.so.30
2025-08-20T22:46:35.2170686Z 	libgmpxx.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmpxx.so.4
2025-08-20T22:46:35.2171182Z 	libgmpxx.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmpxx.so
2025-08-20T22:46:35.2171555Z 	libgmp.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmp.so.10
2025-08-20T22:46:35.2171910Z 	libgmp.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmp.so
2025-08-20T22:46:35.2172300Z 	libgmodule-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmodule-2.0.so.0
2025-08-20T22:46:35.2172715Z 	libglib-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libglib-2.0.so.0
2025-08-20T22:46:35.2173166Z 	libgirepository-1.0.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgirepository-1.0.so.1
2025-08-20T22:46:35.2173614Z 	libgio-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgio-2.0.so.0
2025-08-20T22:46:35.2174009Z 	libgfortran.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgfortran.so.5
2025-08-20T22:46:35.2174447Z 	libgdk_pixbuf-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdk_pixbuf-2.0.so.0
2025-08-20T22:46:35.2174867Z 	libgdk-3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdk-3.so.0
2025-08-20T22:46:35.2175271Z 	libgdbm_compat.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdbm_compat.so.4
2025-08-20T22:46:35.2175674Z 	libgdbm.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdbm.so.6
2025-08-20T22:46:35.2176027Z 	libgd.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgd.so.3
2025-08-20T22:46:35.2176509Z 	libgctba.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgctba.so.1
2025-08-20T22:46:35.2176900Z 	libgcrypt.so.20 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgcrypt.so.20
2025-08-20T22:46:35.2177289Z 	libgccpp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgccpp.so.1
2025-08-20T22:46:35.2177656Z 	libgcc_s.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgcc_s.so.1
2025-08-20T22:46:35.2177988Z 	libgcc_s.so.1 (libc6) => /lib32/libgcc_s.so.1
2025-08-20T22:46:35.2178298Z 	libgc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgc.so.1
2025-08-20T22:46:35.2178646Z 	libgbm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgbm.so.1
2025-08-20T22:46:35.2179147Z 	libgallium-25.0.7-0ubuntu0.24.04.1.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgallium-25.0.7-0ubuntu0.24.04.1.so
2025-08-20T22:46:35.2179662Z 	libfwupd.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfwupd.so.2
2025-08-20T22:46:35.2180037Z 	libfuse3.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfuse3.so.3
2025-08-20T22:46:35.2180411Z 	libftdi1.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libftdi1.so.2
2025-08-20T22:46:35.2181031Z 	libfsverity.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfsverity.so.0
2025-08-20T22:46:35.2181470Z 	libfribidi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfribidi.so.0
2025-08-20T22:46:35.2181881Z 	libfreetype.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreetype.so.6
2025-08-20T22:46:35.2182281Z 	libfreebl3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreebl3.so
2025-08-20T22:46:35.2182690Z 	libfreeblpriv3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreeblpriv3.so
2025-08-20T22:46:35.2183098Z 	libformw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libformw.so.6
2025-08-20T22:46:35.2183471Z 	libformw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libformw.so
2025-08-20T22:46:35.2183837Z 	libform.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libform.so.6
2025-08-20T22:46:35.2184315Z 	libform.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libform.so
2025-08-20T22:46:35.2184702Z 	libfontenc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfontenc.so.1
2025-08-20T22:46:35.2185120Z 	libfontconfig.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfontconfig.so.1
2025-08-20T22:46:35.2185548Z 	libflashrom.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libflashrom.so.1
2025-08-20T22:46:35.2185937Z 	libfido2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfido2.so.1
2025-08-20T22:46:35.2186361Z 	libfftw3_threads.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3_threads.so.3
2025-08-20T22:46:35.2186794Z 	libfftw3_omp.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3_omp.so.3
2025-08-20T22:46:35.2187185Z 	libfftw3.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3.so.3
2025-08-20T22:46:35.2187549Z 	libffi.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libffi.so.8
2025-08-20T22:46:35.2187898Z 	libffi.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libffi.so
2025-08-20T22:46:35.2188260Z 	libfdisk.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfdisk.so.1
2025-08-20T22:46:35.2188633Z 	libfcgi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfcgi.so.0
2025-08-20T22:46:35.2189005Z 	libfcgi++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfcgi++.so.0
2025-08-20T22:46:35.2189403Z 	libfbclient.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfbclient.so.2
2025-08-20T22:46:35.2189810Z 	libfastjson.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfastjson.so.4
2025-08-20T22:46:35.2190265Z 	libfakeroot-0.so (libc6,x86-64) => /usr/lib/x86_64-linux-gnu/libfakeroot/libfakeroot-0.so
2025-08-20T22:46:35.2190698Z 	libe2p.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libe2p.so.2
2025-08-20T22:46:35.2191198Z 	libext2fs.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libext2fs.so.2
2025-08-20T22:46:35.2191579Z 	libexslt.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexslt.so.0
2025-08-20T22:46:35.2191956Z 	libexpatw.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpatw.so.1
2025-08-20T22:46:35.2192344Z 	libexpatw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpatw.so
2025-08-20T22:46:35.2192720Z 	libexpat.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpat.so.1
2025-08-20T22:46:35.2193208Z 	libexpat.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpat.so
2025-08-20T22:46:35.2193650Z 	libevent_pthreads-2.1.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevent_pthreads-2.1.so.7
2025-08-20T22:46:35.2194134Z 	libevent_core-2.1.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevent_core-2.1.so.7
2025-08-20T22:46:35.2194552Z 	libevdev.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevdev.so.2
2025-08-20T22:46:35.2194919Z 	libestr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libestr.so.0
2025-08-20T22:46:35.2195284Z 	libepoxy.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libepoxy.so.0
2025-08-20T22:46:35.2195684Z 	libenchant-2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libenchant-2.so.2
2025-08-20T22:46:35.2196071Z 	libelf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libelf.so.1
2025-08-20T22:46:35.2196452Z 	libefivar.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefivar.so.1
2025-08-20T22:46:35.2196846Z 	libefiboot.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefiboot.so.1
2025-08-20T22:46:35.2197228Z 	libefa.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefa.so.1
2025-08-20T22:46:35.2197579Z 	libefa.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libefa.so
2025-08-20T22:46:35.2197934Z 	libedit.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libedit.so.2
2025-08-20T22:46:35.2198328Z 	libeatmydata.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libeatmydata.so.1
2025-08-20T22:46:35.2198743Z 	libeatmydata.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libeatmydata.so
2025-08-20T22:46:35.2199118Z 	libdw.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdw.so.1
2025-08-20T22:46:35.2199496Z 	libduktape.so.207 (libc6,x86-64) => /lib/x86_64-linux-gnu/libduktape.so.207
2025-08-20T22:46:35.2199938Z 	libdrop_ambient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrop_ambient.so.0
2025-08-20T22:46:35.2200478Z 	libdrm_intel.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm_intel.so.1
2025-08-20T22:46:35.2201124Z 	libdrm_amdgpu.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm_amdgpu.so.1
2025-08-20T22:46:35.2201529Z 	libdrm.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm.so.2
2025-08-20T22:46:35.2202046Z 	libdns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:46:35.2202556Z 	libdl.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdl.so.2
2025-08-20T22:46:35.2202864Z 	libdl.so.2 (libc6) => /lib32/libdl.so.2
2025-08-20T22:46:35.2203214Z 	libdjvulibre.so.21 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdjvulibre.so.21
2025-08-20T22:46:35.2203622Z 	libde265.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libde265.so.0
2025-08-20T22:46:35.2204053Z 	libdevmapper.so.1.02.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper.so.1.02.1
2025-08-20T22:46:35.2204570Z 	libdevmapper-event.so.1.02.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event.so.1.02.1
2025-08-20T22:46:35.2205174Z 	libdevmapper-event-lvm2vdo.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2vdo.so
2025-08-20T22:46:35.2205789Z 	libdevmapper-event-lvm2thin.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2thin.so
2025-08-20T22:46:35.2206435Z 	libdevmapper-event-lvm2snapshot.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2snapshot.so
2025-08-20T22:46:35.2207078Z 	libdevmapper-event-lvm2raid.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2raid.so
2025-08-20T22:46:35.2207700Z 	libdevmapper-event-lvm2mirror.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2mirror.so
2025-08-20T22:46:35.2208320Z 	libdevmapper-event-lvm2.so.2.03 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2.so.2.03
2025-08-20T22:46:35.2208899Z 	libdevmapper-event-lvm2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2.so
2025-08-20T22:46:35.2209378Z 	libdeflate.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdeflate.so.0
2025-08-20T22:46:35.2209826Z 	libdebconfclient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdebconfclient.so.0
2025-08-20T22:46:35.2210386Z 	libdconf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdconf.so.1
2025-08-20T22:46:35.2210991Z 	libdbusmenu-gtk3.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbusmenu-gtk3.so.4
2025-08-20T22:46:35.2211502Z 	libdbusmenu-glib.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbusmenu-glib.so.4
2025-08-20T22:46:35.2211928Z 	libdbus-1.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbus-1.so.3
2025-08-20T22:46:35.2212301Z 	libdbus-1.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbus-1.so
2025-08-20T22:46:35.2212664Z 	libdb-5.3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdb-5.3.so
2025-08-20T22:46:35.2213044Z 	libdatrie.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdatrie.so.1
2025-08-20T22:46:35.2213429Z 	libcurl.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcurl.so.4
2025-08-20T22:46:35.2213845Z 	libcurl-gnutls.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcurl-gnutls.so.4
2025-08-20T22:46:35.2214258Z 	libcups.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcups.so.2
2025-08-20T22:46:35.2214624Z 	libctf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf.so.0
2025-08-20T22:46:35.2215018Z 	libctf-nobfd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd.so.0
2025-08-20T22:46:35.2215479Z 	libctf-nobfd-arm64.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-arm64.so.0
2025-08-20T22:46:35.2215965Z 	libctf-nobfd-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-arm64.so
2025-08-20T22:46:35.2216445Z 	libctf-nobfd-armhf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armhf.so.0
2025-08-20T22:46:35.2216926Z 	libctf-nobfd-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armhf.so
2025-08-20T22:46:35.2217408Z 	libctf-nobfd-armel.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armel.so.0
2025-08-20T22:46:35.2217881Z 	libctf-nobfd-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armel.so
2025-08-20T22:46:35.2218478Z 	libctf-arm64.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-arm64.so.0
2025-08-20T22:46:35.2218897Z 	libctf-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-arm64.so
2025-08-20T22:46:35.2219307Z 	libctf-armhf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armhf.so.0
2025-08-20T22:46:35.2219713Z 	libctf-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armhf.so
2025-08-20T22:46:35.2220122Z 	libctf-armel.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armel.so.0
2025-08-20T22:46:35.2220524Z 	libctf-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armel.so
2025-08-20T22:46:35.2221202Z 	libcryptsetup.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcryptsetup.so.12
2025-08-20T22:46:35.2221645Z 	libcrypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypto.so.3
2025-08-20T22:46:35.2222026Z 	libcrypto.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypto.so
2025-08-20T22:46:35.2222405Z 	libcrypt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypt.so.1
2025-08-20T22:46:35.2222781Z 	libcrypt.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypt.so
2025-08-20T22:46:35.2223160Z 	libcom_err.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcom_err.so.2
2025-08-20T22:46:35.2223593Z 	libcolordprivate.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcolordprivate.so.2
2025-08-20T22:46:35.2224031Z 	libcolord.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcolord.so.2
2025-08-20T22:46:35.2224429Z 	libclang-18.so.18 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-18.so.18
2025-08-20T22:46:35.2224833Z 	libclang-17.so.17 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-17.so.17
2025-08-20T22:46:35.2225250Z 	libclang-16.so.16.0.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-16.so.16.0.6
2025-08-20T22:46:35.2225693Z 	libclang-cpp.so.18.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.18.1
2025-08-20T22:46:35.2226135Z 	libclang-cpp.so.17 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.17
2025-08-20T22:46:35.2226565Z 	libclang-cpp.so.16 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.16
2025-08-20T22:46:35.2226958Z 	libcc1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcc1.so.0
2025-08-20T22:46:35.2227466Z 	libcbor.so.0.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcbor.so.0.10
2025-08-20T22:46:35.2227852Z 	libcares.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcares.so.2
2025-08-20T22:46:35.2228220Z 	libcap.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcap.so.2
2025-08-20T22:46:35.2228590Z 	libcap-ng.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcap-ng.so.0
2025-08-20T22:46:35.2228985Z 	libcanberra.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcanberra.so.0
2025-08-20T22:46:35.2229379Z 	libcairo.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcairo.so.2
2025-08-20T22:46:35.2229800Z 	libcairo-gobject.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcairo-gobject.so.2
2025-08-20T22:46:35.2230258Z 	libc_malloc_debug.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libc_malloc_debug.so.0
2025-08-20T22:46:35.2230677Z 	libc_malloc_debug.so.0 (libc6) => /lib32/libc_malloc_debug.so.0
2025-08-20T22:46:35.2231196Z 	libc_malloc_debug.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libc_malloc_debug.so
2025-08-20T22:46:35.2231594Z 	libc.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libc.so.6
2025-08-20T22:46:35.2231893Z 	libc.so.6 (libc6) => /lib32/libc.so.6
2025-08-20T22:46:35.2232213Z 	libc-client.so.2007e (libc6,x86-64) => /lib/libc-client.so.2007e
2025-08-20T22:46:35.2232599Z 	libbz2.so.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbz2.so.1.0
2025-08-20T22:46:35.2232988Z 	libbytesize.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbytesize.so.1
2025-08-20T22:46:35.2233371Z 	libbsd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbsd.so.0
2025-08-20T22:46:35.2233761Z 	libbrotlienc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlienc.so.1
2025-08-20T22:46:35.2234184Z 	libbrotlidec.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlidec.so.1
2025-08-20T22:46:35.2234630Z 	libbrotlicommon.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlicommon.so.1
2025-08-20T22:46:35.2235157Z 	libbpf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbpf.so.1
2025-08-20T22:46:35.2235553Z 	libblockdev.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libblockdev.so.3
2025-08-20T22:46:35.2235951Z 	libblkid.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libblkid.so.1
2025-08-20T22:46:35.2236500Z 	libbind9-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbind9-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:46:35.2237080Z 	libbfd-2.42-system.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-system.so
2025-08-20T22:46:35.2237529Z 	libbfd-2.42-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-arm64.so
2025-08-20T22:46:35.2237967Z 	libbfd-2.42-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-armhf.so
2025-08-20T22:46:35.2238396Z 	libbfd-2.42-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-armel.so
2025-08-20T22:46:35.2238811Z 	libbd_utils.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_utils.so.3
2025-08-20T22:46:35.2239206Z 	libbd_swap.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_swap.so.3
2025-08-20T22:46:35.2239593Z 	libbd_part.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_part.so.3
2025-08-20T22:46:35.2239977Z 	libbd_nvme.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_nvme.so.3
2025-08-20T22:46:35.2240374Z 	libbd_mdraid.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_mdraid.so.3
2025-08-20T22:46:35.2240922Z 	libbd_loop.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_loop.so.3
2025-08-20T22:46:35.2241372Z 	libbd_fs.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_fs.so.3
2025-08-20T22:46:35.2241758Z 	libbd_crypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_crypto.so.3
2025-08-20T22:46:35.2242154Z 	libbcc_bpf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbcc_bpf.so.0
2025-08-20T22:46:35.2242529Z 	libbcc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbcc.so.0
2025-08-20T22:46:35.2242937Z 	libavahi-common.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libavahi-common.so.3
2025-08-20T22:46:35.2243397Z 	libavahi-client.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libavahi-client.so.3
2025-08-20T22:46:35.2243951Z 	libaudit.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaudit.so.1
2025-08-20T22:46:35.2244326Z 	libattr.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libattr.so.1
2025-08-20T22:46:35.2244701Z 	libatspi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatspi.so.0
2025-08-20T22:46:35.2245088Z 	libatomic.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatomic.so.1
2025-08-20T22:46:35.2245465Z 	libatm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatm.so.1
2025-08-20T22:46:35.2245835Z 	libatk-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatk-1.0.so.0
2025-08-20T22:46:35.2246294Z 	libatk-bridge-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatk-bridge-2.0.so.0
2025-08-20T22:46:35.2246739Z 	libatasmart.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatasmart.so.4
2025-08-20T22:46:35.2247148Z 	libassuan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libassuan.so.0
2025-08-20T22:46:35.2247541Z 	libaspell.so.15 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaspell.so.15
2025-08-20T22:46:35.2247934Z 	libasound.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libasound.so.2
2025-08-20T22:46:35.2248314Z 	libasan.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libasan.so.8
2025-08-20T22:46:35.2248680Z 	libaria2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaria2.so.0
2025-08-20T22:46:35.2249059Z 	libargon2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libargon2.so.1
2025-08-20T22:46:35.2249458Z 	libarchive.so.13 (libc6,x86-64) => /lib/x86_64-linux-gnu/libarchive.so.13
2025-08-20T22:46:35.2249905Z 	libapt-private.so.0.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapt-private.so.0.0
2025-08-20T22:46:35.2250354Z 	libapt-pkg.so.6.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapt-pkg.so.6.0
2025-08-20T22:46:35.2250885Z 	libaprutil-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaprutil-1.so.0
2025-08-20T22:46:35.2251286Z 	libapr-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapr-1.so.0
2025-08-20T22:46:35.2251805Z 	libappstream.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libappstream.so.5
2025-08-20T22:46:35.2252229Z 	libapparmor.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapparmor.so.1
2025-08-20T22:46:35.2252621Z 	libaom.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaom.so.3
2025-08-20T22:46:35.2252976Z 	libanl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libanl.so.1
2025-08-20T22:46:35.2253291Z 	libanl.so.1 (libc6) => /lib32/libanl.so.1
2025-08-20T22:46:35.2253591Z 	libanl.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libanl.so
2025-08-20T22:46:35.2253958Z 	libaio.so.1t64 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaio.so.1t64
2025-08-20T22:46:35.2254329Z 	libacl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libacl.so.1
2025-08-20T22:46:35.2254680Z 	libX11.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libX11.so.6
2025-08-20T22:46:35.2255044Z 	libX11-xcb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libX11-xcb.so.1
2025-08-20T22:46:35.2255436Z 	libXxf86vm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXxf86vm.so.1
2025-08-20T22:46:35.2255826Z 	libXtst.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXtst.so.6
2025-08-20T22:46:35.2256180Z 	libXt.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXt.so.6
2025-08-20T22:46:35.2256536Z 	libXss.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXss.so.1
2025-08-20T22:46:35.2256911Z 	libXrender.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXrender.so.1
2025-08-20T22:46:35.2257311Z 	libXrandr.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXrandr.so.2
2025-08-20T22:46:35.2257686Z 	libXpm.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXpm.so.4
2025-08-20T22:46:35.2258063Z 	libXmuu.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXmuu.so.1
2025-08-20T22:46:35.2258422Z 	libXmu.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXmu.so.6
2025-08-20T22:46:35.2258806Z 	libXinerama.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXinerama.so.1
2025-08-20T22:46:35.2259189Z 	libXi.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXi.so.6
2025-08-20T22:46:35.2259538Z 	libXft.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXft.so.2
2025-08-20T22:46:35.2259917Z 	libXfont2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXfont2.so.2
2025-08-20T22:46:35.2260423Z 	libXfixes.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXfixes.so.3
2025-08-20T22:46:35.2261022Z 	libXext.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXext.so.6
2025-08-20T22:46:35.2261418Z 	libXdmcp.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdmcp.so.6
2025-08-20T22:46:35.2261789Z 	libXdmcp.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdmcp.so
2025-08-20T22:46:35.2262173Z 	libXdamage.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdamage.so.1
2025-08-20T22:46:35.2262578Z 	libXcursor.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXcursor.so.1
2025-08-20T22:46:35.2263000Z 	libXcomposite.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXcomposite.so.1
2025-08-20T22:46:35.2263401Z 	libXaw.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXaw.so.7
2025-08-20T22:46:35.2263748Z 	libXau.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXau.so.6
2025-08-20T22:46:35.2264096Z 	libXau.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libXau.so
2025-08-20T22:46:35.2264445Z 	libSM.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libSM.so.6
2025-08-20T22:46:35.2264871Z 	libOpenEXRUtil-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXRUtil-3_1.so.30
2025-08-20T22:46:35.2265364Z 	libOpenEXRCore-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXRCore-3_1.so.30
2025-08-20T22:46:35.2265853Z 	libOpenEXR-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXR-3_1.so.30
2025-08-20T22:46:35.2266329Z 	libMagickWand-6.Q16.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libMagickWand-6.Q16.so.7
2025-08-20T22:46:35.2266822Z 	libMagickCore-6.Q16.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libMagickCore-6.Q16.so.7
2025-08-20T22:46:35.2267256Z 	libLerc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLerc.so.4
2025-08-20T22:46:35.2267643Z 	libLLVM.so.19.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM.so.19.1
2025-08-20T22:46:35.2268160Z 	libLLVM.so.18.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM.so.18.1
2025-08-20T22:46:35.2268552Z 	libLLVM-17.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-17.so.1
2025-08-20T22:46:35.2268945Z 	libLLVM-17.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-17.so
2025-08-20T22:46:35.2269326Z 	libLLVM-16.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-16.so.1
2025-08-20T22:46:35.2269705Z 	libLLVM-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-16.so
2025-08-20T22:46:35.2270074Z 	libJudy.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libJudy.so.1
2025-08-20T22:46:35.2270466Z 	libImath-3_1.so.29 (libc6,x86-64) => /lib/x86_64-linux-gnu/libImath-3_1.so.29
2025-08-20T22:46:35.2271029Z 	libIlmThread-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libIlmThread-3_1.so.30
2025-08-20T22:46:35.2271460Z 	libIex-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libIex-3_1.so.30
2025-08-20T22:46:35.2271838Z 	libICE.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libICE.so.6
2025-08-20T22:46:35.2272244Z 	libGLdispatch.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLdispatch.so.0
2025-08-20T22:46:35.2272660Z 	libGLX_mesa.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLX_mesa.so.0
2025-08-20T22:46:35.2273042Z 	libGLX.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLX.so.0
2025-08-20T22:46:35.2273395Z 	libGL.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGL.so.1
2025-08-20T22:46:35.2273784Z 	libDeployPkg.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libDeployPkg.so.0
2025-08-20T22:46:35.2274233Z 	libBrokenLocale.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libBrokenLocale.so.1
2025-08-20T22:46:35.2274661Z 	libBrokenLocale.so.1 (libc6) => /lib32/libBrokenLocale.so.1
2025-08-20T22:46:35.2275068Z 	libBrokenLocale.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libBrokenLocale.so
2025-08-20T22:46:35.2275469Z 	ld-musl-x86_64.so.1 (libc6,x86-64) => /lib/ld-musl-x86_64.so.1
2025-08-20T22:46:35.2275791Z 	ld-linux.so.2 (libc6) => /lib32/ld-linux.so.2
2025-08-20T22:46:35.2276069Z 	ld-linux.so.2 (libc6) => /lib/ld-linux.so.2
2025-08-20T22:46:35.2276426Z 	ld-linux-x86-64.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
2025-08-20T22:46:35.2277024Z Cache generated by: ldconfig (Ubuntu GLIBC 2.39-0ubuntu8.5) stable release version 2.39
2025-08-20T22:46:35.2423355Z [+] Installing Go for linux-amd64...
2025-08-20T22:46:35.7456681Z [!] Found existing Go installation at: /usr/bin/go
2025-08-20T22:46:35.7457264Z [!] GOROOT: /opt/hostedtoolcache/go/1.24.6/x64
2025-08-20T22:46:35.7458012Z [!] Removing existing GOROOT: /opt/hostedtoolcache/go/1.24.6/x64
2025-08-20T22:46:39.1254336Z [+] Downloading Go go1.25.0...
2025-08-20T22:46:39.1304391Z   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
2025-08-20T22:46:39.1305114Z                                  Dload  Upload   Total   Spent    Left  Speed
2025-08-20T22:46:39.1305491Z 
2025-08-20T22:46:39.2002555Z   0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
2025-08-20T22:46:39.2003358Z 100    80  100    80    0     0   1144      0 --:--:-- --:--:-- --:--:--  1159
2025-08-20T22:46:39.2813103Z 
2025-08-20T22:46:39.2813564Z 100    75  100    75    0     0    496      0 --:--:-- --:--:-- --:--:--   496
2025-08-20T22:46:39.5423595Z 
2025-08-20T22:46:39.5424174Z 100 56.8M  100 56.8M    0     0   138M      0 --:--:-- --:--:-- --:--:--  138M
2025-08-20T22:46:39.5457749Z (DL) <== https://golang.org/dl/go1.25.0.linux-amd64.tar.gz
2025-08-20T22:46:40.9285356Z [+] Success! Go version: go version go1.25.0 linux/amd64
2025-08-20T22:46:40.9285864Z [+] GOROOT: /home/runner/.go
2025-08-20T22:46:40.9286116Z [+] GOPATH: /home/runner/go
2025-08-20T22:46:40.9286435Z [|] PATH: export PATH="/home/runner/.go/bin:/home/runner/go/bin:${PATH}"
2025-08-20T22:46:40.9439939Z go version go1.25.0 linux/amd64
2025-08-20T22:46:40.9802302Z 680 libs found in cache `/etc/ld.so.cache'
2025-08-20T22:46:40.9803146Z 	libz3.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libz3.so.4
2025-08-20T22:46:40.9803859Z 	libz3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libz3.so
2025-08-20T22:46:40.9804702Z 	libzstd.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzstd.so.1
2025-08-20T22:46:40.9805507Z 	libzstd.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libzstd.so
2025-08-20T22:46:40.9806186Z 	libzmq.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzmq.so.5
2025-08-20T22:46:40.9806847Z 	libzip.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzip.so.4
2025-08-20T22:46:40.9807498Z 	libzen.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzen.so.0
2025-08-20T22:46:40.9808150Z 	libz.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libz.so.1
2025-08-20T22:46:40.9808735Z 	libz.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libz.so
2025-08-20T22:46:40.9809346Z 	libyaml-0.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libyaml-0.so.2
2025-08-20T22:46:40.9810001Z 	libyajl.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libyajl.so.2
2025-08-20T22:46:40.9810652Z 	libxxhash.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxxhash.so.0
2025-08-20T22:46:40.9811499Z 	libxtables.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxtables.so.12
2025-08-20T22:46:40.9811937Z 	libxslt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxslt.so.1
2025-08-20T22:46:40.9812354Z 	libxshmfence.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxshmfence.so.1
2025-08-20T22:46:40.9813026Z 	libxml2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxml2.so.2
2025-08-20T22:46:40.9813600Z 	libxml2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxml2.so
2025-08-20T22:46:40.9814264Z 	libxmlsec1.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlsec1.so.1
2025-08-20T22:46:40.9815071Z 	libxmlsec1-openssl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlsec1-openssl.so.1
2025-08-20T22:46:40.9815844Z 	libxmlb.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlb.so.2
2025-08-20T22:46:40.9816537Z 	libxkbfile.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxkbfile.so.1
2025-08-20T22:46:40.9817047Z 	libxkbcommon.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxkbcommon.so.0
2025-08-20T22:46:40.9817448Z 	libxcb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb.so.1
2025-08-20T22:46:40.9817813Z 	libxcb.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb.so
2025-08-20T22:46:40.9818199Z 	libxcb-xfixes.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-xfixes.so.0
2025-08-20T22:46:40.9818837Z 	libxcb-xfixes.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-xfixes.so
2025-08-20T22:46:40.9819254Z 	libxcb-sync.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-sync.so.1
2025-08-20T22:46:40.9819652Z 	libxcb-shm.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shm.so.0
2025-08-20T22:46:40.9820060Z 	libxcb-shape.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shape.so.0
2025-08-20T22:46:40.9820481Z 	libxcb-shape.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shape.so
2025-08-20T22:46:40.9821173Z 	libxcb-render.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-render.so.0
2025-08-20T22:46:40.9821611Z 	libxcb-render.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-render.so
2025-08-20T22:46:40.9822026Z 	libxcb-randr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-randr.so.0
2025-08-20T22:46:40.9822472Z 	libxcb-present.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-present.so.0
2025-08-20T22:46:40.9822905Z 	libxcb-glx.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-glx.so.0
2025-08-20T22:46:40.9823305Z 	libxcb-dri3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-dri3.so.0
2025-08-20T22:46:40.9823696Z 	libwrap.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwrap.so.0
2025-08-20T22:46:40.9824104Z 	libwmflite-0.2.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwmflite-0.2.so.7
2025-08-20T22:46:40.9824525Z 	libwebpmux.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebpmux.so.3
2025-08-20T22:46:40.9824938Z 	libwebpdemux.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebpdemux.so.2
2025-08-20T22:46:40.9825344Z 	libwebp.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebp.so.7
2025-08-20T22:46:40.9825742Z 	libwbclient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwbclient.so.0
2025-08-20T22:46:40.9826190Z 	libwayland-server.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-server.so.0
2025-08-20T22:46:40.9826787Z 	libwayland-egl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-egl.so.1
2025-08-20T22:46:40.9827259Z 	libwayland-cursor.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-cursor.so.0
2025-08-20T22:46:40.9827742Z 	libwayland-client.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-client.so.0
2025-08-20T22:46:40.9828198Z 	libvulkan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvulkan.so.1
2025-08-20T22:46:40.9828616Z 	libvorbisfile.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvorbisfile.so.3
2025-08-20T22:46:40.9829032Z 	libvorbis.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvorbis.so.0
2025-08-20T22:46:40.9829436Z 	libvolume_key.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvolume_key.so.1
2025-08-20T22:46:40.9829846Z 	libvmtools.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvmtools.so.0
2025-08-20T22:46:40.9830245Z 	libvgauth.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvgauth.so.0
2025-08-20T22:46:40.9830619Z 	libuv.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuv.so.1
2025-08-20T22:46:40.9831369Z 	libuuid.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuuid.so.1
2025-08-20T22:46:40.9831761Z 	libutil.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libutil.so.1
2025-08-20T22:46:40.9832100Z 	libutil.so.1 (libc6) => /lib32/libutil.so.1
2025-08-20T22:46:40.9832454Z 	libutempter.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libutempter.so.0
2025-08-20T22:46:40.9832875Z 	libusb-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libusb-1.0.so.0
2025-08-20T22:46:40.9833257Z 	liburcu.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu.so.8
2025-08-20T22:46:40.9833661Z 	liburcu-signal.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-signal.so.8
2025-08-20T22:46:40.9834098Z 	liburcu-qsbr.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-qsbr.so.8
2025-08-20T22:46:40.9834510Z 	liburcu-memb.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-memb.so.8
2025-08-20T22:46:40.9834914Z 	liburcu-mb.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-mb.so.8
2025-08-20T22:46:40.9835337Z 	liburcu-common.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-common.so.8
2025-08-20T22:46:40.9835894Z 	liburcu-cds.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-cds.so.8
2025-08-20T22:46:40.9836291Z 	liburcu-bp.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-bp.so.8
2025-08-20T22:46:40.9836687Z 	libunwind.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind.so.8
2025-08-20T22:46:40.9837104Z 	libunwind-x86_64.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-x86_64.so.8
2025-08-20T22:46:40.9837568Z 	libunwind-ptrace.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-ptrace.so.0
2025-08-20T22:46:40.9838060Z 	libunwind-coredump.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-coredump.so.0
2025-08-20T22:46:40.9838531Z 	libunistring.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunistring.so.5
2025-08-20T22:46:40.9838942Z 	libudisks2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libudisks2.so.0
2025-08-20T22:46:40.9839332Z 	libudev.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libudev.so.1
2025-08-20T22:46:40.9839713Z 	libuchardet.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuchardet.so.0
2025-08-20T22:46:40.9840115Z 	libubsan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libubsan.so.1
2025-08-20T22:46:40.9840548Z 	libtss2-tcti-swtpm.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-swtpm.so.0
2025-08-20T22:46:40.9841250Z 	libtss2-tcti-mssim.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-mssim.so.0
2025-08-20T22:46:40.9841763Z 	libtss2-tcti-device.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-device.so.0
2025-08-20T22:46:40.9842253Z 	libtss2-tcti-cmd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-cmd.so.0
2025-08-20T22:46:40.9842691Z 	libtss2-sys.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-sys.so.1
2025-08-20T22:46:40.9843090Z 	libtss2-rc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-rc.so.0
2025-08-20T22:46:40.9843477Z 	libtss2-mu.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-mu.so.0
2025-08-20T22:46:40.9844001Z 	libtss2-esys.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-esys.so.0
2025-08-20T22:46:40.9844410Z 	libtsan.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtsan.so.2
2025-08-20T22:46:40.9844789Z 	libtracefs.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtracefs.so.1
2025-08-20T22:46:40.9845208Z 	libtraceevent.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtraceevent.so.1
2025-08-20T22:46:40.9845624Z 	libtommath.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtommath.so.1
2025-08-20T22:46:40.9846003Z 	libtk8.6.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtk8.6.so
2025-08-20T22:46:40.9846376Z 	libtirpc.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtirpc.so.3
2025-08-20T22:46:40.9846775Z 	libtinyxml2.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinyxml2.so.10
2025-08-20T22:46:40.9847173Z 	libtinfo.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinfo.so.6
2025-08-20T22:46:40.9847536Z 	libtinfo.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinfo.so
2025-08-20T22:46:40.9847899Z 	libtiff.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtiff.so.6
2025-08-20T22:46:40.9848285Z 	libtidy.so.5deb1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtidy.so.5deb1
2025-08-20T22:46:40.9848663Z 	libtic.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtic.so.6
2025-08-20T22:46:40.9849013Z 	libtic.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtic.so
2025-08-20T22:46:40.9849388Z 	libthread_db.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libthread_db.so.1
2025-08-20T22:46:40.9849754Z 	libthread_db.so.1 (libc6) => /lib32/libthread_db.so.1
2025-08-20T22:46:40.9850113Z 	libthread_db.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libthread_db.so
2025-08-20T22:46:40.9850499Z 	libthai.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libthai.so.0
2025-08-20T22:46:40.9851080Z 	libtdb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtdb.so.1
2025-08-20T22:46:40.9851478Z 	libtcl8.6.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtcl8.6.so
2025-08-20T22:46:40.9851845Z 	libtasn1.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtasn1.so.6
2025-08-20T22:46:40.9852226Z 	libtalloc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtalloc.so.2
2025-08-20T22:46:40.9852828Z 	libsystemd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsystemd.so.0
2025-08-20T22:46:40.9853222Z 	libsysfs.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsysfs.so.2
2025-08-20T22:46:40.9853592Z 	libsybdb.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsybdb.so.5
2025-08-20T22:46:40.9853958Z 	libsubid.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsubid.so.4
2025-08-20T22:46:40.9854348Z 	libstemmer.so.0d (libc6,x86-64) => /lib/x86_64-linux-gnu/libstemmer.so.0d
2025-08-20T22:46:40.9854746Z 	libstdc++.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libstdc++.so.6
2025-08-20T22:46:40.9855085Z 	libstdc++.so.6 (libc6) => /lib32/libstdc++.so.6
2025-08-20T22:46:40.9855403Z 	libssl3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl3.so
2025-08-20T22:46:40.9855750Z 	libssl.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl.so.3
2025-08-20T22:46:40.9856101Z 	libssl.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl.so
2025-08-20T22:46:40.9856451Z 	libssh2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssh2.so.1
2025-08-20T22:46:40.9856812Z 	libssh.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssh.so.4
2025-08-20T22:46:40.9857156Z 	libss.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libss.so.2
2025-08-20T22:46:40.9857703Z 	libsqlite3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsqlite3.so.0
2025-08-20T22:46:40.9858114Z 	libsqlite3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsqlite3.so
2025-08-20T22:46:40.9858549Z 	libsourcekitdInProc.so (libc6,x86-64) => /usr/local/lib/libsourcekitdInProc.so
2025-08-20T22:46:40.9858992Z 	libsoftokn3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsoftokn3.so
2025-08-20T22:46:40.9859388Z 	libsodium.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsodium.so.23
2025-08-20T22:46:40.9859778Z 	libsnmp.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsnmp.so.40
2025-08-20T22:46:40.9860291Z 	libsnappy.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsnappy.so.1
2025-08-20T22:46:40.9860685Z 	libsmime3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsmime3.so
2025-08-20T22:46:40.9861286Z 	libsmartcols.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsmartcols.so.1
2025-08-20T22:46:40.9861706Z 	libslirp.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libslirp.so.0
2025-08-20T22:46:40.9862081Z 	libslang.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libslang.so.2
2025-08-20T22:46:40.9862469Z 	libsigsegv.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsigsegv.so.2
2025-08-20T22:46:40.9863027Z 	libsharpyuv.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsharpyuv.so.0
2025-08-20T22:46:40.9863479Z 	libsgutils2-1.46.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsgutils2-1.46.so.2
2025-08-20T22:46:40.9863907Z 	libsframe.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsframe.so.1
2025-08-20T22:46:40.9864292Z 	libsepol.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsepol.so.2
2025-08-20T22:46:40.9864677Z 	libsensors.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsensors.so.5
2025-08-20T22:46:40.9865090Z 	libsemanage.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsemanage.so.2
2025-08-20T22:46:40.9865494Z 	libselinux.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libselinux.so.1
2025-08-20T22:46:40.9865887Z 	libseccomp.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libseccomp.so.2
2025-08-20T22:46:40.9866266Z 	libsasl2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsasl2.so.2
2025-08-20T22:46:40.9866654Z 	libruby-3.2.so.3.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libruby-3.2.so.3.2
2025-08-20T22:46:40.9867050Z 	libruby-3.2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libruby-3.2.so
2025-08-20T22:46:40.9867594Z 	librtmp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/librtmp.so.1
2025-08-20T22:46:40.9868183Z 	librt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/librt.so.1
2025-08-20T22:46:40.9868655Z 	librt.so.1 (libc6) => /lib32/librt.so.1
2025-08-20T22:46:40.9868982Z 	librpmsign.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmsign.so.9
2025-08-20T22:46:40.9869378Z 	librpmio.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmio.so.9
2025-08-20T22:46:40.9869770Z 	librpmbuild.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmbuild.so.9
2025-08-20T22:46:40.9870308Z 	librpm.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpm.so.9
2025-08-20T22:46:40.9870671Z 	librhash.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/librhash.so.0
2025-08-20T22:46:40.9871216Z 	libre2.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libre2.so.10
2025-08-20T22:46:40.9871589Z 	libresolv.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libresolv.so.2
2025-08-20T22:46:40.9871929Z 	libresolv.so.2 (libc6) => /lib32/libresolv.so.2
2025-08-20T22:46:40.9872265Z 	libresolv.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libresolv.so
2025-08-20T22:46:40.9872683Z 	libreiserfscore.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libreiserfscore.so.0
2025-08-20T22:46:40.9873121Z 	libreadline.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libreadline.so.8
2025-08-20T22:46:40.9873520Z 	libraw_r.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libraw_r.so.23
2025-08-20T22:46:40.9873886Z 	libraw.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libraw.so.23
2025-08-20T22:46:40.9874272Z 	librabbitmq.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/librabbitmq.so.4
2025-08-20T22:46:40.9874675Z 	libquadmath.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libquadmath.so.0
2025-08-20T22:46:40.9875089Z 	libqrtr-glib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libqrtr-glib.so.0
2025-08-20T22:46:40.9875501Z 	libqmi-glib.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libqmi-glib.so.5
2025-08-20T22:46:40.9875855Z 	libqdbm.so.14 (libc6,x86-64) => /lib/libqdbm.so.14
2025-08-20T22:46:40.9876201Z 	libp11-kit.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libp11-kit.so.0
2025-08-20T22:46:40.9876614Z 	libpython3.12.so.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpython3.12.so.1.0
2025-08-20T22:46:40.9877033Z 	libpython3.12.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpython3.12.so
2025-08-20T22:46:40.9877431Z 	libpthread.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpthread.so.0
2025-08-20T22:46:40.9877902Z 	libpthread.so.0 (libc6) => /lib32/libpthread.so.0
2025-08-20T22:46:40.9878392Z 	libpsx.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpsx.so.2
2025-08-20T22:46:40.9878786Z 	libpspell.so.15 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpspell.so.15
2025-08-20T22:46:40.9879167Z 	libpsl.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpsl.so.5
2025-08-20T22:46:40.9879589Z 	libprotobuf-lite.so.32 (libc6,x86-64) => /lib/x86_64-linux-gnu/libprotobuf-lite.so.32
2025-08-20T22:46:40.9880047Z 	libprotobuf-c.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libprotobuf-c.so.1
2025-08-20T22:46:40.9880452Z 	libproc2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libproc2.so.0
2025-08-20T22:46:40.9881007Z 	libpq.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpq.so.5
2025-08-20T22:46:40.9881356Z 	libpq.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpq.so
2025-08-20T22:46:40.9881707Z 	libpopt.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpopt.so.0
2025-08-20T22:46:40.9882155Z 	libpolkit-gobject-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpolkit-gobject-1.so.0
2025-08-20T22:46:40.9882665Z 	libpolkit-agent-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpolkit-agent-1.so.0
2025-08-20T22:46:40.9883106Z 	libpng16.so.16 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpng16.so.16
2025-08-20T22:46:40.9883477Z 	libply.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply.so.5
2025-08-20T22:46:40.9883938Z 	libply-splash-graphics.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-splash-graphics.so.5
2025-08-20T22:46:40.9884499Z 	libply-splash-core.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-splash-core.so.5
2025-08-20T22:46:40.9885379Z 	libply-boot-client.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-boot-client.so.5
2025-08-20T22:46:40.9886149Z 	libplds4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libplds4.so
2025-08-20T22:46:40.9886793Z 	libplc4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libplc4.so
2025-08-20T22:46:40.9887473Z 	libpkgconf.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpkgconf.so.3
2025-08-20T22:46:40.9887926Z 	libpixman-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpixman-1.so.0
2025-08-20T22:46:40.9888504Z 	libpipeline.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpipeline.so.1
2025-08-20T22:46:40.9888900Z 	libpgm-5.3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpgm-5.3.so.0
2025-08-20T22:46:40.9889272Z 	libpfm.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpfm.so.4
2025-08-20T22:46:40.9889646Z 	libperl.so.5.38 (libc6,x86-64) => /lib/x86_64-linux-gnu/libperl.so.5.38
2025-08-20T22:46:40.9890036Z 	libpcre2-32.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-32.so.0
2025-08-20T22:46:40.9890429Z 	libpcre2-32.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-32.so
2025-08-20T22:46:40.9891086Z 	libpcre2-16.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-16.so.0
2025-08-20T22:46:40.9891492Z 	libpcre2-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-16.so
2025-08-20T22:46:40.9891876Z 	libpcre2-8.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-8.so.0
2025-08-20T22:46:40.9892277Z 	libpcre2-8.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-8.so
2025-08-20T22:46:40.9892707Z 	libpcre2-posix.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-posix.so.3
2025-08-20T22:46:40.9893158Z 	libpcre2-posix.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-posix.so
2025-08-20T22:46:40.9893578Z 	libpcprofile.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcprofile.so
2025-08-20T22:46:40.9893946Z 	libpcprofile.so (libc6) => /lib32/libpcprofile.so
2025-08-20T22:46:40.9894315Z 	libpciaccess.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpciaccess.so.0
2025-08-20T22:46:40.9894713Z 	libpci.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpci.so.3
2025-08-20T22:46:40.9895103Z 	libpcap.so.0.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcap.so.0.8
2025-08-20T22:46:40.9895476Z 	libpcap.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcap.so
2025-08-20T22:46:40.9895849Z 	libparted.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libparted.so.2
2025-08-20T22:46:40.9896359Z 	libpaper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpaper.so.1
2025-08-20T22:46:40.9896780Z 	libpangoft2-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpangoft2-1.0.so.0
2025-08-20T22:46:40.9897245Z 	libpangocairo-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpangocairo-1.0.so.0
2025-08-20T22:46:40.9897686Z 	libpango-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpango-1.0.so.0
2025-08-20T22:46:40.9898083Z 	libpanelw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanelw.so.6
2025-08-20T22:46:40.9898464Z 	libpanelw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanelw.so
2025-08-20T22:46:40.9898844Z 	libpanel.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanel.so.6
2025-08-20T22:46:40.9899214Z 	libpanel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanel.so
2025-08-20T22:46:40.9899578Z 	libpamc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpamc.so.0
2025-08-20T22:46:40.9899962Z 	libpam_misc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpam_misc.so.0
2025-08-20T22:46:40.9900342Z 	libpam.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpam.so.0
2025-08-20T22:46:40.9900957Z 	libpackagekit-glib2.so.18 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpackagekit-glib2.so.18
2025-08-20T22:46:40.9901456Z 	libopenjp2.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libopenjp2.so.7
2025-08-20T22:46:40.9901910Z 	libopeniscsiusr.so.0.2.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libopeniscsiusr.so.0.2.0
2025-08-20T22:46:40.9909276Z 	libopcodes-2.42-system.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-system.so
2025-08-20T22:46:40.9909858Z 	libopcodes-2.42-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-arm64.so
2025-08-20T22:46:40.9910386Z 	libopcodes-2.42-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-armhf.so
2025-08-20T22:46:40.9911132Z 	libopcodes-2.42-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-armel.so
2025-08-20T22:46:40.9911599Z 	libonig.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libonig.so.5
2025-08-20T22:46:40.9911980Z 	libogg.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libogg.so.0
2025-08-20T22:46:40.9912358Z 	libodbc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libodbc.so.2
2025-08-20T22:46:40.9912921Z 	libobjc_gc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libobjc_gc.so.4
2025-08-20T22:46:40.9913302Z 	libobjc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libobjc.so.4
2025-08-20T22:46:40.9913676Z 	libnvme.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnvme.so.1
2025-08-20T22:46:40.9914076Z 	libnvme-mi.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnvme-mi.so.1
2025-08-20T22:46:40.9914466Z 	libnuma.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnuma.so.1
2025-08-20T22:46:40.9914855Z 	libntfs-3g.so.89 (libc6,x86-64) => /lib/x86_64-linux-gnu/libntfs-3g.so.89
2025-08-20T22:46:40.9915238Z 	libnss3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss3.so
2025-08-20T22:46:40.9915620Z 	libnssutil3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssutil3.so
2025-08-20T22:46:40.9916019Z 	libnssdbm3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssdbm3.so
2025-08-20T22:46:40.9916406Z 	libnssckbi.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssckbi.so
2025-08-20T22:46:40.9916821Z 	libnss_systemd.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_systemd.so.2
2025-08-20T22:46:40.9917261Z 	libnss_hesiod.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_hesiod.so.2
2025-08-20T22:46:40.9917650Z 	libnss_hesiod.so.2 (libc6) => /lib32/libnss_hesiod.so.2
2025-08-20T22:46:40.9918020Z 	libnss_hesiod.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_hesiod.so
2025-08-20T22:46:40.9918430Z 	libnss_files.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_files.so.2
2025-08-20T22:46:40.9918800Z 	libnss_files.so.2 (libc6) => /lib32/libnss_files.so.2
2025-08-20T22:46:40.9919152Z 	libnss_dns.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_dns.so.2
2025-08-20T22:46:40.9919499Z 	libnss_dns.so.2 (libc6) => /lib32/libnss_dns.so.2
2025-08-20T22:46:40.9919857Z 	libnss_compat.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_compat.so.2
2025-08-20T22:46:40.9920348Z 	libnss_compat.so.2 (libc6) => /lib32/libnss_compat.so.2
2025-08-20T22:46:40.9920720Z 	libnss_compat.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_compat.so
2025-08-20T22:46:40.9921348Z 	libnspr4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnspr4.so
2025-08-20T22:46:40.9921721Z 	libnsl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnsl.so.1
2025-08-20T22:46:40.9922035Z 	libnsl.so.1 (libc6) => /lib32/libnsl.so.1
2025-08-20T22:46:40.9922494Z 	libns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:46:40.9923010Z 	libnpth.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnpth.so.0
2025-08-20T22:46:40.9923379Z 	libnorm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnorm.so.1
2025-08-20T22:46:40.9923753Z 	libnl-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-3.so.200
2025-08-20T22:46:40.9924125Z 	libnl-3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-3.so
2025-08-20T22:46:40.9924539Z 	libnl-route-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-route-3.so.200
2025-08-20T22:46:40.9924979Z 	libnl-route-3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-route-3.so
2025-08-20T22:46:40.9925413Z 	libnl-genl-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-genl-3.so.200
2025-08-20T22:46:40.9925842Z 	libnghttp2.so.14 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnghttp2.so.14
2025-08-20T22:46:40.9926249Z 	libnftnl.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnftnl.so.11
2025-08-20T22:46:40.9926647Z 	libnftables.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnftables.so.1
2025-08-20T22:46:40.9927066Z 	libnfnetlink.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnfnetlink.so.0
2025-08-20T22:46:40.9927471Z 	libnewt.so.0.52 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnewt.so.0.52
2025-08-20T22:46:40.9927862Z 	libnettle.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnettle.so.8
2025-08-20T22:46:40.9928290Z 	libnetsnmpmibs.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmpmibs.so.40
2025-08-20T22:46:40.9928775Z 	libnetsnmphelpers.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmphelpers.so.40
2025-08-20T22:46:40.9929267Z 	libnetsnmpagent.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmpagent.so.40
2025-08-20T22:46:40.9929842Z 	libnetsnmp.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmp.so.40
2025-08-20T22:46:40.9930246Z 	libnetplan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetplan.so.1
2025-08-20T22:46:40.9930645Z 	libnetpbm.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetpbm.so.11
2025-08-20T22:46:40.9931324Z 	libnetfilter_conntrack.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetfilter_conntrack.so.3
2025-08-20T22:46:40.9931808Z 	libncursesw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libncursesw.so.6
2025-08-20T22:46:40.9932210Z 	libncurses.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libncurses.so.6
2025-08-20T22:46:40.9932643Z 	libmysqlclient.so.21 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmysqlclient.so.21
2025-08-20T22:46:40.9933106Z 	libmysqlclient.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmysqlclient.so
2025-08-20T22:46:40.9933518Z 	libmvec.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmvec.so.1
2025-08-20T22:46:40.9933884Z 	libmvec.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmvec.so
2025-08-20T22:46:40.9934244Z 	libmultipath.so.0 (libc6,x86-64) => /lib/libmultipath.so.0
2025-08-20T22:46:40.9934620Z 	libmspack.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmspack.so.0
2025-08-20T22:46:40.9934998Z 	libmpfr.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmpfr.so.6
2025-08-20T22:46:40.9935363Z 	libmpc.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmpc.so.3
2025-08-20T22:46:40.9935726Z 	libmpathutil.so.0 (libc6,x86-64) => /lib/libmpathutil.so.0
2025-08-20T22:46:40.9936108Z 	libmpathpersist.so.0 (libc6,x86-64) => /lib/libmpathpersist.so.0
2025-08-20T22:46:40.9936487Z 	libmpathcmd.so.0 (libc6,x86-64) => /lib/libmpathcmd.so.0
2025-08-20T22:46:40.9936849Z 	libmount.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmount.so.1
2025-08-20T22:46:40.9937332Z 	libmnl.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmnl.so.0
2025-08-20T22:46:40.9937691Z 	libmms.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmms.so.0
2025-08-20T22:46:40.9938063Z 	libmm-glib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmm-glib.so.0
2025-08-20T22:46:40.9938451Z 	libmlx5.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx5.so.1
2025-08-20T22:46:40.9938812Z 	libmlx5.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx5.so
2025-08-20T22:46:40.9939164Z 	libmlx4.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx4.so.1
2025-08-20T22:46:40.9939517Z 	libmlx4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx4.so
2025-08-20T22:46:40.9939883Z 	libmenuw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenuw.so.6
2025-08-20T22:46:40.9940256Z 	libmenuw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenuw.so
2025-08-20T22:46:40.9940615Z 	libmenu.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenu.so.6
2025-08-20T22:46:40.9941150Z 	libmenu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenu.so
2025-08-20T22:46:40.9941530Z 	libmemusage.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmemusage.so
2025-08-20T22:46:40.9941884Z 	libmemusage.so (libc6) => /lib32/libmemusage.so
2025-08-20T22:46:40.9942258Z 	libmemcached.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmemcached.so.11
2025-08-20T22:46:40.9942689Z 	libmediainfo.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmediainfo.so.0
2025-08-20T22:46:40.9943094Z 	libmecab.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmecab.so.2
2025-08-20T22:46:40.9943462Z 	libmd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmd.so.0
2025-08-20T22:46:40.9943838Z 	libmbim-glib.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmbim-glib.so.4
2025-08-20T22:46:40.9944259Z 	libmaxminddb.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmaxminddb.so.0
2025-08-20T22:46:40.9944654Z 	libmana.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmana.so.1
2025-08-20T22:46:40.9945013Z 	libmana.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmana.so
2025-08-20T22:46:40.9945380Z 	libmagic.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmagic.so.1
2025-08-20T22:46:40.9945737Z 	libm.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libm.so.6
2025-08-20T22:46:40.9946155Z 	libm.so.6 (libc6) => /lib32/libm.so.6
2025-08-20T22:46:40.9946453Z 	liblz4.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz4.so.1
2025-08-20T22:46:40.9946801Z 	liblz4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz4.so
2025-08-20T22:46:40.9947152Z 	liblzo2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzo2.so.2
2025-08-20T22:46:40.9947518Z 	liblzma.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzma.so.5
2025-08-20T22:46:40.9947869Z 	liblzma.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzma.so
2025-08-20T22:46:40.9948220Z 	liblz.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz.so.1
2025-08-20T22:46:40.9948555Z 	liblz.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz.so
2025-08-20T22:46:40.9948932Z 	liblvm2cmd.so.2.03 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblvm2cmd.so.2.03
2025-08-20T22:46:40.9949338Z 	liblua5.4.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.4.so.0
2025-08-20T22:46:40.9949734Z 	liblua5.4-c++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.4-c++.so.0
2025-08-20T22:46:40.9950130Z 	liblua5.3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.3.so.0
2025-08-20T22:46:40.9950520Z 	liblua5.3-c++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.3-c++.so.0
2025-08-20T22:46:40.9951141Z 	liblttng-ust.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust.so.1
2025-08-20T22:46:40.9951645Z 	liblttng-ust-tracepoint.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-tracepoint.so.1
2025-08-20T22:46:40.9952268Z 	liblttng-ust-pthread-wrapper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-pthread-wrapper.so.1
2025-08-20T22:46:40.9952897Z 	liblttng-ust-libc-wrapper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-libc-wrapper.so.1
2025-08-20T22:46:40.9953438Z 	liblttng-ust-fork.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-fork.so.1
2025-08-20T22:46:40.9954031Z 	liblttng-ust-fd.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-fd.so.1
2025-08-20T22:46:40.9954484Z 	liblttng-ust-dl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-dl.so.1
2025-08-20T22:46:40.9955000Z 	liblttng-ust-cyg-profile.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-cyg-profile.so.1
2025-08-20T22:46:40.9955611Z 	liblttng-ust-cyg-profile-fast.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-cyg-profile-fast.so.1
2025-08-20T22:46:40.9956171Z 	liblttng-ust-ctl.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-ctl.so.5
2025-08-20T22:46:40.9956656Z 	liblttng-ust-common.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-common.so.1
2025-08-20T22:46:40.9957098Z 	libltdl.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libltdl.so.7
2025-08-20T22:46:40.9957462Z 	liblsan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblsan.so.0
2025-08-20T22:46:40.9957833Z 	liblqr-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblqr-1.so.0
2025-08-20T22:46:40.9958197Z 	liblmdb.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblmdb.so.0
2025-08-20T22:46:40.9958579Z 	liblldb-18.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-18.so.1
2025-08-20T22:46:40.9958970Z 	liblldb-18.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-18.so
2025-08-20T22:46:40.9959352Z 	liblldb-17.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-17.so.1
2025-08-20T22:46:40.9959730Z 	liblldb-17.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-17.so
2025-08-20T22:46:40.9960105Z 	liblldb-16.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-16.so.1
2025-08-20T22:46:40.9960483Z 	liblldb-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-16.so
2025-08-20T22:46:40.9961023Z 	libldap.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libldap.so.2
2025-08-20T22:46:40.9961400Z 	liblcms2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblcms2.so.2
2025-08-20T22:46:40.9961761Z 	liblber.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblber.so.2
2025-08-20T22:46:40.9962149Z 	libk5crypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libk5crypto.so.3
2025-08-20T22:46:40.9962542Z 	libksba.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libksba.so.8
2025-08-20T22:46:40.9962949Z 	libkrb5support.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkrb5support.so.0
2025-08-20T22:46:40.9963478Z 	libkrb5.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkrb5.so.3
2025-08-20T22:46:40.9963836Z 	libkmod.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkmod.so.2
2025-08-20T22:46:40.9964224Z 	libkeyutils.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkeyutils.so.1
2025-08-20T22:46:40.9964631Z 	libjxrglue.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjxrglue.so.0
2025-08-20T22:46:40.9965035Z 	libjsoncpp.so.25 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjsoncpp.so.25
2025-08-20T22:46:40.9965469Z 	libjson-glib-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjson-glib-1.0.so.0
2025-08-20T22:46:40.9965893Z 	libjson-c.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjson-c.so.5
2025-08-20T22:46:40.9966258Z 	libjq.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjq.so.1
2025-08-20T22:46:40.9966629Z 	libjpegxr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjpegxr.so.0
2025-08-20T22:46:40.9967011Z 	libjpeg.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjpeg.so.8
2025-08-20T22:46:40.9967379Z 	libjcat.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjcat.so.1
2025-08-20T22:46:40.9967763Z 	libjbig2dec.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjbig2dec.so.0
2025-08-20T22:46:40.9968142Z 	libjbig.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjbig.so.0
2025-08-20T22:46:40.9968521Z 	libjansson.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjansson.so.4
2025-08-20T22:46:40.9968905Z 	libitm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libitm.so.1
2025-08-20T22:46:40.9969256Z 	libisns.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libisns.so.0
2025-08-20T22:46:40.9969612Z 	libisl.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libisl.so.23
2025-08-20T22:46:40.9970155Z 	libisccfg-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libisccfg-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:46:40.9971177Z 	libisccc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libisccc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:46:40.9971874Z 	libisc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libisc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:46:40.9972523Z 	libirs-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libirs-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:46:40.9973037Z 	libip6tc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libip6tc.so.2
2025-08-20T22:46:40.9973417Z 	libip4tc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libip4tc.so.2
2025-08-20T22:46:40.9973782Z 	libinih.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libinih.so.1
2025-08-20T22:46:40.9974157Z 	libijs-0.35.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libijs-0.35.so
2025-08-20T22:46:40.9974526Z 	libidn2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libidn2.so.0
2025-08-20T22:46:40.9974884Z 	libidn.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libidn.so.12
2025-08-20T22:46:40.9975254Z 	libicuuc.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so.74
2025-08-20T22:46:40.9975637Z 	libicuuc.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so.70
2025-08-20T22:46:40.9976011Z 	libicuuc.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so
2025-08-20T22:46:40.9976381Z 	libicutu.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so.74
2025-08-20T22:46:40.9976760Z 	libicutu.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so.70
2025-08-20T22:46:40.9977128Z 	libicutu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so
2025-08-20T22:46:40.9977510Z 	libicutest.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so.74
2025-08-20T22:46:40.9977914Z 	libicutest.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so.70
2025-08-20T22:46:40.9978310Z 	libicutest.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so
2025-08-20T22:46:40.9978699Z 	libicui18n.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so.74
2025-08-20T22:46:40.9979095Z 	libicui18n.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so.70
2025-08-20T22:46:40.9979591Z 	libicui18n.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so
2025-08-20T22:46:40.9979969Z 	libicuio.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so.74
2025-08-20T22:46:40.9980348Z 	libicuio.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so.70
2025-08-20T22:46:40.9980715Z 	libicuio.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so
2025-08-20T22:46:40.9981300Z 	libicudata.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so.74
2025-08-20T22:46:40.9981699Z 	libicudata.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so.70
2025-08-20T22:46:40.9982090Z 	libicudata.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so
2025-08-20T22:46:40.9982487Z 	libibverbs.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libibverbs.so.1
2025-08-20T22:46:40.9982879Z 	libibverbs.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libibverbs.so
2025-08-20T22:46:40.9983268Z 	libhwasan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhwasan.so.0
2025-08-20T22:46:40.9983693Z 	libhunspell-1.7.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhunspell-1.7.so.0
2025-08-20T22:46:40.9984125Z 	libhogweed.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhogweed.so.6
2025-08-20T22:46:40.9984521Z 	libhistory.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhistory.so.8
2025-08-20T22:46:40.9984954Z 	libhiredis_ssl.so.1.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhiredis_ssl.so.1.1.0
2025-08-20T22:46:40.9985409Z 	libhiredis.so.1.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhiredis.so.1.1.0
2025-08-20T22:46:40.9985817Z 	libhgfs.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhgfs.so.0
2025-08-20T22:46:40.9986180Z 	libheif.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libheif.so.1
2025-08-20T22:46:40.9986553Z 	libhavege.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhavege.so.2
2025-08-20T22:46:40.9986944Z 	libhashkit.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhashkit.so.2
2025-08-20T22:46:40.9987461Z 	libharfbuzz.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libharfbuzz.so.0
2025-08-20T22:46:40.9987856Z 	libhandle.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhandle.so.1
2025-08-20T22:46:40.9988232Z 	libgusb.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgusb.so.2
2025-08-20T22:46:40.9988617Z 	libguestlib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libguestlib.so.0
2025-08-20T22:46:40.9989079Z 	libguestStoreClient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libguestStoreClient.so.0
2025-08-20T22:46:40.9989545Z 	libgudev-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgudev-1.0.so.0
2025-08-20T22:46:40.9989935Z 	libgtk-3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgtk-3.so.0
2025-08-20T22:46:40.9990338Z 	libgthread-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgthread-2.0.so.0
2025-08-20T22:46:40.9990942Z 	libgstreamer-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstreamer-1.0.so.0
2025-08-20T22:46:40.9991419Z 	libgstnet-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstnet-1.0.so.0
2025-08-20T22:46:40.9991887Z 	libgstcontroller-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstcontroller-1.0.so.0
2025-08-20T22:46:40.9992372Z 	libgstcheck-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstcheck-1.0.so.0
2025-08-20T22:46:40.9992806Z 	libgstbase-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstbase-1.0.so.0
2025-08-20T22:46:40.9993233Z 	libgssapi_krb5.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgssapi_krb5.so.2
2025-08-20T22:46:40.9993627Z 	libgs.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgs.so.10
2025-08-20T22:46:40.9994016Z 	libgraphite2.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgraphite2.so.3
2025-08-20T22:46:40.9994431Z 	libgprofng.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgprofng.so.0
2025-08-20T22:46:40.9994810Z 	libgpm.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpm.so.2
2025-08-20T22:46:40.9995183Z 	libgpgme.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpgme.so.11
2025-08-20T22:46:40.9995585Z 	libgpg-error.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpg-error.so.0
2025-08-20T22:46:40.9995987Z 	libgomp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgomp.so.1
2025-08-20T22:46:40.9996508Z 	libgobject-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgobject-2.0.so.0
2025-08-20T22:46:40.9996917Z 	libgnutls.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgnutls.so.30
2025-08-20T22:46:40.9997303Z 	libgmpxx.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmpxx.so.4
2025-08-20T22:46:40.9997672Z 	libgmpxx.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmpxx.so
2025-08-20T22:46:40.9998032Z 	libgmp.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmp.so.10
2025-08-20T22:46:40.9998384Z 	libgmp.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmp.so
2025-08-20T22:46:40.9998772Z 	libgmodule-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmodule-2.0.so.0
2025-08-20T22:46:40.9999184Z 	libglib-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libglib-2.0.so.0
2025-08-20T22:46:40.9999634Z 	libgirepository-1.0.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgirepository-1.0.so.1
2025-08-20T22:46:41.0000078Z 	libgio-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgio-2.0.so.0
2025-08-20T22:46:41.0000479Z 	libgfortran.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgfortran.so.5
2025-08-20T22:46:41.0001121Z 	libgdk_pixbuf-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdk_pixbuf-2.0.so.0
2025-08-20T22:46:41.0001552Z 	libgdk-3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdk-3.so.0
2025-08-20T22:46:41.0001957Z 	libgdbm_compat.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdbm_compat.so.4
2025-08-20T22:46:41.0002370Z 	libgdbm.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdbm.so.6
2025-08-20T22:46:41.0002728Z 	libgd.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgd.so.3
2025-08-20T22:46:41.0003129Z 	libgctba.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgctba.so.1
2025-08-20T22:46:41.0003515Z 	libgcrypt.so.20 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgcrypt.so.20
2025-08-20T22:46:41.0004024Z 	libgccpp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgccpp.so.1
2025-08-20T22:46:41.0004398Z 	libgcc_s.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgcc_s.so.1
2025-08-20T22:46:41.0004722Z 	libgcc_s.so.1 (libc6) => /lib32/libgcc_s.so.1
2025-08-20T22:46:41.0005031Z 	libgc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgc.so.1
2025-08-20T22:46:41.0005378Z 	libgbm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgbm.so.1
2025-08-20T22:46:41.0005878Z 	libgallium-25.0.7-0ubuntu0.24.04.1.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgallium-25.0.7-0ubuntu0.24.04.1.so
2025-08-20T22:46:41.0006390Z 	libfwupd.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfwupd.so.2
2025-08-20T22:46:41.0006763Z 	libfuse3.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfuse3.so.3
2025-08-20T22:46:41.0007129Z 	libftdi1.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libftdi1.so.2
2025-08-20T22:46:41.0007517Z 	libfsverity.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfsverity.so.0
2025-08-20T22:46:41.0007927Z 	libfribidi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfribidi.so.0
2025-08-20T22:46:41.0008331Z 	libfreetype.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreetype.so.6
2025-08-20T22:46:41.0008733Z 	libfreebl3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreebl3.so
2025-08-20T22:46:41.0009136Z 	libfreeblpriv3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreeblpriv3.so
2025-08-20T22:46:41.0009538Z 	libformw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libformw.so.6
2025-08-20T22:46:41.0009908Z 	libformw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libformw.so
2025-08-20T22:46:41.0010270Z 	libform.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libform.so.6
2025-08-20T22:46:41.0010624Z 	libform.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libform.so
2025-08-20T22:46:41.0011199Z 	libfontenc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfontenc.so.1
2025-08-20T22:46:41.0011621Z 	libfontconfig.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfontconfig.so.1
2025-08-20T22:46:41.0012040Z 	libflashrom.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libflashrom.so.1
2025-08-20T22:46:41.0012436Z 	libfido2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfido2.so.1
2025-08-20T22:46:41.0012979Z 	libfftw3_threads.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3_threads.so.3
2025-08-20T22:46:41.0013409Z 	libfftw3_omp.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3_omp.so.3
2025-08-20T22:46:41.0013796Z 	libfftw3.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3.so.3
2025-08-20T22:46:41.0014162Z 	libffi.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libffi.so.8
2025-08-20T22:46:41.0014510Z 	libffi.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libffi.so
2025-08-20T22:46:41.0014863Z 	libfdisk.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfdisk.so.1
2025-08-20T22:46:41.0015233Z 	libfcgi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfcgi.so.0
2025-08-20T22:46:41.0015604Z 	libfcgi++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfcgi++.so.0
2025-08-20T22:46:41.0015996Z 	libfbclient.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfbclient.so.2
2025-08-20T22:46:41.0016407Z 	libfastjson.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfastjson.so.4
2025-08-20T22:46:41.0016862Z 	libfakeroot-0.so (libc6,x86-64) => /usr/lib/x86_64-linux-gnu/libfakeroot/libfakeroot-0.so
2025-08-20T22:46:41.0017293Z 	libe2p.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libe2p.so.2
2025-08-20T22:46:41.0017672Z 	libext2fs.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libext2fs.so.2
2025-08-20T22:46:41.0018049Z 	libexslt.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexslt.so.0
2025-08-20T22:46:41.0018431Z 	libexpatw.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpatw.so.1
2025-08-20T22:46:41.0018811Z 	libexpatw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpatw.so
2025-08-20T22:46:41.0019185Z 	libexpat.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpat.so.1
2025-08-20T22:46:41.0019556Z 	libexpat.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpat.so
2025-08-20T22:46:41.0019992Z 	libevent_pthreads-2.1.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevent_pthreads-2.1.so.7
2025-08-20T22:46:41.0020588Z 	libevent_core-2.1.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevent_core-2.1.so.7
2025-08-20T22:46:41.0021255Z 	libevdev.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevdev.so.2
2025-08-20T22:46:41.0021630Z 	libestr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libestr.so.0
2025-08-20T22:46:41.0022002Z 	libepoxy.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libepoxy.so.0
2025-08-20T22:46:41.0022402Z 	libenchant-2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libenchant-2.so.2
2025-08-20T22:46:41.0022795Z 	libelf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libelf.so.1
2025-08-20T22:46:41.0023170Z 	libefivar.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefivar.so.1
2025-08-20T22:46:41.0023563Z 	libefiboot.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefiboot.so.1
2025-08-20T22:46:41.0023941Z 	libefa.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefa.so.1
2025-08-20T22:46:41.0024293Z 	libefa.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libefa.so
2025-08-20T22:46:41.0024651Z 	libedit.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libedit.so.2
2025-08-20T22:46:41.0025043Z 	libeatmydata.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libeatmydata.so.1
2025-08-20T22:46:41.0025462Z 	libeatmydata.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libeatmydata.so
2025-08-20T22:46:41.0025833Z 	libdw.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdw.so.1
2025-08-20T22:46:41.0026221Z 	libduktape.so.207 (libc6,x86-64) => /lib/x86_64-linux-gnu/libduktape.so.207
2025-08-20T22:46:41.0026657Z 	libdrop_ambient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrop_ambient.so.0
2025-08-20T22:46:41.0027087Z 	libdrm_intel.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm_intel.so.1
2025-08-20T22:46:41.0027499Z 	libdrm_amdgpu.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm_amdgpu.so.1
2025-08-20T22:46:41.0027888Z 	libdrm.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm.so.2
2025-08-20T22:46:41.0028400Z 	libdns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:46:41.0028907Z 	libdl.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdl.so.2
2025-08-20T22:46:41.0029340Z 	libdl.so.2 (libc6) => /lib32/libdl.so.2
2025-08-20T22:46:41.0031604Z 	libdjvulibre.so.21 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdjvulibre.so.21
2025-08-20T22:46:41.0032302Z 	libde265.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libde265.so.0
2025-08-20T22:46:41.0033002Z 	libdevmapper.so.1.02.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper.so.1.02.1
2025-08-20T22:46:41.0033870Z 	libdevmapper-event.so.1.02.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event.so.1.02.1
2025-08-20T22:46:41.0034865Z 	libdevmapper-event-lvm2vdo.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2vdo.so
2025-08-20T22:46:41.0035898Z 	libdevmapper-event-lvm2thin.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2thin.so
2025-08-20T22:46:41.0036959Z 	libdevmapper-event-lvm2snapshot.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2snapshot.so
2025-08-20T22:46:41.0037783Z 	libdevmapper-event-lvm2raid.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2raid.so
2025-08-20T22:46:41.0038456Z 	libdevmapper-event-lvm2mirror.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2mirror.so
2025-08-20T22:46:41.0039110Z 	libdevmapper-event-lvm2.so.2.03 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2.so.2.03
2025-08-20T22:46:41.0039705Z 	libdevmapper-event-lvm2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2.so
2025-08-20T22:46:41.0040198Z 	libdeflate.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdeflate.so.0
2025-08-20T22:46:41.0040643Z 	libdebconfclient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdebconfclient.so.0
2025-08-20T22:46:41.0041351Z 	libdconf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdconf.so.1
2025-08-20T22:46:41.0041790Z 	libdbusmenu-gtk3.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbusmenu-gtk3.so.4
2025-08-20T22:46:41.0042428Z 	libdbusmenu-glib.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbusmenu-glib.so.4
2025-08-20T22:46:41.0042880Z 	libdbus-1.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbus-1.so.3
2025-08-20T22:46:41.0043269Z 	libdbus-1.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbus-1.so
2025-08-20T22:46:41.0043633Z 	libdb-5.3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdb-5.3.so
2025-08-20T22:46:41.0044005Z 	libdatrie.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdatrie.so.1
2025-08-20T22:46:41.0044379Z 	libcurl.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcurl.so.4
2025-08-20T22:46:41.0044790Z 	libcurl-gnutls.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcurl-gnutls.so.4
2025-08-20T22:46:41.0045199Z 	libcups.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcups.so.2
2025-08-20T22:46:41.0045558Z 	libctf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf.so.0
2025-08-20T22:46:41.0045953Z 	libctf-nobfd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd.so.0
2025-08-20T22:46:41.0046413Z 	libctf-nobfd-arm64.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-arm64.so.0
2025-08-20T22:46:41.0046896Z 	libctf-nobfd-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-arm64.so
2025-08-20T22:46:41.0047379Z 	libctf-nobfd-armhf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armhf.so.0
2025-08-20T22:46:41.0047855Z 	libctf-nobfd-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armhf.so
2025-08-20T22:46:41.0048324Z 	libctf-nobfd-armel.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armel.so.0
2025-08-20T22:46:41.0048792Z 	libctf-nobfd-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armel.so
2025-08-20T22:46:41.0049232Z 	libctf-arm64.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-arm64.so.0
2025-08-20T22:46:41.0049644Z 	libctf-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-arm64.so
2025-08-20T22:46:41.0050051Z 	libctf-armhf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armhf.so.0
2025-08-20T22:46:41.0050453Z 	libctf-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armhf.so
2025-08-20T22:46:41.0051034Z 	libctf-armel.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armel.so.0
2025-08-20T22:46:41.0051569Z 	libctf-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armel.so
2025-08-20T22:46:41.0051993Z 	libcryptsetup.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcryptsetup.so.12
2025-08-20T22:46:41.0052418Z 	libcrypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypto.so.3
2025-08-20T22:46:41.0052804Z 	libcrypto.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypto.so
2025-08-20T22:46:41.0053186Z 	libcrypt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypt.so.1
2025-08-20T22:46:41.0053558Z 	libcrypt.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypt.so
2025-08-20T22:46:41.0053933Z 	libcom_err.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcom_err.so.2
2025-08-20T22:46:41.0054365Z 	libcolordprivate.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcolordprivate.so.2
2025-08-20T22:46:41.0054797Z 	libcolord.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcolord.so.2
2025-08-20T22:46:41.0055197Z 	libclang-18.so.18 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-18.so.18
2025-08-20T22:46:41.0055604Z 	libclang-17.so.17 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-17.so.17
2025-08-20T22:46:41.0056027Z 	libclang-16.so.16.0.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-16.so.16.0.6
2025-08-20T22:46:41.0056467Z 	libclang-cpp.so.18.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.18.1
2025-08-20T22:46:41.0056905Z 	libclang-cpp.so.17 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.17
2025-08-20T22:46:41.0057330Z 	libclang-cpp.so.16 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.16
2025-08-20T22:46:41.0057717Z 	libcc1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcc1.so.0
2025-08-20T22:46:41.0058086Z 	libcbor.so.0.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcbor.so.0.10
2025-08-20T22:46:41.0058468Z 	libcares.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcares.so.2
2025-08-20T22:46:41.0058833Z 	libcap.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcap.so.2
2025-08-20T22:46:41.0059318Z 	libcap-ng.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcap-ng.so.0
2025-08-20T22:46:41.0059731Z 	libcanberra.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcanberra.so.0
2025-08-20T22:46:41.0060127Z 	libcairo.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcairo.so.2
2025-08-20T22:46:41.0060548Z 	libcairo-gobject.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcairo-gobject.so.2
2025-08-20T22:46:41.0061240Z 	libc_malloc_debug.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libc_malloc_debug.so.0
2025-08-20T22:46:41.0061652Z 	libc_malloc_debug.so.0 (libc6) => /lib32/libc_malloc_debug.so.0
2025-08-20T22:46:41.0062052Z 	libc_malloc_debug.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libc_malloc_debug.so
2025-08-20T22:46:41.0062440Z 	libc.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libc.so.6
2025-08-20T22:46:41.0062732Z 	libc.so.6 (libc6) => /lib32/libc.so.6
2025-08-20T22:46:41.0063047Z 	libc-client.so.2007e (libc6,x86-64) => /lib/libc-client.so.2007e
2025-08-20T22:46:41.0063427Z 	libbz2.so.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbz2.so.1.0
2025-08-20T22:46:41.0063814Z 	libbytesize.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbytesize.so.1
2025-08-20T22:46:41.0064202Z 	libbsd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbsd.so.0
2025-08-20T22:46:41.0064589Z 	libbrotlienc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlienc.so.1
2025-08-20T22:46:41.0065006Z 	libbrotlidec.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlidec.so.1
2025-08-20T22:46:41.0065442Z 	libbrotlicommon.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlicommon.so.1
2025-08-20T22:46:41.0065856Z 	libbpf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbpf.so.1
2025-08-20T22:46:41.0066235Z 	libblockdev.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libblockdev.so.3
2025-08-20T22:46:41.0066628Z 	libblkid.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libblkid.so.1
2025-08-20T22:46:41.0067170Z 	libbind9-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbind9-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:46:41.0067741Z 	libbfd-2.42-system.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-system.so
2025-08-20T22:46:41.0068310Z 	libbfd-2.42-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-arm64.so
2025-08-20T22:46:41.0068739Z 	libbfd-2.42-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-armhf.so
2025-08-20T22:46:41.0069161Z 	libbfd-2.42-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-armel.so
2025-08-20T22:46:41.0069572Z 	libbd_utils.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_utils.so.3
2025-08-20T22:46:41.0069960Z 	libbd_swap.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_swap.so.3
2025-08-20T22:46:41.0070338Z 	libbd_part.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_part.so.3
2025-08-20T22:46:41.0070718Z 	libbd_nvme.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_nvme.so.3
2025-08-20T22:46:41.0071321Z 	libbd_mdraid.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_mdraid.so.3
2025-08-20T22:46:41.0071721Z 	libbd_loop.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_loop.so.3
2025-08-20T22:46:41.0072089Z 	libbd_fs.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_fs.so.3
2025-08-20T22:46:41.0072472Z 	libbd_crypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_crypto.so.3
2025-08-20T22:46:41.0072868Z 	libbcc_bpf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbcc_bpf.so.0
2025-08-20T22:46:41.0073236Z 	libbcc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbcc.so.0
2025-08-20T22:46:41.0073639Z 	libavahi-common.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libavahi-common.so.3
2025-08-20T22:46:41.0074105Z 	libavahi-client.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libavahi-client.so.3
2025-08-20T22:46:41.0074533Z 	libaudit.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaudit.so.1
2025-08-20T22:46:41.0074919Z 	libattr.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libattr.so.1
2025-08-20T22:46:41.0075294Z 	libatspi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatspi.so.0
2025-08-20T22:46:41.0075802Z 	libatomic.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatomic.so.1
2025-08-20T22:46:41.0076184Z 	libatm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatm.so.1
2025-08-20T22:46:41.0076565Z 	libatk-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatk-1.0.so.0
2025-08-20T22:46:41.0076993Z 	libatk-bridge-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatk-bridge-2.0.so.0
2025-08-20T22:46:41.0077438Z 	libatasmart.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatasmart.so.4
2025-08-20T22:46:41.0077845Z 	libassuan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libassuan.so.0
2025-08-20T22:46:41.0078238Z 	libaspell.so.15 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaspell.so.15
2025-08-20T22:46:41.0078622Z 	libasound.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libasound.so.2
2025-08-20T22:46:41.0079001Z 	libasan.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libasan.so.8
2025-08-20T22:46:41.0079377Z 	libaria2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaria2.so.0
2025-08-20T22:46:41.0079766Z 	libargon2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libargon2.so.1
2025-08-20T22:46:41.0080163Z 	libarchive.so.13 (libc6,x86-64) => /lib/x86_64-linux-gnu/libarchive.so.13
2025-08-20T22:46:41.0080616Z 	libapt-private.so.0.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapt-private.so.0.0
2025-08-20T22:46:41.0081312Z 	libapt-pkg.so.6.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapt-pkg.so.6.0
2025-08-20T22:46:41.0081732Z 	libaprutil-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaprutil-1.so.0
2025-08-20T22:46:41.0082130Z 	libapr-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapr-1.so.0
2025-08-20T22:46:41.0082527Z 	libappstream.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libappstream.so.5
2025-08-20T22:46:41.0082940Z 	libapparmor.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapparmor.so.1
2025-08-20T22:46:41.0083326Z 	libaom.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaom.so.3
2025-08-20T22:46:41.0083682Z 	libanl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libanl.so.1
2025-08-20T22:46:41.0083999Z 	libanl.so.1 (libc6) => /lib32/libanl.so.1
2025-08-20T22:46:41.0084300Z 	libanl.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libanl.so
2025-08-20T22:46:41.0084806Z 	libaio.so.1t64 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaio.so.1t64
2025-08-20T22:46:41.0085175Z 	libacl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libacl.so.1
2025-08-20T22:46:41.0085523Z 	libX11.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libX11.so.6
2025-08-20T22:46:41.0085892Z 	libX11-xcb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libX11-xcb.so.1
2025-08-20T22:46:41.0086277Z 	libXxf86vm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXxf86vm.so.1
2025-08-20T22:46:41.0086657Z 	libXtst.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXtst.so.6
2025-08-20T22:46:41.0087020Z 	libXt.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXt.so.6
2025-08-20T22:46:41.0087365Z 	libXss.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXss.so.1
2025-08-20T22:46:41.0087734Z 	libXrender.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXrender.so.1
2025-08-20T22:46:41.0088127Z 	libXrandr.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXrandr.so.2
2025-08-20T22:46:41.0088497Z 	libXpm.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXpm.so.4
2025-08-20T22:46:41.0088856Z 	libXmuu.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXmuu.so.1
2025-08-20T22:46:41.0089209Z 	libXmu.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXmu.so.6
2025-08-20T22:46:41.0089587Z 	libXinerama.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXinerama.so.1
2025-08-20T22:46:41.0089970Z 	libXi.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXi.so.6
2025-08-20T22:46:41.0090312Z 	libXft.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXft.so.2
2025-08-20T22:46:41.0090676Z 	libXfont2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXfont2.so.2
2025-08-20T22:46:41.0091235Z 	libXfixes.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXfixes.so.3
2025-08-20T22:46:41.0091609Z 	libXext.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXext.so.6
2025-08-20T22:46:41.0091990Z 	libXdmcp.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdmcp.so.6
2025-08-20T22:46:41.0092476Z 	libXdmcp.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdmcp.so
2025-08-20T22:46:41.0092860Z 	libXdamage.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdamage.so.1
2025-08-20T22:46:41.0093258Z 	libXcursor.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXcursor.so.1
2025-08-20T22:46:41.0093670Z 	libXcomposite.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXcomposite.so.1
2025-08-20T22:46:41.0094068Z 	libXaw.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXaw.so.7
2025-08-20T22:46:41.0094415Z 	libXau.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXau.so.6
2025-08-20T22:46:41.0094761Z 	libXau.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libXau.so
2025-08-20T22:46:41.0095097Z 	libSM.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libSM.so.6
2025-08-20T22:46:41.0095511Z 	libOpenEXRUtil-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXRUtil-3_1.so.30
2025-08-20T22:46:41.0095996Z 	libOpenEXRCore-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXRCore-3_1.so.30
2025-08-20T22:46:41.0096458Z 	libOpenEXR-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXR-3_1.so.30
2025-08-20T22:46:41.0096927Z 	libMagickWand-6.Q16.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libMagickWand-6.Q16.so.7
2025-08-20T22:46:41.0097413Z 	libMagickCore-6.Q16.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libMagickCore-6.Q16.so.7
2025-08-20T22:46:41.0097843Z 	libLerc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLerc.so.4
2025-08-20T22:46:41.0098214Z 	libLLVM.so.19.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM.so.19.1
2025-08-20T22:46:41.0098594Z 	libLLVM.so.18.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM.so.18.1
2025-08-20T22:46:41.0098973Z 	libLLVM-17.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-17.so.1
2025-08-20T22:46:41.0099352Z 	libLLVM-17.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-17.so
2025-08-20T22:46:41.0099729Z 	libLLVM-16.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-16.so.1
2025-08-20T22:46:41.0100111Z 	libLLVM-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-16.so
2025-08-20T22:46:41.0100474Z 	libJudy.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libJudy.so.1
2025-08-20T22:46:41.0101223Z 	libImath-3_1.so.29 (libc6,x86-64) => /lib/x86_64-linux-gnu/libImath-3_1.so.29
2025-08-20T22:46:41.0101662Z 	libIlmThread-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libIlmThread-3_1.so.30
2025-08-20T22:46:41.0102087Z 	libIex-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libIex-3_1.so.30
2025-08-20T22:46:41.0102455Z 	libICE.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libICE.so.6
2025-08-20T22:46:41.0102852Z 	libGLdispatch.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLdispatch.so.0
2025-08-20T22:46:41.0103270Z 	libGLX_mesa.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLX_mesa.so.0
2025-08-20T22:46:41.0103644Z 	libGLX.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLX.so.0
2025-08-20T22:46:41.0103988Z 	libGL.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGL.so.1
2025-08-20T22:46:41.0104377Z 	libDeployPkg.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libDeployPkg.so.0
2025-08-20T22:46:41.0104822Z 	libBrokenLocale.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libBrokenLocale.so.1
2025-08-20T22:46:41.0105247Z 	libBrokenLocale.so.1 (libc6) => /lib32/libBrokenLocale.so.1
2025-08-20T22:46:41.0105649Z 	libBrokenLocale.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libBrokenLocale.so
2025-08-20T22:46:41.0106059Z 	ld-musl-x86_64.so.1 (libc6,x86-64) => /lib/ld-musl-x86_64.so.1
2025-08-20T22:46:41.0106377Z 	ld-linux.so.2 (libc6) => /lib32/ld-linux.so.2
2025-08-20T22:46:41.0106653Z 	ld-linux.so.2 (libc6) => /lib/ld-linux.so.2
2025-08-20T22:46:41.0106998Z 	ld-linux-x86-64.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
2025-08-20T22:46:41.0107469Z Cache generated by: ldconfig (Ubuntu GLIBC 2.39-0ubuntu8.5) stable release version 2.39
2025-08-20T22:46:41.2270507Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T22:46:41.4073216Z Collecting meson
2025-08-20T22:46:41.4526390Z   Downloading meson-1.8.4-py3-none-any.whl.metadata (1.8 kB)
2025-08-20T22:46:41.4877698Z Collecting ninja
2025-08-20T22:46:41.4948748Z   Downloading ninja-1.13.0-py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.metadata (5.1 kB)
2025-08-20T22:46:41.5053399Z Downloading meson-1.8.4-py3-none-any.whl (1.0 MB)
2025-08-20T22:46:41.5754688Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.0/1.0 MB 17.7 MB/s  0:00:00
2025-08-20T22:46:41.5825489Z Downloading ninja-1.13.0-py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (180 kB)
2025-08-20T22:46:41.6777359Z Installing collected packages: ninja, meson
2025-08-20T22:46:42.3877996Z 
2025-08-20T22:46:42.3906419Z Successfully installed meson-1.8.4 ninja-1.13.0
2025-08-20T22:46:42.6725598Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T22:46:42.7784093Z Requirement already satisfied: meson in /home/runner/.local/lib/python3.12/site-packages (1.8.4)
2025-08-20T22:46:42.8465608Z Requirement already satisfied: ninja in /home/runner/.local/lib/python3.12/site-packages (1.13.0)
2025-08-20T22:46:43.2924483Z 1.8.4
2025-08-20T22:46:43.3163720Z 1.13.0.git.kitware.jobserver-pipe-1
2025-08-20T22:46:43.3418440Z 680 libs found in cache `/etc/ld.so.cache'
2025-08-20T22:46:43.3419055Z 	libz3.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libz3.so.4
2025-08-20T22:46:43.3419668Z 	libz3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libz3.so
2025-08-20T22:46:43.3420288Z 	libzstd.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzstd.so.1
2025-08-20T22:46:43.3421070Z 	libzstd.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libzstd.so
2025-08-20T22:46:43.3421684Z 	libzmq.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzmq.so.5
2025-08-20T22:46:43.3422292Z 	libzip.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzip.so.4
2025-08-20T22:46:43.3422892Z 	libzen.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzen.so.0
2025-08-20T22:46:43.3423472Z 	libz.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libz.so.1
2025-08-20T22:46:43.3424026Z 	libz.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libz.so
2025-08-20T22:46:43.3424646Z 	libyaml-0.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libyaml-0.so.2
2025-08-20T22:46:43.3425592Z 	libyajl.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libyajl.so.2
2025-08-20T22:46:43.3426284Z 	libxxhash.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxxhash.so.0
2025-08-20T22:46:43.3427006Z 	libxtables.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxtables.so.12
2025-08-20T22:46:43.3427870Z 	libxslt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxslt.so.1
2025-08-20T22:46:43.3428592Z 	libxshmfence.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxshmfence.so.1
2025-08-20T22:46:43.3429305Z 	libxml2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxml2.so.2
2025-08-20T22:46:43.3429936Z 	libxml2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxml2.so
2025-08-20T22:46:43.3430615Z 	libxmlsec1.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlsec1.so.1
2025-08-20T22:46:43.3431721Z 	libxmlsec1-openssl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlsec1-openssl.so.1
2025-08-20T22:46:43.3432510Z 	libxmlb.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlb.so.2
2025-08-20T22:46:43.3433183Z 	libxkbfile.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxkbfile.so.1
2025-08-20T22:46:43.3433918Z 	libxkbcommon.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxkbcommon.so.0
2025-08-20T22:46:43.3434588Z 	libxcb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb.so.1
2025-08-20T22:46:43.3435088Z 	libxcb.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb.so
2025-08-20T22:46:43.3435483Z 	libxcb-xfixes.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-xfixes.so.0
2025-08-20T22:46:43.3435949Z 	libxcb-xfixes.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-xfixes.so
2025-08-20T22:46:43.3436364Z 	libxcb-sync.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-sync.so.1
2025-08-20T22:46:43.3436766Z 	libxcb-shm.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shm.so.0
2025-08-20T22:46:43.3437177Z 	libxcb-shape.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shape.so.0
2025-08-20T22:46:43.3437792Z 	libxcb-shape.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shape.so
2025-08-20T22:46:43.3438230Z 	libxcb-render.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-render.so.0
2025-08-20T22:46:43.3438655Z 	libxcb-render.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-render.so
2025-08-20T22:46:43.3439068Z 	libxcb-randr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-randr.so.0
2025-08-20T22:46:43.3439730Z 	libxcb-present.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-present.so.0
2025-08-20T22:46:43.3440484Z 	libxcb-glx.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-glx.so.0
2025-08-20T22:46:43.3441390Z 	libxcb-dri3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-dri3.so.0
2025-08-20T22:46:43.3442084Z 	libwrap.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwrap.so.0
2025-08-20T22:46:43.3442792Z 	libwmflite-0.2.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwmflite-0.2.so.7
2025-08-20T22:46:43.3443561Z 	libwebpmux.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebpmux.so.3
2025-08-20T22:46:43.3444424Z 	libwebpdemux.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebpdemux.so.2
2025-08-20T22:46:43.3445158Z 	libwebp.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebp.so.7
2025-08-20T22:46:43.3445860Z 	libwbclient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwbclient.so.0
2025-08-20T22:46:43.3446656Z 	libwayland-server.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-server.so.0
2025-08-20T22:46:43.3447485Z 	libwayland-egl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-egl.so.1
2025-08-20T22:46:43.3448296Z 	libwayland-cursor.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-cursor.so.0
2025-08-20T22:46:43.3449154Z 	libwayland-client.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-client.so.0
2025-08-20T22:46:43.3449974Z 	libvulkan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvulkan.so.1
2025-08-20T22:46:43.3450736Z 	libvorbisfile.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvorbisfile.so.3
2025-08-20T22:46:43.3452888Z 	libvorbis.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvorbis.so.0
2025-08-20T22:46:43.3453631Z 	libvolume_key.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvolume_key.so.1
2025-08-20T22:46:43.3454590Z 	libvmtools.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvmtools.so.0
2025-08-20T22:46:43.3455315Z 	libvgauth.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvgauth.so.0
2025-08-20T22:46:43.3455982Z 	libuv.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuv.so.1
2025-08-20T22:46:43.3456620Z 	libuuid.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuuid.so.1
2025-08-20T22:46:43.3457267Z 	libutil.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libutil.so.1
2025-08-20T22:46:43.3457837Z 	libutil.so.1 (libc6) => /lib32/libutil.so.1
2025-08-20T22:46:43.3458448Z 	libutempter.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libutempter.so.0
2025-08-20T22:46:43.3459180Z 	libusb-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libusb-1.0.so.0
2025-08-20T22:46:43.3459850Z 	liburcu.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu.so.8
2025-08-20T22:46:43.3460585Z 	liburcu-signal.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-signal.so.8
2025-08-20T22:46:43.3461573Z 	liburcu-qsbr.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-qsbr.so.8
2025-08-20T22:46:43.3462316Z 	liburcu-memb.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-memb.so.8
2025-08-20T22:46:43.3463053Z 	liburcu-mb.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-mb.so.8
2025-08-20T22:46:43.3463817Z 	liburcu-common.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-common.so.8
2025-08-20T22:46:43.3464583Z 	liburcu-cds.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-cds.so.8
2025-08-20T22:46:43.3465294Z 	liburcu-bp.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-bp.so.8
2025-08-20T22:46:43.3465999Z 	libunwind.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind.so.8
2025-08-20T22:46:43.3466747Z 	libunwind-x86_64.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-x86_64.so.8
2025-08-20T22:46:43.3467762Z 	libunwind-ptrace.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-ptrace.so.0
2025-08-20T22:46:43.3468663Z 	libunwind-coredump.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-coredump.so.0
2025-08-20T22:46:43.3469502Z 	libunistring.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunistring.so.5
2025-08-20T22:46:43.3470240Z 	libudisks2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libudisks2.so.0
2025-08-20T22:46:43.3471079Z 	libudev.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libudev.so.1
2025-08-20T22:46:43.3471765Z 	libuchardet.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuchardet.so.0
2025-08-20T22:46:43.3472460Z 	libubsan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libubsan.so.1
2025-08-20T22:46:43.3473232Z 	libtss2-tcti-swtpm.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-swtpm.so.0
2025-08-20T22:46:43.3474097Z 	libtss2-tcti-mssim.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-mssim.so.0
2025-08-20T22:46:43.3474976Z 	libtss2-tcti-device.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-device.so.0
2025-08-20T22:46:43.3475863Z 	libtss2-tcti-cmd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-cmd.so.0
2025-08-20T22:46:43.3476654Z 	libtss2-sys.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-sys.so.1
2025-08-20T22:46:43.3477372Z 	libtss2-rc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-rc.so.0
2025-08-20T22:46:43.3478071Z 	libtss2-mu.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-mu.so.0
2025-08-20T22:46:43.3478779Z 	libtss2-esys.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-esys.so.0
2025-08-20T22:46:43.3479477Z 	libtsan.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtsan.so.2
2025-08-20T22:46:43.3480161Z 	libtracefs.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtracefs.so.1
2025-08-20T22:46:43.3481024Z 	libtraceevent.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtraceevent.so.1
2025-08-20T22:46:43.3481485Z 	libtommath.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtommath.so.1
2025-08-20T22:46:43.3481890Z 	libtk8.6.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtk8.6.so
2025-08-20T22:46:43.3482279Z 	libtirpc.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtirpc.so.3
2025-08-20T22:46:43.3482734Z 	libtinyxml2.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinyxml2.so.10
2025-08-20T22:46:43.3483313Z 	libtinfo.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinfo.so.6
2025-08-20T22:46:43.3483689Z 	libtinfo.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinfo.so
2025-08-20T22:46:43.3484063Z 	libtiff.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtiff.so.6
2025-08-20T22:46:43.3484461Z 	libtidy.so.5deb1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtidy.so.5deb1
2025-08-20T22:46:43.3484852Z 	libtic.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtic.so.6
2025-08-20T22:46:43.3485212Z 	libtic.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtic.so
2025-08-20T22:46:43.3485598Z 	libthread_db.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libthread_db.so.1
2025-08-20T22:46:43.3485975Z 	libthread_db.so.1 (libc6) => /lib32/libthread_db.so.1
2025-08-20T22:46:43.3486341Z 	libthread_db.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libthread_db.so
2025-08-20T22:46:43.3486729Z 	libthai.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libthai.so.0
2025-08-20T22:46:43.3487099Z 	libtdb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtdb.so.1
2025-08-20T22:46:43.3487467Z 	libtcl8.6.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtcl8.6.so
2025-08-20T22:46:43.3487838Z 	libtasn1.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtasn1.so.6
2025-08-20T22:46:43.3488224Z 	libtalloc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtalloc.so.2
2025-08-20T22:46:43.3488618Z 	libsystemd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsystemd.so.0
2025-08-20T22:46:43.3489004Z 	libsysfs.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsysfs.so.2
2025-08-20T22:46:43.3489376Z 	libsybdb.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsybdb.so.5
2025-08-20T22:46:43.3489746Z 	libsubid.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsubid.so.4
2025-08-20T22:46:43.3490138Z 	libstemmer.so.0d (libc6,x86-64) => /lib/x86_64-linux-gnu/libstemmer.so.0d
2025-08-20T22:46:43.3490655Z 	libstdc++.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libstdc++.so.6
2025-08-20T22:46:43.3491209Z 	libstdc++.so.6 (libc6) => /lib32/libstdc++.so.6
2025-08-20T22:46:43.3491533Z 	libssl3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl3.so
2025-08-20T22:46:43.3491887Z 	libssl.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl.so.3
2025-08-20T22:46:43.3492321Z 	libssl.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl.so
2025-08-20T22:46:43.3492677Z 	libssh2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssh2.so.1
2025-08-20T22:46:43.3493037Z 	libssh.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssh.so.4
2025-08-20T22:46:43.3493384Z 	libss.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libss.so.2
2025-08-20T22:46:43.3493756Z 	libsqlite3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsqlite3.so.0
2025-08-20T22:46:43.3494145Z 	libsqlite3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsqlite3.so
2025-08-20T22:46:43.3494577Z 	libsourcekitdInProc.so (libc6,x86-64) => /usr/local/lib/libsourcekitdInProc.so
2025-08-20T22:46:43.3495023Z 	libsoftokn3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsoftokn3.so
2025-08-20T22:46:43.3495425Z 	libsodium.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsodium.so.23
2025-08-20T22:46:43.3495808Z 	libsnmp.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsnmp.so.40
2025-08-20T22:46:43.3496192Z 	libsnappy.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsnappy.so.1
2025-08-20T22:46:43.3496570Z 	libsmime3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsmime3.so
2025-08-20T22:46:43.3496968Z 	libsmartcols.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsmartcols.so.1
2025-08-20T22:46:43.3497371Z 	libslirp.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libslirp.so.0
2025-08-20T22:46:43.3497744Z 	libslang.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libslang.so.2
2025-08-20T22:46:43.3498128Z 	libsigsegv.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsigsegv.so.2
2025-08-20T22:46:43.3498545Z 	libsharpyuv.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsharpyuv.so.0
2025-08-20T22:46:43.3498989Z 	libsgutils2-1.46.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsgutils2-1.46.so.2
2025-08-20T22:46:43.3499547Z 	libsframe.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsframe.so.1
2025-08-20T22:46:43.3499927Z 	libsepol.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsepol.so.2
2025-08-20T22:46:43.3500312Z 	libsensors.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsensors.so.5
2025-08-20T22:46:43.3500716Z 	libsemanage.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsemanage.so.2
2025-08-20T22:46:43.3501507Z 	libselinux.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libselinux.so.1
2025-08-20T22:46:43.3501910Z 	libseccomp.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libseccomp.so.2
2025-08-20T22:46:43.3502291Z 	libsasl2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsasl2.so.2
2025-08-20T22:46:43.3502680Z 	libruby-3.2.so.3.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libruby-3.2.so.3.2
2025-08-20T22:46:43.3503076Z 	libruby-3.2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libruby-3.2.so
2025-08-20T22:46:43.3503456Z 	librtmp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/librtmp.so.1
2025-08-20T22:46:43.3503817Z 	librt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/librt.so.1
2025-08-20T22:46:43.3504124Z 	librt.so.1 (libc6) => /lib32/librt.so.1
2025-08-20T22:46:43.3504436Z 	librpmsign.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmsign.so.9
2025-08-20T22:46:43.3504825Z 	librpmio.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmio.so.9
2025-08-20T22:46:43.3505217Z 	librpmbuild.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmbuild.so.9
2025-08-20T22:46:43.3505608Z 	librpm.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpm.so.9
2025-08-20T22:46:43.3505974Z 	librhash.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/librhash.so.0
2025-08-20T22:46:43.3506340Z 	libre2.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libre2.so.10
2025-08-20T22:46:43.3506713Z 	libresolv.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libresolv.so.2
2025-08-20T22:46:43.3507054Z 	libresolv.so.2 (libc6) => /lib32/libresolv.so.2
2025-08-20T22:46:43.3507511Z 	libresolv.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libresolv.so
2025-08-20T22:46:43.3507940Z 	libreiserfscore.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libreiserfscore.so.0
2025-08-20T22:46:43.3508380Z 	libreadline.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libreadline.so.8
2025-08-20T22:46:43.3508770Z 	libraw_r.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libraw_r.so.23
2025-08-20T22:46:43.3509138Z 	libraw.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libraw.so.23
2025-08-20T22:46:43.3509517Z 	librabbitmq.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/librabbitmq.so.4
2025-08-20T22:46:43.3509924Z 	libquadmath.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libquadmath.so.0
2025-08-20T22:46:43.3510341Z 	libqrtr-glib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libqrtr-glib.so.0
2025-08-20T22:46:43.3510752Z 	libqmi-glib.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libqmi-glib.so.5
2025-08-20T22:46:43.3511317Z 	libqdbm.so.14 (libc6,x86-64) => /lib/libqdbm.so.14
2025-08-20T22:46:43.3511685Z 	libp11-kit.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libp11-kit.so.0
2025-08-20T22:46:43.3512101Z 	libpython3.12.so.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpython3.12.so.1.0
2025-08-20T22:46:43.3512524Z 	libpython3.12.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpython3.12.so
2025-08-20T22:46:43.3512926Z 	libpthread.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpthread.so.0
2025-08-20T22:46:43.3513284Z 	libpthread.so.0 (libc6) => /lib32/libpthread.so.0
2025-08-20T22:46:43.3513617Z 	libpsx.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpsx.so.2
2025-08-20T22:46:43.3513998Z 	libpspell.so.15 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpspell.so.15
2025-08-20T22:46:43.3514374Z 	libpsl.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpsl.so.5
2025-08-20T22:46:43.3514797Z 	libprotobuf-lite.so.32 (libc6,x86-64) => /lib/x86_64-linux-gnu/libprotobuf-lite.so.32
2025-08-20T22:46:43.3515259Z 	libprotobuf-c.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libprotobuf-c.so.1
2025-08-20T22:46:43.3515670Z 	libproc2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libproc2.so.0
2025-08-20T22:46:43.3516035Z 	libpq.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpq.so.5
2025-08-20T22:46:43.3516497Z 	libpq.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpq.so
2025-08-20T22:46:43.3516846Z 	libpopt.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpopt.so.0
2025-08-20T22:46:43.3517291Z 	libpolkit-gobject-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpolkit-gobject-1.so.0
2025-08-20T22:46:43.3517793Z 	libpolkit-agent-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpolkit-agent-1.so.0
2025-08-20T22:46:43.3518231Z 	libpng16.so.16 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpng16.so.16
2025-08-20T22:46:43.3518602Z 	libply.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply.so.5
2025-08-20T22:46:43.3519062Z 	libply-splash-graphics.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-splash-graphics.so.5
2025-08-20T22:46:43.3519597Z 	libply-splash-core.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-splash-core.so.5
2025-08-20T22:46:43.3520093Z 	libply-boot-client.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-boot-client.so.5
2025-08-20T22:46:43.3520538Z 	libplds4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libplds4.so
2025-08-20T22:46:43.3527645Z 	libplc4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libplc4.so
2025-08-20T22:46:43.3528106Z 	libpkgconf.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpkgconf.so.3
2025-08-20T22:46:43.3528562Z 	libpixman-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpixman-1.so.0
2025-08-20T22:46:43.3528996Z 	libpipeline.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpipeline.so.1
2025-08-20T22:46:43.3529414Z 	libpgm-5.3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpgm-5.3.so.0
2025-08-20T22:46:43.3529801Z 	libpfm.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpfm.so.4
2025-08-20T22:46:43.3530181Z 	libperl.so.5.38 (libc6,x86-64) => /lib/x86_64-linux-gnu/libperl.so.5.38
2025-08-20T22:46:43.3530579Z 	libpcre2-32.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-32.so.0
2025-08-20T22:46:43.3531308Z 	libpcre2-32.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-32.so
2025-08-20T22:46:43.3531744Z 	libpcre2-16.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-16.so.0
2025-08-20T22:46:43.3532141Z 	libpcre2-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-16.so
2025-08-20T22:46:43.3532536Z 	libpcre2-8.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-8.so.0
2025-08-20T22:46:43.3532928Z 	libpcre2-8.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-8.so
2025-08-20T22:46:43.3533351Z 	libpcre2-posix.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-posix.so.3
2025-08-20T22:46:43.3533808Z 	libpcre2-posix.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-posix.so
2025-08-20T22:46:43.3534251Z 	libpcprofile.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcprofile.so
2025-08-20T22:46:43.3534627Z 	libpcprofile.so (libc6) => /lib32/libpcprofile.so
2025-08-20T22:46:43.3534998Z 	libpciaccess.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpciaccess.so.0
2025-08-20T22:46:43.3535404Z 	libpci.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpci.so.3
2025-08-20T22:46:43.3535794Z 	libpcap.so.0.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcap.so.0.8
2025-08-20T22:46:43.3536185Z 	libpcap.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcap.so
2025-08-20T22:46:43.3536565Z 	libparted.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libparted.so.2
2025-08-20T22:46:43.3536954Z 	libpaper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpaper.so.1
2025-08-20T22:46:43.3537375Z 	libpangoft2-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpangoft2-1.0.so.0
2025-08-20T22:46:43.3537844Z 	libpangocairo-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpangocairo-1.0.so.0
2025-08-20T22:46:43.3538294Z 	libpango-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpango-1.0.so.0
2025-08-20T22:46:43.3538697Z 	libpanelw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanelw.so.6
2025-08-20T22:46:43.3539084Z 	libpanelw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanelw.so
2025-08-20T22:46:43.3539469Z 	libpanel.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanel.so.6
2025-08-20T22:46:43.3539850Z 	libpanel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanel.so
2025-08-20T22:46:43.3540372Z 	libpamc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpamc.so.0
2025-08-20T22:46:43.3540761Z 	libpam_misc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpam_misc.so.0
2025-08-20T22:46:43.3541285Z 	libpam.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpam.so.0
2025-08-20T22:46:43.3541740Z 	libpackagekit-glib2.so.18 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpackagekit-glib2.so.18
2025-08-20T22:46:43.3542220Z 	libopenjp2.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libopenjp2.so.7
2025-08-20T22:46:43.3542682Z 	libopeniscsiusr.so.0.2.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libopeniscsiusr.so.0.2.0
2025-08-20T22:46:43.3543197Z 	libopcodes-2.42-system.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-system.so
2025-08-20T22:46:43.3543696Z 	libopcodes-2.42-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-arm64.so
2025-08-20T22:46:43.3544190Z 	libopcodes-2.42-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-armhf.so
2025-08-20T22:46:43.3544683Z 	libopcodes-2.42-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-armel.so
2025-08-20T22:46:43.3545117Z 	libonig.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libonig.so.5
2025-08-20T22:46:43.3545479Z 	libogg.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libogg.so.0
2025-08-20T22:46:43.3545840Z 	libodbc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libodbc.so.2
2025-08-20T22:46:43.3546221Z 	libobjc_gc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libobjc_gc.so.4
2025-08-20T22:46:43.3546604Z 	libobjc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libobjc.so.4
2025-08-20T22:46:43.3546964Z 	libnvme.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnvme.so.1
2025-08-20T22:46:43.3547339Z 	libnvme-mi.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnvme-mi.so.1
2025-08-20T22:46:43.3547717Z 	libnuma.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnuma.so.1
2025-08-20T22:46:43.3548216Z 	libntfs-3g.so.89 (libc6,x86-64) => /lib/x86_64-linux-gnu/libntfs-3g.so.89
2025-08-20T22:46:43.3548618Z 	libnss3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss3.so
2025-08-20T22:46:43.3548998Z 	libnssutil3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssutil3.so
2025-08-20T22:46:43.3549392Z 	libnssdbm3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssdbm3.so
2025-08-20T22:46:43.3549778Z 	libnssckbi.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssckbi.so
2025-08-20T22:46:43.3550204Z 	libnss_systemd.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_systemd.so.2
2025-08-20T22:46:43.3550644Z 	libnss_hesiod.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_hesiod.so.2
2025-08-20T22:46:43.3551175Z 	libnss_hesiod.so.2 (libc6) => /lib32/libnss_hesiod.so.2
2025-08-20T22:46:43.3551550Z 	libnss_hesiod.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_hesiod.so
2025-08-20T22:46:43.3551955Z 	libnss_files.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_files.so.2
2025-08-20T22:46:43.3552331Z 	libnss_files.so.2 (libc6) => /lib32/libnss_files.so.2
2025-08-20T22:46:43.3552687Z 	libnss_dns.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_dns.so.2
2025-08-20T22:46:43.3553039Z 	libnss_dns.so.2 (libc6) => /lib32/libnss_dns.so.2
2025-08-20T22:46:43.3553399Z 	libnss_compat.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_compat.so.2
2025-08-20T22:46:43.3553779Z 	libnss_compat.so.2 (libc6) => /lib32/libnss_compat.so.2
2025-08-20T22:46:43.3554154Z 	libnss_compat.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_compat.so
2025-08-20T22:46:43.3554545Z 	libnspr4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnspr4.so
2025-08-20T22:46:43.3554907Z 	libnsl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnsl.so.1
2025-08-20T22:46:43.3555220Z 	libnsl.so.1 (libc6) => /lib32/libnsl.so.1
2025-08-20T22:46:43.3555677Z 	libns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:46:43.3556194Z 	libnpth.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnpth.so.0
2025-08-20T22:46:43.3556566Z 	libnorm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnorm.so.1
2025-08-20T22:46:43.3557066Z 	libnl-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-3.so.200
2025-08-20T22:46:43.3557434Z 	libnl-3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-3.so
2025-08-20T22:46:43.3557833Z 	libnl-route-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-route-3.so.200
2025-08-20T22:46:43.3558268Z 	libnl-route-3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-route-3.so
2025-08-20T22:46:43.3558691Z 	libnl-genl-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-genl-3.so.200
2025-08-20T22:46:43.3559118Z 	libnghttp2.so.14 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnghttp2.so.14
2025-08-20T22:46:43.3559521Z 	libnftnl.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnftnl.so.11
2025-08-20T22:46:43.3559914Z 	libnftables.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnftables.so.1
2025-08-20T22:46:43.3560339Z 	libnfnetlink.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnfnetlink.so.0
2025-08-20T22:46:43.3560748Z 	libnewt.so.0.52 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnewt.so.0.52
2025-08-20T22:46:43.3561276Z 	libnettle.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnettle.so.8
2025-08-20T22:46:43.3561707Z 	libnetsnmpmibs.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmpmibs.so.40
2025-08-20T22:46:43.3562199Z 	libnetsnmphelpers.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmphelpers.so.40
2025-08-20T22:46:43.3562691Z 	libnetsnmpagent.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmpagent.so.40
2025-08-20T22:46:43.3563139Z 	libnetsnmp.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmp.so.40
2025-08-20T22:46:43.3563546Z 	libnetplan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetplan.so.1
2025-08-20T22:46:43.3563948Z 	libnetpbm.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetpbm.so.11
2025-08-20T22:46:43.3564419Z 	libnetfilter_conntrack.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetfilter_conntrack.so.3
2025-08-20T22:46:43.3565065Z 	libncursesw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libncursesw.so.6
2025-08-20T22:46:43.3565494Z 	libncurses.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libncurses.so.6
2025-08-20T22:46:43.3565931Z 	libmysqlclient.so.21 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmysqlclient.so.21
2025-08-20T22:46:43.3566383Z 	libmysqlclient.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmysqlclient.so
2025-08-20T22:46:43.3566786Z 	libmvec.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmvec.so.1
2025-08-20T22:46:43.3567148Z 	libmvec.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmvec.so
2025-08-20T22:46:43.3567509Z 	libmultipath.so.0 (libc6,x86-64) => /lib/libmultipath.so.0
2025-08-20T22:46:43.3567892Z 	libmspack.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmspack.so.0
2025-08-20T22:46:43.3568270Z 	libmpfr.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmpfr.so.6
2025-08-20T22:46:43.3568630Z 	libmpc.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmpc.so.3
2025-08-20T22:46:43.3568999Z 	libmpathutil.so.0 (libc6,x86-64) => /lib/libmpathutil.so.0
2025-08-20T22:46:43.3569383Z 	libmpathpersist.so.0 (libc6,x86-64) => /lib/libmpathpersist.so.0
2025-08-20T22:46:43.3569763Z 	libmpathcmd.so.0 (libc6,x86-64) => /lib/libmpathcmd.so.0
2025-08-20T22:46:43.3570130Z 	libmount.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmount.so.1
2025-08-20T22:46:43.3570498Z 	libmnl.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmnl.so.0
2025-08-20T22:46:43.3570980Z 	libmms.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmms.so.0
2025-08-20T22:46:43.3571366Z 	libmm-glib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmm-glib.so.0
2025-08-20T22:46:43.3571749Z 	libmlx5.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx5.so.1
2025-08-20T22:46:43.3572111Z 	libmlx5.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx5.so
2025-08-20T22:46:43.3572466Z 	libmlx4.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx4.so.1
2025-08-20T22:46:43.3572822Z 	libmlx4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx4.so
2025-08-20T22:46:43.3573189Z 	libmenuw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenuw.so.6
2025-08-20T22:46:43.3573557Z 	libmenuw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenuw.so
2025-08-20T22:46:43.3574036Z 	libmenu.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenu.so.6
2025-08-20T22:46:43.3574393Z 	libmenu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenu.so
2025-08-20T22:46:43.3574759Z 	libmemusage.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmemusage.so
2025-08-20T22:46:43.3575111Z 	libmemusage.so (libc6) => /lib32/libmemusage.so
2025-08-20T22:46:43.3575482Z 	libmemcached.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmemcached.so.11
2025-08-20T22:46:43.3575914Z 	libmediainfo.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmediainfo.so.0
2025-08-20T22:46:43.3576319Z 	libmecab.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmecab.so.2
2025-08-20T22:46:43.3576679Z 	libmd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmd.so.0
2025-08-20T22:46:43.3577061Z 	libmbim-glib.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmbim-glib.so.4
2025-08-20T22:46:43.3577486Z 	libmaxminddb.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmaxminddb.so.0
2025-08-20T22:46:43.3577884Z 	libmana.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmana.so.1
2025-08-20T22:46:43.3578238Z 	libmana.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmana.so
2025-08-20T22:46:43.3578601Z 	libmagic.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmagic.so.1
2025-08-20T22:46:43.3578961Z 	libm.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libm.so.6
2025-08-20T22:46:43.3579260Z 	libm.so.6 (libc6) => /lib32/libm.so.6
2025-08-20T22:46:43.3579562Z 	liblz4.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz4.so.1
2025-08-20T22:46:43.3579913Z 	liblz4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz4.so
2025-08-20T22:46:43.3580264Z 	liblzo2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzo2.so.2
2025-08-20T22:46:43.3580628Z 	liblzma.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzma.so.5
2025-08-20T22:46:43.3581081Z 	liblzma.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzma.so
2025-08-20T22:46:43.3581539Z 	liblz.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz.so.1
2025-08-20T22:46:43.3581887Z 	liblz.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz.so
2025-08-20T22:46:43.3582269Z 	liblvm2cmd.so.2.03 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblvm2cmd.so.2.03
2025-08-20T22:46:43.3582703Z 	liblua5.4.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.4.so.0
2025-08-20T22:46:43.3583098Z 	liblua5.4-c++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.4-c++.so.0
2025-08-20T22:46:43.3583489Z 	liblua5.3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.3.so.0
2025-08-20T22:46:43.3583876Z 	liblua5.3-c++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.3-c++.so.0
2025-08-20T22:46:43.3584283Z 	liblttng-ust.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust.so.1
2025-08-20T22:46:43.3584782Z 	liblttng-ust-tracepoint.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-tracepoint.so.1
2025-08-20T22:46:43.3585403Z 	liblttng-ust-pthread-wrapper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-pthread-wrapper.so.1
2025-08-20T22:46:43.3586028Z 	liblttng-ust-libc-wrapper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-libc-wrapper.so.1
2025-08-20T22:46:43.3586574Z 	liblttng-ust-fork.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-fork.so.1
2025-08-20T22:46:43.3587044Z 	liblttng-ust-fd.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-fd.so.1
2025-08-20T22:46:43.3587490Z 	liblttng-ust-dl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-dl.so.1
2025-08-20T22:46:43.3588008Z 	liblttng-ust-cyg-profile.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-cyg-profile.so.1
2025-08-20T22:46:43.3588629Z 	liblttng-ust-cyg-profile-fast.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-cyg-profile-fast.so.1
2025-08-20T22:46:43.3589189Z 	liblttng-ust-ctl.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-ctl.so.5
2025-08-20T22:46:43.3589679Z 	liblttng-ust-common.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-common.so.1
2025-08-20T22:46:43.3590125Z 	libltdl.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libltdl.so.7
2025-08-20T22:46:43.3590612Z 	liblsan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblsan.so.0
2025-08-20T22:46:43.3591097Z 	liblqr-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblqr-1.so.0
2025-08-20T22:46:43.3591479Z 	liblmdb.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblmdb.so.0
2025-08-20T22:46:43.3591870Z 	liblldb-18.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-18.so.1
2025-08-20T22:46:43.3592253Z 	liblldb-18.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-18.so
2025-08-20T22:46:43.3592636Z 	liblldb-17.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-17.so.1
2025-08-20T22:46:43.3593020Z 	liblldb-17.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-17.so
2025-08-20T22:46:43.3593398Z 	liblldb-16.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-16.so.1
2025-08-20T22:46:43.3593777Z 	liblldb-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-16.so
2025-08-20T22:46:43.3594152Z 	libldap.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libldap.so.2
2025-08-20T22:46:43.3594519Z 	liblcms2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblcms2.so.2
2025-08-20T22:46:43.3594888Z 	liblber.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblber.so.2
2025-08-20T22:46:43.3595277Z 	libk5crypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libk5crypto.so.3
2025-08-20T22:46:43.3595665Z 	libksba.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libksba.so.8
2025-08-20T22:46:43.3596071Z 	libkrb5support.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkrb5support.so.0
2025-08-20T22:46:43.3596476Z 	libkrb5.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkrb5.so.3
2025-08-20T22:46:43.3596834Z 	libkmod.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkmod.so.2
2025-08-20T22:46:43.3597219Z 	libkeyutils.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkeyutils.so.1
2025-08-20T22:46:43.3597625Z 	libjxrglue.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjxrglue.so.0
2025-08-20T22:46:43.3598150Z 	libjsoncpp.so.25 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjsoncpp.so.25
2025-08-20T22:46:43.3598594Z 	libjson-glib-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjson-glib-1.0.so.0
2025-08-20T22:46:43.3599021Z 	libjson-c.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjson-c.so.5
2025-08-20T22:46:43.3599388Z 	libjq.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjq.so.1
2025-08-20T22:46:43.3599749Z 	libjpegxr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjpegxr.so.0
2025-08-20T22:46:43.3600127Z 	libjpeg.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjpeg.so.8
2025-08-20T22:46:43.3600499Z 	libjcat.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjcat.so.1
2025-08-20T22:46:43.3600990Z 	libjbig2dec.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjbig2dec.so.0
2025-08-20T22:46:43.3601380Z 	libjbig.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjbig.so.0
2025-08-20T22:46:43.3601755Z 	libjansson.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjansson.so.4
2025-08-20T22:46:43.3602139Z 	libitm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libitm.so.1
2025-08-20T22:46:43.3602496Z 	libisns.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libisns.so.0
2025-08-20T22:46:43.3602857Z 	libisl.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libisl.so.23
2025-08-20T22:46:43.3603402Z 	libisccfg-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libisccfg-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:46:43.3604112Z 	libisccc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libisccc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:46:43.3604790Z 	libisc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libisc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:46:43.3605447Z 	libirs-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libirs-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:46:43.3605966Z 	libip6tc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libip6tc.so.2
2025-08-20T22:46:43.3606345Z 	libip4tc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libip4tc.so.2
2025-08-20T22:46:43.3606716Z 	libinih.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libinih.so.1
2025-08-20T22:46:43.3607202Z 	libijs-0.35.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libijs-0.35.so
2025-08-20T22:46:43.3607571Z 	libidn2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libidn2.so.0
2025-08-20T22:46:43.3607928Z 	libidn.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libidn.so.12
2025-08-20T22:46:43.3608294Z 	libicuuc.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so.74
2025-08-20T22:46:43.3608673Z 	libicuuc.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so.70
2025-08-20T22:46:43.3609045Z 	libicuuc.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so
2025-08-20T22:46:43.3609411Z 	libicutu.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so.74
2025-08-20T22:46:43.3609789Z 	libicutu.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so.70
2025-08-20T22:46:43.3610157Z 	libicutu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so
2025-08-20T22:46:43.3610545Z 	libicutest.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so.74
2025-08-20T22:46:43.3611053Z 	libicutest.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so.70
2025-08-20T22:46:43.3611453Z 	libicutest.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so
2025-08-20T22:46:43.3611852Z 	libicui18n.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so.74
2025-08-20T22:46:43.3612247Z 	libicui18n.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so.70
2025-08-20T22:46:43.3612648Z 	libicui18n.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so
2025-08-20T22:46:43.3613025Z 	libicuio.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so.74
2025-08-20T22:46:43.3613405Z 	libicuio.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so.70
2025-08-20T22:46:43.3613778Z 	libicuio.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so
2025-08-20T22:46:43.3614160Z 	libicudata.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so.74
2025-08-20T22:46:43.3614674Z 	libicudata.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so.70
2025-08-20T22:46:43.3615065Z 	libicudata.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so
2025-08-20T22:46:43.3615457Z 	libibverbs.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libibverbs.so.1
2025-08-20T22:46:43.3615847Z 	libibverbs.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libibverbs.so
2025-08-20T22:46:43.3616223Z 	libhwasan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhwasan.so.0
2025-08-20T22:46:43.3616648Z 	libhunspell-1.7.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhunspell-1.7.so.0
2025-08-20T22:46:43.3617076Z 	libhogweed.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhogweed.so.6
2025-08-20T22:46:43.3617471Z 	libhistory.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhistory.so.8
2025-08-20T22:46:43.3617911Z 	libhiredis_ssl.so.1.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhiredis_ssl.so.1.1.0
2025-08-20T22:46:43.3618364Z 	libhiredis.so.1.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhiredis.so.1.1.0
2025-08-20T22:46:43.3618768Z 	libhgfs.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhgfs.so.0
2025-08-20T22:46:43.3619134Z 	libheif.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libheif.so.1
2025-08-20T22:46:43.3619513Z 	libhavege.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhavege.so.2
2025-08-20T22:46:43.3619906Z 	libhashkit.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhashkit.so.2
2025-08-20T22:46:43.3620315Z 	libharfbuzz.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libharfbuzz.so.0
2025-08-20T22:46:43.3620713Z 	libhandle.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhandle.so.1
2025-08-20T22:46:43.3621186Z 	libgusb.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgusb.so.2
2025-08-20T22:46:43.3621571Z 	libguestlib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libguestlib.so.0
2025-08-20T22:46:43.3622038Z 	libguestStoreClient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libguestStoreClient.so.0
2025-08-20T22:46:43.3622508Z 	libgudev-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgudev-1.0.so.0
2025-08-20T22:46:43.3622903Z 	libgtk-3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgtk-3.so.0
2025-08-20T22:46:43.3623305Z 	libgthread-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgthread-2.0.so.0
2025-08-20T22:46:43.3623871Z 	libgstreamer-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstreamer-1.0.so.0
2025-08-20T22:46:43.3624313Z 	libgstnet-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstnet-1.0.so.0
2025-08-20T22:46:43.3624780Z 	libgstcontroller-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstcontroller-1.0.so.0
2025-08-20T22:46:43.3625262Z 	libgstcheck-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstcheck-1.0.so.0
2025-08-20T22:46:43.3625701Z 	libgstbase-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstbase-1.0.so.0
2025-08-20T22:46:43.3626134Z 	libgssapi_krb5.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgssapi_krb5.so.2
2025-08-20T22:46:43.3626530Z 	libgs.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgs.so.10
2025-08-20T22:46:43.3626922Z 	libgraphite2.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgraphite2.so.3
2025-08-20T22:46:43.3627336Z 	libgprofng.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgprofng.so.0
2025-08-20T22:46:43.3627722Z 	libgpm.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpm.so.2
2025-08-20T22:46:43.3628095Z 	libgpgme.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpgme.so.11
2025-08-20T22:46:43.3628498Z 	libgpg-error.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpg-error.so.0
2025-08-20T22:46:43.3628898Z 	libgomp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgomp.so.1
2025-08-20T22:46:43.3629300Z 	libgobject-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgobject-2.0.so.0
2025-08-20T22:46:43.3629714Z 	libgnutls.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgnutls.so.30
2025-08-20T22:46:43.3630103Z 	libgmpxx.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmpxx.so.4
2025-08-20T22:46:43.3630473Z 	libgmpxx.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmpxx.so
2025-08-20T22:46:43.3630931Z 	libgmp.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmp.so.10
2025-08-20T22:46:43.3631400Z 	libgmp.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmp.so
2025-08-20T22:46:43.3631797Z 	libgmodule-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmodule-2.0.so.0
2025-08-20T22:46:43.3632209Z 	libglib-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libglib-2.0.so.0
2025-08-20T22:46:43.3632656Z 	libgirepository-1.0.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgirepository-1.0.so.1
2025-08-20T22:46:43.3633105Z 	libgio-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgio-2.0.so.0
2025-08-20T22:46:43.3633504Z 	libgfortran.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgfortran.so.5
2025-08-20T22:46:43.3633938Z 	libgdk_pixbuf-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdk_pixbuf-2.0.so.0
2025-08-20T22:46:43.3634355Z 	libgdk-3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdk-3.so.0
2025-08-20T22:46:43.3634762Z 	libgdbm_compat.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdbm_compat.so.4
2025-08-20T22:46:43.3635164Z 	libgdbm.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdbm.so.6
2025-08-20T22:46:43.3635517Z 	libgd.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgd.so.3
2025-08-20T22:46:43.3635883Z 	libgctba.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgctba.so.1
2025-08-20T22:46:43.3636267Z 	libgcrypt.so.20 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgcrypt.so.20
2025-08-20T22:46:43.3636651Z 	libgccpp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgccpp.so.1
2025-08-20T22:46:43.3637017Z 	libgcc_s.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgcc_s.so.1
2025-08-20T22:46:43.3637343Z 	libgcc_s.so.1 (libc6) => /lib32/libgcc_s.so.1
2025-08-20T22:46:43.3637654Z 	libgc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgc.so.1
2025-08-20T22:46:43.3638003Z 	libgbm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgbm.so.1
2025-08-20T22:46:43.3638502Z 	libgallium-25.0.7-0ubuntu0.24.04.1.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgallium-25.0.7-0ubuntu0.24.04.1.so
2025-08-20T22:46:43.3639017Z 	libfwupd.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfwupd.so.2
2025-08-20T22:46:43.3639393Z 	libfuse3.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfuse3.so.3
2025-08-20T22:46:43.3639877Z 	libftdi1.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libftdi1.so.2
2025-08-20T22:46:43.3640268Z 	libfsverity.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfsverity.so.0
2025-08-20T22:46:43.3640676Z 	libfribidi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfribidi.so.0
2025-08-20T22:46:43.3641183Z 	libfreetype.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreetype.so.6
2025-08-20T22:46:43.3641581Z 	libfreebl3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreebl3.so
2025-08-20T22:46:43.3641989Z 	libfreeblpriv3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreeblpriv3.so
2025-08-20T22:46:43.3642402Z 	libformw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libformw.so.6
2025-08-20T22:46:43.3642767Z 	libformw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libformw.so
2025-08-20T22:46:43.3643125Z 	libform.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libform.so.6
2025-08-20T22:46:43.3643488Z 	libform.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libform.so
2025-08-20T22:46:43.3643860Z 	libfontenc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfontenc.so.1
2025-08-20T22:46:43.3644282Z 	libfontconfig.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfontconfig.so.1
2025-08-20T22:46:43.3644700Z 	libflashrom.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libflashrom.so.1
2025-08-20T22:46:43.3645088Z 	libfido2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfido2.so.1
2025-08-20T22:46:43.3645502Z 	libfftw3_threads.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3_threads.so.3
2025-08-20T22:46:43.3645933Z 	libfftw3_omp.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3_omp.so.3
2025-08-20T22:46:43.3646320Z 	libfftw3.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3.so.3
2025-08-20T22:46:43.3646682Z 	libffi.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libffi.so.8
2025-08-20T22:46:43.3647033Z 	libffi.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libffi.so
2025-08-20T22:46:43.3647496Z 	libfdisk.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfdisk.so.1
2025-08-20T22:46:43.3647867Z 	libfcgi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfcgi.so.0
2025-08-20T22:46:43.3648245Z 	libfcgi++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfcgi++.so.0
2025-08-20T22:46:43.3648639Z 	libfbclient.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfbclient.so.2
2025-08-20T22:46:43.3649050Z 	libfastjson.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfastjson.so.4
2025-08-20T22:46:43.3649504Z 	libfakeroot-0.so (libc6,x86-64) => /usr/lib/x86_64-linux-gnu/libfakeroot/libfakeroot-0.so
2025-08-20T22:46:43.3649932Z 	libe2p.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libe2p.so.2
2025-08-20T22:46:43.3650301Z 	libext2fs.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libext2fs.so.2
2025-08-20T22:46:43.3650683Z 	libexslt.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexslt.so.0
2025-08-20T22:46:43.3651156Z 	libexpatw.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpatw.so.1
2025-08-20T22:46:43.3651542Z 	libexpatw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpatw.so
2025-08-20T22:46:43.3651913Z 	libexpat.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpat.so.1
2025-08-20T22:46:43.3652284Z 	libexpat.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpat.so
2025-08-20T22:46:43.3652722Z 	libevent_pthreads-2.1.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevent_pthreads-2.1.so.7
2025-08-20T22:46:43.3653206Z 	libevent_core-2.1.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevent_core-2.1.so.7
2025-08-20T22:46:43.3653620Z 	libevdev.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevdev.so.2
2025-08-20T22:46:43.3653986Z 	libestr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libestr.so.0
2025-08-20T22:46:43.3654353Z 	libepoxy.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libepoxy.so.0
2025-08-20T22:46:43.3654750Z 	libenchant-2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libenchant-2.so.2
2025-08-20T22:46:43.3655137Z 	libelf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libelf.so.1
2025-08-20T22:46:43.3655511Z 	libefivar.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefivar.so.1
2025-08-20T22:46:43.3655905Z 	libefiboot.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefiboot.so.1
2025-08-20T22:46:43.3656402Z 	libefa.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefa.so.1
2025-08-20T22:46:43.3656748Z 	libefa.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libefa.so
2025-08-20T22:46:43.3657099Z 	libedit.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libedit.so.2
2025-08-20T22:46:43.3657491Z 	libeatmydata.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libeatmydata.so.1
2025-08-20T22:46:43.3657906Z 	libeatmydata.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libeatmydata.so
2025-08-20T22:46:43.3658284Z 	libdw.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdw.so.1
2025-08-20T22:46:43.3658663Z 	libduktape.so.207 (libc6,x86-64) => /lib/x86_64-linux-gnu/libduktape.so.207
2025-08-20T22:46:43.3659104Z 	libdrop_ambient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrop_ambient.so.0
2025-08-20T22:46:43.3659535Z 	libdrm_intel.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm_intel.so.1
2025-08-20T22:46:43.3659949Z 	libdrm_amdgpu.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm_amdgpu.so.1
2025-08-20T22:46:43.3660347Z 	libdrm.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm.so.2
2025-08-20T22:46:43.3660970Z 	libdns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:46:43.3661479Z 	libdl.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdl.so.2
2025-08-20T22:46:43.3661783Z 	libdl.so.2 (libc6) => /lib32/libdl.so.2
2025-08-20T22:46:43.3662125Z 	libdjvulibre.so.21 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdjvulibre.so.21
2025-08-20T22:46:43.3662528Z 	libde265.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libde265.so.0
2025-08-20T22:46:43.3662949Z 	libdevmapper.so.1.02.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper.so.1.02.1
2025-08-20T22:46:43.3663465Z 	libdevmapper-event.so.1.02.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event.so.1.02.1
2025-08-20T22:46:43.3664161Z 	libdevmapper-event-lvm2vdo.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2vdo.so
2025-08-20T22:46:43.3664785Z 	libdevmapper-event-lvm2thin.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2thin.so
2025-08-20T22:46:43.3665430Z 	libdevmapper-event-lvm2snapshot.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2snapshot.so
2025-08-20T22:46:43.3666072Z 	libdevmapper-event-lvm2raid.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2raid.so
2025-08-20T22:46:43.3666697Z 	libdevmapper-event-lvm2mirror.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2mirror.so
2025-08-20T22:46:43.3667317Z 	libdevmapper-event-lvm2.so.2.03 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2.so.2.03
2025-08-20T22:46:43.3667897Z 	libdevmapper-event-lvm2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2.so
2025-08-20T22:46:43.3668377Z 	libdeflate.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdeflate.so.0
2025-08-20T22:46:43.3668824Z 	libdebconfclient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdebconfclient.so.0
2025-08-20T22:46:43.3669259Z 	libdconf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdconf.so.1
2025-08-20T22:46:43.3669678Z 	libdbusmenu-gtk3.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbusmenu-gtk3.so.4
2025-08-20T22:46:43.3670143Z 	libdbusmenu-glib.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbusmenu-glib.so.4
2025-08-20T22:46:43.3670579Z 	libdbus-1.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbus-1.so.3
2025-08-20T22:46:43.3671050Z 	libdbus-1.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbus-1.so
2025-08-20T22:46:43.3671414Z 	libdb-5.3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdb-5.3.so
2025-08-20T22:46:43.3671785Z 	libdatrie.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdatrie.so.1
2025-08-20T22:46:43.3672160Z 	libcurl.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcurl.so.4
2025-08-20T22:46:43.3672569Z 	libcurl-gnutls.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcurl-gnutls.so.4
2025-08-20T22:46:43.3672983Z 	libcups.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcups.so.2
2025-08-20T22:46:43.3673456Z 	libctf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf.so.0
2025-08-20T22:46:43.3673840Z 	libctf-nobfd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd.so.0
2025-08-20T22:46:43.3674295Z 	libctf-nobfd-arm64.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-arm64.so.0
2025-08-20T22:46:43.3674779Z 	libctf-nobfd-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-arm64.so
2025-08-20T22:46:43.3675257Z 	libctf-nobfd-armhf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armhf.so.0
2025-08-20T22:46:43.3675760Z 	libctf-nobfd-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armhf.so
2025-08-20T22:46:43.3676249Z 	libctf-nobfd-armel.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armel.so.0
2025-08-20T22:46:43.3676729Z 	libctf-nobfd-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armel.so
2025-08-20T22:46:43.3677182Z 	libctf-arm64.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-arm64.so.0
2025-08-20T22:46:43.3677595Z 	libctf-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-arm64.so
2025-08-20T22:46:43.3678012Z 	libctf-armhf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armhf.so.0
2025-08-20T22:46:43.3678424Z 	libctf-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armhf.so
2025-08-20T22:46:43.3678836Z 	libctf-armel.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armel.so.0
2025-08-20T22:46:43.3679245Z 	libctf-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armel.so
2025-08-20T22:46:43.3679678Z 	libcryptsetup.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcryptsetup.so.12
2025-08-20T22:46:43.3680107Z 	libcrypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypto.so.3
2025-08-20T22:46:43.3680501Z 	libcrypto.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypto.so
2025-08-20T22:46:43.3680979Z 	libcrypt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypt.so.1
2025-08-20T22:46:43.3681464Z 	libcrypt.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypt.so
2025-08-20T22:46:43.3681846Z 	libcom_err.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcom_err.so.2
2025-08-20T22:46:43.3682285Z 	libcolordprivate.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcolordprivate.so.2
2025-08-20T22:46:43.3682840Z 	libcolord.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcolord.so.2
2025-08-20T22:46:43.3683242Z 	libclang-18.so.18 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-18.so.18
2025-08-20T22:46:43.3683646Z 	libclang-17.so.17 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-17.so.17
2025-08-20T22:46:43.3684065Z 	libclang-16.so.16.0.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-16.so.16.0.6
2025-08-20T22:46:43.3684511Z 	libclang-cpp.so.18.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.18.1
2025-08-20T22:46:43.3684949Z 	libclang-cpp.so.17 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.17
2025-08-20T22:46:43.3685374Z 	libclang-cpp.so.16 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.16
2025-08-20T22:46:43.3685769Z 	libcc1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcc1.so.0
2025-08-20T22:46:43.3686145Z 	libcbor.so.0.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcbor.so.0.10
2025-08-20T22:46:43.3686530Z 	libcares.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcares.so.2
2025-08-20T22:46:43.3686893Z 	libcap.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcap.so.2
2025-08-20T22:46:43.3687265Z 	libcap-ng.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcap-ng.so.0
2025-08-20T22:46:43.3687664Z 	libcanberra.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcanberra.so.0
2025-08-20T22:46:43.3688059Z 	libcairo.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcairo.so.2
2025-08-20T22:46:43.3688479Z 	libcairo-gobject.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcairo-gobject.so.2
2025-08-20T22:46:43.3688942Z 	libc_malloc_debug.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libc_malloc_debug.so.0
2025-08-20T22:46:43.3689355Z 	libc_malloc_debug.so.0 (libc6) => /lib32/libc_malloc_debug.so.0
2025-08-20T22:46:43.3689761Z 	libc_malloc_debug.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libc_malloc_debug.so
2025-08-20T22:46:43.3690299Z 	libc.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libc.so.6
2025-08-20T22:46:43.3690595Z 	libc.so.6 (libc6) => /lib32/libc.so.6
2025-08-20T22:46:43.3691009Z 	libc-client.so.2007e (libc6,x86-64) => /lib/libc-client.so.2007e
2025-08-20T22:46:43.3691397Z 	libbz2.so.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbz2.so.1.0
2025-08-20T22:46:43.3691790Z 	libbytesize.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbytesize.so.1
2025-08-20T22:46:43.3692176Z 	libbsd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbsd.so.0
2025-08-20T22:46:43.3692562Z 	libbrotlienc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlienc.so.1
2025-08-20T22:46:43.3692984Z 	libbrotlidec.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlidec.so.1
2025-08-20T22:46:43.3693424Z 	libbrotlicommon.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlicommon.so.1
2025-08-20T22:46:43.3693839Z 	libbpf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbpf.so.1
2025-08-20T22:46:43.3694220Z 	libblockdev.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libblockdev.so.3
2025-08-20T22:46:43.3694615Z 	libblkid.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libblkid.so.1
2025-08-20T22:46:43.3695156Z 	libbind9-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbind9-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:46:43.3695733Z 	libbfd-2.42-system.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-system.so
2025-08-20T22:46:43.3696178Z 	libbfd-2.42-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-arm64.so
2025-08-20T22:46:43.3696634Z 	libbfd-2.42-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-armhf.so
2025-08-20T22:46:43.3697067Z 	libbfd-2.42-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-armel.so
2025-08-20T22:46:43.3697483Z 	libbd_utils.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_utils.so.3
2025-08-20T22:46:43.3697992Z 	libbd_swap.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_swap.so.3
2025-08-20T22:46:43.3698385Z 	libbd_part.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_part.so.3
2025-08-20T22:46:43.3698765Z 	libbd_nvme.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_nvme.so.3
2025-08-20T22:46:43.3699159Z 	libbd_mdraid.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_mdraid.so.3
2025-08-20T22:46:43.3699551Z 	libbd_loop.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_loop.so.3
2025-08-20T22:46:43.3699920Z 	libbd_fs.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_fs.so.3
2025-08-20T22:46:43.3700300Z 	libbd_crypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_crypto.so.3
2025-08-20T22:46:43.3700696Z 	libbcc_bpf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbcc_bpf.so.0
2025-08-20T22:46:43.3701164Z 	libbcc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbcc.so.0
2025-08-20T22:46:43.3701567Z 	libavahi-common.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libavahi-common.so.3
2025-08-20T22:46:43.3702030Z 	libavahi-client.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libavahi-client.so.3
2025-08-20T22:46:43.3702447Z 	libaudit.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaudit.so.1
2025-08-20T22:46:43.3702820Z 	libattr.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libattr.so.1
2025-08-20T22:46:43.3703188Z 	libatspi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatspi.so.0
2025-08-20T22:46:43.3703570Z 	libatomic.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatomic.so.1
2025-08-20T22:46:43.3703942Z 	libatm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatm.so.1
2025-08-20T22:46:43.3704304Z 	libatk-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatk-1.0.so.0
2025-08-20T22:46:43.3704727Z 	libatk-bridge-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatk-bridge-2.0.so.0
2025-08-20T22:46:43.3705168Z 	libatasmart.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatasmart.so.4
2025-08-20T22:46:43.3705564Z 	libassuan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libassuan.so.0
2025-08-20T22:46:43.3705959Z 	libaspell.so.15 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaspell.so.15
2025-08-20T22:46:43.3706346Z 	libasound.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libasound.so.2
2025-08-20T22:46:43.3706836Z 	libasan.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libasan.so.8
2025-08-20T22:46:43.3707201Z 	libaria2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaria2.so.0
2025-08-20T22:46:43.3707574Z 	libargon2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libargon2.so.1
2025-08-20T22:46:43.3707969Z 	libarchive.so.13 (libc6,x86-64) => /lib/x86_64-linux-gnu/libarchive.so.13
2025-08-20T22:46:43.3708411Z 	libapt-private.so.0.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapt-private.so.0.0
2025-08-20T22:46:43.3708857Z 	libapt-pkg.so.6.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapt-pkg.so.6.0
2025-08-20T22:46:43.3709275Z 	libaprutil-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaprutil-1.so.0
2025-08-20T22:46:43.3709670Z 	libapr-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapr-1.so.0
2025-08-20T22:46:43.3710067Z 	libappstream.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libappstream.so.5
2025-08-20T22:46:43.3710484Z 	libapparmor.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapparmor.so.1
2025-08-20T22:46:43.3710979Z 	libaom.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaom.so.3
2025-08-20T22:46:43.3711332Z 	libanl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libanl.so.1
2025-08-20T22:46:43.3711642Z 	libanl.so.1 (libc6) => /lib32/libanl.so.1
2025-08-20T22:46:43.3711939Z 	libanl.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libanl.so
2025-08-20T22:46:43.3712300Z 	libaio.so.1t64 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaio.so.1t64
2025-08-20T22:46:43.3712664Z 	libacl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libacl.so.1
2025-08-20T22:46:43.3713009Z 	libX11.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libX11.so.6
2025-08-20T22:46:43.3713377Z 	libX11-xcb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libX11-xcb.so.1
2025-08-20T22:46:43.3713768Z 	libXxf86vm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXxf86vm.so.1
2025-08-20T22:46:43.3714257Z 	libXtst.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXtst.so.6
2025-08-20T22:46:43.3714617Z 	libXt.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXt.so.6
2025-08-20T22:46:43.3714968Z 	libXss.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXss.so.1
2025-08-20T22:46:43.3715343Z 	libXrender.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXrender.so.1
2025-08-20T22:46:43.3715736Z 	libXrandr.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXrandr.so.2
2025-08-20T22:46:43.3716109Z 	libXpm.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXpm.so.4
2025-08-20T22:46:43.3716463Z 	libXmuu.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXmuu.so.1
2025-08-20T22:46:43.3716817Z 	libXmu.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXmu.so.6
2025-08-20T22:46:43.3717192Z 	libXinerama.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXinerama.so.1
2025-08-20T22:46:43.3717568Z 	libXi.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXi.so.6
2025-08-20T22:46:43.3717911Z 	libXft.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXft.so.2
2025-08-20T22:46:43.3718283Z 	libXfont2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXfont2.so.2
2025-08-20T22:46:43.3718672Z 	libXfixes.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXfixes.so.3
2025-08-20T22:46:43.3719041Z 	libXext.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXext.so.6
2025-08-20T22:46:43.3719408Z 	libXdmcp.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdmcp.so.6
2025-08-20T22:46:43.3719776Z 	libXdmcp.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdmcp.so
2025-08-20T22:46:43.3720152Z 	libXdamage.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdamage.so.1
2025-08-20T22:46:43.3720546Z 	libXcursor.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXcursor.so.1
2025-08-20T22:46:43.3721073Z 	libXcomposite.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXcomposite.so.1
2025-08-20T22:46:43.3721472Z 	libXaw.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXaw.so.7
2025-08-20T22:46:43.3721816Z 	libXau.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXau.so.6
2025-08-20T22:46:43.3722166Z 	libXau.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libXau.so
2025-08-20T22:46:43.3722506Z 	libSM.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libSM.so.6
2025-08-20T22:46:43.3723054Z 	libOpenEXRUtil-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXRUtil-3_1.so.30
2025-08-20T22:46:43.3723557Z 	libOpenEXRCore-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXRCore-3_1.so.30
2025-08-20T22:46:43.3724017Z 	libOpenEXR-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXR-3_1.so.30
2025-08-20T22:46:43.3724486Z 	libMagickWand-6.Q16.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libMagickWand-6.Q16.so.7
2025-08-20T22:46:43.3724977Z 	libMagickCore-6.Q16.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libMagickCore-6.Q16.so.7
2025-08-20T22:46:43.3725402Z 	libLerc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLerc.so.4
2025-08-20T22:46:43.3725777Z 	libLLVM.so.19.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM.so.19.1
2025-08-20T22:46:43.3726157Z 	libLLVM.so.18.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM.so.18.1
2025-08-20T22:46:43.3726548Z 	libLLVM-17.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-17.so.1
2025-08-20T22:46:43.3726937Z 	libLLVM-17.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-17.so
2025-08-20T22:46:43.3727313Z 	libLLVM-16.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-16.so.1
2025-08-20T22:46:43.3727690Z 	libLLVM-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-16.so
2025-08-20T22:46:43.3728060Z 	libJudy.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libJudy.so.1
2025-08-20T22:46:43.3728450Z 	libImath-3_1.so.29 (libc6,x86-64) => /lib/x86_64-linux-gnu/libImath-3_1.so.29
2025-08-20T22:46:43.3728884Z 	libIlmThread-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libIlmThread-3_1.so.30
2025-08-20T22:46:43.3729309Z 	libIex-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libIex-3_1.so.30
2025-08-20T22:46:43.3729679Z 	libICE.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libICE.so.6
2025-08-20T22:46:43.3730072Z 	libGLdispatch.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLdispatch.so.0
2025-08-20T22:46:43.3730602Z 	libGLX_mesa.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLX_mesa.so.0
2025-08-20T22:46:43.3731086Z 	libGLX.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLX.so.0
2025-08-20T22:46:43.3731430Z 	libGL.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGL.so.1
2025-08-20T22:46:43.3731817Z 	libDeployPkg.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libDeployPkg.so.0
2025-08-20T22:46:43.3732263Z 	libBrokenLocale.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libBrokenLocale.so.1
2025-08-20T22:46:43.3732680Z 	libBrokenLocale.so.1 (libc6) => /lib32/libBrokenLocale.so.1
2025-08-20T22:46:43.3733083Z 	libBrokenLocale.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libBrokenLocale.so
2025-08-20T22:46:43.3733487Z 	ld-musl-x86_64.so.1 (libc6,x86-64) => /lib/ld-musl-x86_64.so.1
2025-08-20T22:46:43.3733813Z 	ld-linux.so.2 (libc6) => /lib32/ld-linux.so.2
2025-08-20T22:46:43.3734088Z 	ld-linux.so.2 (libc6) => /lib/ld-linux.so.2
2025-08-20T22:46:43.3734440Z 	ld-linux-x86-64.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
2025-08-20T22:46:43.3734917Z Cache generated by: ldconfig (Ubuntu GLIBC 2.39-0ubuntu8.5) stable release version 2.39
2025-08-20T22:46:43.6364489Z info: downloading installer
2025-08-20T22:46:43.8955472Z warn: It looks like you have an existing rustup settings file at:
2025-08-20T22:46:43.8955993Z warn: /home/runner/.rustup/settings.toml
2025-08-20T22:46:43.8956404Z warn: Rustup will install the default toolchain as specified in the settings file,
2025-08-20T22:46:43.8956872Z warn: instead of the one inferred from the default host triple.
2025-08-20T22:46:43.9123508Z info: profile set to 'default'
2025-08-20T22:46:43.9124092Z info: default host triple is x86_64-unknown-linux-gnu
2025-08-20T22:46:43.9124613Z warn: Updating existing toolchain, profile choice will be ignored
2025-08-20T22:46:43.9795422Z info: syncing channel updates for 'stable-x86_64-unknown-linux-gnu'
2025-08-20T22:46:44.0079893Z info: default toolchain set to 'stable-x86_64-unknown-linux-gnu'
2025-08-20T22:46:44.0080469Z 
2025-08-20T22:46:44.0175600Z   stable-x86_64-unknown-linux-gnu unchanged - rustc 1.89.0 (29483883e 2025-08-04)
2025-08-20T22:46:44.0176209Z 
2025-08-20T22:46:44.0176213Z 
2025-08-20T22:46:44.0176301Z Rust is installed now. Great!
2025-08-20T22:46:44.0176460Z 
2025-08-20T22:46:44.0176648Z To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
2025-08-20T22:46:44.0177078Z environment variable. This has not been done automatically.
2025-08-20T22:46:44.0177414Z 
2025-08-20T22:46:44.0177612Z To configure your current shell, you need to source
2025-08-20T22:46:44.0177977Z the corresponding env file under $HOME/.cargo.
2025-08-20T22:46:44.0178168Z 
2025-08-20T22:46:44.0178341Z This is usually done by running one of the following (note the leading DOT):
2025-08-20T22:46:44.0178748Z . "$HOME/.cargo/env"            # For sh/bash/zsh/ash/dash/pdksh
2025-08-20T22:46:44.0179070Z source "$HOME/.cargo/env.fish"  # For fish
2025-08-20T22:46:44.0179378Z source $"($nu.home-path)/.cargo/env.nu"  # For nushell
2025-08-20T22:46:44.0808953Z info: using existing install for 'stable-x86_64-unknown-linux-gnu'
2025-08-20T22:46:44.1135575Z info: default toolchain set to 'stable-x86_64-unknown-linux-gnu'
2025-08-20T22:46:44.1135862Z 
2025-08-20T22:46:44.1231458Z   stable-x86_64-unknown-linux-gnu unchanged - rustc 1.89.0 (29483883e 2025-08-04)
2025-08-20T22:46:44.1231920Z 
2025-08-20T22:46:44.1713349Z rustc 1.89.0 (29483883e 2025-08-04)
2025-08-20T22:46:46.0059721Z cargo 1.89.0 (c24e10642 2025-06-23)
2025-08-20T22:46:46.0522582Z 680 libs found in cache `/etc/ld.so.cache'
2025-08-20T22:46:46.0523260Z 	libz3.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libz3.so.4
2025-08-20T22:46:46.0523858Z 	libz3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libz3.so
2025-08-20T22:46:46.0524460Z 	libzstd.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzstd.so.1
2025-08-20T22:46:46.0525078Z 	libzstd.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libzstd.so
2025-08-20T22:46:46.0525825Z 	libzmq.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzmq.so.5
2025-08-20T22:46:46.0526217Z 	libzip.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzip.so.4
2025-08-20T22:46:46.0526604Z 	libzen.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzen.so.0
2025-08-20T22:46:46.0526960Z 	libz.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libz.so.1
2025-08-20T22:46:46.0527291Z 	libz.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libz.so
2025-08-20T22:46:46.0527650Z 	libyaml-0.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libyaml-0.so.2
2025-08-20T22:46:46.0528041Z 	libyajl.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libyajl.so.2
2025-08-20T22:46:46.0528426Z 	libxxhash.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxxhash.so.0
2025-08-20T22:46:46.0528833Z 	libxtables.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxtables.so.12
2025-08-20T22:46:46.0529227Z 	libxslt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxslt.so.1
2025-08-20T22:46:46.0529622Z 	libxshmfence.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxshmfence.so.1
2025-08-20T22:46:46.0530028Z 	libxml2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxml2.so.2
2025-08-20T22:46:46.0530388Z 	libxml2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxml2.so
2025-08-20T22:46:46.0530948Z 	libxmlsec1.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlsec1.so.1
2025-08-20T22:46:46.0531514Z 	libxmlsec1-openssl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlsec1-openssl.so.1
2025-08-20T22:46:46.0531973Z 	libxmlb.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlb.so.2
2025-08-20T22:46:46.0532370Z 	libxkbfile.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxkbfile.so.1
2025-08-20T22:46:46.0532791Z 	libxkbcommon.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxkbcommon.so.0
2025-08-20T22:46:46.0533195Z 	libxcb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb.so.1
2025-08-20T22:46:46.0533554Z 	libxcb.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb.so
2025-08-20T22:46:46.0533948Z 	libxcb-xfixes.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-xfixes.so.0
2025-08-20T22:46:46.0534384Z 	libxcb-xfixes.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-xfixes.so
2025-08-20T22:46:46.0534795Z 	libxcb-sync.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-sync.so.1
2025-08-20T22:46:46.0535372Z 	libxcb-shm.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shm.so.0
2025-08-20T22:46:46.0535785Z 	libxcb-shape.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shape.so.0
2025-08-20T22:46:46.0536205Z 	libxcb-shape.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shape.so
2025-08-20T22:46:46.0536628Z 	libxcb-render.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-render.so.0
2025-08-20T22:46:46.0537062Z 	libxcb-render.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-render.so
2025-08-20T22:46:46.0537490Z 	libxcb-randr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-randr.so.0
2025-08-20T22:46:46.0537947Z 	libxcb-present.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-present.so.0
2025-08-20T22:46:46.0538400Z 	libxcb-glx.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-glx.so.0
2025-08-20T22:46:46.0538811Z 	libxcb-dri3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-dri3.so.0
2025-08-20T22:46:46.0539217Z 	libwrap.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwrap.so.0
2025-08-20T22:46:46.0539626Z 	libwmflite-0.2.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwmflite-0.2.so.7
2025-08-20T22:46:46.0540056Z 	libwebpmux.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebpmux.so.3
2025-08-20T22:46:46.0540485Z 	libwebpdemux.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebpdemux.so.2
2025-08-20T22:46:46.0541919Z 	libwebp.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebp.so.7
2025-08-20T22:46:46.0542315Z 	libwbclient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwbclient.so.0
2025-08-20T22:46:46.0542766Z 	libwayland-server.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-server.so.0
2025-08-20T22:46:46.0543232Z 	libwayland-egl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-egl.so.1
2025-08-20T22:46:46.0543823Z 	libwayland-cursor.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-cursor.so.0
2025-08-20T22:46:46.0544303Z 	libwayland-client.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-client.so.0
2025-08-20T22:46:46.0544743Z 	libvulkan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvulkan.so.1
2025-08-20T22:46:46.0545158Z 	libvorbisfile.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvorbisfile.so.3
2025-08-20T22:46:46.0545569Z 	libvorbis.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvorbis.so.0
2025-08-20T22:46:46.0545970Z 	libvolume_key.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvolume_key.so.1
2025-08-20T22:46:46.0546383Z 	libvmtools.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvmtools.so.0
2025-08-20T22:46:46.0546776Z 	libvgauth.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvgauth.so.0
2025-08-20T22:46:46.0547141Z 	libuv.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuv.so.1
2025-08-20T22:46:46.0547494Z 	libuuid.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuuid.so.1
2025-08-20T22:46:46.0547855Z 	libutil.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libutil.so.1
2025-08-20T22:46:46.0548179Z 	libutil.so.1 (libc6) => /lib32/libutil.so.1
2025-08-20T22:46:46.0548519Z 	libutempter.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libutempter.so.0
2025-08-20T22:46:46.0548917Z 	libusb-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libusb-1.0.so.0
2025-08-20T22:46:46.0549285Z 	liburcu.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu.so.8
2025-08-20T22:46:46.0549687Z 	liburcu-signal.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-signal.so.8
2025-08-20T22:46:46.0550113Z 	liburcu-qsbr.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-qsbr.so.8
2025-08-20T22:46:46.0550525Z 	liburcu-memb.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-memb.so.8
2025-08-20T22:46:46.0551055Z 	liburcu-mb.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-mb.so.8
2025-08-20T22:46:46.0551481Z 	liburcu-common.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-common.so.8
2025-08-20T22:46:46.0551903Z 	liburcu-cds.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-cds.so.8
2025-08-20T22:46:46.0552298Z 	liburcu-bp.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-bp.so.8
2025-08-20T22:46:46.0552804Z 	libunwind.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind.so.8
2025-08-20T22:46:46.0553219Z 	libunwind-x86_64.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-x86_64.so.8
2025-08-20T22:46:46.0553689Z 	libunwind-ptrace.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-ptrace.so.0
2025-08-20T22:46:46.0554190Z 	libunwind-coredump.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-coredump.so.0
2025-08-20T22:46:46.0554653Z 	libunistring.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunistring.so.5
2025-08-20T22:46:46.0555064Z 	libudisks2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libudisks2.so.0
2025-08-20T22:46:46.0555447Z 	libudev.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libudev.so.1
2025-08-20T22:46:46.0555832Z 	libuchardet.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuchardet.so.0
2025-08-20T22:46:46.0556231Z 	libubsan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libubsan.so.1
2025-08-20T22:46:46.0556668Z 	libtss2-tcti-swtpm.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-swtpm.so.0
2025-08-20T22:46:46.0557163Z 	libtss2-tcti-mssim.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-mssim.so.0
2025-08-20T22:46:46.0557653Z 	libtss2-tcti-device.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-device.so.0
2025-08-20T22:46:46.0558135Z 	libtss2-tcti-cmd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-cmd.so.0
2025-08-20T22:46:46.0558563Z 	libtss2-sys.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-sys.so.1
2025-08-20T22:46:46.0558955Z 	libtss2-rc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-rc.so.0
2025-08-20T22:46:46.0559340Z 	libtss2-mu.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-mu.so.0
2025-08-20T22:46:46.0559736Z 	libtss2-esys.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-esys.so.0
2025-08-20T22:46:46.0560124Z 	libtsan.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtsan.so.2
2025-08-20T22:46:46.0560616Z 	libtracefs.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtracefs.so.1
2025-08-20T22:46:46.0561181Z 	libtraceevent.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtraceevent.so.1
2025-08-20T22:46:46.0561596Z 	libtommath.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtommath.so.1
2025-08-20T22:46:46.0561974Z 	libtk8.6.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtk8.6.so
2025-08-20T22:46:46.0562341Z 	libtirpc.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtirpc.so.3
2025-08-20T22:46:46.0562738Z 	libtinyxml2.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinyxml2.so.10
2025-08-20T22:46:46.0563133Z 	libtinfo.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinfo.so.6
2025-08-20T22:46:46.0563501Z 	libtinfo.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinfo.so
2025-08-20T22:46:46.0563863Z 	libtiff.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtiff.so.6
2025-08-20T22:46:46.0564256Z 	libtidy.so.5deb1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtidy.so.5deb1
2025-08-20T22:46:46.0564646Z 	libtic.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtic.so.6
2025-08-20T22:46:46.0564997Z 	libtic.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtic.so
2025-08-20T22:46:46.0565377Z 	libthread_db.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libthread_db.so.1
2025-08-20T22:46:46.0565745Z 	libthread_db.so.1 (libc6) => /lib32/libthread_db.so.1
2025-08-20T22:46:46.0566099Z 	libthread_db.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libthread_db.so
2025-08-20T22:46:46.0566478Z 	libthai.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libthai.so.0
2025-08-20T22:46:46.0566837Z 	libtdb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtdb.so.1
2025-08-20T22:46:46.0567193Z 	libtcl8.6.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtcl8.6.so
2025-08-20T22:46:46.0567561Z 	libtasn1.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtasn1.so.6
2025-08-20T22:46:46.0567942Z 	libtalloc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtalloc.so.2
2025-08-20T22:46:46.0568335Z 	libsystemd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsystemd.so.0
2025-08-20T22:46:46.0568727Z 	libsysfs.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsysfs.so.2
2025-08-20T22:46:46.0569218Z 	libsybdb.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsybdb.so.5
2025-08-20T22:46:46.0569584Z 	libsubid.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsubid.so.4
2025-08-20T22:46:46.0569970Z 	libstemmer.so.0d (libc6,x86-64) => /lib/x86_64-linux-gnu/libstemmer.so.0d
2025-08-20T22:46:46.0570363Z 	libstdc++.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libstdc++.so.6
2025-08-20T22:46:46.0570701Z 	libstdc++.so.6 (libc6) => /lib32/libstdc++.so.6
2025-08-20T22:46:46.0571244Z 	libssl3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl3.so
2025-08-20T22:46:46.0571600Z 	libssl.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl.so.3
2025-08-20T22:46:46.0571947Z 	libssl.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl.so
2025-08-20T22:46:46.0572295Z 	libssh2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssh2.so.1
2025-08-20T22:46:46.0572811Z 	libssh.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssh.so.4
2025-08-20T22:46:46.0573429Z 	libss.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libss.so.2
2025-08-20T22:46:46.0574030Z 	libsqlite3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsqlite3.so.0
2025-08-20T22:46:46.0574425Z 	libsqlite3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsqlite3.so
2025-08-20T22:46:46.0574857Z 	libsourcekitdInProc.so (libc6,x86-64) => /usr/local/lib/libsourcekitdInProc.so
2025-08-20T22:46:46.0575299Z 	libsoftokn3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsoftokn3.so
2025-08-20T22:46:46.0575692Z 	libsodium.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsodium.so.23
2025-08-20T22:46:46.0576073Z 	libsnmp.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsnmp.so.40
2025-08-20T22:46:46.0576456Z 	libsnappy.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsnappy.so.1
2025-08-20T22:46:46.0576838Z 	libsmime3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsmime3.so
2025-08-20T22:46:46.0577249Z 	libsmartcols.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsmartcols.so.1
2025-08-20T22:46:46.0577794Z 	libslirp.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libslirp.so.0
2025-08-20T22:46:46.0578179Z 	libslang.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libslang.so.2
2025-08-20T22:46:46.0578565Z 	libsigsegv.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsigsegv.so.2
2025-08-20T22:46:46.0578975Z 	libsharpyuv.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsharpyuv.so.0
2025-08-20T22:46:46.0579410Z 	libsgutils2-1.46.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsgutils2-1.46.so.2
2025-08-20T22:46:46.0579835Z 	libsframe.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsframe.so.1
2025-08-20T22:46:46.0580217Z 	libsepol.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsepol.so.2
2025-08-20T22:46:46.0580599Z 	libsensors.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsensors.so.5
2025-08-20T22:46:46.0581231Z 	libsemanage.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsemanage.so.2
2025-08-20T22:46:46.0581632Z 	libselinux.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libselinux.so.1
2025-08-20T22:46:46.0582031Z 	libseccomp.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libseccomp.so.2
2025-08-20T22:46:46.0582418Z 	libsasl2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsasl2.so.2
2025-08-20T22:46:46.0582808Z 	libruby-3.2.so.3.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libruby-3.2.so.3.2
2025-08-20T22:46:46.0583201Z 	libruby-3.2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libruby-3.2.so
2025-08-20T22:46:46.0591070Z 	librtmp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/librtmp.so.1
2025-08-20T22:46:46.0591574Z 	librt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/librt.so.1
2025-08-20T22:46:46.0591901Z 	librt.so.1 (libc6) => /lib32/librt.so.1
2025-08-20T22:46:46.0592239Z 	librpmsign.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmsign.so.9
2025-08-20T22:46:46.0592659Z 	librpmio.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmio.so.9
2025-08-20T22:46:46.0593075Z 	librpmbuild.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmbuild.so.9
2025-08-20T22:46:46.0593488Z 	librpm.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpm.so.9
2025-08-20T22:46:46.0593866Z 	librhash.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/librhash.so.0
2025-08-20T22:46:46.0594429Z 	libre2.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libre2.so.10
2025-08-20T22:46:46.0594818Z 	libresolv.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libresolv.so.2
2025-08-20T22:46:46.0595173Z 	libresolv.so.2 (libc6) => /lib32/libresolv.so.2
2025-08-20T22:46:46.0595512Z 	libresolv.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libresolv.so
2025-08-20T22:46:46.0595930Z 	libreiserfscore.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libreiserfscore.so.0
2025-08-20T22:46:46.0596374Z 	libreadline.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libreadline.so.8
2025-08-20T22:46:46.0596771Z 	libraw_r.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libraw_r.so.23
2025-08-20T22:46:46.0597137Z 	libraw.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libraw.so.23
2025-08-20T22:46:46.0597521Z 	librabbitmq.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/librabbitmq.so.4
2025-08-20T22:46:46.0597932Z 	libquadmath.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libquadmath.so.0
2025-08-20T22:46:46.0598353Z 	libqrtr-glib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libqrtr-glib.so.0
2025-08-20T22:46:46.0599041Z 	libqmi-glib.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libqmi-glib.so.5
2025-08-20T22:46:46.0599670Z 	libqdbm.so.14 (libc6,x86-64) => /lib/libqdbm.so.14
2025-08-20T22:46:46.0600300Z 	libp11-kit.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libp11-kit.so.0
2025-08-20T22:46:46.0601772Z 	libpython3.12.so.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpython3.12.so.1.0
2025-08-20T22:46:46.0602568Z 	libpython3.12.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpython3.12.so
2025-08-20T22:46:46.0603012Z 	libpthread.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpthread.so.0
2025-08-20T22:46:46.0603380Z 	libpthread.so.0 (libc6) => /lib32/libpthread.so.0
2025-08-20T22:46:46.0603751Z 	libpsx.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpsx.so.2
2025-08-20T22:46:46.0604429Z 	libpspell.so.15 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpspell.so.15
2025-08-20T22:46:46.0604826Z 	libpsl.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpsl.so.5
2025-08-20T22:46:46.0605257Z 	libprotobuf-lite.so.32 (libc6,x86-64) => /lib/x86_64-linux-gnu/libprotobuf-lite.so.32
2025-08-20T22:46:46.0605956Z 	libprotobuf-c.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libprotobuf-c.so.1
2025-08-20T22:46:46.0606681Z 	libproc2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libproc2.so.0
2025-08-20T22:46:46.0607313Z 	libpq.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpq.so.5
2025-08-20T22:46:46.0607917Z 	libpq.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpq.so
2025-08-20T22:46:46.0608281Z 	libpopt.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpopt.so.0
2025-08-20T22:46:46.0608764Z 	libpolkit-gobject-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpolkit-gobject-1.so.0
2025-08-20T22:46:46.0609387Z 	libpolkit-agent-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpolkit-agent-1.so.0
2025-08-20T22:46:46.0609835Z 	libpng16.so.16 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpng16.so.16
2025-08-20T22:46:46.0610208Z 	libply.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply.so.5
2025-08-20T22:46:46.0610757Z 	libply-splash-graphics.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-splash-graphics.so.5
2025-08-20T22:46:46.0611865Z 	libply-splash-core.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-splash-core.so.5
2025-08-20T22:46:46.0612743Z 	libply-boot-client.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-boot-client.so.5
2025-08-20T22:46:46.0613339Z 	libplds4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libplds4.so
2025-08-20T22:46:46.0613710Z 	libplc4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libplc4.so
2025-08-20T22:46:46.0614086Z 	libpkgconf.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpkgconf.so.3
2025-08-20T22:46:46.0614499Z 	libpixman-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpixman-1.so.0
2025-08-20T22:46:46.0614912Z 	libpipeline.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpipeline.so.1
2025-08-20T22:46:46.0615315Z 	libpgm-5.3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpgm-5.3.so.0
2025-08-20T22:46:46.0615851Z 	libpfm.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpfm.so.4
2025-08-20T22:46:46.0616224Z 	libperl.so.5.38 (libc6,x86-64) => /lib/x86_64-linux-gnu/libperl.so.5.38
2025-08-20T22:46:46.0616614Z 	libpcre2-32.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-32.so.0
2025-08-20T22:46:46.0617004Z 	libpcre2-32.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-32.so
2025-08-20T22:46:46.0617393Z 	libpcre2-16.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-16.so.0
2025-08-20T22:46:46.0617780Z 	libpcre2-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-16.so
2025-08-20T22:46:46.0618176Z 	libpcre2-8.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-8.so.0
2025-08-20T22:46:46.0618567Z 	libpcre2-8.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-8.so
2025-08-20T22:46:46.0618998Z 	libpcre2-posix.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-posix.so.3
2025-08-20T22:46:46.0619459Z 	libpcre2-posix.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-posix.so
2025-08-20T22:46:46.0619898Z 	libpcprofile.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcprofile.so
2025-08-20T22:46:46.0620264Z 	libpcprofile.so (libc6) => /lib32/libpcprofile.so
2025-08-20T22:46:46.0620635Z 	libpciaccess.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpciaccess.so.0
2025-08-20T22:46:46.0621269Z 	libpci.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpci.so.3
2025-08-20T22:46:46.0621644Z 	libpcap.so.0.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcap.so.0.8
2025-08-20T22:46:46.0622015Z 	libpcap.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcap.so
2025-08-20T22:46:46.0622387Z 	libparted.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libparted.so.2
2025-08-20T22:46:46.0622771Z 	libpaper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpaper.so.1
2025-08-20T22:46:46.0623186Z 	libpangoft2-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpangoft2-1.0.so.0
2025-08-20T22:46:46.0623776Z 	libpangocairo-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpangocairo-1.0.so.0
2025-08-20T22:46:46.0624222Z 	libpango-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpango-1.0.so.0
2025-08-20T22:46:46.0624625Z 	libpanelw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanelw.so.6
2025-08-20T22:46:46.0625007Z 	libpanelw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanelw.so
2025-08-20T22:46:46.0625381Z 	libpanel.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanel.so.6
2025-08-20T22:46:46.0625750Z 	libpanel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanel.so
2025-08-20T22:46:46.0626346Z 	libpamc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpamc.so.0
2025-08-20T22:46:46.0626736Z 	libpam_misc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpam_misc.so.0
2025-08-20T22:46:46.0627185Z 	libpam.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpam.so.0
2025-08-20T22:46:46.0627977Z 	libpackagekit-glib2.so.18 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpackagekit-glib2.so.18
2025-08-20T22:46:46.0628826Z 	libopenjp2.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libopenjp2.so.7
2025-08-20T22:46:46.0629618Z 	libopeniscsiusr.so.0.2.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libopeniscsiusr.so.0.2.0
2025-08-20T22:46:46.0630152Z 	libopcodes-2.42-system.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-system.so
2025-08-20T22:46:46.0630655Z 	libopcodes-2.42-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-arm64.so
2025-08-20T22:46:46.0631435Z 	libopcodes-2.42-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-armhf.so
2025-08-20T22:46:46.0631923Z 	libopcodes-2.42-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-armel.so
2025-08-20T22:46:46.0632355Z 	libonig.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libonig.so.5
2025-08-20T22:46:46.0632819Z 	libogg.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libogg.so.0
2025-08-20T22:46:46.0633457Z 	libodbc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libodbc.so.2
2025-08-20T22:46:46.0634233Z 	libobjc_gc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libobjc_gc.so.4
2025-08-20T22:46:46.0634895Z 	libobjc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libobjc.so.4
2025-08-20T22:46:46.0635748Z 	libnvme.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnvme.so.1
2025-08-20T22:46:46.0636412Z 	libnvme-mi.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnvme-mi.so.1
2025-08-20T22:46:46.0637063Z 	libnuma.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnuma.so.1
2025-08-20T22:46:46.0637651Z 	libntfs-3g.so.89 (libc6,x86-64) => /lib/x86_64-linux-gnu/libntfs-3g.so.89
2025-08-20T22:46:46.0638039Z 	libnss3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss3.so
2025-08-20T22:46:46.0638422Z 	libnssutil3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssutil3.so
2025-08-20T22:46:46.0638816Z 	libnssdbm3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssdbm3.so
2025-08-20T22:46:46.0639199Z 	libnssckbi.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssckbi.so
2025-08-20T22:46:46.0639610Z 	libnss_systemd.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_systemd.so.2
2025-08-20T22:46:46.0640050Z 	libnss_hesiod.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_hesiod.so.2
2025-08-20T22:46:46.0640438Z 	libnss_hesiod.so.2 (libc6) => /lib32/libnss_hesiod.so.2
2025-08-20T22:46:46.0641999Z 	libnss_hesiod.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_hesiod.so
2025-08-20T22:46:46.0642457Z 	libnss_files.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_files.so.2
2025-08-20T22:46:46.0642838Z 	libnss_files.so.2 (libc6) => /lib32/libnss_files.so.2
2025-08-20T22:46:46.0643184Z 	libnss_dns.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_dns.so.2
2025-08-20T22:46:46.0643528Z 	libnss_dns.so.2 (libc6) => /lib32/libnss_dns.so.2
2025-08-20T22:46:46.0643889Z 	libnss_compat.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_compat.so.2
2025-08-20T22:46:46.0644273Z 	libnss_compat.so.2 (libc6) => /lib32/libnss_compat.so.2
2025-08-20T22:46:46.0644645Z 	libnss_compat.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_compat.so
2025-08-20T22:46:46.0645218Z 	libnspr4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnspr4.so
2025-08-20T22:46:46.0645598Z 	libnsl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnsl.so.1
2025-08-20T22:46:46.0645915Z 	libnsl.so.1 (libc6) => /lib32/libnsl.so.1
2025-08-20T22:46:46.0646379Z 	libns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:46:46.0646890Z 	libnpth.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnpth.so.0
2025-08-20T22:46:46.0647250Z 	libnorm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnorm.so.1
2025-08-20T22:46:46.0647620Z 	libnl-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-3.so.200
2025-08-20T22:46:46.0647983Z 	libnl-3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-3.so
2025-08-20T22:46:46.0648379Z 	libnl-route-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-route-3.so.200
2025-08-20T22:46:46.0648807Z 	libnl-route-3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-route-3.so
2025-08-20T22:46:46.0649232Z 	libnl-genl-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-genl-3.so.200
2025-08-20T22:46:46.0649664Z 	libnghttp2.so.14 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnghttp2.so.14
2025-08-20T22:46:46.0650074Z 	libnftnl.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnftnl.so.11
2025-08-20T22:46:46.0650470Z 	libnftables.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnftables.so.1
2025-08-20T22:46:46.0651156Z 	libnfnetlink.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnfnetlink.so.0
2025-08-20T22:46:46.0651579Z 	libnewt.so.0.52 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnewt.so.0.52
2025-08-20T22:46:46.0651965Z 	libnettle.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnettle.so.8
2025-08-20T22:46:46.0652391Z 	libnetsnmpmibs.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmpmibs.so.40
2025-08-20T22:46:46.0652872Z 	libnetsnmphelpers.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmphelpers.so.40
2025-08-20T22:46:46.0653361Z 	libnetsnmpagent.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmpagent.so.40
2025-08-20T22:46:46.0653803Z 	libnetsnmp.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmp.so.40
2025-08-20T22:46:46.0654203Z 	libnetplan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetplan.so.1
2025-08-20T22:46:46.0654820Z 	libnetpbm.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetpbm.so.11
2025-08-20T22:46:46.0655289Z 	libnetfilter_conntrack.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetfilter_conntrack.so.3
2025-08-20T22:46:46.0655770Z 	libncursesw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libncursesw.so.6
2025-08-20T22:46:46.0656169Z 	libncurses.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libncurses.so.6
2025-08-20T22:46:46.0656594Z 	libmysqlclient.so.21 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmysqlclient.so.21
2025-08-20T22:46:46.0657040Z 	libmysqlclient.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmysqlclient.so
2025-08-20T22:46:46.0657441Z 	libmvec.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmvec.so.1
2025-08-20T22:46:46.0657802Z 	libmvec.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmvec.so
2025-08-20T22:46:46.0658170Z 	libmultipath.so.0 (libc6,x86-64) => /lib/libmultipath.so.0
2025-08-20T22:46:46.0658549Z 	libmspack.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmspack.so.0
2025-08-20T22:46:46.0658926Z 	libmpfr.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmpfr.so.6
2025-08-20T22:46:46.0659294Z 	libmpc.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmpc.so.3
2025-08-20T22:46:46.0659652Z 	libmpathutil.so.0 (libc6,x86-64) => /lib/libmpathutil.so.0
2025-08-20T22:46:46.0660029Z 	libmpathpersist.so.0 (libc6,x86-64) => /lib/libmpathpersist.so.0
2025-08-20T22:46:46.0660411Z 	libmpathcmd.so.0 (libc6,x86-64) => /lib/libmpathcmd.so.0
2025-08-20T22:46:46.0660991Z 	libmount.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmount.so.1
2025-08-20T22:46:46.0661409Z 	libmnl.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmnl.so.0
2025-08-20T22:46:46.0661761Z 	libmms.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmms.so.0
2025-08-20T22:46:46.0662139Z 	libmm-glib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmm-glib.so.0
2025-08-20T22:46:46.0662689Z 	libmlx5.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx5.so.1
2025-08-20T22:46:46.0663065Z 	libmlx5.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx5.so
2025-08-20T22:46:46.0663428Z 	libmlx4.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx4.so.1
2025-08-20T22:46:46.0663777Z 	libmlx4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx4.so
2025-08-20T22:46:46.0664135Z 	libmenuw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenuw.so.6
2025-08-20T22:46:46.0664506Z 	libmenuw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenuw.so
2025-08-20T22:46:46.0664865Z 	libmenu.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenu.so.6
2025-08-20T22:46:46.0665216Z 	libmenu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenu.so
2025-08-20T22:46:46.0665587Z 	libmemusage.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmemusage.so
2025-08-20T22:46:46.0665939Z 	libmemusage.so (libc6) => /lib32/libmemusage.so
2025-08-20T22:46:46.0666312Z 	libmemcached.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmemcached.so.11
2025-08-20T22:46:46.0666742Z 	libmediainfo.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmediainfo.so.0
2025-08-20T22:46:46.0667144Z 	libmecab.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmecab.so.2
2025-08-20T22:46:46.0667509Z 	libmd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmd.so.0
2025-08-20T22:46:46.0667881Z 	libmbim-glib.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmbim-glib.so.4
2025-08-20T22:46:46.0668302Z 	libmaxminddb.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmaxminddb.so.0
2025-08-20T22:46:46.0668694Z 	libmana.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmana.so.1
2025-08-20T22:46:46.0669048Z 	libmana.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmana.so
2025-08-20T22:46:46.0669405Z 	libmagic.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmagic.so.1
2025-08-20T22:46:46.0669761Z 	libm.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libm.so.6
2025-08-20T22:46:46.0670054Z 	libm.so.6 (libc6) => /lib32/libm.so.6
2025-08-20T22:46:46.0670357Z 	liblz4.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz4.so.1
2025-08-20T22:46:46.0670704Z 	liblz4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz4.so
2025-08-20T22:46:46.0671405Z 	liblzo2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzo2.so.2
2025-08-20T22:46:46.0671775Z 	liblzma.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzma.so.5
2025-08-20T22:46:46.0672137Z 	liblzma.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzma.so
2025-08-20T22:46:46.0672481Z 	liblz.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz.so.1
2025-08-20T22:46:46.0672813Z 	liblz.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz.so
2025-08-20T22:46:46.0673188Z 	liblvm2cmd.so.2.03 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblvm2cmd.so.2.03
2025-08-20T22:46:46.0673596Z 	liblua5.4.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.4.so.0
2025-08-20T22:46:46.0673986Z 	liblua5.4-c++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.4-c++.so.0
2025-08-20T22:46:46.0674373Z 	liblua5.3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.3.so.0
2025-08-20T22:46:46.0674763Z 	liblua5.3-c++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.3-c++.so.0
2025-08-20T22:46:46.0675175Z 	liblttng-ust.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust.so.1
2025-08-20T22:46:46.0675684Z 	liblttng-ust-tracepoint.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-tracepoint.so.1
2025-08-20T22:46:46.0676307Z 	liblttng-ust-pthread-wrapper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-pthread-wrapper.so.1
2025-08-20T22:46:46.0676929Z 	liblttng-ust-libc-wrapper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-libc-wrapper.so.1
2025-08-20T22:46:46.0677462Z 	liblttng-ust-fork.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-fork.so.1
2025-08-20T22:46:46.0677945Z 	liblttng-ust-fd.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-fd.so.1
2025-08-20T22:46:46.0678403Z 	liblttng-ust-dl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-dl.so.1
2025-08-20T22:46:46.0679035Z 	liblttng-ust-cyg-profile.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-cyg-profile.so.1
2025-08-20T22:46:46.0679656Z 	liblttng-ust-cyg-profile-fast.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-cyg-profile-fast.so.1
2025-08-20T22:46:46.0680220Z 	liblttng-ust-ctl.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-ctl.so.5
2025-08-20T22:46:46.0680707Z 	liblttng-ust-common.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-common.so.1
2025-08-20T22:46:46.0681334Z 	libltdl.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libltdl.so.7
2025-08-20T22:46:46.0681697Z 	liblsan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblsan.so.0
2025-08-20T22:46:46.0682063Z 	liblqr-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblqr-1.so.0
2025-08-20T22:46:46.0682430Z 	liblmdb.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblmdb.so.0
2025-08-20T22:46:46.0682805Z 	liblldb-18.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-18.so.1
2025-08-20T22:46:46.0683190Z 	liblldb-18.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-18.so
2025-08-20T22:46:46.0683578Z 	liblldb-17.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-17.so.1
2025-08-20T22:46:46.0683958Z 	liblldb-17.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-17.so
2025-08-20T22:46:46.0684330Z 	liblldb-16.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-16.so.1
2025-08-20T22:46:46.0684696Z 	liblldb-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-16.so
2025-08-20T22:46:46.0685059Z 	libldap.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libldap.so.2
2025-08-20T22:46:46.0685424Z 	liblcms2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblcms2.so.2
2025-08-20T22:46:46.0685786Z 	liblber.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblber.so.2
2025-08-20T22:46:46.0686172Z 	libk5crypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libk5crypto.so.3
2025-08-20T22:46:46.0686564Z 	libksba.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libksba.so.8
2025-08-20T22:46:46.0686971Z 	libkrb5support.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkrb5support.so.0
2025-08-20T22:46:46.0687379Z 	libkrb5.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkrb5.so.3
2025-08-20T22:46:46.0687733Z 	libkmod.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkmod.so.2
2025-08-20T22:46:46.0688241Z 	libkeyutils.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkeyutils.so.1
2025-08-20T22:46:46.0688644Z 	libjxrglue.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjxrglue.so.0
2025-08-20T22:46:46.0689047Z 	libjsoncpp.so.25 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjsoncpp.so.25
2025-08-20T22:46:46.0689488Z 	libjson-glib-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjson-glib-1.0.so.0
2025-08-20T22:46:46.0689913Z 	libjson-c.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjson-c.so.5
2025-08-20T22:46:46.0690275Z 	libjq.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjq.so.1
2025-08-20T22:46:46.0690638Z 	libjpegxr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjpegxr.so.0
2025-08-20T22:46:46.0691237Z 	libjpeg.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjpeg.so.8
2025-08-20T22:46:46.0691605Z 	libjcat.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjcat.so.1
2025-08-20T22:46:46.0691993Z 	libjbig2dec.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjbig2dec.so.0
2025-08-20T22:46:46.0692390Z 	libjbig.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjbig.so.0
2025-08-20T22:46:46.0692766Z 	libjansson.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjansson.so.4
2025-08-20T22:46:46.0693151Z 	libitm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libitm.so.1
2025-08-20T22:46:46.0693509Z 	libisns.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libisns.so.0
2025-08-20T22:46:46.0693862Z 	libisl.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libisl.so.23
2025-08-20T22:46:46.0694404Z 	libisccfg-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libisccfg-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:46:46.0695192Z 	libisccc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libisccc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:46:46.0695987Z 	libisc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libisc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:46:46.0696644Z 	libirs-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libirs-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:46:46.0697161Z 	libip6tc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libip6tc.so.2
2025-08-20T22:46:46.0697539Z 	libip4tc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libip4tc.so.2
2025-08-20T22:46:46.0697906Z 	libinih.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libinih.so.1
2025-08-20T22:46:46.0698277Z 	libijs-0.35.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libijs-0.35.so
2025-08-20T22:46:46.0698645Z 	libidn2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libidn2.so.0
2025-08-20T22:46:46.0699001Z 	libidn.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libidn.so.12
2025-08-20T22:46:46.0699367Z 	libicuuc.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so.74
2025-08-20T22:46:46.0699748Z 	libicuuc.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so.70
2025-08-20T22:46:46.0700119Z 	libicuuc.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so
2025-08-20T22:46:46.0700494Z 	libicutu.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so.74
2025-08-20T22:46:46.0701089Z 	libicutu.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so.70
2025-08-20T22:46:46.0701465Z 	libicutu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so
2025-08-20T22:46:46.0701853Z 	libicutest.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so.74
2025-08-20T22:46:46.0702257Z 	libicutest.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so.70
2025-08-20T22:46:46.0702643Z 	libicutest.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so
2025-08-20T22:46:46.0703032Z 	libicui18n.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so.74
2025-08-20T22:46:46.0703421Z 	libicui18n.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so.70
2025-08-20T22:46:46.0703808Z 	libicui18n.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so
2025-08-20T22:46:46.0704192Z 	libicuio.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so.74
2025-08-20T22:46:46.0704565Z 	libicuio.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so.70
2025-08-20T22:46:46.0705077Z 	libicuio.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so
2025-08-20T22:46:46.0705454Z 	libicudata.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so.74
2025-08-20T22:46:46.0705853Z 	libicudata.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so.70
2025-08-20T22:46:46.0706243Z 	libicudata.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so
2025-08-20T22:46:46.0706651Z 	libibverbs.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libibverbs.so.1
2025-08-20T22:46:46.0707049Z 	libibverbs.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libibverbs.so
2025-08-20T22:46:46.0707431Z 	libhwasan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhwasan.so.0
2025-08-20T22:46:46.0707854Z 	libhunspell-1.7.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhunspell-1.7.so.0
2025-08-20T22:46:46.0708285Z 	libhogweed.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhogweed.so.6
2025-08-20T22:46:46.0708716Z 	libhistory.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhistory.so.8
2025-08-20T22:46:46.0709157Z 	libhiredis_ssl.so.1.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhiredis_ssl.so.1.1.0
2025-08-20T22:46:46.0709608Z 	libhiredis.so.1.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhiredis.so.1.1.0
2025-08-20T22:46:46.0710010Z 	libhgfs.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhgfs.so.0
2025-08-20T22:46:46.0710376Z 	libheif.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libheif.so.1
2025-08-20T22:46:46.0710742Z 	libhavege.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhavege.so.2
2025-08-20T22:46:46.0711332Z 	libhashkit.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhashkit.so.2
2025-08-20T22:46:46.0711733Z 	libharfbuzz.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libharfbuzz.so.0
2025-08-20T22:46:46.0712129Z 	libhandle.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhandle.so.1
2025-08-20T22:46:46.0712619Z 	libgusb.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgusb.so.2
2025-08-20T22:46:46.0713006Z 	libguestlib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libguestlib.so.0
2025-08-20T22:46:46.0713480Z 	libguestStoreClient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libguestStoreClient.so.0
2025-08-20T22:46:46.0713945Z 	libgudev-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgudev-1.0.so.0
2025-08-20T22:46:46.0714336Z 	libgtk-3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgtk-3.so.0
2025-08-20T22:46:46.0714736Z 	libgthread-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgthread-2.0.so.0
2025-08-20T22:46:46.0715179Z 	libgstreamer-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstreamer-1.0.so.0
2025-08-20T22:46:46.0715617Z 	libgstnet-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstnet-1.0.so.0
2025-08-20T22:46:46.0716087Z 	libgstcontroller-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstcontroller-1.0.so.0
2025-08-20T22:46:46.0716573Z 	libgstcheck-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstcheck-1.0.so.0
2025-08-20T22:46:46.0717009Z 	libgstbase-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstbase-1.0.so.0
2025-08-20T22:46:46.0717440Z 	libgssapi_krb5.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgssapi_krb5.so.2
2025-08-20T22:46:46.0717830Z 	libgs.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgs.so.10
2025-08-20T22:46:46.0718218Z 	libgraphite2.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgraphite2.so.3
2025-08-20T22:46:46.0718635Z 	libgprofng.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgprofng.so.0
2025-08-20T22:46:46.0719014Z 	libgpm.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpm.so.2
2025-08-20T22:46:46.0719386Z 	libgpgme.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpgme.so.11
2025-08-20T22:46:46.0719788Z 	libgpg-error.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpg-error.so.0
2025-08-20T22:46:46.0720178Z 	libgomp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgomp.so.1
2025-08-20T22:46:46.0720583Z 	libgobject-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgobject-2.0.so.0
2025-08-20T22:46:46.0721197Z 	libgnutls.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgnutls.so.30
2025-08-20T22:46:46.0721709Z 	libgmpxx.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmpxx.so.4
2025-08-20T22:46:46.0722077Z 	libgmpxx.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmpxx.so
2025-08-20T22:46:46.0722433Z 	libgmp.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmp.so.10
2025-08-20T22:46:46.0722783Z 	libgmp.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmp.so
2025-08-20T22:46:46.0723165Z 	libgmodule-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmodule-2.0.so.0
2025-08-20T22:46:46.0723572Z 	libglib-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libglib-2.0.so.0
2025-08-20T22:46:46.0724019Z 	libgirepository-1.0.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgirepository-1.0.so.1
2025-08-20T22:46:46.0724463Z 	libgio-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgio-2.0.so.0
2025-08-20T22:46:46.0724859Z 	libgfortran.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgfortran.so.5
2025-08-20T22:46:46.0725291Z 	libgdk_pixbuf-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdk_pixbuf-2.0.so.0
2025-08-20T22:46:46.0725711Z 	libgdk-3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdk-3.so.0
2025-08-20T22:46:46.0726111Z 	libgdbm_compat.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdbm_compat.so.4
2025-08-20T22:46:46.0726512Z 	libgdbm.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdbm.so.6
2025-08-20T22:46:46.0726867Z 	libgd.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgd.so.3
2025-08-20T22:46:46.0727224Z 	libgctba.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgctba.so.1
2025-08-20T22:46:46.0727608Z 	libgcrypt.so.20 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgcrypt.so.20
2025-08-20T22:46:46.0727991Z 	libgccpp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgccpp.so.1
2025-08-20T22:46:46.0728353Z 	libgcc_s.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgcc_s.so.1
2025-08-20T22:46:46.0728676Z 	libgcc_s.so.1 (libc6) => /lib32/libgcc_s.so.1
2025-08-20T22:46:46.0729096Z 	libgc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgc.so.1
2025-08-20T22:46:46.0729446Z 	libgbm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgbm.so.1
2025-08-20T22:46:46.0729954Z 	libgallium-25.0.7-0ubuntu0.24.04.1.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgallium-25.0.7-0ubuntu0.24.04.1.so
2025-08-20T22:46:46.0730461Z 	libfwupd.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfwupd.so.2
2025-08-20T22:46:46.0731035Z 	libfuse3.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfuse3.so.3
2025-08-20T22:46:46.0731408Z 	libftdi1.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libftdi1.so.2
2025-08-20T22:46:46.0731796Z 	libfsverity.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfsverity.so.0
2025-08-20T22:46:46.0732202Z 	libfribidi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfribidi.so.0
2025-08-20T22:46:46.0732605Z 	libfreetype.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreetype.so.6
2025-08-20T22:46:46.0732996Z 	libfreebl3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreebl3.so
2025-08-20T22:46:46.0733405Z 	libfreeblpriv3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreeblpriv3.so
2025-08-20T22:46:46.0733811Z 	libformw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libformw.so.6
2025-08-20T22:46:46.0734176Z 	libformw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libformw.so
2025-08-20T22:46:46.0734538Z 	libform.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libform.so.6
2025-08-20T22:46:46.0734893Z 	libform.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libform.so
2025-08-20T22:46:46.0735262Z 	libfontenc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfontenc.so.1
2025-08-20T22:46:46.0735675Z 	libfontconfig.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfontconfig.so.1
2025-08-20T22:46:46.0736101Z 	libflashrom.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libflashrom.so.1
2025-08-20T22:46:46.0736485Z 	libfido2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfido2.so.1
2025-08-20T22:46:46.0736898Z 	libfftw3_threads.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3_threads.so.3
2025-08-20T22:46:46.0737334Z 	libfftw3_omp.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3_omp.so.3
2025-08-20T22:46:46.0737847Z 	libfftw3.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3.so.3
2025-08-20T22:46:46.0738208Z 	libffi.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libffi.so.8
2025-08-20T22:46:46.0738551Z 	libffi.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libffi.so
2025-08-20T22:46:46.0738902Z 	libfdisk.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfdisk.so.1
2025-08-20T22:46:46.0739266Z 	libfcgi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfcgi.so.0
2025-08-20T22:46:46.0739634Z 	libfcgi++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfcgi++.so.0
2025-08-20T22:46:46.0740029Z 	libfbclient.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfbclient.so.2
2025-08-20T22:46:46.0740431Z 	libfastjson.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfastjson.so.4
2025-08-20T22:46:46.0741017Z 	libfakeroot-0.so (libc6,x86-64) => /usr/lib/x86_64-linux-gnu/libfakeroot/libfakeroot-0.so
2025-08-20T22:46:46.0741457Z 	libe2p.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libe2p.so.2
2025-08-20T22:46:46.0741826Z 	libext2fs.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libext2fs.so.2
2025-08-20T22:46:46.0742208Z 	libexslt.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexslt.so.0
2025-08-20T22:46:46.0742584Z 	libexpatw.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpatw.so.1
2025-08-20T22:46:46.0742963Z 	libexpatw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpatw.so
2025-08-20T22:46:46.0743331Z 	libexpat.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpat.so.1
2025-08-20T22:46:46.0743696Z 	libexpat.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpat.so
2025-08-20T22:46:46.0744125Z 	libevent_pthreads-2.1.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevent_pthreads-2.1.so.7
2025-08-20T22:46:46.0744620Z 	libevent_core-2.1.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevent_core-2.1.so.7
2025-08-20T22:46:46.0745028Z 	libevdev.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevdev.so.2
2025-08-20T22:46:46.0745509Z 	libestr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libestr.so.0
2025-08-20T22:46:46.0746102Z 	libepoxy.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libepoxy.so.0
2025-08-20T22:46:46.0746587Z 	libenchant-2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libenchant-2.so.2
2025-08-20T22:46:46.0746980Z 	libelf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libelf.so.1
2025-08-20T22:46:46.0747346Z 	libefivar.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefivar.so.1
2025-08-20T22:46:46.0747737Z 	libefiboot.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefiboot.so.1
2025-08-20T22:46:46.0748110Z 	libefa.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefa.so.1
2025-08-20T22:46:46.0748458Z 	libefa.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libefa.so
2025-08-20T22:46:46.0748809Z 	libedit.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libedit.so.2
2025-08-20T22:46:46.0749200Z 	libeatmydata.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libeatmydata.so.1
2025-08-20T22:46:46.0749619Z 	libeatmydata.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libeatmydata.so
2025-08-20T22:46:46.0749990Z 	libdw.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdw.so.1
2025-08-20T22:46:46.0750373Z 	libduktape.so.207 (libc6,x86-64) => /lib/x86_64-linux-gnu/libduktape.so.207
2025-08-20T22:46:46.0750930Z 	libdrop_ambient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrop_ambient.so.0
2025-08-20T22:46:46.0751360Z 	libdrm_intel.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm_intel.so.1
2025-08-20T22:46:46.0751771Z 	libdrm_amdgpu.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm_amdgpu.so.1
2025-08-20T22:46:46.0752158Z 	libdrm.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm.so.2
2025-08-20T22:46:46.0752671Z 	libdns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:46:46.0753175Z 	libdl.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdl.so.2
2025-08-20T22:46:46.0753481Z 	libdl.so.2 (libc6) => /lib32/libdl.so.2
2025-08-20T22:46:46.0753819Z 	libdjvulibre.so.21 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdjvulibre.so.21
2025-08-20T22:46:46.0754225Z 	libde265.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libde265.so.0
2025-08-20T22:46:46.0754788Z 	libdevmapper.so.1.02.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper.so.1.02.1
2025-08-20T22:46:46.0755301Z 	libdevmapper-event.so.1.02.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event.so.1.02.1
2025-08-20T22:46:46.0755874Z 	libdevmapper-event-lvm2vdo.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2vdo.so
2025-08-20T22:46:46.0756475Z 	libdevmapper-event-lvm2thin.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2thin.so
2025-08-20T22:46:46.0757116Z 	libdevmapper-event-lvm2snapshot.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2snapshot.so
2025-08-20T22:46:46.0757749Z 	libdevmapper-event-lvm2raid.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2raid.so
2025-08-20T22:46:46.0758372Z 	libdevmapper-event-lvm2mirror.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2mirror.so
2025-08-20T22:46:46.0758988Z 	libdevmapper-event-lvm2.so.2.03 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2.so.2.03
2025-08-20T22:46:46.0759565Z 	libdevmapper-event-lvm2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2.so
2025-08-20T22:46:46.0760038Z 	libdeflate.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdeflate.so.0
2025-08-20T22:46:46.0760472Z 	libdebconfclient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdebconfclient.so.0
2025-08-20T22:46:46.0761068Z 	libdconf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdconf.so.1
2025-08-20T22:46:46.0761485Z 	libdbusmenu-gtk3.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbusmenu-gtk3.so.4
2025-08-20T22:46:46.0761945Z 	libdbusmenu-glib.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbusmenu-glib.so.4
2025-08-20T22:46:46.0762367Z 	libdbus-1.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbus-1.so.3
2025-08-20T22:46:46.0762743Z 	libdbus-1.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbus-1.so
2025-08-20T22:46:46.0763224Z 	libdb-5.3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdb-5.3.so
2025-08-20T22:46:46.0763604Z 	libdatrie.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdatrie.so.1
2025-08-20T22:46:46.0763978Z 	libcurl.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcurl.so.4
2025-08-20T22:46:46.0764378Z 	libcurl-gnutls.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcurl-gnutls.so.4
2025-08-20T22:46:46.0764788Z 	libcups.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcups.so.2
2025-08-20T22:46:46.0765145Z 	libctf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf.so.0
2025-08-20T22:46:46.0765524Z 	libctf-nobfd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd.so.0
2025-08-20T22:46:46.0765981Z 	libctf-nobfd-arm64.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-arm64.so.0
2025-08-20T22:46:46.0766460Z 	libctf-nobfd-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-arm64.so
2025-08-20T22:46:46.0766937Z 	libctf-nobfd-armhf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armhf.so.0
2025-08-20T22:46:46.0767409Z 	libctf-nobfd-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armhf.so
2025-08-20T22:46:46.0767879Z 	libctf-nobfd-armel.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armel.so.0
2025-08-20T22:46:46.0768347Z 	libctf-nobfd-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armel.so
2025-08-20T22:46:46.0768784Z 	libctf-arm64.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-arm64.so.0
2025-08-20T22:46:46.0769191Z 	libctf-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-arm64.so
2025-08-20T22:46:46.0769599Z 	libctf-armhf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armhf.so.0
2025-08-20T22:46:46.0770004Z 	libctf-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armhf.so
2025-08-20T22:46:46.0770406Z 	libctf-armel.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armel.so.0
2025-08-20T22:46:46.0770920Z 	libctf-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armel.so
2025-08-20T22:46:46.0771355Z 	libcryptsetup.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcryptsetup.so.12
2025-08-20T22:46:46.0771779Z 	libcrypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypto.so.3
2025-08-20T22:46:46.0772279Z 	libcrypto.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypto.so
2025-08-20T22:46:46.0772651Z 	libcrypt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypt.so.1
2025-08-20T22:46:46.0773022Z 	libcrypt.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypt.so
2025-08-20T22:46:46.0773392Z 	libcom_err.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcom_err.so.2
2025-08-20T22:46:46.0773820Z 	libcolordprivate.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcolordprivate.so.2
2025-08-20T22:46:46.0774252Z 	libcolord.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcolord.so.2
2025-08-20T22:46:46.0774650Z 	libclang-18.so.18 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-18.so.18
2025-08-20T22:46:46.0775043Z 	libclang-17.so.17 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-17.so.17
2025-08-20T22:46:46.0775472Z 	libclang-16.so.16.0.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-16.so.16.0.6
2025-08-20T22:46:46.0775915Z 	libclang-cpp.so.18.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.18.1
2025-08-20T22:46:46.0776348Z 	libclang-cpp.so.17 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.17
2025-08-20T22:46:46.0776770Z 	libclang-cpp.so.16 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.16
2025-08-20T22:46:46.0777158Z 	libcc1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcc1.so.0
2025-08-20T22:46:46.0777542Z 	libcbor.so.0.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcbor.so.0.10
2025-08-20T22:46:46.0777927Z 	libcares.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcares.so.2
2025-08-20T22:46:46.0778292Z 	libcap.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcap.so.2
2025-08-20T22:46:46.0778659Z 	libcap-ng.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcap-ng.so.0
2025-08-20T22:46:46.0779053Z 	libcanberra.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcanberra.so.0
2025-08-20T22:46:46.0779560Z 	libcairo.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcairo.so.2
2025-08-20T22:46:46.0779987Z 	libcairo-gobject.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcairo-gobject.so.2
2025-08-20T22:46:46.0780451Z 	libc_malloc_debug.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libc_malloc_debug.so.0
2025-08-20T22:46:46.0781002Z 	libc_malloc_debug.so.0 (libc6) => /lib32/libc_malloc_debug.so.0
2025-08-20T22:46:46.0781403Z 	libc_malloc_debug.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libc_malloc_debug.so
2025-08-20T22:46:46.0781792Z 	libc.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libc.so.6
2025-08-20T22:46:46.0782087Z 	libc.so.6 (libc6) => /lib32/libc.so.6
2025-08-20T22:46:46.0782402Z 	libc-client.so.2007e (libc6,x86-64) => /lib/libc-client.so.2007e
2025-08-20T22:46:46.0782771Z 	libbz2.so.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbz2.so.1.0
2025-08-20T22:46:46.0783157Z 	libbytesize.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbytesize.so.1
2025-08-20T22:46:46.0783546Z 	libbsd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbsd.so.0
2025-08-20T22:46:46.0783932Z 	libbrotlienc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlienc.so.1
2025-08-20T22:46:46.0784358Z 	libbrotlidec.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlidec.so.1
2025-08-20T22:46:46.0784795Z 	libbrotlicommon.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlicommon.so.1
2025-08-20T22:46:46.0785203Z 	libbpf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbpf.so.1
2025-08-20T22:46:46.0785581Z 	libblockdev.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libblockdev.so.3
2025-08-20T22:46:46.0785971Z 	libblkid.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libblkid.so.1
2025-08-20T22:46:46.0786508Z 	libbind9-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbind9-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:46:46.0787084Z 	libbfd-2.42-system.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-system.so
2025-08-20T22:46:46.0787527Z 	libbfd-2.42-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-arm64.so
2025-08-20T22:46:46.0787958Z 	libbfd-2.42-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-armhf.so
2025-08-20T22:46:46.0788547Z 	libbfd-2.42-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-armel.so
2025-08-20T22:46:46.0788955Z 	libbd_utils.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_utils.so.3
2025-08-20T22:46:46.0789351Z 	libbd_swap.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_swap.so.3
2025-08-20T22:46:46.0789732Z 	libbd_part.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_part.so.3
2025-08-20T22:46:46.0790111Z 	libbd_nvme.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_nvme.so.3
2025-08-20T22:46:46.0790499Z 	libbd_mdraid.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_mdraid.so.3
2025-08-20T22:46:46.0791031Z 	libbd_loop.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_loop.so.3
2025-08-20T22:46:46.0791408Z 	libbd_fs.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_fs.so.3
2025-08-20T22:46:46.0791809Z 	libbd_crypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_crypto.so.3
2025-08-20T22:46:46.0792198Z 	libbcc_bpf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbcc_bpf.so.0
2025-08-20T22:46:46.0792568Z 	libbcc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbcc.so.0
2025-08-20T22:46:46.0792973Z 	libavahi-common.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libavahi-common.so.3
2025-08-20T22:46:46.0793423Z 	libavahi-client.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libavahi-client.so.3
2025-08-20T22:46:46.0793836Z 	libaudit.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaudit.so.1
2025-08-20T22:46:46.0794204Z 	libattr.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libattr.so.1
2025-08-20T22:46:46.0794570Z 	libatspi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatspi.so.0
2025-08-20T22:46:46.0794946Z 	libatomic.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatomic.so.1
2025-08-20T22:46:46.0795312Z 	libatm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatm.so.1
2025-08-20T22:46:46.0795789Z 	libatk-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatk-1.0.so.0
2025-08-20T22:46:46.0796237Z 	libatk-bridge-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatk-bridge-2.0.so.0
2025-08-20T22:46:46.0796692Z 	libatasmart.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatasmart.so.4
2025-08-20T22:46:46.0797100Z 	libassuan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libassuan.so.0
2025-08-20T22:46:46.0797489Z 	libaspell.so.15 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaspell.so.15
2025-08-20T22:46:46.0797877Z 	libasound.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libasound.so.2
2025-08-20T22:46:46.0798253Z 	libasan.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libasan.so.8
2025-08-20T22:46:46.0798619Z 	libaria2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaria2.so.0
2025-08-20T22:46:46.0798999Z 	libargon2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libargon2.so.1
2025-08-20T22:46:46.0799393Z 	libarchive.so.13 (libc6,x86-64) => /lib/x86_64-linux-gnu/libarchive.so.13
2025-08-20T22:46:46.0799836Z 	libapt-private.so.0.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapt-private.so.0.0
2025-08-20T22:46:46.0800275Z 	libapt-pkg.so.6.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapt-pkg.so.6.0
2025-08-20T22:46:46.0800691Z 	libaprutil-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaprutil-1.so.0
2025-08-20T22:46:46.0801198Z 	libapr-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapr-1.so.0
2025-08-20T22:46:46.0801591Z 	libappstream.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libappstream.so.5
2025-08-20T22:46:46.0802007Z 	libapparmor.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapparmor.so.1
2025-08-20T22:46:46.0802393Z 	libaom.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaom.so.3
2025-08-20T22:46:46.0802744Z 	libanl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libanl.so.1
2025-08-20T22:46:46.0803054Z 	libanl.so.1 (libc6) => /lib32/libanl.so.1
2025-08-20T22:46:46.0803354Z 	libanl.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libanl.so
2025-08-20T22:46:46.0803710Z 	libaio.so.1t64 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaio.so.1t64
2025-08-20T22:46:46.0804080Z 	libacl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libacl.so.1
2025-08-20T22:46:46.0804423Z 	libX11.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libX11.so.6
2025-08-20T22:46:46.0804912Z 	libX11-xcb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libX11-xcb.so.1
2025-08-20T22:46:46.0805304Z 	libXxf86vm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXxf86vm.so.1
2025-08-20T22:46:46.0805681Z 	libXtst.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXtst.so.6
2025-08-20T22:46:46.0806034Z 	libXt.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXt.so.6
2025-08-20T22:46:46.0806379Z 	libXss.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXss.so.1
2025-08-20T22:46:46.0806751Z 	libXrender.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXrender.so.1
2025-08-20T22:46:46.0807135Z 	libXrandr.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXrandr.so.2
2025-08-20T22:46:46.0807502Z 	libXpm.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXpm.so.4
2025-08-20T22:46:46.0807861Z 	libXmuu.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXmuu.so.1
2025-08-20T22:46:46.0808212Z 	libXmu.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXmu.so.6
2025-08-20T22:46:46.0808627Z 	libXinerama.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXinerama.so.1
2025-08-20T22:46:46.0809005Z 	libXi.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXi.so.6
2025-08-20T22:46:46.0809351Z 	libXft.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXft.so.2
2025-08-20T22:46:46.0809720Z 	libXfont2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXfont2.so.2
2025-08-20T22:46:46.0810099Z 	libXfixes.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXfixes.so.3
2025-08-20T22:46:46.0810473Z 	libXext.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXext.so.6
2025-08-20T22:46:46.0810933Z 	libXdmcp.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdmcp.so.6
2025-08-20T22:46:46.0811427Z 	libXdmcp.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdmcp.so
2025-08-20T22:46:46.0811804Z 	libXdamage.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdamage.so.1
2025-08-20T22:46:46.0812324Z 	libXcursor.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXcursor.so.1
2025-08-20T22:46:46.0812749Z 	libXcomposite.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXcomposite.so.1
2025-08-20T22:46:46.0813151Z 	libXaw.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXaw.so.7
2025-08-20T22:46:46.0813497Z 	libXau.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXau.so.6
2025-08-20T22:46:46.0813840Z 	libXau.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libXau.so
2025-08-20T22:46:46.0814178Z 	libSM.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libSM.so.6
2025-08-20T22:46:46.0814589Z 	libOpenEXRUtil-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXRUtil-3_1.so.30
2025-08-20T22:46:46.0815083Z 	libOpenEXRCore-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXRCore-3_1.so.30
2025-08-20T22:46:46.0815543Z 	libOpenEXR-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXR-3_1.so.30
2025-08-20T22:46:46.0816007Z 	libMagickWand-6.Q16.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libMagickWand-6.Q16.so.7
2025-08-20T22:46:46.0816498Z 	libMagickCore-6.Q16.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libMagickCore-6.Q16.so.7
2025-08-20T22:46:46.0816932Z 	libLerc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLerc.so.4
2025-08-20T22:46:46.0817306Z 	libLLVM.so.19.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM.so.19.1
2025-08-20T22:46:46.0817697Z 	libLLVM.so.18.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM.so.18.1
2025-08-20T22:46:46.0818075Z 	libLLVM-17.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-17.so.1
2025-08-20T22:46:46.0818449Z 	libLLVM-17.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-17.so
2025-08-20T22:46:46.0818826Z 	libLLVM-16.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-16.so.1
2025-08-20T22:46:46.0819211Z 	libLLVM-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-16.so
2025-08-20T22:46:46.0819579Z 	libJudy.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libJudy.so.1
2025-08-20T22:46:46.0819960Z 	libImath-3_1.so.29 (libc6,x86-64) => /lib/x86_64-linux-gnu/libImath-3_1.so.29
2025-08-20T22:46:46.0820395Z 	libIlmThread-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libIlmThread-3_1.so.30
2025-08-20T22:46:46.0821076Z 	libIex-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libIex-3_1.so.30
2025-08-20T22:46:46.0821447Z 	libICE.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libICE.so.6
2025-08-20T22:46:46.0821838Z 	libGLdispatch.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLdispatch.so.0
2025-08-20T22:46:46.0822263Z 	libGLX_mesa.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLX_mesa.so.0
2025-08-20T22:46:46.0822635Z 	libGLX.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLX.so.0
2025-08-20T22:46:46.0822985Z 	libGL.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGL.so.1
2025-08-20T22:46:46.0823366Z 	libDeployPkg.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libDeployPkg.so.0
2025-08-20T22:46:46.0823811Z 	libBrokenLocale.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libBrokenLocale.so.1
2025-08-20T22:46:46.0824397Z 	libBrokenLocale.so.1 (libc6) => /lib32/libBrokenLocale.so.1
2025-08-20T22:46:46.0824806Z 	libBrokenLocale.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libBrokenLocale.so
2025-08-20T22:46:46.0825210Z 	ld-musl-x86_64.so.1 (libc6,x86-64) => /lib/ld-musl-x86_64.so.1
2025-08-20T22:46:46.0825613Z 	ld-linux.so.2 (libc6) => /lib32/ld-linux.so.2
2025-08-20T22:46:46.0825887Z 	ld-linux.so.2 (libc6) => /lib/ld-linux.so.2
2025-08-20T22:46:46.0826239Z 	ld-linux-x86-64.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
2025-08-20T22:46:46.0826713Z Cache generated by: ldconfig (Ubuntu GLIBC 2.39-0ubuntu8.5) stable release version 2.39
2025-08-20T22:46:46.0827016Z 
2025-08-20T22:46:46.0827020Z 
2025-08-20T22:46:46.0827390Z  [+] Finished Initializing Linux pkrvmqc4gcfdwos 6.11.0-1018-azure x86_64 :: at Wednesday, 2025-08-20 (10:46:46 PM)
2025-08-20T22:46:46.0827771Z 
2025-08-20T22:46:46.0827775Z 
2025-08-20T22:46:46.0827778Z 
2025-08-20T22:46:46.0827850Z [+] Continue : YES
2025-08-20T22:46:46.0827966Z 
2025-08-20T22:46:46.0828341Z [+] ulimit -n (open file descriptors) :: [Soft --> 65536] [Hard --> 65536] [Total --> 9223372036854775807]
2025-08-20T22:46:46.1236145Z 
2025-08-20T22:46:46.1236631Z ==> [+] Started Building at :: Wednesday, 2025-08-20 (10:46:46 PM) UTC
2025-08-20T22:46:46.1236926Z 
2025-08-20T22:46:46.1254123Z 
2025-08-20T22:46:46.1254278Z [+] Total RECIPES :: 1
2025-08-20T22:46:46.1254521Z 
2025-08-20T22:46:46.1330522Z 
2025-08-20T22:46:46.1331475Z [+] Fetching : https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/stress-ng/static.official.source.yaml (1/1)
2025-08-20T22:46:46.1332135Z 
2025-08-20T22:46:46.1973411Z ==> https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/stress-ng/static.official.source.yaml
2025-08-20T22:46:46.1983884Z mode of '/tmp/pkgforge/Q1dHry6HV_build.yaml' changed from 0600 (rw-------) to 0755 (rwxr-xr-x)
2025-08-20T22:46:46.2032692Z [+] Setting '.ghcr_pkg' --> ghcr.io/pkgforge/bincache/stress-ng/official/source [Provided]
2025-08-20T22:46:46.2033423Z [+] Setting '.pkg_family' --> stress-ng [Provided]
2025-08-20T22:46:46.2045992Z [00:00:00.000]➜  [+] SBUILD Functions Version: 1.7.1
2025-08-20T22:46:46.2052581Z [00:00:00.000]➜  [+] HOST: Linux pkrvmqc4gcfdwos 6.11.0-1018-azure #18~24.04.1-Ubuntu SMP Sat Jun 28 04:46:03 UTC 2025 x86_64 x86_64 x86_64 GNU/Linux
2025-08-20T22:46:46.2083071Z [00:00:00.003]➜  
2025-08-20T22:46:46.2083846Z [00:00:00.003]➜  [+] INFO: Adding --platform="linux/amd64" to 'docker run' ==> /tmp/pkgforge/Q1dHry6HV_build.yaml
2025-08-20T22:46:46.2084318Z [00:00:00.003]➜  
2025-08-20T22:46:46.2125188Z [00:00:00.007]➜  
2025-08-20T22:46:46.2125946Z [00:00:00.007]➜  [+] INFO: Fixing Docker Tag ':$(uname -m)' to ':x86_64' ==> /tmp/pkgforge/Q1dHry6HV_build.yaml
2025-08-20T22:46:46.2126397Z [00:00:00.007]➜  
2025-08-20T22:46:46.2204729Z [00:00:00.015]➜  
2025-08-20T22:46:46.2206144Z [00:00:00.015]➜  [+] Building (https://github.com/pkgforge/soarpkgs/blob/main/binaries/stress-ng/static.official.source.yaml) --> /tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR [Wednesday, 2025-08-20 (10:46:46 PM) UTC]
2025-08-20T22:46:46.2207049Z [00:00:00.015]➜  
2025-08-20T22:46:46.2207259Z [00:00:00.015]➜  
2025-08-20T22:46:46.2207857Z [00:00:00.015]➜  
2025-08-20T22:46:46.2208155Z [00:00:00.015]➜  ###################################################################
2025-08-20T22:46:46.2216050Z [00:00:00.017]➜  #!/SBUILD ver @v1.0.0    
2025-08-20T22:46:46.2217285Z [00:00:00.017]➜  #SELF: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/stress-ng/static.official.source.yaml
2025-08-20T22:46:46.2218404Z [00:00:00.017]➜  _disabled: false
2025-08-20T22:46:46.2218860Z [00:00:00.017]➜  
2025-08-20T22:46:46.2219270Z [00:00:00.017]➜  pkg: "stress-ng"
2025-08-20T22:46:46.2219907Z [00:00:00.017]➜  pkg_id: "github.com.ColinIanKing.stress-ng.source"
2025-08-20T22:46:46.2220554Z [00:00:00.017]➜  pkg_type: "static"
2025-08-20T22:46:46.2221193Z [00:00:00.017]➜  category:
2025-08-20T22:46:46.2221961Z [00:00:00.017]➜    - "ConsoleOnly"
2025-08-20T22:46:46.2222281Z [00:00:00.017]➜    - "Utility"
2025-08-20T22:46:46.2222725Z [00:00:00.017]➜  description: "Stress test a computer system in various selectable ways"
2025-08-20T22:46:46.2223149Z [00:00:00.017]➜  homepage:
2025-08-20T22:46:46.2223479Z [00:00:00.017]➜    - "https://github.com/ColinIanKing/stress-ng"
2025-08-20T22:46:46.2223802Z [00:00:00.017]➜  license:
2025-08-20T22:46:46.2224044Z [00:00:00.017]➜    - id: "GPL-2.0"
2025-08-20T22:46:46.2224602Z [00:00:00.017]➜      url: "https://github.com/ColinIanKing/stress-ng/raw/87bbc3c04b44b974f486a60d6c25eeb4e47de0b0/COPYING"
2025-08-20T22:46:46.2225106Z [00:00:00.017]➜  maintainer:
2025-08-20T22:46:46.2225433Z [00:00:00.017]➜    - "Azathothas (https://github.com/Azathothas)"
2025-08-20T22:46:46.2225750Z [00:00:00.017]➜  note:
2025-08-20T22:46:46.2226047Z [00:00:00.017]➜    - "[DO NOT RUN] (Meant for pkgforge CI Only)"
2025-08-20T22:46:46.2226598Z [00:00:00.017]➜    - "Built From Source (Latest Git HEAD). Check/Report @ https://github.com/ColinIanKing/stress-ng"
2025-08-20T22:46:46.2227230Z [00:00:00.017]➜  provides:
2025-08-20T22:46:46.2227507Z [00:00:00.017]➜    - "stress-ng"  
2025-08-20T22:46:46.2227779Z [00:00:00.017]➜  repology:
2025-08-20T22:46:46.2228019Z [00:00:00.017]➜    - "stress-ng"
2025-08-20T22:46:46.2228258Z [00:00:00.017]➜  src_url:
2025-08-20T22:46:46.2228566Z [00:00:00.017]➜    - "https://github.com/ColinIanKing/stress-ng"
2025-08-20T22:46:46.2228881Z [00:00:00.017]➜  tag:
2025-08-20T22:46:46.2229105Z [00:00:00.017]➜    - "Utility"
2025-08-20T22:46:46.2229359Z [00:00:00.017]➜  x_exec:
2025-08-20T22:46:46.2229623Z [00:00:00.017]➜    bsys: "docker://clang+make"
2025-08-20T22:46:46.2229903Z [00:00:00.017]➜    host:
2025-08-20T22:46:46.2230159Z [00:00:00.017]➜      - "aarch64-Linux"
2025-08-20T22:46:46.2230438Z [00:00:00.017]➜      - "x86_64-Linux"
2025-08-20T22:46:46.2230702Z [00:00:00.017]➜    shell: "bash"
2025-08-20T22:46:46.2231185Z [00:00:00.017]➜    pkgver: |
2025-08-20T22:46:46.2231492Z [00:00:00.017]➜      pushd "$(mktemp -d)" &>/dev/null && \
2025-08-20T22:46:46.2232267Z [00:00:00.017]➜      git clone --depth="1" --filter="blob:none" --no-checkout --single-branch --quiet "https://github.com/ColinIanKing/stress-ng" "./TEMPREPO" &>/dev/null && \
2025-08-20T22:46:46.2233746Z [00:00:00.017]➜      git --git-dir="./TEMPREPO/.git" --no-pager log -1 --pretty=format:'HEAD-%h-%cd' --date=format:'%y%m%dT%H%M%S' && \
2025-08-20T22:46:46.2234459Z [00:00:00.017]➜      [ -d "$(realpath .)/TEMPREPO" ] && rm -rf "$(realpath .)" &>/dev/null && popd &>/dev/null
2025-08-20T22:46:46.2234869Z [00:00:00.017]➜    run: |
2025-08-20T22:46:46.2235097Z [00:00:00.017]➜      #Build
2025-08-20T22:46:46.2235722Z [00:00:00.017]➜       mkdir -pv "${SBUILD_TMPDIR}/tmp" && docker run --platform="linux/amd64" --privileged --net="host" --name "alpine-builder" --pull="always" \
2025-08-20T22:46:46.2236468Z [00:00:00.017]➜       -e "PKG=${PKG}" -e "PKG_ID=${PKG_ID}" -e "PKG_TYPE=${PKG_TYPE}" -e "PKG_VER=${PKG_VER}" \
2025-08-20T22:46:46.2237057Z [00:00:00.017]➜       -e "PKGVER=${PKGVER}" -e "SBUILD_PKG=${SBUILD_PKG}" -e "SBUILD_PKGVER=${SBUILD_PKGVER}" \
2025-08-20T22:46:46.2237543Z [00:00:00.017]➜       --volume "${SBUILD_TMPDIR}/tmp:/tmp:rw" \
2025-08-20T22:46:46.2238135Z [00:00:00.017]➜       "ghcr.io/pkgforge/devscripts/alpine-builder:x86_64" \
2025-08-20T22:46:46.2238493Z [00:00:00.017]➜        bash -l -c '
2025-08-20T22:46:46.2238756Z [00:00:00.017]➜        #Setup ENV
2025-08-20T22:46:46.2239192Z [00:00:00.017]➜         set -x ; mkdir -pv "/tmp" ; chown -R "$(whoami):$(whoami)" "/tmp" ; chmod -v "1777" "/tmp"
2025-08-20T22:46:46.2239697Z [00:00:00.017]➜         mkdir -p "/build-bins" && pushd "$(mktemp -d)" &>/dev/null
2025-08-20T22:46:46.2240040Z [00:00:00.017]➜        #Build
2025-08-20T22:46:46.2240620Z [00:00:00.017]➜         git clone --filter "blob:none" --depth="1" --quiet "https://github.com/ColinIanKing/stress-ng" "./TEMPREPO" && cd "./TEMPREPO"
2025-08-20T22:46:46.2241574Z [00:00:00.017]➜         export CC="clang"
2025-08-20T22:46:46.2241874Z [00:00:00.017]➜         export CXX="clang++"
2025-08-20T22:46:46.2242411Z [00:00:00.017]➜         export CFLAGS="-Os -flto=auto -fuse-ld=$(which mold) -g0 -pipe -static -static-pie -v -w -Wno-error"
2025-08-20T22:46:46.2242954Z [00:00:00.017]➜         export CPPFLAGS="${CFLAGS}"
2025-08-20T22:46:46.2243529Z [00:00:00.017]➜         export CXXFLAGS="${CFLAGS}"
2025-08-20T22:46:46.2244100Z [00:00:00.017]➜         export LD="$(which mold)"
2025-08-20T22:46:46.2245818Z [00:00:00.017]➜         export LDFLAGS="-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro"
2025-08-20T22:46:46.2247348Z [00:00:00.017]➜         export STATIC="1"
2025-08-20T22:46:46.2247958Z [00:00:00.017]➜         make --jobs="$(($(nproc)+1))" --keep-going
2025-08-20T22:46:46.2249869Z [00:00:00.017]➜         find "." -maxdepth 1 -type f -exec file -i "{}" \; | grep -Ei "application/.*executable|inode/symlink|text/x-perl|text/.*script" | cut -d":" -f1 | xargs realpath | xargs -I "{}" sh -c '\''echo "File: {}"; readelf -p ".comment" "{}"'\''
2025-08-20T22:46:46.2251488Z [00:00:00.017]➜        #Copy
2025-08-20T22:46:46.2252070Z [00:00:00.017]➜         #cp "./stress-ng" "/build-bins/stress-ng"
2025-08-20T22:46:46.2253767Z [00:00:00.017]➜         find "." -maxdepth 1 -type f -exec file -i "{}" \; | grep -Ei "application/.*executable|inode/symlink|text/x-perl|text/.*script" | cut -d":" -f1 | xargs realpath --no-symlinks | xargs -I "{}" rsync -achvL "{}" "/build-bins/"
2025-08-20T22:46:46.2255933Z [00:00:00.017]➜         ( askalono --format "json" crawl --follow "$(realpath .)" | jq -r ".. | objects | .path? // empty" | head -n 1 | xargs -I "{}" cp -fv "{}" "/build-bins/LICENSE" ) 2>/dev/null
2025-08-20T22:46:46.2257026Z [00:00:00.017]➜        #strip & info 
2025-08-20T22:46:46.2258012Z [00:00:00.017]➜         find "/build-bins/" -type f -exec objcopy --remove-section=".comment" --remove-section=".note.*" "{}" \;
2025-08-20T22:46:46.2259321Z [00:00:00.017]➜         find "/build-bins/" -type f ! -name "*.no_strip" -exec strip --strip-all --verbose "{}" 2>/dev/null \;
2025-08-20T22:46:46.2260601Z [00:00:00.017]➜         find "/build-bins/" -type f -exec bash -c "echo && realpath {} && readelf --section-headers {} 2>/dev/null" \;
2025-08-20T22:46:46.2261927Z [00:00:00.017]➜         file "/build-bins/"* && stat -c "%n:         %s Bytes" "/build-bins/"* && \
2025-08-20T22:46:46.2262980Z [00:00:00.017]➜         du "/build-bins/"* --bytes --human-readable --time --time-style="full-iso" --summarize
2025-08-20T22:46:46.2263792Z [00:00:00.017]➜         popd &>/dev/null
2025-08-20T22:46:46.2264270Z [00:00:00.017]➜        '
2025-08-20T22:46:46.2264697Z [00:00:00.017]➜      #Copy & Meta
2025-08-20T22:46:46.2265371Z [00:00:00.017]➜       docker cp "alpine-builder:/build-bins/." "${SBUILD_TMPDIR}/"
2025-08-20T22:46:46.2266401Z [00:00:00.017]➜       [ -s "${SBUILD_TMPDIR}/LICENSE" ] && cp -fv "${SBUILD_TMPDIR}/LICENSE" "${SBUILD_OUTDIR}/LICENSE"
2025-08-20T22:46:46.2268425Z [00:00:00.017]➜       find "${SBUILD_TMPDIR}" -maxdepth 1 -type f -exec file -i "{}" \; | grep -Ei "application/.*executable|inode/symlink|text/x-perl|text/.*script" | cut -d":" -f1 | xargs realpath --no-symlinks | xargs -I "{}" rsync -achvL "{}" "${SBUILD_OUTDIR}"
2025-08-20T22:46:46.2270154Z [00:00:00.017]➜  
2025-08-20T22:46:46.2270524Z [00:00:00.017]➜  
2025-08-20T22:46:46.2271214Z [00:00:00.017]➜  ###################################################################
2025-08-20T22:46:46.2271743Z [00:00:00.017]➜  
2025-08-20T22:46:46.2272101Z [00:00:00.017]➜  
2025-08-20T22:46:46.2272454Z [00:00:00.017]➜  
2025-08-20T22:46:46.2273360Z [00:00:00.018]➜  '/tmp/pkgforge/Q1dHry6HV_build.yaml' -> '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD'
2025-08-20T22:46:47.4941207Z [00:00:01.289]➜  '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/stress-ng.static.version' -> '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/stress-ng.version'
2025-08-20T22:46:47.4996113Z [00:00:01.294]➜  [+] Version: HEAD-886bdb5-250820T113824 ('.x_exec.pkgver') [/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/stress-ng.static.version]
2025-08-20T22:46:47.5240480Z [00:00:01.319]➜  [+] Progs: stress-ng
2025-08-20T22:46:47.6392074Z [00:00:01.434]➜  
2025-08-20T22:46:47.6392418Z [00:00:01.434]➜  [-] Missing packages. Found: 
2025-08-20T22:46:47.6392754Z [00:00:01.434]➜  [+] Expected: stress-ng
2025-08-20T22:46:47.6393050Z [00:00:01.434]➜  [+] Continuing with build...
2025-08-20T22:46:47.6393316Z [00:00:01.434]➜  
2025-08-20T22:46:48.0187363Z [00:00:01.814]➜  
2025-08-20T22:46:48.0187645Z [00:00:01.814]➜  
2025-08-20T22:46:48.0279508Z [00:00:01.823]➜  + mkdir -pv /tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp
2025-08-20T22:46:48.0299669Z [00:00:01.825]➜  + docker run --platform=linux/amd64 --privileged --net=host --name alpine-builder --pull=always -e PKG=stress-ng -e PKG_ID=github.com.ColinIanKing.stress-ng.source -e PKG_TYPE=static -e PKG_VER=HEAD-886bdb5-250820T113824 -e PKGVER=HEAD-886bdb5-250820T113824 -e SBUILD_PKG=stress-ng.static -e SBUILD_PKGVER=HEAD-886bdb5-250820T113824 --volume /tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp:/tmp:rw ghcr.io/pkgforge/devscripts/alpine-builder:x86_64 bash -l -c '
2025-08-20T22:46:48.0302648Z [00:00:01.825]➜    #Setup ENV
2025-08-20T22:46:48.0303188Z [00:00:01.825]➜     set -x ; mkdir -pv "/tmp" ; chown -R "$(whoami):$(whoami)" "/tmp" ; chmod -v "1777" "/tmp"
2025-08-20T22:46:48.0303826Z [00:00:01.825]➜     mkdir -p "/build-bins" && pushd "$(mktemp -d)" &>/dev/null
2025-08-20T22:46:48.0309671Z [00:00:01.825]➜    #Build
2025-08-20T22:46:48.0310379Z [00:00:01.825]➜     git clone --filter "blob:none" --depth="1" --quiet "https://github.com/ColinIanKing/stress-ng" "./TEMPREPO" && cd "./TEMPREPO"
2025-08-20T22:46:48.0311238Z [00:00:01.825]➜     export CC="clang"
2025-08-20T22:46:48.0311547Z [00:00:01.825]➜     export CXX="clang++"
2025-08-20T22:46:48.0312088Z [00:00:01.825]➜     export CFLAGS="-Os -flto=auto -fuse-ld=$(which mold) -g0 -pipe -static -static-pie -v -w -Wno-error"
2025-08-20T22:46:48.0312623Z [00:00:01.825]➜     export CPPFLAGS="${CFLAGS}"
2025-08-20T22:46:48.0312959Z [00:00:01.825]➜     export CXXFLAGS="${CFLAGS}"
2025-08-20T22:46:48.0313269Z [00:00:01.825]➜     export LD="$(which mold)"
2025-08-20T22:46:48.0314193Z [00:00:01.825]➜     export LDFLAGS="-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro"
2025-08-20T22:46:48.0315015Z [00:00:01.825]➜     export STATIC="1"
2025-08-20T22:46:48.0315346Z [00:00:01.825]➜     make --jobs="$(($(nproc)+1))" --keep-going
2025-08-20T22:46:48.0316288Z [00:00:01.825]➜     find "." -maxdepth 1 -type f -exec file -i "{}" \; | grep -Ei "application/.*executable|inode/symlink|text/x-perl|text/.*script" | cut -d":" -f1 | xargs realpath | xargs -I "{}" sh -c '\''echo "File: {}"; readelf -p ".comment" "{}"'\''
2025-08-20T22:46:48.0317037Z [00:00:01.825]➜    #Copy
2025-08-20T22:46:48.0317342Z [00:00:01.825]➜     #cp "./stress-ng" "/build-bins/stress-ng"
2025-08-20T22:46:48.0318272Z [00:00:01.825]➜     find "." -maxdepth 1 -type f -exec file -i "{}" \; | grep -Ei "application/.*executable|inode/symlink|text/x-perl|text/.*script" | cut -d":" -f1 | xargs realpath --no-symlinks | xargs -I "{}" rsync -achvL "{}" "/build-bins/"
2025-08-20T22:46:48.0319742Z [00:00:01.825]➜     ( askalono --format "json" crawl --follow "$(realpath .)" | jq -r ".. | objects | .path? // empty" | head -n 1 | xargs -I "{}" cp -fv "{}" "/build-bins/LICENSE" ) 2>/dev/null
2025-08-20T22:46:48.0320338Z [00:00:01.825]➜    #strip & info 
2025-08-20T22:46:48.0321046Z [00:00:01.825]➜     find "/build-bins/" -type f -exec objcopy --remove-section=".comment" --remove-section=".note.*" "{}" \;
2025-08-20T22:46:48.0321760Z [00:00:01.825]➜     find "/build-bins/" -type f ! -name "*.no_strip" -exec strip --strip-all --verbose "{}" 2>/dev/null \;
2025-08-20T22:46:48.0322465Z [00:00:01.825]➜     find "/build-bins/" -type f -exec bash -c "echo && realpath {} && readelf --section-headers {} 2>/dev/null" \;
2025-08-20T22:46:48.0323066Z [00:00:01.825]➜     file "/build-bins/"* && stat -c "%n:         %s Bytes" "/build-bins/"* && \
2025-08-20T22:46:48.0323648Z [00:00:01.825]➜     du "/build-bins/"* --bytes --human-readable --time --time-style="full-iso" --summarize
2025-08-20T22:46:48.0324075Z [00:00:01.825]➜     popd &>/dev/null
2025-08-20T22:46:48.0324327Z [00:00:01.825]➜    '
2025-08-20T22:46:48.2604836Z [00:00:02.055]➜  x86_64: Pulling from pkgforge/devscripts/alpine-builder
2025-08-20T22:46:48.3115780Z [00:00:02.106]➜  d62bb7eb03b5: Pulling fs layer
2025-08-20T22:46:48.3116500Z [00:00:02.106]➜  74f0d3ee81d8: Pulling fs layer
2025-08-20T22:46:48.3116969Z [00:00:02.106]➜  bffca73cb30c: Pulling fs layer
2025-08-20T22:46:48.3117377Z [00:00:02.106]➜  73d19b2d2e73: Pulling fs layer
2025-08-20T22:46:48.3117778Z [00:00:02.106]➜  eb4a15147d73: Pulling fs layer
2025-08-20T22:46:48.3118175Z [00:00:02.106]➜  1eff1cf6af24: Pulling fs layer
2025-08-20T22:46:48.3118799Z [00:00:02.106]➜  73d19b2d2e73: Waiting
2025-08-20T22:46:48.3119170Z [00:00:02.106]➜  eb4a15147d73: Waiting
2025-08-20T22:46:48.3119539Z [00:00:02.106]➜  1eff1cf6af24: Waiting
2025-08-20T22:46:48.3851094Z [00:00:02.180]➜  bffca73cb30c: Verifying Checksum
2025-08-20T22:46:48.3851943Z [00:00:02.180]➜  bffca73cb30c: Download complete
2025-08-20T22:46:48.4118810Z [00:00:02.207]➜  d62bb7eb03b5: Verifying Checksum
2025-08-20T22:46:48.4119410Z [00:00:02.207]➜  d62bb7eb03b5: Download complete
2025-08-20T22:46:48.4839122Z [00:00:02.279]➜  74f0d3ee81d8: Verifying Checksum
2025-08-20T22:46:48.4839808Z [00:00:02.279]➜  74f0d3ee81d8: Download complete
2025-08-20T22:46:48.5194489Z [00:00:02.314]➜  d62bb7eb03b5: Pull complete
2025-08-20T22:46:48.5688622Z [00:00:02.364]➜  1eff1cf6af24: Verifying Checksum
2025-08-20T22:46:48.5689327Z [00:00:02.364]➜  1eff1cf6af24: Download complete
2025-08-20T22:46:49.0415836Z [00:00:02.836]➜  eb4a15147d73: Verifying Checksum
2025-08-20T22:46:49.0431825Z [00:00:02.836]➜  eb4a15147d73: Download complete
2025-08-20T22:46:49.7342228Z [00:00:03.529]➜  74f0d3ee81d8: Pull complete
2025-08-20T22:46:50.0050625Z [00:00:03.800]➜  bffca73cb30c: Pull complete
2025-08-20T22:47:07.5547341Z [00:00:21.349]➜  73d19b2d2e73: Verifying Checksum
2025-08-20T22:47:07.5548122Z [00:00:21.349]➜  73d19b2d2e73: Download complete
2025-08-20T22:48:20.1499733Z [00:01:33.945]➜  73d19b2d2e73: Pull complete
2025-08-20T22:48:25.3332456Z [00:01:39.128]➜  eb4a15147d73: Pull complete
2025-08-20T22:48:25.3433987Z [00:01:39.138]➜  1eff1cf6af24: Pull complete
2025-08-20T22:48:25.3475525Z [00:01:39.142]➜  Digest: sha256:275f0d74757c41d7d8c67ff66bbd1327d906f1cc180818b350613ea49d8459ac
2025-08-20T22:48:25.3486612Z [00:01:39.144]➜  Status: Downloaded newer image for ghcr.io/pkgforge/devscripts/alpine-builder:x86_64
2025-08-20T22:48:25.5345983Z [00:01:39.329]➜  + mkdir -pv /tmp
2025-08-20T22:48:25.5363011Z [00:01:39.331]➜  ++ whoami
2025-08-20T22:48:25.5379927Z [00:01:39.333]➜  ++ whoami
2025-08-20T22:48:25.5394942Z [00:01:39.334]➜  + chown -R root:root /tmp
2025-08-20T22:48:25.5411669Z [00:01:39.336]➜  + chmod -v 1777 /tmp
2025-08-20T22:48:25.5426487Z [00:01:39.338]➜  mode of '/tmp' changed from 0755 (rwxr-xr-x) to 1777 (rwxrwxrwt)
2025-08-20T22:48:25.5428655Z [00:01:39.338]➜  + mkdir -p /build-bins
2025-08-20T22:48:25.5446662Z [00:01:39.340]➜  ++ mktemp -d
2025-08-20T22:48:25.5462595Z [00:01:39.341]➜  + pushd /tmp/tmp.K0hxIS5eCV
2025-08-20T22:48:25.5463748Z [00:01:39.341]➜  + git clone --filter blob:none --depth=1 --quiet https://github.com/ColinIanKing/stress-ng ./TEMPREPO
2025-08-20T22:48:26.7436208Z [00:01:40.538]➜  + cd ./TEMPREPO
2025-08-20T22:48:26.7436632Z [00:01:40.538]➜  + export CC=clang
2025-08-20T22:48:26.7436909Z [00:01:40.538]➜  + CC=clang
2025-08-20T22:48:26.7437177Z [00:01:40.538]➜  + export CXX=clang++
2025-08-20T22:48:26.7437449Z [00:01:40.538]➜  + CXX=clang++
2025-08-20T22:48:26.7439919Z [00:01:40.539]➜  ++ which mold
2025-08-20T22:48:26.7466426Z [00:01:40.541]➜  + export 'CFLAGS=-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error'
2025-08-20T22:48:26.7467360Z [00:01:40.541]➜  + CFLAGS='-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error'
2025-08-20T22:48:26.7468559Z [00:01:40.541]➜  + export 'CPPFLAGS=-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error'
2025-08-20T22:48:26.7469542Z [00:01:40.541]➜  + CPPFLAGS='-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error'
2025-08-20T22:48:26.7470756Z [00:01:40.542]➜  + export 'CXXFLAGS=-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error'
2025-08-20T22:48:26.7471689Z [00:01:40.542]➜  + CXXFLAGS='-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error'
2025-08-20T22:48:26.7472170Z [00:01:40.542]➜  ++ which mold
2025-08-20T22:48:26.7477643Z [00:01:40.543]➜  + export LD=/usr/bin/mold
2025-08-20T22:48:26.7478175Z [00:01:40.543]➜  + LD=/usr/bin/mold
2025-08-20T22:48:26.7480167Z [00:01:40.543]➜  + export 'LDFLAGS=-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro'
2025-08-20T22:48:26.7482836Z [00:01:40.543]➜  + LDFLAGS='-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro'
2025-08-20T22:48:26.7483711Z [00:01:40.543]➜  + export STATIC=1
2025-08-20T22:48:26.7483976Z [00:01:40.543]➜  + STATIC=1
2025-08-20T22:48:26.7484208Z [00:01:40.543]➜  ++ nproc
2025-08-20T22:48:26.7500142Z [00:01:40.545]➜  + make --jobs=5 --keep-going
2025-08-20T22:48:27.1343155Z [00:01:40.929]➜  Alpine clang version 20.1.8
2025-08-20T22:48:27.1346580Z [00:01:40.929]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:48:27.1347135Z [00:01:40.929]➜  Thread model: posix
2025-08-20T22:48:27.1347699Z [00:01:40.929]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:48:27.1348527Z [00:01:40.929]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:48:27.1349317Z [00:01:40.929]➜  System configuration file directory: /etc/clang20
2025-08-20T22:48:27.1350603Z [00:01:40.929]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:48:27.1351894Z [00:01:40.929]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:48:27.1352897Z [00:01:40.929]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:48:27.1353626Z [00:01:40.929]➜  Candidate multilib: .;@m64
2025-08-20T22:48:27.1354135Z [00:01:40.929]➜  Selected multilib: .;@m64
2025-08-20T22:48:27.1354629Z [00:01:40.930]➜   (in-process)
2025-08-20T22:48:27.1362706Z [00:01:40.930]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -E -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name - -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -w -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o - -x c -
2025-08-20T22:48:27.1370076Z [00:01:40.931]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:48:27.1371449Z [00:01:40.931]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:48:27.1372718Z [00:01:40.931]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:48:27.1373750Z [00:01:40.931]➜  #include "..." search starts here:
2025-08-20T22:48:27.1374332Z [00:01:40.932]➜  #include <...> search starts here:
2025-08-20T22:48:27.1374856Z [00:01:40.932]➜   /usr/include/fortify
2025-08-20T22:48:27.1375305Z [00:01:40.932]➜   /usr/include
2025-08-20T22:48:27.1375781Z [00:01:40.932]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:48:27.1376296Z [00:01:40.932]➜  End of search list.
2025-08-20T22:48:27.9997850Z [00:01:41.795]➜  Generating config..
2025-08-20T22:48:28.0024467Z [00:01:41.797]➜  make CC="clang" CXX="clang++" STATIC=1 -f Makefile.config
2025-08-20T22:48:28.0036409Z [00:01:41.798]➜  make[1]: Entering directory '/tmp/tmp.K0hxIS5eCV/TEMPREPO'
2025-08-20T22:48:28.0044393Z [00:01:41.799]➜  MK git-commit-id.h
2025-08-20T22:48:28.1925235Z [00:01:41.986]➜  using -lapparmor ... no
2025-08-20T22:48:28.2915267Z [00:01:42.086]➜        reloc_nonalloc=0
2025-08-20T22:48:28.2937157Z [00:01:42.089]➜               comdats=0
2025-08-20T22:48:28.2939580Z [00:01:42.089]➜    removed_comdat_mem=0
2025-08-20T22:48:28.2940072Z [00:01:42.089]➜              num_dsos=0
2025-08-20T22:48:28.2940567Z [00:01:42.089]➜       parsed_lto_objs=1
2025-08-20T22:48:28.2941342Z [00:01:42.089]➜       num_unique_cies=1
2025-08-20T22:48:28.2941831Z [00:01:42.089]➜              num_cies=23
2025-08-20T22:48:28.2942323Z [00:01:42.089]➜         output_chunks=29
2025-08-20T22:48:28.2942804Z [00:01:42.089]➜        merged_strings=29
2025-08-20T22:48:28.2943281Z [00:01:42.089]➜              num_fdes=32
2025-08-20T22:48:28.2943753Z [00:01:42.089]➜              num_objs=79
2025-08-20T22:48:28.2944240Z [00:01:42.089]➜      string_fragments=174
2025-08-20T22:48:28.2944742Z [00:01:42.089]➜      garbage_sections=236
2025-08-20T22:48:28.2945240Z [00:01:42.089]➜        undefined_syms=382
2025-08-20T22:48:28.2945757Z [00:01:42.089]➜           reloc_alloc=543
2025-08-20T22:48:28.2946201Z [00:01:42.089]➜          defined_syms=705
2025-08-20T22:48:28.2946885Z [00:01:42.089]➜           parsed_objs=1711
2025-08-20T22:48:28.2947297Z [00:01:42.089]➜        input_sections=1826
2025-08-20T22:48:28.2947703Z [00:01:42.089]➜      regular_sections=9914
2025-08-20T22:48:28.2948108Z [00:01:42.089]➜              all_syms=25780
2025-08-20T22:48:28.2948546Z [00:01:42.089]➜     total_input_bytes=39070150
2025-08-20T22:48:28.2949036Z [00:01:42.089]➜  .comment estimation=1628 actual=5
2025-08-20T22:48:28.2949660Z [00:01:42.089]➜  .rodata.str1.1 estimation=1632 actual=13
2025-08-20T22:48:28.2950293Z [00:01:42.089]➜  .rodata.cst8 estimation=1626 actual=1
2025-08-20T22:48:28.2951064Z [00:01:42.089]➜  .rodata.cst4 estimation=1630 actual=9
2025-08-20T22:48:28.2951683Z [00:01:42.089]➜  .rodata.cst16 estimation=1626 actual=1
2025-08-20T22:48:28.3045426Z [00:01:42.099]➜        reloc_nonalloc=0
2025-08-20T22:48:28.3047497Z [00:01:42.099]➜               comdats=0
2025-08-20T22:48:28.3069042Z [00:01:42.099]➜    removed_comdat_mem=0
2025-08-20T22:48:28.3069584Z [00:01:42.099]➜              num_dsos=0
2025-08-20T22:48:28.3070113Z [00:01:42.099]➜       parsed_lto_objs=1
2025-08-20T22:48:28.3070607Z [00:01:42.099]➜       num_unique_cies=1
2025-08-20T22:48:28.3071266Z [00:01:42.099]➜              num_cies=5
2025-08-20T22:48:28.3071718Z [00:01:42.099]➜              num_fdes=6
2025-08-20T22:48:28.3072188Z [00:01:42.099]➜        merged_strings=26
2025-08-20T22:48:28.3072673Z [00:01:42.099]➜         output_chunks=28
2025-08-20T22:48:28.3073142Z [00:01:42.099]➜              num_objs=48
2025-08-20T22:48:28.3073617Z [00:01:42.099]➜      string_fragments=107
2025-08-20T22:48:28.3074110Z [00:01:42.099]➜      garbage_sections=140
2025-08-20T22:48:28.3074594Z [00:01:42.099]➜        undefined_syms=207
2025-08-20T22:48:28.3075073Z [00:01:42.099]➜           reloc_alloc=320
2025-08-20T22:48:28.3075540Z [00:01:42.099]➜          defined_syms=480
2025-08-20T22:48:28.3076302Z [00:01:42.099]➜        input_sections=1176
2025-08-20T22:48:28.3076821Z [00:01:42.099]➜           parsed_objs=1669
2025-08-20T22:48:28.3077330Z [00:01:42.099]➜      regular_sections=9689
2025-08-20T22:48:28.3077818Z [00:01:42.099]➜              all_syms=25348
2025-08-20T22:48:28.3078359Z [00:01:42.099]➜     total_input_bytes=38807916
2025-08-20T22:48:28.3086526Z [00:01:42.099]➜  .comment estimation=1628 actual=5
2025-08-20T22:48:28.3087182Z [00:01:42.099]➜  .rodata.str1.1 estimation=1631 actual=11
2025-08-20T22:48:28.3087774Z [00:01:42.099]➜  .rodata.cst4 estimation=1630 actual=9
2025-08-20T22:48:28.3088364Z [00:01:42.099]➜  .rodata.cst16 estimation=1626 actual=1
2025-08-20T22:48:28.3088908Z [00:01:42.103]➜        reloc_nonalloc=0
2025-08-20T22:48:28.3089352Z [00:01:42.103]➜               comdats=0
2025-08-20T22:48:28.3089785Z [00:01:42.103]➜    removed_comdat_mem=0
2025-08-20T22:48:28.3090262Z [00:01:42.103]➜              num_dsos=0
2025-08-20T22:48:28.3090971Z [00:01:42.103]➜       parsed_lto_objs=1
2025-08-20T22:48:28.3091531Z [00:01:42.103]➜       num_unique_cies=1
2025-08-20T22:48:28.3092004Z [00:01:42.103]➜              num_cies=5
2025-08-20T22:48:28.3092478Z [00:01:42.103]➜        merged_strings=7
2025-08-20T22:48:28.3092946Z [00:01:42.103]➜              num_fdes=11
2025-08-20T22:48:28.3093421Z [00:01:42.103]➜         output_chunks=25
2025-08-20T22:48:28.3093885Z [00:01:42.103]➜              num_objs=37
2025-08-20T22:48:28.3094352Z [00:01:42.103]➜      string_fragments=66
2025-08-20T22:48:28.3094842Z [00:01:42.103]➜      garbage_sections=112
2025-08-20T22:48:28.3095327Z [00:01:42.103]➜        undefined_syms=204
2025-08-20T22:48:28.3095802Z [00:01:42.103]➜           reloc_alloc=268
2025-08-20T22:48:28.3096269Z [00:01:42.103]➜          defined_syms=366
2025-08-20T22:48:28.3096742Z [00:01:42.104]➜        input_sections=882
2025-08-20T22:48:28.3104060Z [00:01:42.104]➜           parsed_objs=1703
2025-08-20T22:48:28.3105086Z [00:01:42.104]➜      regular_sections=9893
2025-08-20T22:48:28.3105655Z [00:01:42.104]➜              all_syms=25938
2025-08-20T22:48:28.3106178Z [00:01:42.104]➜     total_input_bytes=39168652
2025-08-20T22:48:28.3106997Z [00:01:42.104]➜  .comment estimation=1628 actual=5
2025-08-20T22:48:28.3107597Z [00:01:42.104]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:48:28.3241450Z [00:01:42.119]➜  using -laio ... yes
2025-08-20T22:48:28.3247229Z [00:01:42.119]➜        reloc_nonalloc=0
2025-08-20T22:48:28.3247788Z [00:01:42.120]➜               comdats=0
2025-08-20T22:48:28.3248267Z [00:01:42.120]➜    removed_comdat_mem=0
2025-08-20T22:48:28.3248735Z [00:01:42.120]➜              num_dsos=0
2025-08-20T22:48:28.3249217Z [00:01:42.120]➜       parsed_lto_objs=1
2025-08-20T22:48:28.3249676Z [00:01:42.120]➜              num_cies=1
2025-08-20T22:48:28.3250086Z [00:01:42.120]➜       num_unique_cies=1
2025-08-20T22:48:28.3250508Z [00:01:42.120]➜              num_fdes=1
2025-08-20T22:48:28.3251133Z [00:01:42.120]➜         output_chunks=28
2025-08-20T22:48:28.3251596Z [00:01:42.120]➜        merged_strings=49
2025-08-20T22:48:28.3252061Z [00:01:42.120]➜              num_objs=52
2025-08-20T22:48:28.3252534Z [00:01:42.120]➜      string_fragments=146
2025-08-20T22:48:28.3253347Z [00:01:42.120]➜      garbage_sections=161
2025-08-20T22:48:28.3269631Z [00:01:42.120]➜        undefined_syms=234
2025-08-20T22:48:28.3270448Z [00:01:42.120]➜           reloc_alloc=582
2025-08-20T22:48:28.3271402Z [00:01:42.120]➜          defined_syms=711
2025-08-20T22:48:28.3272278Z [00:01:42.120]➜        input_sections=1437
2025-08-20T22:48:28.3273025Z [00:01:42.120]➜           parsed_objs=1657
2025-08-20T22:48:28.3273680Z [00:01:42.120]➜      regular_sections=9631
2025-08-20T22:48:28.3274309Z [00:01:42.120]➜              all_syms=25254
2025-08-20T22:48:28.3274989Z [00:01:42.120]➜     total_input_bytes=38748294
2025-08-20T22:48:28.3275769Z [00:01:42.120]➜  .comment estimation=1627 actual=4
2025-08-20T22:48:28.3276537Z [00:01:42.120]➜  .rodata.str1.1 estimation=1640 actual=27
2025-08-20T22:48:28.3277334Z [00:01:42.120]➜  .rodata.cst16 estimation=1630 actual=8
2025-08-20T22:48:28.3278362Z [00:01:42.120]➜  .rodata.cst4 estimation=1630 actual=9
2025-08-20T22:48:28.3279194Z [00:01:42.120]➜  .rodata.cst8 estimation=1626 actual=1
2025-08-20T22:48:28.3279889Z [00:01:42.120]➜  using -lacl ... yes
2025-08-20T22:48:28.3280514Z [00:01:42.120]➜  using -lbsd ... yes
2025-08-20T22:48:28.3367599Z [00:01:42.132]➜  using -lcrypt ... yes
2025-08-20T22:48:28.3616956Z [00:01:42.156]➜  using -ldl ... no
2025-08-20T22:48:28.4924713Z [00:01:42.287]➜  using -lIPSec_MB ... no
2025-08-20T22:48:28.5023414Z [00:01:42.297]➜  using -lGLESv2 ... no
2025-08-20T22:48:28.5176759Z [00:01:42.312]➜  using -lEGL ... no
2025-08-20T22:48:28.5191782Z [00:01:42.314]➜  using -lgbm ... no
2025-08-20T22:48:28.5351206Z [00:01:42.330]➜  using -lgmp ... no
2025-08-20T22:48:28.6976129Z [00:01:42.492]➜        reloc_nonalloc=0
2025-08-20T22:48:28.7016277Z [00:01:42.496]➜               comdats=0
2025-08-20T22:48:28.7019333Z [00:01:42.496]➜    removed_comdat_mem=0
2025-08-20T22:48:28.7021361Z [00:01:42.497]➜              num_dsos=0
2025-08-20T22:48:28.7022026Z [00:01:42.497]➜       parsed_lto_objs=1
2025-08-20T22:48:28.7022896Z [00:01:42.497]➜       num_unique_cies=1
2025-08-20T22:48:28.7024515Z [00:01:42.497]➜         output_chunks=30
2025-08-20T22:48:28.7025215Z [00:01:42.497]➜              num_cies=47
2025-08-20T22:48:28.7026026Z [00:01:42.497]➜              num_objs=158
2025-08-20T22:48:28.7026956Z [00:01:42.497]➜        merged_strings=185
2025-08-20T22:48:28.7027680Z [00:01:42.497]➜      garbage_sections=358
2025-08-20T22:48:28.7028498Z [00:01:42.497]➜              num_fdes=369
2025-08-20T22:48:28.7029230Z [00:01:42.497]➜      string_fragments=440
2025-08-20T22:48:28.7032078Z [00:01:42.497]➜        undefined_syms=1042
2025-08-20T22:48:28.7032769Z [00:01:42.497]➜           parsed_objs=1786
2025-08-20T22:48:28.7033599Z [00:01:42.497]➜          defined_syms=2425
2025-08-20T22:48:28.7034306Z [00:01:42.497]➜           reloc_alloc=2908
2025-08-20T22:48:28.7035490Z [00:01:42.497]➜        input_sections=3076
2025-08-20T22:48:28.7036440Z [00:01:42.497]➜      regular_sections=10232
2025-08-20T22:48:28.7037090Z [00:01:42.497]➜              all_syms=28266
2025-08-20T22:48:28.7038936Z [00:01:42.497]➜     total_input_bytes=41459364
2025-08-20T22:48:28.7039532Z [00:01:42.497]➜  .rodata.str1.1 estimation=1703 actual=148
2025-08-20T22:48:28.7040120Z [00:01:42.497]➜  .comment estimation=1628 actual=5
2025-08-20T22:48:28.7040703Z [00:01:42.497]➜  .rodata.cst16 estimation=1629 actual=7
2025-08-20T22:48:28.7041487Z [00:01:42.497]➜  .rodata.cst4 estimation=1634 actual=17
2025-08-20T22:48:28.7042071Z [00:01:42.497]➜  .rodata.cst8 estimation=1630 actual=8
2025-08-20T22:48:28.7118917Z [00:01:42.507]➜  using -ljpeg ... yes
2025-08-20T22:48:28.7222522Z [00:01:42.517]➜        reloc_nonalloc=0
2025-08-20T22:48:28.7228202Z [00:01:42.517]➜               comdats=0
2025-08-20T22:48:28.7228742Z [00:01:42.517]➜    removed_comdat_mem=0
2025-08-20T22:48:28.7229240Z [00:01:42.517]➜              num_dsos=0
2025-08-20T22:48:28.7229775Z [00:01:42.517]➜       parsed_lto_objs=1
2025-08-20T22:48:28.7230262Z [00:01:42.517]➜       num_unique_cies=1
2025-08-20T22:48:28.7231012Z [00:01:42.517]➜              num_cies=11
2025-08-20T22:48:28.7231527Z [00:01:42.517]➜         output_chunks=28
2025-08-20T22:48:28.7232026Z [00:01:42.517]➜        merged_strings=30
2025-08-20T22:48:28.7232497Z [00:01:42.517]➜              num_objs=61
2025-08-20T22:48:28.7232958Z [00:01:42.517]➜              num_fdes=85
2025-08-20T22:48:28.7233434Z [00:01:42.517]➜      string_fragments=137
2025-08-20T22:48:28.7233912Z [00:01:42.517]➜      garbage_sections=183
2025-08-20T22:48:28.7234397Z [00:01:42.517]➜        undefined_syms=528
2025-08-20T22:48:28.7234872Z [00:01:42.517]➜          defined_syms=619
2025-08-20T22:48:28.7235366Z [00:01:42.517]➜           reloc_alloc=1136
2025-08-20T22:48:28.7235855Z [00:01:42.517]➜        input_sections=1470
2025-08-20T22:48:28.7236336Z [00:01:42.517]➜           parsed_objs=1702
2025-08-20T22:48:28.7236827Z [00:01:42.517]➜      regular_sections=9887
2025-08-20T22:48:28.7237565Z [00:01:42.518]➜              all_syms=26233
2025-08-20T22:48:28.7238141Z [00:01:42.518]➜     total_input_bytes=39967834
2025-08-20T22:48:28.7238717Z [00:01:42.518]➜  .comment estimation=1628 actual=5
2025-08-20T22:48:28.7239310Z [00:01:42.518]➜  .rodata.cst4 estimation=1630 actual=9
2025-08-20T22:48:28.7239923Z [00:01:42.518]➜  .rodata.str1.1 estimation=1633 actual=15
2025-08-20T22:48:28.7240542Z [00:01:42.518]➜  .rodata.cst16 estimation=1626 actual=1
2025-08-20T22:48:28.7378009Z [00:01:42.533]➜  using -lmpfr ... no
2025-08-20T22:48:28.7421898Z [00:01:42.537]➜  using -lJudy ... yes
2025-08-20T22:48:28.7446725Z [00:01:42.539]➜        reloc_nonalloc=0
2025-08-20T22:48:28.7462656Z [00:01:42.539]➜               comdats=0
2025-08-20T22:48:28.7463175Z [00:01:42.539]➜    removed_comdat_mem=0
2025-08-20T22:48:28.7463670Z [00:01:42.539]➜              num_dsos=0
2025-08-20T22:48:28.7464158Z [00:01:42.539]➜       parsed_lto_objs=1
2025-08-20T22:48:28.7464660Z [00:01:42.539]➜       num_unique_cies=1
2025-08-20T22:48:28.7465183Z [00:01:42.539]➜              num_cies=2
2025-08-20T22:48:28.7465647Z [00:01:42.539]➜        merged_strings=8
2025-08-20T22:48:28.7466135Z [00:01:42.539]➜              num_fdes=17
2025-08-20T22:48:28.7466606Z [00:01:42.539]➜              num_objs=19
2025-08-20T22:48:28.7467083Z [00:01:42.539]➜         output_chunks=25
2025-08-20T22:48:28.7467566Z [00:01:42.539]➜      string_fragments=33
2025-08-20T22:48:28.7468039Z [00:01:42.540]➜      garbage_sections=51
2025-08-20T22:48:28.7468511Z [00:01:42.540]➜           reloc_alloc=118
2025-08-20T22:48:28.7468997Z [00:01:42.540]➜        undefined_syms=136
2025-08-20T22:48:28.7469478Z [00:01:42.540]➜          defined_syms=172
2025-08-20T22:48:28.7469949Z [00:01:42.540]➜        input_sections=415
2025-08-20T22:48:28.7470434Z [00:01:42.540]➜           parsed_objs=1673
2025-08-20T22:48:28.7482795Z [00:01:42.540]➜      regular_sections=9727
2025-08-20T22:48:28.7483336Z [00:01:42.540]➜              all_syms=25561
2025-08-20T22:48:28.7483896Z [00:01:42.540]➜     total_input_bytes=38973100
2025-08-20T22:48:28.7484469Z [00:01:42.540]➜  .comment estimation=1628 actual=5
2025-08-20T22:48:28.7485351Z [00:01:42.540]➜  .rodata.str1.1 estimation=1627 actual=3
2025-08-20T22:48:28.7588493Z [00:01:42.554]➜  using -lmd ... yes
2025-08-20T22:48:28.7798115Z [00:01:42.574]➜  using -lkmod ... no
2025-08-20T22:48:28.9074669Z [00:01:42.702]➜        reloc_nonalloc=0
2025-08-20T22:48:28.9081933Z [00:01:42.703]➜               comdats=0
2025-08-20T22:48:28.9082459Z [00:01:42.703]➜    removed_comdat_mem=0
2025-08-20T22:48:28.9082947Z [00:01:42.703]➜              num_dsos=0
2025-08-20T22:48:28.9083413Z [00:01:42.703]➜       parsed_lto_objs=1
2025-08-20T22:48:28.9083865Z [00:01:42.703]➜              num_cies=1
2025-08-20T22:48:28.9084316Z [00:01:42.703]➜       num_unique_cies=1
2025-08-20T22:48:28.9084769Z [00:01:42.703]➜              num_fdes=1
2025-08-20T22:48:28.9085235Z [00:01:42.703]➜         output_chunks=28
2025-08-20T22:48:28.9085715Z [00:01:42.703]➜        merged_strings=28
2025-08-20T22:48:28.9086229Z [00:01:42.703]➜              num_objs=77
2025-08-20T22:48:28.9086702Z [00:01:42.703]➜      string_fragments=160
2025-08-20T22:48:28.9087209Z [00:01:42.703]➜      garbage_sections=238
2025-08-20T22:48:28.9087690Z [00:01:42.703]➜        undefined_syms=366
2025-08-20T22:48:28.9088164Z [00:01:42.703]➜           reloc_alloc=519
2025-08-20T22:48:28.9088629Z [00:01:42.703]➜          defined_syms=857
2025-08-20T22:48:28.9089106Z [00:01:42.703]➜           parsed_objs=1657
2025-08-20T22:48:28.9089595Z [00:01:42.703]➜        input_sections=2041
2025-08-20T22:48:28.9090091Z [00:01:42.703]➜      regular_sections=9630
2025-08-20T22:48:28.9090584Z [00:01:42.703]➜              all_syms=25270
2025-08-20T22:48:28.9091269Z [00:01:42.703]➜     total_input_bytes=38749662
2025-08-20T22:48:28.9091817Z [00:01:42.703]➜  .comment estimation=1627 actual=4
2025-08-20T22:48:28.9092417Z [00:01:42.703]➜  .rodata.str1.1 estimation=1632 actual=13
2025-08-20T22:48:28.9093302Z [00:01:42.703]➜  .rodata.cst4 estimation=1630 actual=9
2025-08-20T22:48:28.9093905Z [00:01:42.703]➜  .rodata.cst16 estimation=1627 actual=2
2025-08-20T22:48:28.9098442Z [00:01:42.705]➜  using -lsctp ... no
2025-08-20T22:48:28.9227936Z [00:01:42.718]➜  using -lpthread ... yes
2025-08-20T22:48:28.9462662Z [00:01:42.741]➜        reloc_nonalloc=0
2025-08-20T22:48:28.9472588Z [00:01:42.742]➜        reloc_nonalloc=0
2025-08-20T22:48:28.9532063Z [00:01:42.745]➜               comdats=0
2025-08-20T22:48:28.9532633Z [00:01:42.745]➜    removed_comdat_mem=0
2025-08-20T22:48:28.9533116Z [00:01:42.745]➜              num_dsos=0
2025-08-20T22:48:28.9533590Z [00:01:42.745]➜       parsed_lto_objs=1
2025-08-20T22:48:28.9534060Z [00:01:42.745]➜              num_cies=1
2025-08-20T22:48:28.9534522Z [00:01:42.745]➜       num_unique_cies=1
2025-08-20T22:48:28.9534972Z [00:01:42.745]➜              num_fdes=1
2025-08-20T22:48:28.9535444Z [00:01:42.745]➜         output_chunks=29
2025-08-20T22:48:28.9535933Z [00:01:42.745]➜        merged_strings=30
2025-08-20T22:48:28.9536443Z [00:01:42.745]➜              num_objs=98
2025-08-20T22:48:28.9536920Z [00:01:42.745]➜      string_fragments=202
2025-08-20T22:48:28.9537428Z [00:01:42.745]➜      garbage_sections=301
2025-08-20T22:48:28.9537914Z [00:01:42.745]➜        undefined_syms=420
2025-08-20T22:48:28.9538446Z [00:01:42.745]➜           reloc_alloc=538
2025-08-20T22:48:28.9538928Z [00:01:42.745]➜          defined_syms=1066
2025-08-20T22:48:28.9539414Z [00:01:42.745]➜           parsed_objs=1657
2025-08-20T22:48:28.9539900Z [00:01:42.745]➜        input_sections=2597
2025-08-20T22:48:28.9540385Z [00:01:42.745]➜      regular_sections=9630
2025-08-20T22:48:28.9541100Z [00:01:42.745]➜              all_syms=25278
2025-08-20T22:48:28.9541616Z [00:01:42.745]➜     total_input_bytes=38750050
2025-08-20T22:48:28.9542168Z [00:01:42.745]➜  .comment estimation=1627 actual=4
2025-08-20T22:48:28.9542765Z [00:01:42.745]➜  .rodata.str1.1 estimation=1633 actual=14
2025-08-20T22:48:28.9543362Z [00:01:42.745]➜  .rodata.cst4 estimation=1630 actual=9
2025-08-20T22:48:28.9543964Z [00:01:42.745]➜  .rodata.cst16 estimation=1627 actual=2
2025-08-20T22:48:28.9544845Z [00:01:42.745]➜  .rodata.cst8 estimation=1626 actual=1
2025-08-20T22:48:28.9545363Z [00:01:42.746]➜               comdats=0
2025-08-20T22:48:28.9545828Z [00:01:42.746]➜    removed_comdat_mem=0
2025-08-20T22:48:28.9546285Z [00:01:42.746]➜              num_dsos=0
2025-08-20T22:48:28.9546739Z [00:01:42.746]➜       parsed_lto_objs=1
2025-08-20T22:48:28.9547193Z [00:01:42.746]➜              num_cies=1
2025-08-20T22:48:28.9547641Z [00:01:42.746]➜       num_unique_cies=1
2025-08-20T22:48:28.9548089Z [00:01:42.746]➜              num_fdes=1
2025-08-20T22:48:28.9548549Z [00:01:42.746]➜        merged_strings=25
2025-08-20T22:48:28.9549022Z [00:01:42.746]➜         output_chunks=28
2025-08-20T22:48:28.9549479Z [00:01:42.746]➜              num_objs=47
2025-08-20T22:48:28.9549949Z [00:01:42.746]➜      string_fragments=105
2025-08-20T22:48:28.9550435Z [00:01:42.746]➜      garbage_sections=141
2025-08-20T22:48:28.9551083Z [00:01:42.746]➜        undefined_syms=191
2025-08-20T22:48:28.9551564Z [00:01:42.746]➜           reloc_alloc=310
2025-08-20T22:48:28.9552046Z [00:01:42.746]➜          defined_syms=500
2025-08-20T22:48:28.9552529Z [00:01:42.746]➜        input_sections=1197
2025-08-20T22:48:28.9553013Z [00:01:42.746]➜           parsed_objs=1657
2025-08-20T22:48:28.9553505Z [00:01:42.746]➜      regular_sections=9630
2025-08-20T22:48:28.9553998Z [00:01:42.746]➜              all_syms=25258
2025-08-20T22:48:28.9554507Z [00:01:42.746]➜     total_input_bytes=38748850
2025-08-20T22:48:28.9555050Z [00:01:42.746]➜  .comment estimation=1627 actual=4
2025-08-20T22:48:28.9555642Z [00:01:42.746]➜  .rodata.str1.1 estimation=1631 actual=11
2025-08-20T22:48:28.9556226Z [00:01:42.746]➜  .rodata.cst4 estimation=1630 actual=9
2025-08-20T22:48:28.9556771Z [00:01:42.746]➜  .rodata.cst16 estimation=1626 actual=1
2025-08-20T22:48:28.9639733Z [00:01:42.759]➜  using -lpthread spinlock ... yes
2025-08-20T22:48:28.9685955Z [00:01:42.763]➜  using -lrt ... yes
2025-08-20T22:48:29.0106718Z [00:01:42.805]➜  using -lxxhash ... no
2025-08-20T22:48:29.0307841Z [00:01:42.825]➜  using acl/libacl.h ... yes
2025-08-20T22:48:29.0723041Z [00:01:42.867]➜  using aio.h ... yes
2025-08-20T22:48:29.0740654Z [00:01:42.869]➜  using asm/cachectl.h ... no
2025-08-20T22:48:29.1095515Z [00:01:42.904]➜        reloc_nonalloc=0
2025-08-20T22:48:29.1106120Z [00:01:42.905]➜               comdats=0
2025-08-20T22:48:29.1112474Z [00:01:42.905]➜    removed_comdat_mem=0
2025-08-20T22:48:29.1113043Z [00:01:42.905]➜              num_dsos=0
2025-08-20T22:48:29.1113527Z [00:01:42.905]➜       parsed_lto_objs=1
2025-08-20T22:48:29.1113996Z [00:01:42.905]➜       num_unique_cies=1
2025-08-20T22:48:29.1124253Z [00:01:42.905]➜        merged_strings=21
2025-08-20T22:48:29.1124759Z [00:01:42.905]➜         output_chunks=28
2025-08-20T22:48:29.1125252Z [00:01:42.905]➜              num_cies=33
2025-08-20T22:48:29.1125724Z [00:01:42.905]➜              num_objs=65
2025-08-20T22:48:29.1126282Z [00:01:42.905]➜      string_fragments=136
2025-08-20T22:48:29.1126791Z [00:01:42.905]➜              num_fdes=161
2025-08-20T22:48:29.1127315Z [00:01:42.905]➜      garbage_sections=165
2025-08-20T22:48:29.1127772Z [00:01:42.905]➜        undefined_syms=452
2025-08-20T22:48:29.1128225Z [00:01:42.905]➜          defined_syms=534
2025-08-20T22:48:29.1128700Z [00:01:42.905]➜           reloc_alloc=731
2025-08-20T22:48:29.1129199Z [00:01:42.905]➜        input_sections=1303
2025-08-20T22:48:29.1129715Z [00:01:42.905]➜           parsed_objs=1736
2025-08-20T22:48:29.1130208Z [00:01:42.905]➜      regular_sections=10131
2025-08-20T22:48:29.1130703Z [00:01:42.905]➜              all_syms=26693
2025-08-20T22:48:29.1131445Z [00:01:42.905]➜     total_input_bytes=40017626
2025-08-20T22:48:29.1131998Z [00:01:42.905]➜  .comment estimation=1628 actual=5
2025-08-20T22:48:29.1132592Z [00:01:42.905]➜  .rodata.str1.1 estimation=1627 actual=3
2025-08-20T22:48:29.1133201Z [00:01:42.905]➜  .rodata.cst16 estimation=1631 actual=10
2025-08-20T22:48:29.1133813Z [00:01:42.905]➜  .rodata.cst8 estimation=1628 actual=3
2025-08-20T22:48:29.1253074Z [00:01:42.920]➜  using -llzma ... yes
2025-08-20T22:48:29.1346842Z [00:01:42.929]➜  using asm/ldt.h ... yes
2025-08-20T22:48:29.1519005Z [00:01:42.947]➜        reloc_nonalloc=0
2025-08-20T22:48:29.1533206Z [00:01:42.948]➜               comdats=0
2025-08-20T22:48:29.1535466Z [00:01:42.948]➜    removed_comdat_mem=0
2025-08-20T22:48:29.1537270Z [00:01:42.948]➜              num_dsos=0
2025-08-20T22:48:29.1537885Z [00:01:42.948]➜       parsed_lto_objs=1
2025-08-20T22:48:29.1540049Z [00:01:42.948]➜       num_unique_cies=1
2025-08-20T22:48:29.1540548Z [00:01:42.948]➜              num_cies=6
2025-08-20T22:48:29.1541267Z [00:01:42.948]➜        merged_strings=18
2025-08-20T22:48:29.1541751Z [00:01:42.948]➜         output_chunks=27
2025-08-20T22:48:29.1542232Z [00:01:42.948]➜              num_objs=34
2025-08-20T22:48:29.1542694Z [00:01:42.948]➜              num_fdes=63
2025-08-20T22:48:29.1543212Z [00:01:42.948]➜      string_fragments=73
2025-08-20T22:48:29.1543678Z [00:01:42.948]➜      garbage_sections=103
2025-08-20T22:48:29.1544172Z [00:01:42.948]➜        undefined_syms=236
2025-08-20T22:48:29.1544655Z [00:01:42.948]➜          defined_syms=362
2025-08-20T22:48:29.1545133Z [00:01:42.948]➜           reloc_alloc=382
2025-08-20T22:48:29.1545613Z [00:01:42.948]➜        input_sections=798
2025-08-20T22:48:29.1546103Z [00:01:42.948]➜           parsed_objs=1672
2025-08-20T22:48:29.1546609Z [00:01:42.948]➜      regular_sections=9741
2025-08-20T22:48:29.1547122Z [00:01:42.948]➜              all_syms=25649
2025-08-20T22:48:29.1547577Z [00:01:42.948]➜     total_input_bytes=39155794
2025-08-20T22:48:29.1548070Z [00:01:42.948]➜  .comment estimation=1628 actual=5
2025-08-20T22:48:29.1548610Z [00:01:42.948]➜  .rodata.cst8 estimation=1626 actual=2
2025-08-20T22:48:29.1549181Z [00:01:42.948]➜  .rodata.str1.1 estimation=1631 actual=11
2025-08-20T22:48:29.1688809Z [00:01:42.964]➜  using -lz ... yes
2025-08-20T22:48:29.1730483Z [00:01:42.968]➜  using asm/prctl.h ... yes
2025-08-20T22:48:29.1884478Z [00:01:42.983]➜  using asm/mtrr.h ... yes
2025-08-20T22:48:29.1971190Z [00:01:42.992]➜  using attr/xattr.h ... no
2025-08-20T22:48:29.2409623Z [00:01:43.036]➜  using bsd/string.h ... yes
2025-08-20T22:48:29.2605065Z [00:01:43.055]➜  using bsd/unistd.h ... yes
2025-08-20T22:48:29.2664093Z [00:01:43.061]➜  using bsd/stdlib.h ... yes
2025-08-20T22:48:29.2792562Z [00:01:43.074]➜  using bsd/wchar.h ... yes
2025-08-20T22:48:29.2845158Z [00:01:43.079]➜  using bsd/sys/tree.h ... yes
2025-08-20T22:48:29.3445480Z [00:01:43.139]➜  using EGL/egl.h EGL/eglext.h ... yes
2025-08-20T22:48:29.3572856Z [00:01:43.152]➜  using EGL/egl.h ... yes
2025-08-20T22:48:29.3616961Z [00:01:43.157]➜  using crypt.h ... yes
2025-08-20T22:48:29.3718068Z [00:01:43.167]➜  using complex.h ... yes
2025-08-20T22:48:29.4098649Z [00:01:43.204]➜  using execinfo.h ... no
2025-08-20T22:48:29.4193131Z [00:01:43.214]➜  using features.h ... yes
2025-08-20T22:48:29.4231931Z [00:01:43.218]➜  using fenv.h ... yes
2025-08-20T22:48:29.4482172Z [00:01:43.238]➜  using gbm.h ... yes
2025-08-20T22:48:29.4504258Z [00:01:43.245]➜  using float.h ... yes
2025-08-20T22:48:29.4913566Z [00:01:43.286]➜  using grp.h ... yes
2025-08-20T22:48:29.5005023Z [00:01:43.295]➜  using GLES2/gl2.h ... yes
2025-08-20T22:48:29.5073830Z [00:01:43.302]➜  using gmp.h ... yes
2025-08-20T22:48:29.5456767Z [00:01:43.340]➜  using ifaddrs.h ... yes
2025-08-20T22:48:29.5896679Z [00:01:43.384]➜  using intel-ipsec-mb.h ... no
2025-08-20T22:48:29.5937762Z [00:01:43.389]➜  using jpeglib.h ... yes
2025-08-20T22:48:29.5939693Z [00:01:43.389]➜  using Judy.h ... yes
2025-08-20T22:48:29.6202968Z [00:01:43.415]➜  using keyutils.h ... yes
2025-08-20T22:48:29.6611786Z [00:01:43.456]➜  using libgen.h ... yes
2025-08-20T22:48:29.6918201Z [00:01:43.487]➜  using link.h ... yes
2025-08-20T22:48:29.7246579Z [00:01:43.519]➜  using libkmod.h ... yes
2025-08-20T22:48:29.7268131Z [00:01:43.522]➜  using libaio.h ... yes
2025-08-20T22:48:29.7379791Z [00:01:43.533]➜  using linux/android/binderfs.h ... yes
2025-08-20T22:48:29.7722543Z [00:01:43.567]➜  using linux/android/binder.h ... yes
2025-08-20T22:48:29.8011918Z [00:01:43.596]➜  using linux/audit.h ... yes
2025-08-20T22:48:29.8376264Z [00:01:43.632]➜  using linux/blkzoned.h ... yes
2025-08-20T22:48:29.8388781Z [00:01:43.634]➜  using linux/auto_dev-ioctl.h ... yes
2025-08-20T22:48:29.8828356Z [00:01:43.677]➜  using linux/btrfs.h ... yes
2025-08-20T22:48:29.9016537Z [00:01:43.696]➜  using linux/connector.h ... yes
2025-08-20T22:48:29.9145151Z [00:01:43.709]➜  using linux/cn_proc.h ... yes
2025-08-20T22:48:29.9248878Z [00:01:43.720]➜  using linux/cdrom.h ... yes
2025-08-20T22:48:29.9650219Z [00:01:43.760]➜  using linux/dm-ioctl.h ... yes
2025-08-20T22:48:29.9770681Z [00:01:43.772]➜  using linux/fb.h ... yes
2025-08-20T22:48:30.0116616Z [00:01:43.806]➜  using linux/fd.h ... yes
2025-08-20T22:48:30.0416612Z [00:01:43.836]➜  using linux/fiemap.h ... yes
2025-08-20T22:48:30.0418578Z [00:01:43.836]➜  using linux/filter.h ... yes
2025-08-20T22:48:30.0812955Z [00:01:43.876]➜  using linux/fsverity.h ... yes
2025-08-20T22:48:30.0886846Z [00:01:43.884]➜  using linux/fs.h ... yes
2025-08-20T22:48:30.1101869Z [00:01:43.905]➜  using linux/futex.h ... yes
2025-08-20T22:48:30.1335398Z [00:01:43.928]➜  using linux/genetlink.h ... yes
2025-08-20T22:48:30.1656426Z [00:01:43.960]➜  using linux/hiddev.h ... yes
2025-08-20T22:48:30.1733735Z [00:01:43.968]➜  using linux/hidraw.h ... yes
2025-08-20T22:48:30.1922052Z [00:01:43.987]➜  using linux/hdreg.h ... yes
2025-08-20T22:48:30.2266275Z [00:01:44.021]➜  using linux/hpet.h ... yes
2025-08-20T22:48:30.2473341Z [00:01:44.042]➜  using linux/if_packet.h ... yes
2025-08-20T22:48:30.2652297Z [00:01:44.060]➜  using linux/if_tun.h ... yes
2025-08-20T22:48:30.2830099Z [00:01:44.078]➜  using linux/if_alg.h ... yes
2025-08-20T22:48:30.3244661Z [00:01:44.119]➜  using linux/input.h ... yes
2025-08-20T22:48:30.3417949Z [00:01:44.137]➜  using linux/kd.h ... yes
2025-08-20T22:48:30.3437727Z [00:01:44.139]➜  using linux/io_uring.h ... yes
2025-08-20T22:48:30.3993938Z [00:01:44.194]➜  using linux/kvm.h ... yes
2025-08-20T22:48:30.4034121Z [00:01:44.198]➜  using immintrin.h ... yes
2025-08-20T22:48:30.4040204Z [00:01:44.199]➜  using linux/landlock.h ... yes
2025-08-20T22:48:30.4124382Z [00:01:44.207]➜  using linux/lirc.h ... yes
2025-08-20T22:48:30.4368470Z [00:01:44.232]➜  using linux/loop.h ... yes
2025-08-20T22:48:30.4716611Z [00:01:44.266]➜  using linux/lsm.h ... yes
2025-08-20T22:48:30.4860965Z [00:01:44.281]➜  using linux/membarrier.h ... yes
2025-08-20T22:48:30.4926007Z [00:01:44.287]➜  using linux/magic.h ... yes
2025-08-20T22:48:30.4988816Z [00:01:44.294]➜  using linux/memfd.h ... yes
2025-08-20T22:48:30.5277206Z [00:01:44.322]➜  using linux/media.h ... yes
2025-08-20T22:48:30.5434966Z [00:01:44.338]➜  using linux/mempolicy.h ... yes
2025-08-20T22:48:30.5589567Z [00:01:44.354]➜  using linux/module.h ... yes
2025-08-20T22:48:30.5646126Z [00:01:44.359]➜  using linux/netlink.h ... yes
2025-08-20T22:48:30.6066967Z [00:01:44.401]➜  using linux/openat2.h ... yes
2025-08-20T22:48:30.6183041Z [00:01:44.413]➜  using linux/perf_event.h ... yes
2025-08-20T22:48:30.6214323Z [00:01:44.416]➜  using linux/posix_types.h ... yes
2025-08-20T22:48:30.6316079Z [00:01:44.426]➜  using linux/pci.h ... yes
2025-08-20T22:48:30.6332772Z [00:01:44.428]➜  using linux/ppdev.h ... yes
2025-08-20T22:48:30.6862061Z [00:01:44.481]➜  using linux/ptp_clock.h ... yes
2025-08-20T22:48:30.6975957Z [00:01:44.492]➜  using linux/rseq.h ... yes
2025-08-20T22:48:30.7045878Z [00:01:44.499]➜  using linux/rtc.h ... yes
2025-08-20T22:48:30.7095174Z [00:01:44.504]➜  using linux/random.h ... yes
2025-08-20T22:48:30.7233588Z [00:01:44.518]➜  using linux/rtnetlink.h ... yes
2025-08-20T22:48:30.7673685Z [00:01:44.559]➜  using linux/seccomp.h ... yes
2025-08-20T22:48:30.7704999Z [00:01:44.565]➜  using linux/sched.h ... yes
2025-08-20T22:48:30.7907296Z [00:01:44.585]➜  using linux/serial.h ... yes
2025-08-20T22:48:30.8280952Z [00:01:44.623]➜  using linux/socket.h ... yes
2025-08-20T22:48:30.8562203Z [00:01:44.651]➜  using linux/sysctl.h ... yes
2025-08-20T22:48:30.8566261Z [00:01:44.652]➜  using linux/sockios.h ... yes
2025-08-20T22:48:30.8609855Z [00:01:44.656]➜  using linux/taskstats.h ... yes
2025-08-20T22:48:30.8974389Z [00:01:44.692]➜  using linux/udp.h ... yes
2025-08-20T22:48:30.9297705Z [00:01:44.725]➜  using linux/uinput.h ... yes
2025-08-20T22:48:30.9355675Z [00:01:44.730]➜  using linux/unix_diag.h ... yes
2025-08-20T22:48:30.9727904Z [00:01:44.767]➜  using linux/usbdevice_fs.h ... yes
2025-08-20T22:48:30.9765792Z [00:01:44.770]➜        reloc_nonalloc=0
2025-08-20T22:48:30.9770360Z [00:01:44.772]➜  using linux/usb/cdc-wdm.h ... yes
2025-08-20T22:48:30.9771104Z [00:01:44.772]➜               comdats=0
2025-08-20T22:48:30.9773435Z [00:01:44.772]➜    removed_comdat_mem=0
2025-08-20T22:48:30.9773986Z [00:01:44.772]➜              num_dsos=0
2025-08-20T22:48:30.9774500Z [00:01:44.772]➜       parsed_lto_objs=1
2025-08-20T22:48:30.9774980Z [00:01:44.772]➜              num_cies=1
2025-08-20T22:48:30.9775493Z [00:01:44.772]➜       num_unique_cies=1
2025-08-20T22:48:30.9775953Z [00:01:44.772]➜              num_fdes=1
2025-08-20T22:48:30.9776407Z [00:01:44.772]➜        merged_strings=6
2025-08-20T22:48:30.9776858Z [00:01:44.772]➜              num_objs=17
2025-08-20T22:48:30.9777337Z [00:01:44.772]➜         output_chunks=24
2025-08-20T22:48:30.9777821Z [00:01:44.772]➜      string_fragments=28
2025-08-20T22:48:30.9778302Z [00:01:44.772]➜      garbage_sections=45
2025-08-20T22:48:30.9778780Z [00:01:44.772]➜           reloc_alloc=83
2025-08-20T22:48:30.9779247Z [00:01:44.772]➜        undefined_syms=99
2025-08-20T22:48:30.9779732Z [00:01:44.772]➜          defined_syms=150
2025-08-20T22:48:30.9780219Z [00:01:44.772]➜        input_sections=370
2025-08-20T22:48:30.9780716Z [00:01:44.772]➜           parsed_objs=1657
2025-08-20T22:48:30.9781412Z [00:01:44.772]➜      regular_sections=9628
2025-08-20T22:48:30.9781931Z [00:01:44.772]➜              all_syms=25245
2025-08-20T22:48:30.9782692Z [00:01:44.772]➜     total_input_bytes=38746838
2025-08-20T22:48:30.9783263Z [00:01:44.772]➜  .comment estimation=1627 actual=4
2025-08-20T22:48:30.9783878Z [00:01:44.772]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:48:30.9929866Z [00:01:44.787]➜  using linux/sockdiag.h ... yes
2025-08-20T22:48:31.0098841Z [00:01:44.805]➜  using linux/userfaultfd.h ... yes
2025-08-20T22:48:31.0143731Z [00:01:44.809]➜  using linux/version.h ... yes
2025-08-20T22:48:31.0622872Z [00:01:44.857]➜  using linux/videodev2.h ... yes
2025-08-20T22:48:31.0732183Z [00:01:44.868]➜  using locale.h ... yes
2025-08-20T22:48:31.0746542Z [00:01:44.870]➜  using linux/watchdog.h ... yes
2025-08-20T22:48:31.0926178Z [00:01:44.887]➜  using linux/vt.h ... yes
2025-08-20T22:48:31.1147089Z [00:01:44.909]➜  using lzma.h ... yes
2025-08-20T22:48:31.1368440Z [00:01:44.932]➜  using mach/machine.h ... no
2025-08-20T22:48:31.1405107Z [00:01:44.935]➜  using mach/mach.h ... no
2025-08-20T22:48:31.1448095Z [00:01:44.940]➜  using mach/vm_statistics.h ... no
2025-08-20T22:48:31.1695967Z [00:01:44.964]➜  using malloc.h ... yes
2025-08-20T22:48:31.1980609Z [00:01:44.993]➜  using mntent.h ... yes
2025-08-20T22:48:31.2227157Z [00:01:45.018]➜  using mpfr.h ... yes
2025-08-20T22:48:31.2408760Z [00:01:45.036]➜  using netinet/ip.h ... yes
2025-08-20T22:48:31.2624182Z [00:01:45.057]➜  using mqueue.h ... yes
2025-08-20T22:48:31.2664710Z [00:01:45.061]➜  using net/if.h ... yes
2025-08-20T22:48:31.2687477Z [00:01:45.064]➜  using netinet/ip_icmp.h ... yes
2025-08-20T22:48:31.2878431Z [00:01:45.081]➜  using netinet/sctp.h ... no
2025-08-20T22:48:31.3133543Z [00:01:45.108]➜  using netinet/tcp.h ... yes
2025-08-20T22:48:31.3337515Z [00:01:45.128]➜  using netinet/udp.h ... yes
2025-08-20T22:48:31.3500493Z [00:01:45.145]➜  using pthread.h ... yes
2025-08-20T22:48:31.3814892Z [00:01:45.176]➜  using regex.h ... yes
2025-08-20T22:48:31.3870664Z [00:01:45.182]➜  using pthread_np.h ... no
2025-08-20T22:48:31.3925591Z [00:01:45.187]➜  using poll.h ... yes
2025-08-20T22:48:31.4055811Z [00:01:45.200]➜  using scsi/scsi.h ... yes
2025-08-20T22:48:31.4142646Z [00:01:45.209]➜  using scsi/scsi_ioctl.h ... yes
2025-08-20T22:48:31.4566257Z [00:01:45.251]➜  using semaphore.h ... yes
2025-08-20T22:48:31.4715854Z [00:01:45.266]➜  using search.h ... yes
2025-08-20T22:48:31.4779368Z [00:01:45.273]➜  using scsi/sg.h ... yes
2025-08-20T22:48:31.4808314Z [00:01:45.276]➜  using sound/asound.h ... yes
2025-08-20T22:48:31.5065110Z [00:01:45.301]➜  using spawn.h ... yes
2025-08-20T22:48:31.5252746Z [00:01:45.320]➜  using strings.h ... yes
2025-08-20T22:48:31.5476651Z [00:01:45.342]➜  using sys/apparmor.h ... no
2025-08-20T22:48:31.5702511Z [00:01:45.365]➜  using sys/syscall.h ... yes
2025-08-20T22:48:31.5827202Z [00:01:45.377]➜  using sys/acl.h ... yes
2025-08-20T22:48:31.6067272Z [00:01:45.401]➜  using sys/auxv.h ... yes
2025-08-20T22:48:31.6180474Z [00:01:45.413]➜  using sys/epoll.h ... yes
2025-08-20T22:48:31.6560045Z [00:01:45.451]➜  using sys/eventfd.h ... yes
2025-08-20T22:48:31.6860385Z [00:01:45.481]➜        reloc_nonalloc=0
2025-08-20T22:48:31.6863371Z [00:01:45.481]➜               comdats=0
2025-08-20T22:48:31.6864696Z [00:01:45.481]➜    removed_comdat_mem=0
2025-08-20T22:48:31.6865439Z [00:01:45.481]➜              num_dsos=0
2025-08-20T22:48:31.6865930Z [00:01:45.481]➜       parsed_lto_objs=1
2025-08-20T22:48:31.6866405Z [00:01:45.481]➜              num_cies=1
2025-08-20T22:48:31.6866868Z [00:01:45.481]➜       num_unique_cies=1
2025-08-20T22:48:31.6867325Z [00:01:45.481]➜              num_fdes=1
2025-08-20T22:48:31.6867780Z [00:01:45.481]➜        merged_strings=6
2025-08-20T22:48:31.6868219Z [00:01:45.481]➜              num_objs=22
2025-08-20T22:48:31.6868702Z [00:01:45.481]➜         output_chunks=24
2025-08-20T22:48:31.6869182Z [00:01:45.481]➜      string_fragments=38
2025-08-20T22:48:31.6869681Z [00:01:45.481]➜      garbage_sections=62
2025-08-20T22:48:31.6870197Z [00:01:45.481]➜           reloc_alloc=91
2025-08-20T22:48:31.6870692Z [00:01:45.481]➜        undefined_syms=116
2025-08-20T22:48:31.6871755Z [00:01:45.481]➜          defined_syms=201
2025-08-20T22:48:31.6872329Z [00:01:45.481]➜        input_sections=506
2025-08-20T22:48:31.6872871Z [00:01:45.481]➜           parsed_objs=1657
2025-08-20T22:48:31.6873413Z [00:01:45.481]➜      regular_sections=9628
2025-08-20T22:48:31.6873934Z [00:01:45.481]➜              all_syms=25250
2025-08-20T22:48:31.6874443Z [00:01:45.481]➜     total_input_bytes=38748010
2025-08-20T22:48:31.6874987Z [00:01:45.481]➜  .comment estimation=1627 actual=4
2025-08-20T22:48:31.6875574Z [00:01:45.481]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:48:31.6876150Z [00:01:45.482]➜  using sys/fanotify.h ... yes
2025-08-20T22:48:31.6930645Z [00:01:45.488]➜  using sys/fsuid.h ... yes
2025-08-20T22:48:31.6988392Z [00:01:45.494]➜  using sys/file.h ... yes
2025-08-20T22:48:31.7022710Z [00:01:45.497]➜  using sys/capability.h ... yes
2025-08-20T22:48:31.7417638Z [00:01:45.537]➜  using sys/inotify.h ... yes
2025-08-20T22:48:31.7604940Z [00:01:45.555]➜  using sys/loadavg.h ... no
2025-08-20T22:48:31.7618167Z [00:01:45.557]➜  using sys/ipc.h ... yes
2025-08-20T22:48:31.7913810Z [00:01:45.586]➜  using sys/io.h ... yes
2025-08-20T22:48:31.7959865Z [00:01:45.591]➜  using syslog.h ... yes
2025-08-20T22:48:31.8072113Z [00:01:45.602]➜  using sys/mkdev.h ... no
2025-08-20T22:48:31.8475019Z [00:01:45.642]➜  using sys/msg.h ... yes
2025-08-20T22:48:31.8515553Z [00:01:45.646]➜  using sys/mount.h ... yes
2025-08-20T22:48:31.8777146Z [00:01:45.672]➜  using sys/personality.h ... yes
2025-08-20T22:48:31.8815141Z [00:01:45.676]➜  using sys/param.h ... yes
2025-08-20T22:48:31.8841636Z [00:01:45.679]➜  using sys/pidfd.h ... no
2025-08-20T22:48:31.9158706Z [00:01:45.711]➜  using sys/platform/ppc.h ... no
2025-08-20T22:48:31.9191678Z [00:01:45.713]➜  using sys/prctl.h ... yes
2025-08-20T22:48:31.9445921Z [00:01:45.739]➜  using sys/procctl.h ... no
2025-08-20T22:48:31.9652156Z [00:01:45.760]➜  using sys/quota.h ... yes
2025-08-20T22:48:31.9675780Z [00:01:45.762]➜  using sys/queue.h ... yes
2025-08-20T22:48:32.0011970Z [00:01:45.796]➜  using sys/rseq.h ... no
2025-08-20T22:48:32.0029782Z [00:01:45.798]➜  using sys/random.h ... yes
2025-08-20T22:48:32.0327049Z [00:01:45.827]➜  using sys/select.h ... yes
2025-08-20T22:48:32.0431540Z [00:01:45.838]➜  using sys/sendfile.h ... yes
2025-08-20T22:48:32.0651875Z [00:01:45.860]➜  using sys/signalfd.h ... yes
2025-08-20T22:48:32.0671332Z [00:01:45.862]➜  using sys/statfs.h ... yes
2025-08-20T22:48:32.0735062Z [00:01:45.868]➜  using sys/shm.h ... yes
2025-08-20T22:48:32.1231198Z [00:01:45.918]➜  using sys/sysctl.h ... no
2025-08-20T22:48:32.1238447Z [00:01:45.919]➜  using sys/statvfs.h ... yes
2025-08-20T22:48:32.1300125Z [00:01:45.925]➜  using sys/sysinfo.h ... yes
2025-08-20T22:48:32.1418496Z [00:01:45.937]➜  using sys/swap.h ... yes
2025-08-20T22:48:32.1632892Z [00:01:45.958]➜  using sys/sysmacros.h ... yes
2025-08-20T22:48:32.1913750Z [00:01:45.986]➜  using sys/timerfd.h ... yes
2025-08-20T22:48:32.2046642Z [00:01:45.999]➜  using sys/tree.h ... yes
2025-08-20T22:48:32.2269196Z [00:01:46.022]➜  using sys/uio.h ... yes
2025-08-20T22:48:32.2292215Z [00:01:46.022]➜  using sys/ucred.h ... no
2025-08-20T22:48:32.2338116Z [00:01:46.029]➜  using sys/timex.h ... yes
2025-08-20T22:48:32.2693363Z [00:01:46.064]➜  using sys/un.h ... yes
2025-08-20T22:48:32.2789518Z [00:01:46.074]➜  using sys/utsname.h ... yes
2025-08-20T22:48:32.2992038Z [00:01:46.094]➜  using sys/vmmeter.h ... no
2025-08-20T22:48:32.3323828Z [00:01:46.127]➜  using termio.h ... no
2025-08-20T22:48:32.3345024Z [00:01:46.129]➜  using sys/vfs.h ... yes
2025-08-20T22:48:32.3425538Z [00:01:46.137]➜  using termios.h ... yes
2025-08-20T22:48:32.3495197Z [00:01:46.144]➜  using sys/xattr.h ... yes
2025-08-20T22:48:32.3649620Z [00:01:46.160]➜  using threads.h ... yes
2025-08-20T22:48:32.4054557Z [00:01:46.200]➜  using ustat.h ... no
2025-08-20T22:48:32.4085502Z [00:01:46.203]➜  using uvm/uvm_extern.h ... no
2025-08-20T22:48:32.4326725Z [00:01:46.227]➜  using ucontext.h ... yes
2025-08-20T22:48:32.4383408Z [00:01:46.233]➜  using utime.h ... yes
2025-08-20T22:48:32.4444379Z [00:01:46.239]➜  using wchar.h ... yes
2025-08-20T22:48:32.5414968Z [00:01:46.336]➜  using xxhash.h ... yes
2025-08-20T22:48:32.5515745Z [00:01:46.346]➜  using xmmintrin.h ... yes
2025-08-20T22:48:32.6463386Z [00:01:46.441]➜        reloc_nonalloc=0
2025-08-20T22:48:32.6464574Z [00:01:46.441]➜               comdats=0
2025-08-20T22:48:32.6465454Z [00:01:46.441]➜    removed_comdat_mem=0
2025-08-20T22:48:32.6466235Z [00:01:46.441]➜              num_dsos=0
2025-08-20T22:48:32.6466903Z [00:01:46.441]➜       parsed_lto_objs=1
2025-08-20T22:48:32.6467392Z [00:01:46.441]➜              num_cies=1
2025-08-20T22:48:32.6467859Z [00:01:46.441]➜       num_unique_cies=1
2025-08-20T22:48:32.6468319Z [00:01:46.441]➜              num_fdes=2
2025-08-20T22:48:32.6468779Z [00:01:46.441]➜        merged_strings=6
2025-08-20T22:48:32.6469257Z [00:01:46.441]➜              num_objs=17
2025-08-20T22:48:32.6469718Z [00:01:46.441]➜         output_chunks=24
2025-08-20T22:48:32.6470256Z [00:01:46.441]➜      string_fragments=28
2025-08-20T22:48:32.6470736Z [00:01:46.441]➜      garbage_sections=45
2025-08-20T22:48:32.6471742Z [00:01:46.441]➜           reloc_alloc=84
2025-08-20T22:48:32.6472225Z [00:01:46.441]➜        undefined_syms=99
2025-08-20T22:48:32.6472684Z [00:01:46.441]➜          defined_syms=152
2025-08-20T22:48:32.6473174Z [00:01:46.441]➜        input_sections=372
2025-08-20T22:48:32.6473657Z [00:01:46.441]➜           parsed_objs=1657
2025-08-20T22:48:32.6474108Z [00:01:46.441]➜      regular_sections=9629
2025-08-20T22:48:32.6474549Z [00:01:46.441]➜              all_syms=25248
2025-08-20T22:48:32.6475033Z [00:01:46.441]➜     total_input_bytes=38747286
2025-08-20T22:48:32.6475540Z [00:01:46.441]➜  .comment estimation=1627 actual=4
2025-08-20T22:48:32.6476103Z [00:01:46.441]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:48:32.6586670Z [00:01:46.453]➜  using 128 byte alignment attribute ... yes
2025-08-20T22:48:32.6785868Z [00:01:46.473]➜  using ALPHA draina instruction ... no
2025-08-20T22:48:32.6806294Z [00:01:46.475]➜        reloc_nonalloc=0
2025-08-20T22:48:32.6818689Z [00:01:46.477]➜               comdats=0
2025-08-20T22:48:32.6819270Z [00:01:46.477]➜    removed_comdat_mem=0
2025-08-20T22:48:32.6819914Z [00:01:46.477]➜              num_dsos=0
2025-08-20T22:48:32.6820558Z [00:01:46.477]➜       parsed_lto_objs=1
2025-08-20T22:48:32.6823233Z [00:01:46.477]➜              num_cies=1
2025-08-20T22:48:32.6823731Z [00:01:46.477]➜       num_unique_cies=1
2025-08-20T22:48:32.6824216Z [00:01:46.477]➜              num_fdes=2
2025-08-20T22:48:32.6824689Z [00:01:46.477]➜        merged_strings=6
2025-08-20T22:48:32.6825174Z [00:01:46.477]➜              num_objs=17
2025-08-20T22:48:32.6825676Z [00:01:46.477]➜         output_chunks=24
2025-08-20T22:48:32.6826169Z [00:01:46.477]➜      string_fragments=28
2025-08-20T22:48:32.6826672Z [00:01:46.477]➜      garbage_sections=45
2025-08-20T22:48:32.6827160Z [00:01:46.477]➜           reloc_alloc=84
2025-08-20T22:48:32.6827649Z [00:01:46.477]➜        undefined_syms=99
2025-08-20T22:48:32.6828425Z [00:01:46.477]➜          defined_syms=152
2025-08-20T22:48:32.6828957Z [00:01:46.477]➜        input_sections=372
2025-08-20T22:48:32.6829462Z [00:01:46.477]➜           parsed_objs=1657
2025-08-20T22:48:32.6829989Z [00:01:46.477]➜      regular_sections=9629
2025-08-20T22:48:32.6830507Z [00:01:46.477]➜              all_syms=25248
2025-08-20T22:48:32.6831207Z [00:01:46.477]➜     total_input_bytes=38747282
2025-08-20T22:48:32.6831779Z [00:01:46.477]➜  .comment estimation=1627 actual=4
2025-08-20T22:48:32.6832393Z [00:01:46.477]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:48:32.7036482Z [00:01:46.498]➜  using 64 byte alignment attribute ... yes
2025-08-20T22:48:32.7330094Z [00:01:46.528]➜        reloc_nonalloc=0
2025-08-20T22:48:32.7331425Z [00:01:46.528]➜               comdats=0
2025-08-20T22:48:32.7332928Z [00:01:46.528]➜    removed_comdat_mem=0
2025-08-20T22:48:32.7333840Z [00:01:46.528]➜              num_dsos=0
2025-08-20T22:48:32.7334729Z [00:01:46.528]➜       parsed_lto_objs=1
2025-08-20T22:48:32.7335386Z [00:01:46.528]➜              num_cies=1
2025-08-20T22:48:32.7336102Z [00:01:46.528]➜       num_unique_cies=1
2025-08-20T22:48:32.7336945Z [00:01:46.528]➜              num_fdes=2
2025-08-20T22:48:32.7344244Z [00:01:46.528]➜        merged_strings=6
2025-08-20T22:48:32.7344971Z [00:01:46.528]➜              num_objs=17
2025-08-20T22:48:32.7345636Z [00:01:46.528]➜         output_chunks=24
2025-08-20T22:48:32.7346543Z [00:01:46.528]➜      string_fragments=28
2025-08-20T22:48:32.7347288Z [00:01:46.528]➜      garbage_sections=45
2025-08-20T22:48:32.7347916Z [00:01:46.528]➜           reloc_alloc=84
2025-08-20T22:48:32.7351290Z [00:01:46.528]➜        undefined_syms=99
2025-08-20T22:48:32.7352059Z [00:01:46.528]➜          defined_syms=152
2025-08-20T22:48:32.7352566Z [00:01:46.528]➜        input_sections=372
2025-08-20T22:48:32.7353053Z [00:01:46.528]➜           parsed_objs=1657
2025-08-20T22:48:32.7353535Z [00:01:46.528]➜      regular_sections=9629
2025-08-20T22:48:32.7354048Z [00:01:46.528]➜              all_syms=25248
2025-08-20T22:48:32.7354544Z [00:01:46.528]➜     total_input_bytes=38812694
2025-08-20T22:48:32.7355363Z [00:01:46.528]➜  .comment estimation=1627 actual=4
2025-08-20T22:48:32.7355963Z [00:01:46.528]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:48:32.7543340Z [00:01:46.549]➜  using 64K byte alignment attribute ... yes
2025-08-20T22:48:32.7915863Z [00:01:46.586]➜  using ARM dmb sy instruction ... no
2025-08-20T22:48:32.8054760Z [00:01:46.600]➜  using ALPHA halt instruction ... no
2025-08-20T22:48:32.8794808Z [00:01:46.674]➜  using ARM prfm instruction ... no
2025-08-20T22:48:32.8878358Z [00:01:46.683]➜  using ARM tlbi instruction ... no
2025-08-20T22:48:32.9006404Z [00:01:46.695]➜  using ARM yield instruction ... no
2025-08-20T22:48:32.9018610Z [00:01:46.697]➜  using hppa diag instruction ... no
2025-08-20T22:48:32.9841810Z [00:01:46.779]➜  using hppa rfi instruction ... no
2025-08-20T22:48:33.0055649Z [00:01:46.800]➜  using loong64 dbar instruction ... no
2025-08-20T22:48:33.0071906Z [00:01:46.802]➜  using loong64 rdtime instruction ... no
2025-08-20T22:48:33.0402810Z [00:01:46.835]➜  using loong64 cpucfg instruction ... no
2025-08-20T22:48:33.0846059Z [00:01:46.879]➜  using loong64 tlbrd instruction ... no
2025-08-20T22:48:33.1217360Z [00:01:46.916]➜  using loong64 tlbsrch instruction ... no
2025-08-20T22:48:33.1341118Z [00:01:46.929]➜  using M68K eori.w on sr instruction ... no
2025-08-20T22:48:33.2116958Z [00:01:47.006]➜        reloc_nonalloc=0
2025-08-20T22:48:33.2123923Z [00:01:47.007]➜               comdats=0
2025-08-20T22:48:33.2126108Z [00:01:47.007]➜    removed_comdat_mem=0
2025-08-20T22:48:33.2127676Z [00:01:47.007]➜              num_dsos=0
2025-08-20T22:48:33.2128510Z [00:01:47.007]➜       parsed_lto_objs=1
2025-08-20T22:48:33.2129542Z [00:01:47.007]➜              num_cies=1
2025-08-20T22:48:33.2130343Z [00:01:47.007]➜       num_unique_cies=1
2025-08-20T22:48:33.2131038Z [00:01:47.007]➜              num_fdes=1
2025-08-20T22:48:33.2131821Z [00:01:47.007]➜        merged_strings=6
2025-08-20T22:48:33.2132323Z [00:01:47.007]➜              num_objs=17
2025-08-20T22:48:33.2132845Z [00:01:47.007]➜         output_chunks=24
2025-08-20T22:48:33.2133349Z [00:01:47.007]➜      string_fragments=28
2025-08-20T22:48:33.2133849Z [00:01:47.008]➜      garbage_sections=45
2025-08-20T22:48:33.2134339Z [00:01:47.008]➜           reloc_alloc=83
2025-08-20T22:48:33.2134834Z [00:01:47.008]➜        undefined_syms=99
2025-08-20T22:48:33.2135324Z [00:01:47.008]➜          defined_syms=150
2025-08-20T22:48:33.2135839Z [00:01:47.008]➜        input_sections=370
2025-08-20T22:48:33.2136343Z [00:01:47.008]➜           parsed_objs=1657
2025-08-20T22:48:33.2136859Z [00:01:47.008]➜      regular_sections=9628
2025-08-20T22:48:33.2137372Z [00:01:47.008]➜              all_syms=25245
2025-08-20T22:48:33.2137909Z [00:01:47.008]➜     total_input_bytes=38746966
2025-08-20T22:48:33.2138478Z [00:01:47.008]➜  .comment estimation=1627 actual=4
2025-08-20T22:48:33.2139102Z [00:01:47.008]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:48:33.2185035Z [00:01:47.013]➜  using MIPS wait instruction ... no
2025-08-20T22:48:33.2242054Z [00:01:47.019]➜  using memory barrier ... yes
2025-08-20T22:48:33.3324290Z [00:01:47.127]➜        reloc_nonalloc=0
2025-08-20T22:48:33.3325163Z [00:01:47.127]➜               comdats=0
2025-08-20T22:48:33.3325910Z [00:01:47.127]➜    removed_comdat_mem=0
2025-08-20T22:48:33.3326671Z [00:01:47.127]➜              num_dsos=0
2025-08-20T22:48:33.3327199Z [00:01:47.127]➜       parsed_lto_objs=1
2025-08-20T22:48:33.3327669Z [00:01:47.127]➜              num_cies=1
2025-08-20T22:48:33.3328138Z [00:01:47.127]➜       num_unique_cies=1
2025-08-20T22:48:33.3328605Z [00:01:47.127]➜              num_fdes=1
2025-08-20T22:48:33.3329068Z [00:01:47.127]➜        merged_strings=6
2025-08-20T22:48:33.3329542Z [00:01:47.127]➜              num_objs=17
2025-08-20T22:48:33.3330020Z [00:01:47.127]➜         output_chunks=24
2025-08-20T22:48:33.3330499Z [00:01:47.127]➜      string_fragments=28
2025-08-20T22:48:33.3331191Z [00:01:47.127]➜      garbage_sections=45
2025-08-20T22:48:33.3331666Z [00:01:47.127]➜           reloc_alloc=83
2025-08-20T22:48:33.3332432Z [00:01:47.127]➜        undefined_syms=99
2025-08-20T22:48:33.3332910Z [00:01:47.127]➜          defined_syms=150
2025-08-20T22:48:33.3333391Z [00:01:47.127]➜        input_sections=370
2025-08-20T22:48:33.3333884Z [00:01:47.127]➜           parsed_objs=1657
2025-08-20T22:48:33.3334389Z [00:01:47.127]➜      regular_sections=9628
2025-08-20T22:48:33.3334884Z [00:01:47.127]➜              all_syms=25245
2025-08-20T22:48:33.3335398Z [00:01:47.127]➜     total_input_bytes=38746974
2025-08-20T22:48:33.3335965Z [00:01:47.127]➜  .comment estimation=1627 actual=4
2025-08-20T22:48:33.3336568Z [00:01:47.127]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:48:33.3402114Z [00:01:47.135]➜        reloc_nonalloc=0
2025-08-20T22:48:33.3414373Z [00:01:47.136]➜               comdats=0
2025-08-20T22:48:33.3415127Z [00:01:47.136]➜    removed_comdat_mem=0
2025-08-20T22:48:33.3417036Z [00:01:47.136]➜              num_dsos=0
2025-08-20T22:48:33.3417734Z [00:01:47.136]➜       parsed_lto_objs=1
2025-08-20T22:48:33.3418495Z [00:01:47.136]➜              num_cies=1
2025-08-20T22:48:33.3419099Z [00:01:47.136]➜       num_unique_cies=1
2025-08-20T22:48:33.3420024Z [00:01:47.136]➜              num_fdes=1
2025-08-20T22:48:33.3420921Z [00:01:47.136]➜        merged_strings=6
2025-08-20T22:48:33.3421446Z [00:01:47.136]➜              num_objs=17
2025-08-20T22:48:33.3421925Z [00:01:47.136]➜         output_chunks=24
2025-08-20T22:48:33.3422380Z [00:01:47.137]➜      string_fragments=28
2025-08-20T22:48:33.3422856Z [00:01:47.137]➜      garbage_sections=45
2025-08-20T22:48:33.3423303Z [00:01:47.137]➜           reloc_alloc=83
2025-08-20T22:48:33.3423827Z [00:01:47.137]➜        undefined_syms=99
2025-08-20T22:48:33.3424310Z [00:01:47.137]➜          defined_syms=150
2025-08-20T22:48:33.3424808Z [00:01:47.137]➜        input_sections=370
2025-08-20T22:48:33.3425539Z [00:01:47.137]➜           parsed_objs=1657
2025-08-20T22:48:33.3426098Z [00:01:47.137]➜      regular_sections=9628
2025-08-20T22:48:33.3426637Z [00:01:47.137]➜              all_syms=25245
2025-08-20T22:48:33.3427136Z [00:01:47.137]➜     total_input_bytes=38746962
2025-08-20T22:48:33.3427699Z [00:01:47.137]➜  .comment estimation=1627 actual=4
2025-08-20T22:48:33.3428294Z [00:01:47.137]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:48:33.3501306Z [00:01:47.145]➜  using ppc64 dcbst instruction ... no
2025-08-20T22:48:33.3526766Z [00:01:47.148]➜  using generic nop instruction ... yes
2025-08-20T22:48:33.3534667Z [00:01:47.148]➜  using ppc64 darn instruction ... no
2025-08-20T22:48:33.3629909Z [00:01:47.158]➜  using asm("") ... yes
2025-08-20T22:48:33.4589227Z [00:01:47.254]➜  using ppc64 dcbt instruction ... no
2025-08-20T22:48:33.4591312Z [00:01:47.254]➜  using ppc64 dcbtst instruction ... no
2025-08-20T22:48:33.4615606Z [00:01:47.256]➜  using ppc64 msync instruction ... no
2025-08-20T22:48:33.4672306Z [00:01:47.262]➜  using x86intrin.h ... yes
2025-08-20T22:48:33.4811098Z [00:01:47.276]➜  using ppc64 icbi instruction ... no
2025-08-20T22:48:33.5561320Z [00:01:47.351]➜  using ppc dcbt instruction ... no
2025-08-20T22:48:33.5595597Z [00:01:47.354]➜  using ppc dcbst instruction ... no
2025-08-20T22:48:33.5788472Z [00:01:47.374]➜  using ppc dcbtst instruction ... no
2025-08-20T22:48:33.6147188Z [00:01:47.409]➜  using ppc64 tlbie instruction ... no
2025-08-20T22:48:33.6288540Z [00:01:47.423]➜  using ppc icbi instruction ... no
2025-08-20T22:48:33.6579890Z [00:01:47.453]➜  using RISC-V fence instruction ... no
2025-08-20T22:48:33.6703236Z [00:01:47.465]➜  using RISC-V fence.i instruction ... no
2025-08-20T22:48:33.6766827Z [00:01:47.471]➜  using RISC-V sfence.vma instruction ... no
2025-08-20T22:48:33.7376179Z [00:01:47.532]➜  using s390 ptlb instruction ... no
2025-08-20T22:48:33.7429647Z [00:01:47.538]➜  using RISC-V cbo.zero instruction ... no
2025-08-20T22:48:33.7577843Z [00:01:47.553]➜  using SH4 rte instruction ... no
2025-08-20T22:48:33.7899229Z [00:01:47.585]➜  using SPARC membar instruction ... no
2025-08-20T22:48:33.8174281Z [00:01:47.612]➜  using SH4 sleep instruction ... no
2025-08-20T22:48:33.8595883Z [00:01:47.654]➜  using SPARC tick instruction ... no
2025-08-20T22:48:33.8818101Z [00:01:47.676]➜  using SPARC rdpr instruction ... no
2025-08-20T22:48:33.9150307Z [00:01:47.710]➜        reloc_nonalloc=0
2025-08-20T22:48:33.9151082Z [00:01:47.710]➜               comdats=0
2025-08-20T22:48:33.9151610Z [00:01:47.710]➜    removed_comdat_mem=0
2025-08-20T22:48:33.9152088Z [00:01:47.710]➜              num_dsos=0
2025-08-20T22:48:33.9152566Z [00:01:47.710]➜       parsed_lto_objs=1
2025-08-20T22:48:33.9153046Z [00:01:47.710]➜              num_cies=1
2025-08-20T22:48:33.9153522Z [00:01:47.710]➜       num_unique_cies=1
2025-08-20T22:48:33.9153987Z [00:01:47.710]➜              num_fdes=1
2025-08-20T22:48:33.9154730Z [00:01:47.710]➜        merged_strings=6
2025-08-20T22:48:33.9155338Z [00:01:47.710]➜              num_objs=18
2025-08-20T22:48:33.9155976Z [00:01:47.710]➜         output_chunks=24
2025-08-20T22:48:33.9156569Z [00:01:47.710]➜      string_fragments=30
2025-08-20T22:48:33.9157237Z [00:01:47.710]➜      garbage_sections=49
2025-08-20T22:48:33.9157842Z [00:01:47.710]➜           reloc_alloc=87
2025-08-20T22:48:33.9158435Z [00:01:47.710]➜        undefined_syms=106
2025-08-20T22:48:33.9159953Z [00:01:47.710]➜          defined_syms=161
2025-08-20T22:48:33.9163444Z [00:01:47.710]➜        input_sections=400
2025-08-20T22:48:33.9163971Z [00:01:47.710]➜           parsed_objs=1657
2025-08-20T22:48:33.9164480Z [00:01:47.710]➜      regular_sections=9628
2025-08-20T22:48:33.9166511Z [00:01:47.710]➜              all_syms=25246
2025-08-20T22:48:33.9167947Z [00:01:47.710]➜     total_input_bytes=38747446
2025-08-20T22:48:33.9168805Z [00:01:47.710]➜  .comment estimation=1627 actual=4
2025-08-20T22:48:33.9169473Z [00:01:47.710]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:48:33.9386661Z [00:01:47.733]➜  using x86 cldemote instruction ... yes
2025-08-20T22:48:33.9539843Z [00:01:47.748]➜        reloc_nonalloc=0
2025-08-20T22:48:33.9540471Z [00:01:47.749]➜               comdats=0
2025-08-20T22:48:33.9541150Z [00:01:47.749]➜    removed_comdat_mem=0
2025-08-20T22:48:33.9541630Z [00:01:47.749]➜              num_dsos=0
2025-08-20T22:48:33.9542128Z [00:01:47.749]➜       parsed_lto_objs=1
2025-08-20T22:48:33.9542609Z [00:01:47.749]➜              num_cies=1
2025-08-20T22:48:33.9543083Z [00:01:47.749]➜       num_unique_cies=1
2025-08-20T22:48:33.9543558Z [00:01:47.749]➜              num_fdes=1
2025-08-20T22:48:33.9544027Z [00:01:47.749]➜        merged_strings=6
2025-08-20T22:48:33.9544506Z [00:01:47.749]➜              num_objs=18
2025-08-20T22:48:33.9544997Z [00:01:47.749]➜         output_chunks=24
2025-08-20T22:48:33.9545494Z [00:01:47.749]➜      string_fragments=30
2025-08-20T22:48:33.9545985Z [00:01:47.749]➜      garbage_sections=49
2025-08-20T22:48:33.9546469Z [00:01:47.749]➜           reloc_alloc=87
2025-08-20T22:48:33.9546971Z [00:01:47.749]➜        undefined_syms=106
2025-08-20T22:48:33.9547475Z [00:01:47.749]➜          defined_syms=161
2025-08-20T22:48:33.9547987Z [00:01:47.749]➜        input_sections=400
2025-08-20T22:48:33.9548445Z [00:01:47.749]➜           parsed_objs=1657
2025-08-20T22:48:33.9548913Z [00:01:47.749]➜      regular_sections=9628
2025-08-20T22:48:33.9549406Z [00:01:47.749]➜              all_syms=25246
2025-08-20T22:48:33.9549927Z [00:01:47.749]➜     total_input_bytes=38747446
2025-08-20T22:48:33.9550499Z [00:01:47.749]➜  .comment estimation=1627 actual=4
2025-08-20T22:48:33.9552106Z [00:01:47.749]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:48:33.9787051Z [00:01:47.771]➜  using x86 clflush instruction ... yes
2025-08-20T22:48:34.0245533Z [00:01:47.819]➜        reloc_nonalloc=0
2025-08-20T22:48:34.0254489Z [00:01:47.819]➜               comdats=0
2025-08-20T22:48:34.0255026Z [00:01:47.819]➜    removed_comdat_mem=0
2025-08-20T22:48:34.0255496Z [00:01:47.819]➜              num_dsos=0
2025-08-20T22:48:34.0256010Z [00:01:47.819]➜       parsed_lto_objs=1
2025-08-20T22:48:34.0256479Z [00:01:47.819]➜              num_cies=1
2025-08-20T22:48:34.0257252Z [00:01:47.819]➜       num_unique_cies=1
2025-08-20T22:48:34.0257706Z [00:01:47.819]➜              num_fdes=1
2025-08-20T22:48:34.0258160Z [00:01:47.819]➜        merged_strings=6
2025-08-20T22:48:34.0258624Z [00:01:47.819]➜              num_objs=18
2025-08-20T22:48:34.0259095Z [00:01:47.819]➜         output_chunks=24
2025-08-20T22:48:34.0259572Z [00:01:47.819]➜      string_fragments=30
2025-08-20T22:48:34.0260049Z [00:01:47.819]➜      garbage_sections=49
2025-08-20T22:48:34.0260522Z [00:01:47.819]➜           reloc_alloc=87
2025-08-20T22:48:34.0262258Z [00:01:47.819]➜        undefined_syms=106
2025-08-20T22:48:34.0262748Z [00:01:47.819]➜          defined_syms=161
2025-08-20T22:48:34.0263223Z [00:01:47.819]➜        input_sections=400
2025-08-20T22:48:34.0263709Z [00:01:47.819]➜           parsed_objs=1657
2025-08-20T22:48:34.0264204Z [00:01:47.819]➜      regular_sections=9628
2025-08-20T22:48:34.0264707Z [00:01:47.819]➜              all_syms=25246
2025-08-20T22:48:34.0265216Z [00:01:47.819]➜     total_input_bytes=38747458
2025-08-20T22:48:34.0265775Z [00:01:47.819]➜  .comment estimation=1627 actual=4
2025-08-20T22:48:34.0266362Z [00:01:47.819]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:48:34.0529769Z [00:01:47.848]➜        reloc_nonalloc=0
2025-08-20T22:48:34.0536671Z [00:01:47.848]➜               comdats=0
2025-08-20T22:48:34.0537195Z [00:01:47.848]➜    removed_comdat_mem=0
2025-08-20T22:48:34.0537646Z [00:01:47.848]➜              num_dsos=0
2025-08-20T22:48:34.0538115Z [00:01:47.848]➜       parsed_lto_objs=1
2025-08-20T22:48:34.0538566Z [00:01:47.848]➜              num_cies=1
2025-08-20T22:48:34.0539014Z [00:01:47.848]➜       num_unique_cies=1
2025-08-20T22:48:34.0539435Z [00:01:47.848]➜              num_fdes=1
2025-08-20T22:48:34.0539895Z [00:01:47.848]➜        merged_strings=6
2025-08-20T22:48:34.0540379Z [00:01:47.848]➜              num_objs=18
2025-08-20T22:48:34.0541313Z [00:01:47.848]➜         output_chunks=24
2025-08-20T22:48:34.0541822Z [00:01:47.848]➜      string_fragments=30
2025-08-20T22:48:34.0542363Z [00:01:47.848]➜      garbage_sections=49
2025-08-20T22:48:34.0542844Z [00:01:47.848]➜           reloc_alloc=87
2025-08-20T22:48:34.0543319Z [00:01:47.848]➜        undefined_syms=106
2025-08-20T22:48:34.0543815Z [00:01:47.848]➜          defined_syms=161
2025-08-20T22:48:34.0544309Z [00:01:47.848]➜        input_sections=400
2025-08-20T22:48:34.0544807Z [00:01:47.848]➜           parsed_objs=1657
2025-08-20T22:48:34.0545324Z [00:01:47.848]➜      regular_sections=9628
2025-08-20T22:48:34.0545825Z [00:01:47.848]➜              all_syms=25246
2025-08-20T22:48:34.0546340Z [00:01:47.848]➜     total_input_bytes=38747434
2025-08-20T22:48:34.0546902Z [00:01:47.848]➜  .comment estimation=1627 actual=4
2025-08-20T22:48:34.0547526Z [00:01:47.848]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:48:34.0548906Z [00:01:47.849]➜  using x86 clflushopt instruction ... yes
2025-08-20T22:48:34.0623815Z [00:01:47.857]➜        reloc_nonalloc=0
2025-08-20T22:48:34.0633489Z [00:01:47.858]➜               comdats=0
2025-08-20T22:48:34.0637353Z [00:01:47.858]➜    removed_comdat_mem=0
2025-08-20T22:48:34.0637883Z [00:01:47.858]➜              num_dsos=0
2025-08-20T22:48:34.0638401Z [00:01:47.858]➜       parsed_lto_objs=1
2025-08-20T22:48:34.0640105Z [00:01:47.858]➜              num_cies=1
2025-08-20T22:48:34.0640973Z [00:01:47.858]➜       num_unique_cies=1
2025-08-20T22:48:34.0641604Z [00:01:47.858]➜              num_fdes=1
2025-08-20T22:48:34.0642168Z [00:01:47.858]➜        merged_strings=6
2025-08-20T22:48:34.0642735Z [00:01:47.858]➜              num_objs=17
2025-08-20T22:48:34.0643304Z [00:01:47.858]➜         output_chunks=24
2025-08-20T22:48:34.0644905Z [00:01:47.858]➜      string_fragments=28
2025-08-20T22:48:34.0645406Z [00:01:47.858]➜      garbage_sections=45
2025-08-20T22:48:34.0645881Z [00:01:47.858]➜           reloc_alloc=83
2025-08-20T22:48:34.0646378Z [00:01:47.858]➜        undefined_syms=99
2025-08-20T22:48:34.0646876Z [00:01:47.858]➜          defined_syms=150
2025-08-20T22:48:34.0647365Z [00:01:47.858]➜        input_sections=370
2025-08-20T22:48:34.0648133Z [00:01:47.858]➜           parsed_objs=1657
2025-08-20T22:48:34.0648632Z [00:01:47.858]➜      regular_sections=9628
2025-08-20T22:48:34.0649131Z [00:01:47.858]➜              all_syms=25245
2025-08-20T22:48:34.0649642Z [00:01:47.858]➜     total_input_bytes=38746994
2025-08-20T22:48:34.0650207Z [00:01:47.858]➜  .comment estimation=1627 actual=4
2025-08-20T22:48:34.0650963Z [00:01:47.858]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:48:34.0737505Z [00:01:47.869]➜  using x86 clwb instruction ... yes
2025-08-20T22:48:34.0845147Z [00:01:47.879]➜  using x86 clts instruction ... yes
2025-08-20T22:48:34.1369231Z [00:01:47.931]➜        reloc_nonalloc=0
2025-08-20T22:48:34.1373337Z [00:01:47.931]➜               comdats=0
2025-08-20T22:48:34.1373873Z [00:01:47.932]➜    removed_comdat_mem=0
2025-08-20T22:48:34.1374365Z [00:01:47.932]➜              num_dsos=0
2025-08-20T22:48:34.1374912Z [00:01:47.932]➜       parsed_lto_objs=1
2025-08-20T22:48:34.1375410Z [00:01:47.932]➜              num_cies=1
2025-08-20T22:48:34.1375898Z [00:01:47.932]➜       num_unique_cies=1
2025-08-20T22:48:34.1376367Z [00:01:47.932]➜              num_fdes=1
2025-08-20T22:48:34.1376818Z [00:01:47.932]➜        merged_strings=6
2025-08-20T22:48:34.1377323Z [00:01:47.932]➜              num_objs=17
2025-08-20T22:48:34.1377837Z [00:01:47.932]➜         output_chunks=24
2025-08-20T22:48:34.1378330Z [00:01:47.932]➜      string_fragments=28
2025-08-20T22:48:34.1378819Z [00:01:47.932]➜      garbage_sections=45
2025-08-20T22:48:34.1379320Z [00:01:47.932]➜           reloc_alloc=83
2025-08-20T22:48:34.1379814Z [00:01:47.932]➜        undefined_syms=99
2025-08-20T22:48:34.1380287Z [00:01:47.932]➜          defined_syms=150
2025-08-20T22:48:34.1380976Z [00:01:47.932]➜        input_sections=370
2025-08-20T22:48:34.1381464Z [00:01:47.932]➜           parsed_objs=1657
2025-08-20T22:48:34.1382192Z [00:01:47.932]➜      regular_sections=9628
2025-08-20T22:48:34.1382708Z [00:01:47.932]➜              all_syms=25245
2025-08-20T22:48:34.1383233Z [00:01:47.932]➜     total_input_bytes=38746994
2025-08-20T22:48:34.1383779Z [00:01:47.932]➜  .comment estimation=1627 actual=4
2025-08-20T22:48:34.1384371Z [00:01:47.932]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:48:34.1587691Z [00:01:47.953]➜  using x86 invd instruction ... yes
2025-08-20T22:48:34.1686797Z [00:01:47.963]➜        reloc_nonalloc=0
2025-08-20T22:48:34.1712846Z [00:01:47.964]➜               comdats=0
2025-08-20T22:48:34.1715265Z [00:01:47.964]➜    removed_comdat_mem=0
2025-08-20T22:48:34.1717834Z [00:01:47.964]➜              num_dsos=0
2025-08-20T22:48:34.1719935Z [00:01:47.964]➜       parsed_lto_objs=1
2025-08-20T22:48:34.1722514Z [00:01:47.964]➜              num_cies=1
2025-08-20T22:48:34.1725143Z [00:01:47.964]➜       num_unique_cies=1
2025-08-20T22:48:34.1725643Z [00:01:47.964]➜              num_fdes=1
2025-08-20T22:48:34.1727193Z [00:01:47.964]➜        merged_strings=6
2025-08-20T22:48:34.1728111Z [00:01:47.964]➜              num_objs=17
2025-08-20T22:48:34.1729097Z [00:01:47.964]➜         output_chunks=24
2025-08-20T22:48:34.1730072Z [00:01:47.964]➜      string_fragments=28
2025-08-20T22:48:34.1731222Z [00:01:47.964]➜      garbage_sections=45
2025-08-20T22:48:34.1732361Z [00:01:47.964]➜           reloc_alloc=83
2025-08-20T22:48:34.1733208Z [00:01:47.964]➜        undefined_syms=99
2025-08-20T22:48:34.1733754Z [00:01:47.964]➜          defined_syms=150
2025-08-20T22:48:34.1734244Z [00:01:47.964]➜        input_sections=370
2025-08-20T22:48:34.1734725Z [00:01:47.964]➜           parsed_objs=1657
2025-08-20T22:48:34.1735209Z [00:01:47.964]➜      regular_sections=9628
2025-08-20T22:48:34.1735690Z [00:01:47.964]➜              all_syms=25245
2025-08-20T22:48:34.1736222Z [00:01:47.964]➜     total_input_bytes=38746990
2025-08-20T22:48:34.1736789Z [00:01:47.964]➜  .comment estimation=1627 actual=4
2025-08-20T22:48:34.1737429Z [00:01:47.964]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:48:34.1864072Z [00:01:47.981]➜  using x86 hlt instruction ... yes
2025-08-20T22:48:34.2527260Z [00:01:48.048]➜        reloc_nonalloc=0
2025-08-20T22:48:34.2546055Z [00:01:48.049]➜               comdats=0
2025-08-20T22:48:34.2547382Z [00:01:48.049]➜    removed_comdat_mem=0
2025-08-20T22:48:34.2548207Z [00:01:48.049]➜              num_dsos=0
2025-08-20T22:48:34.2549317Z [00:01:48.049]➜       parsed_lto_objs=1
2025-08-20T22:48:34.2550451Z [00:01:48.049]➜              num_cies=1
2025-08-20T22:48:34.2551603Z [00:01:48.049]➜       num_unique_cies=1
2025-08-20T22:48:34.2552550Z [00:01:48.049]➜              num_fdes=1
2025-08-20T22:48:34.2554557Z [00:01:48.049]➜        merged_strings=6
2025-08-20T22:48:34.2555352Z [00:01:48.049]➜              num_objs=18
2025-08-20T22:48:34.2556095Z [00:01:48.049]➜         output_chunks=24
2025-08-20T22:48:34.2556810Z [00:01:48.049]➜      string_fragments=30
2025-08-20T22:48:34.2557629Z [00:01:48.049]➜      garbage_sections=49
2025-08-20T22:48:34.2559281Z [00:01:48.049]➜           reloc_alloc=87
2025-08-20T22:48:34.2560147Z [00:01:48.049]➜        undefined_syms=106
2025-08-20T22:48:34.2561076Z [00:01:48.049]➜          defined_syms=161
2025-08-20T22:48:34.2561846Z [00:01:48.049]➜        input_sections=400
2025-08-20T22:48:34.2563132Z [00:01:48.049]➜           parsed_objs=1657
2025-08-20T22:48:34.2563954Z [00:01:48.049]➜      regular_sections=9628
2025-08-20T22:48:34.2564622Z [00:01:48.049]➜              all_syms=25246
2025-08-20T22:48:34.2565683Z [00:01:48.049]➜     total_input_bytes=38747458
2025-08-20T22:48:34.2566542Z [00:01:48.049]➜  .comment estimation=1627 actual=4
2025-08-20T22:48:34.2567721Z [00:01:48.049]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:48:34.2786662Z [00:01:48.073]➜        reloc_nonalloc=0
2025-08-20T22:48:34.2787612Z [00:01:48.073]➜               comdats=0
2025-08-20T22:48:34.2788225Z [00:01:48.073]➜    removed_comdat_mem=0
2025-08-20T22:48:34.2790502Z [00:01:48.073]➜              num_dsos=0
2025-08-20T22:48:34.2791482Z [00:01:48.073]➜       parsed_lto_objs=1
2025-08-20T22:48:34.2791971Z [00:01:48.073]➜              num_cies=1
2025-08-20T22:48:34.2792461Z [00:01:48.073]➜       num_unique_cies=1
2025-08-20T22:48:34.2792919Z [00:01:48.074]➜              num_fdes=1
2025-08-20T22:48:34.2793367Z [00:01:48.074]➜        merged_strings=6
2025-08-20T22:48:34.2793819Z [00:01:48.074]➜              num_objs=17
2025-08-20T22:48:34.2794311Z [00:01:48.074]➜         output_chunks=24
2025-08-20T22:48:34.2794787Z [00:01:48.074]➜      string_fragments=28
2025-08-20T22:48:34.2795253Z [00:01:48.074]➜      garbage_sections=45
2025-08-20T22:48:34.2795701Z [00:01:48.074]➜           reloc_alloc=83
2025-08-20T22:48:34.2796163Z [00:01:48.074]➜        undefined_syms=99
2025-08-20T22:48:34.2796637Z [00:01:48.074]➜          defined_syms=150
2025-08-20T22:48:34.2797121Z [00:01:48.074]➜        input_sections=370
2025-08-20T22:48:34.2797597Z [00:01:48.074]➜           parsed_objs=1657
2025-08-20T22:48:34.2798080Z [00:01:48.074]➜      regular_sections=9628
2025-08-20T22:48:34.2798578Z [00:01:48.074]➜              all_syms=25245
2025-08-20T22:48:34.2799079Z [00:01:48.074]➜     total_input_bytes=38747046
2025-08-20T22:48:34.2799635Z [00:01:48.074]➜  .comment estimation=1627 actual=4
2025-08-20T22:48:34.2800223Z [00:01:48.074]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:48:34.2800965Z [00:01:48.074]➜  using x86 invpg instruction ... yes
2025-08-20T22:48:34.2950418Z [00:01:48.090]➜  using x86 lahf instruction ... yes
2025-08-20T22:48:34.3034529Z [00:01:48.098]➜        reloc_nonalloc=0
2025-08-20T22:48:34.3046996Z [00:01:48.100]➜               comdats=0
2025-08-20T22:48:34.3049643Z [00:01:48.100]➜    removed_comdat_mem=0
2025-08-20T22:48:34.3052995Z [00:01:48.100]➜              num_dsos=0
2025-08-20T22:48:34.3055667Z [00:01:48.100]➜       parsed_lto_objs=1
2025-08-20T22:48:34.3063344Z [00:01:48.100]➜              num_cies=1
2025-08-20T22:48:34.3063884Z [00:01:48.100]➜       num_unique_cies=1
2025-08-20T22:48:34.3064388Z [00:01:48.100]➜              num_fdes=1
2025-08-20T22:48:34.3065175Z [00:01:48.100]➜        merged_strings=6
2025-08-20T22:48:34.3066390Z [00:01:48.100]➜              num_objs=17
2025-08-20T22:48:34.3067482Z [00:01:48.100]➜         output_chunks=24
2025-08-20T22:48:34.3081696Z [00:01:48.100]➜      string_fragments=28
2025-08-20T22:48:34.3082323Z [00:01:48.100]➜      garbage_sections=45
2025-08-20T22:48:34.3084028Z [00:01:48.100]➜           reloc_alloc=83
2025-08-20T22:48:34.3084543Z [00:01:48.100]➜        undefined_syms=99
2025-08-20T22:48:34.3085017Z [00:01:48.100]➜          defined_syms=150
2025-08-20T22:48:34.3085504Z [00:01:48.100]➜        input_sections=370
2025-08-20T22:48:34.3085997Z [00:01:48.100]➜           parsed_objs=1657
2025-08-20T22:48:34.3086490Z [00:01:48.100]➜      regular_sections=9628
2025-08-20T22:48:34.3086977Z [00:01:48.100]➜              all_syms=25245
2025-08-20T22:48:34.3087485Z [00:01:48.100]➜     total_input_bytes=38747002
2025-08-20T22:48:34.3088027Z [00:01:48.100]➜  .comment estimation=1627 actual=4
2025-08-20T22:48:34.3088636Z [00:01:48.100]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:48:34.3397134Z [00:01:48.134]➜  using x86 lfence instruction ... yes
2025-08-20T22:48:34.3935426Z [00:01:48.188]➜        reloc_nonalloc=0
2025-08-20T22:48:34.3936998Z [00:01:48.189]➜               comdats=0
2025-08-20T22:48:34.3938615Z [00:01:48.189]➜    removed_comdat_mem=0
2025-08-20T22:48:34.3939438Z [00:01:48.189]➜              num_dsos=0
2025-08-20T22:48:34.3982538Z [00:01:48.189]➜       parsed_lto_objs=1
2025-08-20T22:48:34.3983293Z [00:01:48.189]➜              num_cies=1
2025-08-20T22:48:34.3984972Z [00:01:48.189]➜       num_unique_cies=1
2025-08-20T22:48:34.3985492Z [00:01:48.189]➜              num_fdes=1
2025-08-20T22:48:34.3985979Z [00:01:48.189]➜        merged_strings=6
2025-08-20T22:48:34.3986435Z [00:01:48.189]➜              num_objs=17
2025-08-20T22:48:34.3986937Z [00:01:48.189]➜         output_chunks=24
2025-08-20T22:48:34.3987421Z [00:01:48.189]➜      string_fragments=28
2025-08-20T22:48:34.3988213Z [00:01:48.189]➜      garbage_sections=45
2025-08-20T22:48:34.3988730Z [00:01:48.189]➜           reloc_alloc=83
2025-08-20T22:48:34.3989240Z [00:01:48.189]➜        undefined_syms=99
2025-08-20T22:48:34.3989726Z [00:01:48.189]➜          defined_syms=150
2025-08-20T22:48:34.3990214Z [00:01:48.189]➜        input_sections=370
2025-08-20T22:48:34.3990718Z [00:01:48.189]➜           parsed_objs=1657
2025-08-20T22:48:34.3991399Z [00:01:48.189]➜      regular_sections=9628
2025-08-20T22:48:34.3991894Z [00:01:48.189]➜              all_syms=25245
2025-08-20T22:48:34.3992405Z [00:01:48.189]➜     total_input_bytes=38747010
2025-08-20T22:48:34.3992948Z [00:01:48.189]➜  .comment estimation=1627 actual=4
2025-08-20T22:48:34.3993556Z [00:01:48.189]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:48:34.4063796Z [00:01:48.201]➜  using x86 lldt instruction ... yes
2025-08-20T22:48:34.4069151Z [00:01:48.202]➜        reloc_nonalloc=0
2025-08-20T22:48:34.4076042Z [00:01:48.202]➜               comdats=0
2025-08-20T22:48:34.4076594Z [00:01:48.202]➜    removed_comdat_mem=0
2025-08-20T22:48:34.4077086Z [00:01:48.202]➜              num_dsos=0
2025-08-20T22:48:34.4079986Z [00:01:48.202]➜       parsed_lto_objs=1
2025-08-20T22:48:34.4080512Z [00:01:48.202]➜              num_cies=1
2025-08-20T22:48:34.4081228Z [00:01:48.202]➜       num_unique_cies=1
2025-08-20T22:48:34.4081733Z [00:01:48.202]➜              num_fdes=1
2025-08-20T22:48:34.4082219Z [00:01:48.202]➜        merged_strings=6
2025-08-20T22:48:34.4082712Z [00:01:48.202]➜              num_objs=18
2025-08-20T22:48:34.4083206Z [00:01:48.202]➜         output_chunks=24
2025-08-20T22:48:34.4083692Z [00:01:48.202]➜      string_fragments=30
2025-08-20T22:48:34.4084188Z [00:01:48.202]➜      garbage_sections=49
2025-08-20T22:48:34.4084683Z [00:01:48.202]➜           reloc_alloc=87
2025-08-20T22:48:34.4085162Z [00:01:48.202]➜        undefined_syms=106
2025-08-20T22:48:34.4085664Z [00:01:48.202]➜          defined_syms=161
2025-08-20T22:48:34.4086160Z [00:01:48.202]➜        input_sections=400
2025-08-20T22:48:34.4086670Z [00:01:48.202]➜           parsed_objs=1657
2025-08-20T22:48:34.4087177Z [00:01:48.202]➜      regular_sections=9628
2025-08-20T22:48:34.4087724Z [00:01:48.202]➜              all_syms=25246
2025-08-20T22:48:34.4088249Z [00:01:48.202]➜     total_input_bytes=38747430
2025-08-20T22:48:34.4088811Z [00:01:48.202]➜  .comment estimation=1627 actual=4
2025-08-20T22:48:34.4089405Z [00:01:48.202]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:48:34.4320980Z [00:01:48.226]➜  using x86 lgdt instruction ... yes
2025-08-20T22:48:34.4554631Z [00:01:48.250]➜        reloc_nonalloc=0
2025-08-20T22:48:34.4556435Z [00:01:48.250]➜               comdats=0
2025-08-20T22:48:34.4556935Z [00:01:48.250]➜    removed_comdat_mem=0
2025-08-20T22:48:34.4557421Z [00:01:48.250]➜              num_dsos=0
2025-08-20T22:48:34.4557907Z [00:01:48.250]➜       parsed_lto_objs=1
2025-08-20T22:48:34.4558391Z [00:01:48.250]➜              num_cies=1
2025-08-20T22:48:34.4558869Z [00:01:48.250]➜       num_unique_cies=1
2025-08-20T22:48:34.4559726Z [00:01:48.250]➜              num_fdes=1
2025-08-20T22:48:34.4560275Z [00:01:48.250]➜        merged_strings=6
2025-08-20T22:48:34.4560936Z [00:01:48.250]➜              num_objs=17
2025-08-20T22:48:34.4561440Z [00:01:48.250]➜         output_chunks=24
2025-08-20T22:48:34.4561927Z [00:01:48.250]➜      string_fragments=28
2025-08-20T22:48:34.4562420Z [00:01:48.250]➜      garbage_sections=45
2025-08-20T22:48:34.4562908Z [00:01:48.250]➜           reloc_alloc=83
2025-08-20T22:48:34.4563386Z [00:01:48.250]➜        undefined_syms=99
2025-08-20T22:48:34.4563873Z [00:01:48.250]➜          defined_syms=150
2025-08-20T22:48:34.4564368Z [00:01:48.250]➜        input_sections=370
2025-08-20T22:48:34.4564871Z [00:01:48.250]➜           parsed_objs=1657
2025-08-20T22:48:34.4565371Z [00:01:48.250]➜      regular_sections=9628
2025-08-20T22:48:34.4565872Z [00:01:48.250]➜              all_syms=25245
2025-08-20T22:48:34.4566388Z [00:01:48.250]➜     total_input_bytes=38747002
2025-08-20T22:48:34.4566956Z [00:01:48.250]➜  .comment estimation=1627 actual=4
2025-08-20T22:48:34.4567573Z [00:01:48.250]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:48:34.4726745Z [00:01:48.267]➜  using x86 mfence instruction ... yes
2025-08-20T22:48:34.4981056Z [00:01:48.293]➜        reloc_nonalloc=0
2025-08-20T22:48:34.4984684Z [00:01:48.293]➜               comdats=0
2025-08-20T22:48:34.4985191Z [00:01:48.293]➜    removed_comdat_mem=0
2025-08-20T22:48:34.4985660Z [00:01:48.293]➜              num_dsos=0
2025-08-20T22:48:34.4986124Z [00:01:48.293]➜       parsed_lto_objs=1
2025-08-20T22:48:34.4986552Z [00:01:48.293]➜              num_cies=1
2025-08-20T22:48:34.4986968Z [00:01:48.293]➜       num_unique_cies=1
2025-08-20T22:48:34.4987394Z [00:01:48.293]➜              num_fdes=1
2025-08-20T22:48:34.4987870Z [00:01:48.293]➜        merged_strings=6
2025-08-20T22:48:34.4988331Z [00:01:48.293]➜              num_objs=17
2025-08-20T22:48:34.4988799Z [00:01:48.293]➜         output_chunks=24
2025-08-20T22:48:34.4989287Z [00:01:48.293]➜      string_fragments=28
2025-08-20T22:48:34.4989721Z [00:01:48.293]➜      garbage_sections=45
2025-08-20T22:48:34.4990454Z [00:01:48.293]➜           reloc_alloc=83
2025-08-20T22:48:34.4991106Z [00:01:48.293]➜        undefined_syms=99
2025-08-20T22:48:34.4991580Z [00:01:48.293]➜          defined_syms=150
2025-08-20T22:48:34.4992026Z [00:01:48.293]➜        input_sections=370
2025-08-20T22:48:34.4992493Z [00:01:48.293]➜           parsed_objs=1657
2025-08-20T22:48:34.4993001Z [00:01:48.293]➜      regular_sections=9628
2025-08-20T22:48:34.4993463Z [00:01:48.293]➜              all_syms=25245
2025-08-20T22:48:34.4993981Z [00:01:48.293]➜     total_input_bytes=38747010
2025-08-20T22:48:34.4994543Z [00:01:48.293]➜  .comment estimation=1627 actual=4
2025-08-20T22:48:34.4995152Z [00:01:48.293]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:48:34.5181697Z [00:01:48.313]➜  using x86 lmsw instruction ... yes
2025-08-20T22:48:34.5304882Z [00:01:48.325]➜        reloc_nonalloc=0
2025-08-20T22:48:34.5309264Z [00:01:48.325]➜               comdats=0
2025-08-20T22:48:34.5309785Z [00:01:48.325]➜    removed_comdat_mem=0
2025-08-20T22:48:34.5310290Z [00:01:48.326]➜              num_dsos=0
2025-08-20T22:48:34.5311003Z [00:01:48.326]➜       parsed_lto_objs=1
2025-08-20T22:48:34.5311508Z [00:01:48.326]➜              num_cies=1
2025-08-20T22:48:34.5311985Z [00:01:48.326]➜       num_unique_cies=1
2025-08-20T22:48:34.5312453Z [00:01:48.326]➜              num_fdes=1
2025-08-20T22:48:34.5312923Z [00:01:48.326]➜        merged_strings=6
2025-08-20T22:48:34.5313403Z [00:01:48.326]➜              num_objs=17
2025-08-20T22:48:34.5313888Z [00:01:48.326]➜         output_chunks=24
2025-08-20T22:48:34.5314375Z [00:01:48.326]➜      string_fragments=28
2025-08-20T22:48:34.5314863Z [00:01:48.326]➜      garbage_sections=45
2025-08-20T22:48:34.5315337Z [00:01:48.326]➜           reloc_alloc=83
2025-08-20T22:48:34.5315812Z [00:01:48.326]➜        undefined_syms=99
2025-08-20T22:48:34.5316304Z [00:01:48.326]➜          defined_syms=150
2025-08-20T22:48:34.5317046Z [00:01:48.326]➜        input_sections=370
2025-08-20T22:48:34.5317564Z [00:01:48.326]➜           parsed_objs=1657
2025-08-20T22:48:34.5318081Z [00:01:48.326]➜      regular_sections=9628
2025-08-20T22:48:34.5318585Z [00:01:48.326]➜              all_syms=25245
2025-08-20T22:48:34.5319114Z [00:01:48.326]➜     total_input_bytes=38747030
2025-08-20T22:48:34.5319681Z [00:01:48.326]➜  .comment estimation=1627 actual=4
2025-08-20T22:48:34.5320308Z [00:01:48.326]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:48:34.5472355Z [00:01:48.342]➜  using x86 mov to cr0 instruction ... yes
2025-08-20T22:48:34.6006656Z [00:01:48.395]➜        reloc_nonalloc=0
2025-08-20T22:48:34.6009700Z [00:01:48.396]➜               comdats=0
2025-08-20T22:48:34.6010608Z [00:01:48.396]➜    removed_comdat_mem=0
2025-08-20T22:48:34.6011542Z [00:01:48.396]➜              num_dsos=0
2025-08-20T22:48:34.6012071Z [00:01:48.396]➜       parsed_lto_objs=1
2025-08-20T22:48:34.6012554Z [00:01:48.396]➜              num_cies=1
2025-08-20T22:48:34.6013050Z [00:01:48.396]➜       num_unique_cies=1
2025-08-20T22:48:34.6013499Z [00:01:48.396]➜              num_fdes=1
2025-08-20T22:48:34.6013959Z [00:01:48.396]➜        merged_strings=6
2025-08-20T22:48:34.6014383Z [00:01:48.396]➜              num_objs=18
2025-08-20T22:48:34.6014883Z [00:01:48.396]➜         output_chunks=24
2025-08-20T22:48:34.6015354Z [00:01:48.396]➜      string_fragments=30
2025-08-20T22:48:34.6015808Z [00:01:48.396]➜      garbage_sections=49
2025-08-20T22:48:34.6016256Z [00:01:48.396]➜           reloc_alloc=87
2025-08-20T22:48:34.6016723Z [00:01:48.396]➜        undefined_syms=106
2025-08-20T22:48:34.6017213Z [00:01:48.396]➜          defined_syms=161
2025-08-20T22:48:34.6017668Z [00:01:48.396]➜        input_sections=400
2025-08-20T22:48:34.6018163Z [00:01:48.396]➜           parsed_objs=1657
2025-08-20T22:48:34.6018669Z [00:01:48.396]➜      regular_sections=9628
2025-08-20T22:48:34.6019176Z [00:01:48.396]➜              all_syms=25246
2025-08-20T22:48:34.6019687Z [00:01:48.396]➜     total_input_bytes=38747438
2025-08-20T22:48:34.6020239Z [00:01:48.396]➜  .comment estimation=1627 actual=4
2025-08-20T22:48:34.6021391Z [00:01:48.396]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:48:34.6156812Z [00:01:48.410]➜  using x86 movdiri instruction ... yes
2025-08-20T22:48:34.6403186Z [00:01:48.435]➜        reloc_nonalloc=0
2025-08-20T22:48:34.6415929Z [00:01:48.436]➜               comdats=0
2025-08-20T22:48:34.6418233Z [00:01:48.436]➜    removed_comdat_mem=0
2025-08-20T22:48:34.6418760Z [00:01:48.436]➜              num_dsos=0
2025-08-20T22:48:34.6419283Z [00:01:48.436]➜       parsed_lto_objs=1
2025-08-20T22:48:34.6419796Z [00:01:48.436]➜              num_cies=1
2025-08-20T22:48:34.6420287Z [00:01:48.436]➜       num_unique_cies=1
2025-08-20T22:48:34.6420975Z [00:01:48.436]➜              num_fdes=1
2025-08-20T22:48:34.6421487Z [00:01:48.436]➜        merged_strings=6
2025-08-20T22:48:34.6421982Z [00:01:48.436]➜              num_objs=17
2025-08-20T22:48:34.6422488Z [00:01:48.436]➜         output_chunks=24
2025-08-20T22:48:34.6423024Z [00:01:48.436]➜      string_fragments=28
2025-08-20T22:48:34.6423525Z [00:01:48.436]➜      garbage_sections=45
2025-08-20T22:48:34.6424036Z [00:01:48.436]➜           reloc_alloc=83
2025-08-20T22:48:34.6424508Z [00:01:48.436]➜        undefined_syms=99
2025-08-20T22:48:34.6424995Z [00:01:48.436]➜          defined_syms=150
2025-08-20T22:48:34.6425504Z [00:01:48.436]➜        input_sections=370
2025-08-20T22:48:34.6426020Z [00:01:48.436]➜           parsed_objs=1657
2025-08-20T22:48:34.6426520Z [00:01:48.436]➜      regular_sections=9628
2025-08-20T22:48:34.6427026Z [00:01:48.436]➜              all_syms=25245
2025-08-20T22:48:34.6427546Z [00:01:48.436]➜     total_input_bytes=38747030
2025-08-20T22:48:34.6428104Z [00:01:48.436]➜  .comment estimation=1627 actual=4
2025-08-20T22:48:34.6428703Z [00:01:48.436]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:48:34.6539574Z [00:01:48.449]➜  using x86 mov to dr0 instruction ... yes
2025-08-20T22:48:34.7103345Z [00:01:48.505]➜        reloc_nonalloc=0
2025-08-20T22:48:34.7114058Z [00:01:48.505]➜               comdats=0
2025-08-20T22:48:34.7114594Z [00:01:48.505]➜    removed_comdat_mem=0
2025-08-20T22:48:34.7115066Z [00:01:48.505]➜              num_dsos=0
2025-08-20T22:48:34.7115539Z [00:01:48.505]➜       parsed_lto_objs=1
2025-08-20T22:48:34.7116007Z [00:01:48.505]➜              num_cies=1
2025-08-20T22:48:34.7116470Z [00:01:48.505]➜       num_unique_cies=1
2025-08-20T22:48:34.7116931Z [00:01:48.505]➜              num_fdes=1
2025-08-20T22:48:34.7117385Z [00:01:48.505]➜        merged_strings=6
2025-08-20T22:48:34.7117850Z [00:01:48.505]➜              num_objs=17
2025-08-20T22:48:34.7118324Z [00:01:48.505]➜         output_chunks=24
2025-08-20T22:48:34.7118802Z [00:01:48.505]➜      string_fragments=28
2025-08-20T22:48:34.7119284Z [00:01:48.505]➜      garbage_sections=45
2025-08-20T22:48:34.7119762Z [00:01:48.505]➜           reloc_alloc=83
2025-08-20T22:48:34.7120229Z [00:01:48.505]➜        undefined_syms=99
2025-08-20T22:48:34.7120717Z [00:01:48.505]➜          defined_syms=150
2025-08-20T22:48:34.7121357Z [00:01:48.505]➜        input_sections=370
2025-08-20T22:48:34.7121861Z [00:01:48.505]➜           parsed_objs=1657
2025-08-20T22:48:34.7122362Z [00:01:48.505]➜      regular_sections=9628
2025-08-20T22:48:34.7122857Z [00:01:48.505]➜              all_syms=25245
2025-08-20T22:48:34.7123369Z [00:01:48.505]➜     total_input_bytes=38746986
2025-08-20T22:48:34.7123916Z [00:01:48.505]➜  .comment estimation=1627 actual=4
2025-08-20T22:48:34.7124516Z [00:01:48.505]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:48:34.7246354Z [00:01:48.519]➜  using x86 pause instruction ... yes
2025-08-20T22:48:34.7422023Z [00:01:48.537]➜        reloc_nonalloc=0
2025-08-20T22:48:34.7423468Z [00:01:48.537]➜               comdats=0
2025-08-20T22:48:34.7433370Z [00:01:48.537]➜    removed_comdat_mem=0
2025-08-20T22:48:34.7433879Z [00:01:48.537]➜              num_dsos=0
2025-08-20T22:48:34.7434359Z [00:01:48.537]➜       parsed_lto_objs=1
2025-08-20T22:48:34.7434861Z [00:01:48.537]➜              num_cies=1
2025-08-20T22:48:34.7435319Z [00:01:48.537]➜       num_unique_cies=1
2025-08-20T22:48:34.7436054Z [00:01:48.537]➜              num_fdes=1
2025-08-20T22:48:34.7436500Z [00:01:48.537]➜        merged_strings=6
2025-08-20T22:48:34.7436956Z [00:01:48.537]➜              num_objs=18
2025-08-20T22:48:34.7437429Z [00:01:48.537]➜         output_chunks=24
2025-08-20T22:48:34.7437899Z [00:01:48.537]➜      string_fragments=30
2025-08-20T22:48:34.7438375Z [00:01:48.537]➜      garbage_sections=49
2025-08-20T22:48:34.7438831Z [00:01:48.537]➜           reloc_alloc=87
2025-08-20T22:48:34.7439298Z [00:01:48.537]➜        undefined_syms=106
2025-08-20T22:48:34.7439775Z [00:01:48.537]➜          defined_syms=161
2025-08-20T22:48:34.7440247Z [00:01:48.537]➜        input_sections=400
2025-08-20T22:48:34.7440724Z [00:01:48.537]➜           parsed_objs=1657
2025-08-20T22:48:34.7441399Z [00:01:48.537]➜      regular_sections=9628
2025-08-20T22:48:34.7441888Z [00:01:48.537]➜              all_syms=25246
2025-08-20T22:48:34.7442412Z [00:01:48.537]➜     total_input_bytes=38747458
2025-08-20T22:48:34.7442954Z [00:01:48.537]➜  .comment estimation=1627 actual=4
2025-08-20T22:48:34.7443559Z [00:01:48.537]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:48:34.7550655Z [00:01:48.550]➜  using x86 prefetchtnta instruction ... yes
2025-08-20T22:48:34.7844350Z [00:01:48.578]➜        reloc_nonalloc=0
2025-08-20T22:48:34.7861880Z [00:01:48.578]➜               comdats=0
2025-08-20T22:48:34.7862413Z [00:01:48.578]➜    removed_comdat_mem=0
2025-08-20T22:48:34.7862899Z [00:01:48.578]➜              num_dsos=0
2025-08-20T22:48:34.7863382Z [00:01:48.578]➜       parsed_lto_objs=1
2025-08-20T22:48:34.7863849Z [00:01:48.578]➜              num_cies=1
2025-08-20T22:48:34.7864313Z [00:01:48.578]➜       num_unique_cies=1
2025-08-20T22:48:34.7864768Z [00:01:48.578]➜              num_fdes=1
2025-08-20T22:48:34.7865232Z [00:01:48.578]➜        merged_strings=6
2025-08-20T22:48:34.7865709Z [00:01:48.578]➜              num_objs=18
2025-08-20T22:48:34.7866460Z [00:01:48.578]➜         output_chunks=24
2025-08-20T22:48:34.7866961Z [00:01:48.578]➜      string_fragments=30
2025-08-20T22:48:34.7867461Z [00:01:48.578]➜      garbage_sections=49
2025-08-20T22:48:34.7867939Z [00:01:48.578]➜           reloc_alloc=87
2025-08-20T22:48:34.7868419Z [00:01:48.578]➜        undefined_syms=106
2025-08-20T22:48:34.7868904Z [00:01:48.578]➜          defined_syms=161
2025-08-20T22:48:34.7869388Z [00:01:48.578]➜        input_sections=400
2025-08-20T22:48:34.7869881Z [00:01:48.578]➜           parsed_objs=1657
2025-08-20T22:48:34.7870377Z [00:01:48.578]➜      regular_sections=9628
2025-08-20T22:48:34.7871048Z [00:01:48.578]➜              all_syms=25246
2025-08-20T22:48:34.7871576Z [00:01:48.578]➜     total_input_bytes=38747458
2025-08-20T22:48:34.7872124Z [00:01:48.578]➜  .comment estimation=1627 actual=4
2025-08-20T22:48:34.7872724Z [00:01:48.578]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:48:34.8037267Z [00:01:48.598]➜  using x86 prefetcht0 instruction ... yes
2025-08-20T22:48:34.8217321Z [00:01:48.616]➜        reloc_nonalloc=0
2025-08-20T22:48:34.8232355Z [00:01:48.618]➜               comdats=0
2025-08-20T22:48:34.8241778Z [00:01:48.618]➜    removed_comdat_mem=0
2025-08-20T22:48:34.8242303Z [00:01:48.618]➜              num_dsos=0
2025-08-20T22:48:34.8242774Z [00:01:48.618]➜       parsed_lto_objs=1
2025-08-20T22:48:34.8243237Z [00:01:48.618]➜              num_cies=1
2025-08-20T22:48:34.8243732Z [00:01:48.618]➜       num_unique_cies=1
2025-08-20T22:48:34.8244210Z [00:01:48.618]➜              num_fdes=1
2025-08-20T22:48:34.8244687Z [00:01:48.618]➜        merged_strings=6
2025-08-20T22:48:34.8245184Z [00:01:48.618]➜              num_objs=18
2025-08-20T22:48:34.8245691Z [00:01:48.618]➜         output_chunks=24
2025-08-20T22:48:34.8246206Z [00:01:48.618]➜      string_fragments=30
2025-08-20T22:48:34.8246719Z [00:01:48.618]➜      garbage_sections=49
2025-08-20T22:48:34.8247221Z [00:01:48.618]➜           reloc_alloc=87
2025-08-20T22:48:34.8247796Z [00:01:48.618]➜        undefined_syms=106
2025-08-20T22:48:34.8248317Z [00:01:48.618]➜          defined_syms=161
2025-08-20T22:48:34.8249149Z [00:01:48.618]➜        input_sections=400
2025-08-20T22:48:34.8249668Z [00:01:48.618]➜           parsed_objs=1657
2025-08-20T22:48:34.8250187Z [00:01:48.618]➜      regular_sections=9628
2025-08-20T22:48:34.8250713Z [00:01:48.618]➜              all_syms=25246
2025-08-20T22:48:34.8251460Z [00:01:48.618]➜     total_input_bytes=38747458
2025-08-20T22:48:34.8252044Z [00:01:48.618]➜  .comment estimation=1627 actual=4
2025-08-20T22:48:34.8252652Z [00:01:48.618]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:48:34.8424260Z [00:01:48.635]➜        reloc_nonalloc=0
2025-08-20T22:48:34.8442034Z [00:01:48.639]➜               comdats=0
2025-08-20T22:48:34.8472096Z [00:01:48.639]➜    removed_comdat_mem=0
2025-08-20T22:48:34.8472646Z [00:01:48.639]➜              num_dsos=0
2025-08-20T22:48:34.8473158Z [00:01:48.639]➜       parsed_lto_objs=1
2025-08-20T22:48:34.8473682Z [00:01:48.639]➜              num_cies=1
2025-08-20T22:48:34.8474155Z [00:01:48.639]➜       num_unique_cies=1
2025-08-20T22:48:34.8476268Z [00:01:48.639]➜              num_fdes=1
2025-08-20T22:48:34.8476780Z [00:01:48.639]➜        merged_strings=6
2025-08-20T22:48:34.8477270Z [00:01:48.639]➜              num_objs=18
2025-08-20T22:48:34.8477754Z [00:01:48.639]➜         output_chunks=24
2025-08-20T22:48:34.8478247Z [00:01:48.639]➜      string_fragments=30
2025-08-20T22:48:34.8478741Z [00:01:48.639]➜      garbage_sections=49
2025-08-20T22:48:34.8479233Z [00:01:48.639]➜           reloc_alloc=87
2025-08-20T22:48:34.8479714Z [00:01:48.639]➜        undefined_syms=106
2025-08-20T22:48:34.8480195Z [00:01:48.639]➜          defined_syms=161
2025-08-20T22:48:34.8480684Z [00:01:48.639]➜        input_sections=400
2025-08-20T22:48:34.8484109Z [00:01:48.639]➜           parsed_objs=1657
2025-08-20T22:48:34.8484637Z [00:01:48.639]➜      regular_sections=9628
2025-08-20T22:48:34.8485159Z [00:01:48.639]➜              all_syms=25246
2025-08-20T22:48:34.8486032Z [00:01:48.639]➜     total_input_bytes=38747458
2025-08-20T22:48:34.8486633Z [00:01:48.639]➜  .comment estimation=1627 actual=4
2025-08-20T22:48:34.8487288Z [00:01:48.639]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:48:34.8496341Z [00:01:48.644]➜  using x86 prefetcht1 instruction ... yes
2025-08-20T22:48:34.8572671Z [00:01:48.652]➜  using x86 prefetcht2 instruction ... yes
2025-08-20T22:48:34.9522852Z [00:01:48.747]➜        reloc_nonalloc=0
2025-08-20T22:48:34.9527981Z [00:01:48.747]➜               comdats=0
2025-08-20T22:48:34.9528544Z [00:01:48.747]➜    removed_comdat_mem=0
2025-08-20T22:48:34.9529044Z [00:01:48.747]➜              num_dsos=0
2025-08-20T22:48:34.9529540Z [00:01:48.747]➜       parsed_lto_objs=1
2025-08-20T22:48:34.9530036Z [00:01:48.747]➜              num_cies=1
2025-08-20T22:48:34.9530525Z [00:01:48.747]➜       num_unique_cies=1
2025-08-20T22:48:34.9531178Z [00:01:48.747]➜              num_fdes=1
2025-08-20T22:48:34.9531613Z [00:01:48.747]➜        merged_strings=6
2025-08-20T22:48:34.9532081Z [00:01:48.747]➜              num_objs=18
2025-08-20T22:48:34.9532539Z [00:01:48.747]➜         output_chunks=24
2025-08-20T22:48:34.9533041Z [00:01:48.747]➜      string_fragments=30
2025-08-20T22:48:34.9533516Z [00:01:48.748]➜      garbage_sections=49
2025-08-20T22:48:34.9533995Z [00:01:48.748]➜           reloc_alloc=87
2025-08-20T22:48:34.9534456Z [00:01:48.748]➜        undefined_syms=106
2025-08-20T22:48:34.9534934Z [00:01:48.748]➜          defined_syms=161
2025-08-20T22:48:34.9535368Z [00:01:48.748]➜        input_sections=400
2025-08-20T22:48:34.9535803Z [00:01:48.748]➜           parsed_objs=1657
2025-08-20T22:48:34.9536268Z [00:01:48.748]➜      regular_sections=9628
2025-08-20T22:48:34.9536727Z [00:01:48.748]➜              all_syms=25246
2025-08-20T22:48:34.9537229Z [00:01:48.748]➜     total_input_bytes=38747458
2025-08-20T22:48:34.9537789Z [00:01:48.748]➜  .comment estimation=1627 actual=4
2025-08-20T22:48:34.9538392Z [00:01:48.748]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:48:34.9629497Z [00:01:48.758]➜        reloc_nonalloc=0
2025-08-20T22:48:34.9633991Z [00:01:48.758]➜               comdats=0
2025-08-20T22:48:34.9634856Z [00:01:48.758]➜    removed_comdat_mem=0
2025-08-20T22:48:34.9635344Z [00:01:48.758]➜              num_dsos=0
2025-08-20T22:48:34.9635849Z [00:01:48.758]➜       parsed_lto_objs=1
2025-08-20T22:48:34.9636351Z [00:01:48.758]➜              num_cies=1
2025-08-20T22:48:34.9636832Z [00:01:48.758]➜       num_unique_cies=1
2025-08-20T22:48:34.9637313Z [00:01:48.758]➜              num_fdes=1
2025-08-20T22:48:34.9637767Z [00:01:48.758]➜        merged_strings=6
2025-08-20T22:48:34.9638247Z [00:01:48.758]➜              num_objs=18
2025-08-20T22:48:34.9638733Z [00:01:48.758]➜         output_chunks=24
2025-08-20T22:48:34.9639205Z [00:01:48.758]➜      string_fragments=30
2025-08-20T22:48:34.9639677Z [00:01:48.758]➜      garbage_sections=49
2025-08-20T22:48:34.9640157Z [00:01:48.758]➜           reloc_alloc=87
2025-08-20T22:48:34.9640667Z [00:01:48.758]➜        undefined_syms=106
2025-08-20T22:48:34.9641384Z [00:01:48.758]➜          defined_syms=161
2025-08-20T22:48:34.9641899Z [00:01:48.758]➜        input_sections=400
2025-08-20T22:48:34.9642408Z [00:01:48.758]➜           parsed_objs=1657
2025-08-20T22:48:34.9642902Z [00:01:48.758]➜      regular_sections=9628
2025-08-20T22:48:34.9643409Z [00:01:48.758]➜              all_syms=25246
2025-08-20T22:48:34.9643935Z [00:01:48.758]➜     total_input_bytes=38747454
2025-08-20T22:48:34.9644482Z [00:01:48.758]➜  .comment estimation=1627 actual=4
2025-08-20T22:48:34.9645076Z [00:01:48.758]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:48:34.9722830Z [00:01:48.767]➜  using x86 prefetchwt1 instruction ... yes
2025-08-20T22:48:34.9795604Z [00:01:48.774]➜  using x86 prefetchw instruction ... yes
2025-08-20T22:48:34.9868442Z [00:01:48.782]➜        reloc_nonalloc=0
2025-08-20T22:48:34.9873679Z [00:01:48.782]➜               comdats=0
2025-08-20T22:48:34.9874194Z [00:01:48.782]➜    removed_comdat_mem=0
2025-08-20T22:48:34.9874959Z [00:01:48.782]➜              num_dsos=0
2025-08-20T22:48:34.9875458Z [00:01:48.782]➜       parsed_lto_objs=1
2025-08-20T22:48:34.9876178Z [00:01:48.782]➜              num_cies=1
2025-08-20T22:48:34.9876788Z [00:01:48.782]➜       num_unique_cies=1
2025-08-20T22:48:34.9877383Z [00:01:48.782]➜              num_fdes=1
2025-08-20T22:48:34.9877964Z [00:01:48.782]➜        merged_strings=6
2025-08-20T22:48:34.9878538Z [00:01:48.782]➜              num_objs=17
2025-08-20T22:48:34.9879133Z [00:01:48.782]➜         output_chunks=24
2025-08-20T22:48:34.9880336Z [00:01:48.782]➜      string_fragments=28
2025-08-20T22:48:34.9881149Z [00:01:48.782]➜      garbage_sections=45
2025-08-20T22:48:34.9881751Z [00:01:48.782]➜           reloc_alloc=83
2025-08-20T22:48:34.9882345Z [00:01:48.782]➜        undefined_syms=99
2025-08-20T22:48:34.9882953Z [00:01:48.782]➜          defined_syms=150
2025-08-20T22:48:34.9883568Z [00:01:48.782]➜        input_sections=370
2025-08-20T22:48:34.9884179Z [00:01:48.782]➜           parsed_objs=1657
2025-08-20T22:48:34.9885827Z [00:01:48.782]➜      regular_sections=9628
2025-08-20T22:48:34.9886348Z [00:01:48.782]➜              all_syms=25245
2025-08-20T22:48:34.9886907Z [00:01:48.782]➜     total_input_bytes=38747030
2025-08-20T22:48:34.9887482Z [00:01:48.782]➜  .comment estimation=1627 actual=4
2025-08-20T22:48:34.9888100Z [00:01:48.782]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:48:35.0013713Z [00:01:48.796]➜  using x86 rdmsr instruction ... yes
2025-08-20T22:48:35.0666828Z [00:01:48.861]➜        reloc_nonalloc=0
2025-08-20T22:48:35.0668367Z [00:01:48.861]➜               comdats=0
2025-08-20T22:48:35.0669514Z [00:01:48.861]➜    removed_comdat_mem=0
2025-08-20T22:48:35.0670498Z [00:01:48.862]➜              num_dsos=0
2025-08-20T22:48:35.0672404Z [00:01:48.862]➜       parsed_lto_objs=1
2025-08-20T22:48:35.0672901Z [00:01:48.862]➜              num_cies=1
2025-08-20T22:48:35.0673366Z [00:01:48.862]➜       num_unique_cies=1
2025-08-20T22:48:35.0673822Z [00:01:48.862]➜              num_fdes=1
2025-08-20T22:48:35.0674322Z [00:01:48.862]➜        merged_strings=6
2025-08-20T22:48:35.0674793Z [00:01:48.862]➜              num_objs=17
2025-08-20T22:48:35.0675559Z [00:01:48.862]➜         output_chunks=24
2025-08-20T22:48:35.0676063Z [00:01:48.862]➜      string_fragments=28
2025-08-20T22:48:35.0676592Z [00:01:48.862]➜      garbage_sections=45
2025-08-20T22:48:35.0677080Z [00:01:48.862]➜           reloc_alloc=83
2025-08-20T22:48:35.0677567Z [00:01:48.862]➜        undefined_syms=99
2025-08-20T22:48:35.0678073Z [00:01:48.862]➜          defined_syms=150
2025-08-20T22:48:35.0678573Z [00:01:48.862]➜        input_sections=370
2025-08-20T22:48:35.0679068Z [00:01:48.862]➜           parsed_objs=1657
2025-08-20T22:48:35.0679555Z [00:01:48.862]➜      regular_sections=9628
2025-08-20T22:48:35.0680040Z [00:01:48.862]➜              all_syms=25245
2025-08-20T22:48:35.0680603Z [00:01:48.862]➜     total_input_bytes=38747042
2025-08-20T22:48:35.0681387Z [00:01:48.862]➜  .comment estimation=1627 actual=4
2025-08-20T22:48:35.0682009Z [00:01:48.862]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:48:35.0753084Z [00:01:48.870]➜        reloc_nonalloc=0
2025-08-20T22:48:35.0758175Z [00:01:48.871]➜               comdats=0
2025-08-20T22:48:35.0758929Z [00:01:48.871]➜    removed_comdat_mem=0
2025-08-20T22:48:35.0760016Z [00:01:48.871]➜              num_dsos=0
2025-08-20T22:48:35.0761061Z [00:01:48.871]➜       parsed_lto_objs=1
2025-08-20T22:48:35.0761778Z [00:01:48.871]➜              num_cies=1
2025-08-20T22:48:35.0762435Z [00:01:48.871]➜       num_unique_cies=1
2025-08-20T22:48:35.0763096Z [00:01:48.871]➜              num_fdes=1
2025-08-20T22:48:35.0763734Z [00:01:48.871]➜        merged_strings=6
2025-08-20T22:48:35.0764380Z [00:01:48.871]➜              num_objs=17
2025-08-20T22:48:35.0765030Z [00:01:48.871]➜         output_chunks=24
2025-08-20T22:48:35.0765682Z [00:01:48.871]➜      string_fragments=28
2025-08-20T22:48:35.0766288Z [00:01:48.871]➜      garbage_sections=45
2025-08-20T22:48:35.0766938Z [00:01:48.871]➜           reloc_alloc=83
2025-08-20T22:48:35.0767909Z [00:01:48.871]➜        undefined_syms=99
2025-08-20T22:48:35.0768600Z [00:01:48.871]➜          defined_syms=150
2025-08-20T22:48:35.0781283Z [00:01:48.871]➜        input_sections=370
2025-08-20T22:48:35.0781943Z [00:01:48.871]➜           parsed_objs=1657
2025-08-20T22:48:35.0782563Z [00:01:48.871]➜      regular_sections=9628
2025-08-20T22:48:35.0783265Z [00:01:48.871]➜              all_syms=25245
2025-08-20T22:48:35.0783938Z [00:01:48.871]➜     total_input_bytes=38747026
2025-08-20T22:48:35.0784608Z [00:01:48.871]➜  .comment estimation=1627 actual=4
2025-08-20T22:48:35.0785316Z [00:01:48.871]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:48:35.0818421Z [00:01:48.877]➜  using x86 rdrand instruction ... yes
2025-08-20T22:48:35.0987191Z [00:01:48.893]➜  using x86 rdpmc instruction ... yes
2025-08-20T22:48:35.1603695Z [00:01:48.955]➜        reloc_nonalloc=0
2025-08-20T22:48:35.1605368Z [00:01:48.955]➜               comdats=0
2025-08-20T22:48:35.1606745Z [00:01:48.955]➜    removed_comdat_mem=0
2025-08-20T22:48:35.1608085Z [00:01:48.955]➜              num_dsos=0
2025-08-20T22:48:35.1608845Z [00:01:48.955]➜       parsed_lto_objs=1
2025-08-20T22:48:35.1609580Z [00:01:48.955]➜              num_cies=1
2025-08-20T22:48:35.1610298Z [00:01:48.955]➜       num_unique_cies=1
2025-08-20T22:48:35.1611125Z [00:01:48.955]➜              num_fdes=1
2025-08-20T22:48:35.1612177Z [00:01:48.955]➜        merged_strings=6
2025-08-20T22:48:35.1613702Z [00:01:48.955]➜              num_objs=17
2025-08-20T22:48:35.1614554Z [00:01:48.955]➜         output_chunks=24
2025-08-20T22:48:35.1615276Z [00:01:48.955]➜      string_fragments=28
2025-08-20T22:48:35.1616108Z [00:01:48.955]➜      garbage_sections=45
2025-08-20T22:48:35.1617233Z [00:01:48.955]➜           reloc_alloc=83
2025-08-20T22:48:35.1618328Z [00:01:48.955]➜        undefined_syms=99
2025-08-20T22:48:35.1619646Z [00:01:48.955]➜          defined_syms=150
2025-08-20T22:48:35.1620989Z [00:01:48.955]➜        input_sections=370
2025-08-20T22:48:35.1631372Z [00:01:48.955]➜           parsed_objs=1657
2025-08-20T22:48:35.1633025Z [00:01:48.955]➜      regular_sections=9628
2025-08-20T22:48:35.1634688Z [00:01:48.955]➜              all_syms=25245
2025-08-20T22:48:35.1635652Z [00:01:48.955]➜     total_input_bytes=38746994
2025-08-20T22:48:35.1636583Z [00:01:48.956]➜  .comment estimation=1627 actual=4
2025-08-20T22:48:35.1637757Z [00:01:48.956]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:48:35.1816497Z [00:01:48.976]➜  using x86 rdtsc instruction ... yes
2025-08-20T22:48:35.2096397Z [00:01:49.004]➜        reloc_nonalloc=0
2025-08-20T22:48:35.2105587Z [00:01:49.005]➜               comdats=0
2025-08-20T22:48:35.2106967Z [00:01:49.005]➜    removed_comdat_mem=0
2025-08-20T22:48:35.2107834Z [00:01:49.005]➜              num_dsos=0
2025-08-20T22:48:35.2108571Z [00:01:49.005]➜       parsed_lto_objs=1
2025-08-20T22:48:35.2109659Z [00:01:49.005]➜              num_cies=1
2025-08-20T22:48:35.2110455Z [00:01:49.005]➜       num_unique_cies=1
2025-08-20T22:48:35.2111456Z [00:01:49.005]➜              num_fdes=1
2025-08-20T22:48:35.2112189Z [00:01:49.005]➜        merged_strings=6
2025-08-20T22:48:35.2113281Z [00:01:49.005]➜              num_objs=17
2025-08-20T22:48:35.2114027Z [00:01:49.006]➜         output_chunks=24
2025-08-20T22:48:35.2114987Z [00:01:49.006]➜      string_fragments=28
2025-08-20T22:48:35.2115845Z [00:01:49.006]➜      garbage_sections=45
2025-08-20T22:48:35.2117319Z [00:01:49.006]➜           reloc_alloc=83
2025-08-20T22:48:35.2118114Z [00:01:49.006]➜        undefined_syms=99
2025-08-20T22:48:35.2118836Z [00:01:49.006]➜          defined_syms=150
2025-08-20T22:48:35.2119556Z [00:01:49.006]➜        input_sections=370
2025-08-20T22:48:35.2120292Z [00:01:49.006]➜           parsed_objs=1657
2025-08-20T22:48:35.2121905Z [00:01:49.006]➜      regular_sections=9628
2025-08-20T22:48:35.2122708Z [00:01:49.006]➜              all_syms=25245
2025-08-20T22:48:35.2123760Z [00:01:49.006]➜     total_input_bytes=38747042
2025-08-20T22:48:35.2125255Z [00:01:49.006]➜  .comment estimation=1627 actual=4
2025-08-20T22:48:35.2131834Z [00:01:49.006]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:48:35.2316474Z [00:01:49.026]➜        reloc_nonalloc=0
2025-08-20T22:48:35.2330539Z [00:01:49.028]➜               comdats=0
2025-08-20T22:48:35.2331954Z [00:01:49.028]➜    removed_comdat_mem=0
2025-08-20T22:48:35.2332876Z [00:01:49.028]➜              num_dsos=0
2025-08-20T22:48:35.2333574Z [00:01:49.028]➜       parsed_lto_objs=1
2025-08-20T22:48:35.2334482Z [00:01:49.028]➜              num_cies=1
2025-08-20T22:48:35.2351736Z [00:01:49.028]➜       num_unique_cies=1
2025-08-20T22:48:35.2352463Z [00:01:49.028]➜              num_fdes=1
2025-08-20T22:48:35.2353418Z [00:01:49.028]➜        merged_strings=6
2025-08-20T22:48:35.2354249Z [00:01:49.028]➜              num_objs=17
2025-08-20T22:48:35.2355525Z [00:01:49.028]➜         output_chunks=24
2025-08-20T22:48:35.2356275Z [00:01:49.028]➜      string_fragments=28
2025-08-20T22:48:35.2357274Z [00:01:49.028]➜      garbage_sections=45
2025-08-20T22:48:35.2358041Z [00:01:49.028]➜           reloc_alloc=83
2025-08-20T22:48:35.2358689Z [00:01:49.028]➜        undefined_syms=99
2025-08-20T22:48:35.2359368Z [00:01:49.028]➜          defined_syms=150
2025-08-20T22:48:35.2360990Z [00:01:49.028]➜        input_sections=370
2025-08-20T22:48:35.2361500Z [00:01:49.028]➜           parsed_objs=1657
2025-08-20T22:48:35.2362035Z [00:01:49.028]➜      regular_sections=9628
2025-08-20T22:48:35.2362561Z [00:01:49.028]➜              all_syms=25245
2025-08-20T22:48:35.2363109Z [00:01:49.028]➜     total_input_bytes=38747014
2025-08-20T22:48:35.2363658Z [00:01:49.028]➜  .comment estimation=1627 actual=4
2025-08-20T22:48:35.2364266Z [00:01:49.028]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:48:35.2372371Z [00:01:49.032]➜  using x86 rdseed instruction ... yes
2025-08-20T22:48:35.2442485Z [00:01:49.039]➜  using x86 rdtscp instruction ... yes
2025-08-20T22:48:35.2889199Z [00:01:49.084]➜        reloc_nonalloc=0
2025-08-20T22:48:35.2922221Z [00:01:49.084]➜               comdats=0
2025-08-20T22:48:35.2923501Z [00:01:49.084]➜    removed_comdat_mem=0
2025-08-20T22:48:35.2924865Z [00:01:49.085]➜              num_dsos=0
2025-08-20T22:48:35.2925565Z [00:01:49.085]➜       parsed_lto_objs=1
2025-08-20T22:48:35.2926244Z [00:01:49.085]➜              num_cies=1
2025-08-20T22:48:35.2926878Z [00:01:49.085]➜       num_unique_cies=1
2025-08-20T22:48:35.2927910Z [00:01:49.085]➜              num_fdes=1
2025-08-20T22:48:35.2929387Z [00:01:49.085]➜        merged_strings=6
2025-08-20T22:48:35.2930215Z [00:01:49.085]➜              num_objs=18
2025-08-20T22:48:35.2931128Z [00:01:49.085]➜         output_chunks=24
2025-08-20T22:48:35.2931775Z [00:01:49.085]➜      string_fragments=30
2025-08-20T22:48:35.2932678Z [00:01:49.085]➜      garbage_sections=49
2025-08-20T22:48:35.2933513Z [00:01:49.085]➜           reloc_alloc=87
2025-08-20T22:48:35.2934247Z [00:01:49.085]➜        undefined_syms=106
2025-08-20T22:48:35.2935111Z [00:01:49.085]➜          defined_syms=161
2025-08-20T22:48:35.2935932Z [00:01:49.085]➜        input_sections=400
2025-08-20T22:48:35.2936875Z [00:01:49.085]➜           parsed_objs=1657
2025-08-20T22:48:35.2937532Z [00:01:49.085]➜      regular_sections=9628
2025-08-20T22:48:35.2939740Z [00:01:49.085]➜              all_syms=25246
2025-08-20T22:48:35.2940314Z [00:01:49.085]➜     total_input_bytes=38747794
2025-08-20T22:48:35.2941066Z [00:01:49.085]➜  .comment estimation=1627 actual=4
2025-08-20T22:48:35.2941683Z [00:01:49.085]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:48:35.2942209Z [00:01:49.087]➜        reloc_nonalloc=0
2025-08-20T22:48:35.2942690Z [00:01:49.089]➜               comdats=0
2025-08-20T22:48:35.2943135Z [00:01:49.089]➜    removed_comdat_mem=0
2025-08-20T22:48:35.2943566Z [00:01:49.089]➜              num_dsos=0
2025-08-20T22:48:35.2944003Z [00:01:49.089]➜       parsed_lto_objs=1
2025-08-20T22:48:35.2944471Z [00:01:49.089]➜              num_cies=1
2025-08-20T22:48:35.2946443Z [00:01:49.089]➜       num_unique_cies=1
2025-08-20T22:48:35.2947229Z [00:01:49.089]➜              num_fdes=1
2025-08-20T22:48:35.2948304Z [00:01:49.089]➜        merged_strings=6
2025-08-20T22:48:35.2949466Z [00:01:49.089]➜              num_objs=18
2025-08-20T22:48:35.2950660Z [00:01:49.089]➜         output_chunks=24
2025-08-20T22:48:35.2952130Z [00:01:49.089]➜      string_fragments=30
2025-08-20T22:48:35.2953020Z [00:01:49.089]➜      garbage_sections=49
2025-08-20T22:48:35.2953769Z [00:01:49.089]➜           reloc_alloc=87
2025-08-20T22:48:35.2954355Z [00:01:49.089]➜        undefined_syms=106
2025-08-20T22:48:35.2955477Z [00:01:49.089]➜          defined_syms=161
2025-08-20T22:48:35.2956372Z [00:01:49.089]➜        input_sections=400
2025-08-20T22:48:35.2958419Z [00:01:49.089]➜           parsed_objs=1657
2025-08-20T22:48:35.2959639Z [00:01:49.089]➜      regular_sections=9628
2025-08-20T22:48:35.2960305Z [00:01:49.089]➜              all_syms=25246
2025-08-20T22:48:35.2961150Z [00:01:49.089]➜     total_input_bytes=38747774
2025-08-20T22:48:35.2961863Z [00:01:49.089]➜  .comment estimation=1627 actual=4
2025-08-20T22:48:35.2963078Z [00:01:49.089]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:48:35.3103601Z [00:01:49.105]➜  using x86 rep stosd instruction ... yes
2025-08-20T22:48:35.3176892Z [00:01:49.112]➜  using x86 rep stosb instruction ... yes
2025-08-20T22:48:35.3996756Z [00:01:49.194]➜        reloc_nonalloc=0
2025-08-20T22:48:35.4002257Z [00:01:49.195]➜               comdats=0
2025-08-20T22:48:35.4002756Z [00:01:49.195]➜    removed_comdat_mem=0
2025-08-20T22:48:35.4003240Z [00:01:49.195]➜              num_dsos=0
2025-08-20T22:48:35.4003706Z [00:01:49.195]➜       parsed_lto_objs=1
2025-08-20T22:48:35.4004149Z [00:01:49.195]➜              num_cies=1
2025-08-20T22:48:35.4004613Z [00:01:49.195]➜       num_unique_cies=1
2025-08-20T22:48:35.4005080Z [00:01:49.195]➜              num_fdes=1
2025-08-20T22:48:35.4005549Z [00:01:49.195]➜        merged_strings=6
2025-08-20T22:48:35.4006006Z [00:01:49.195]➜              num_objs=18
2025-08-20T22:48:35.4006480Z [00:01:49.195]➜         output_chunks=24
2025-08-20T22:48:35.4007000Z [00:01:49.195]➜      string_fragments=30
2025-08-20T22:48:35.4007484Z [00:01:49.195]➜      garbage_sections=49
2025-08-20T22:48:35.4008273Z [00:01:49.195]➜           reloc_alloc=87
2025-08-20T22:48:35.4008761Z [00:01:49.195]➜        undefined_syms=106
2025-08-20T22:48:35.4009271Z [00:01:49.195]➜          defined_syms=161
2025-08-20T22:48:35.4009756Z [00:01:49.195]➜        input_sections=400
2025-08-20T22:48:35.4010246Z [00:01:49.195]➜           parsed_objs=1657
2025-08-20T22:48:35.4010739Z [00:01:49.195]➜      regular_sections=9628
2025-08-20T22:48:35.4011419Z [00:01:49.195]➜              all_syms=25246
2025-08-20T22:48:35.4011936Z [00:01:49.195]➜     total_input_bytes=38747806
2025-08-20T22:48:35.4012484Z [00:01:49.195]➜  .comment estimation=1627 actual=4
2025-08-20T22:48:35.4013058Z [00:01:49.195]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:48:35.4314528Z [00:01:49.226]➜        reloc_nonalloc=0
2025-08-20T22:48:35.4315197Z [00:01:49.226]➜  using x86 rep stosq instruction ... yes
2025-08-20T22:48:35.4332730Z [00:01:49.228]➜               comdats=0
2025-08-20T22:48:35.4333384Z [00:01:49.228]➜    removed_comdat_mem=0
2025-08-20T22:48:35.4333835Z [00:01:49.228]➜              num_dsos=0
2025-08-20T22:48:35.4334313Z [00:01:49.228]➜       parsed_lto_objs=1
2025-08-20T22:48:35.4334817Z [00:01:49.228]➜              num_cies=1
2025-08-20T22:48:35.4335315Z [00:01:49.228]➜       num_unique_cies=1
2025-08-20T22:48:35.4336105Z [00:01:49.228]➜              num_fdes=1
2025-08-20T22:48:35.4336802Z [00:01:49.228]➜        merged_strings=6
2025-08-20T22:48:35.4338148Z [00:01:49.228]➜              num_objs=17
2025-08-20T22:48:35.4339068Z [00:01:49.228]➜         output_chunks=24
2025-08-20T22:48:35.4340306Z [00:01:49.228]➜      string_fragments=28
2025-08-20T22:48:35.4341568Z [00:01:49.228]➜      garbage_sections=45
2025-08-20T22:48:35.4342078Z [00:01:49.228]➜           reloc_alloc=83
2025-08-20T22:48:35.4342568Z [00:01:49.228]➜        undefined_syms=99
2025-08-20T22:48:35.4343088Z [00:01:49.228]➜          defined_syms=150
2025-08-20T22:48:35.4343607Z [00:01:49.228]➜        input_sections=370
2025-08-20T22:48:35.4344129Z [00:01:49.228]➜           parsed_objs=1657
2025-08-20T22:48:35.4344647Z [00:01:49.228]➜      regular_sections=9628
2025-08-20T22:48:35.4345181Z [00:01:49.228]➜              all_syms=25245
2025-08-20T22:48:35.4345728Z [00:01:49.228]➜     total_input_bytes=38746998
2025-08-20T22:48:35.4346307Z [00:01:49.228]➜  .comment estimation=1627 actual=4
2025-08-20T22:48:35.4346927Z [00:01:49.228]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:48:35.4469632Z [00:01:49.242]➜        reloc_nonalloc=0
2025-08-20T22:48:35.4473355Z [00:01:49.242]➜               comdats=0
2025-08-20T22:48:35.4473900Z [00:01:49.242]➜    removed_comdat_mem=0
2025-08-20T22:48:35.4474420Z [00:01:49.242]➜              num_dsos=0
2025-08-20T22:48:35.4474910Z [00:01:49.242]➜       parsed_lto_objs=1
2025-08-20T22:48:35.4475380Z [00:01:49.242]➜              num_cies=1
2025-08-20T22:48:35.4475885Z [00:01:49.242]➜       num_unique_cies=1
2025-08-20T22:48:35.4476359Z [00:01:49.242]➜              num_fdes=1
2025-08-20T22:48:35.4477091Z [00:01:49.242]➜        merged_strings=6
2025-08-20T22:48:35.4477568Z [00:01:49.242]➜              num_objs=18
2025-08-20T22:48:35.4478047Z [00:01:49.242]➜         output_chunks=24
2025-08-20T22:48:35.4478539Z [00:01:49.242]➜      string_fragments=30
2025-08-20T22:48:35.4479029Z [00:01:49.242]➜      garbage_sections=49
2025-08-20T22:48:35.4479512Z [00:01:49.242]➜           reloc_alloc=87
2025-08-20T22:48:35.4479999Z [00:01:49.242]➜        undefined_syms=106
2025-08-20T22:48:35.4480495Z [00:01:49.242]➜          defined_syms=161
2025-08-20T22:48:35.4481148Z [00:01:49.242]➜        input_sections=400
2025-08-20T22:48:35.4481651Z [00:01:49.242]➜           parsed_objs=1657
2025-08-20T22:48:35.4482153Z [00:01:49.242]➜      regular_sections=9628
2025-08-20T22:48:35.4482657Z [00:01:49.242]➜              all_syms=25246
2025-08-20T22:48:35.4483180Z [00:01:49.242]➜     total_input_bytes=38747786
2025-08-20T22:48:35.4483757Z [00:01:49.242]➜  .comment estimation=1627 actual=4
2025-08-20T22:48:35.4484370Z [00:01:49.242]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:48:35.4488026Z [00:01:49.244]➜  using x86 serialize instruction ... yes
2025-08-20T22:48:35.4635913Z [00:01:49.258]➜  using x86 rep stosw instruction ... yes
2025-08-20T22:48:35.5021679Z [00:01:49.297]➜        reloc_nonalloc=0
2025-08-20T22:48:35.5024105Z [00:01:49.297]➜               comdats=0
2025-08-20T22:48:35.5024842Z [00:01:49.297]➜    removed_comdat_mem=0
2025-08-20T22:48:35.5025343Z [00:01:49.297]➜              num_dsos=0
2025-08-20T22:48:35.5025865Z [00:01:49.297]➜       parsed_lto_objs=1
2025-08-20T22:48:35.5026356Z [00:01:49.297]➜              num_cies=1
2025-08-20T22:48:35.5026824Z [00:01:49.297]➜       num_unique_cies=1
2025-08-20T22:48:35.5027303Z [00:01:49.297]➜              num_fdes=1
2025-08-20T22:48:35.5027788Z [00:01:49.297]➜        merged_strings=6
2025-08-20T22:48:35.5028262Z [00:01:49.297]➜              num_objs=17
2025-08-20T22:48:35.5029069Z [00:01:49.297]➜         output_chunks=24
2025-08-20T22:48:35.5029582Z [00:01:49.297]➜      string_fragments=28
2025-08-20T22:48:35.5030069Z [00:01:49.297]➜      garbage_sections=45
2025-08-20T22:48:35.5030534Z [00:01:49.297]➜           reloc_alloc=83
2025-08-20T22:48:35.5031186Z [00:01:49.297]➜        undefined_syms=99
2025-08-20T22:48:35.5031633Z [00:01:49.297]➜          defined_syms=150
2025-08-20T22:48:35.5032091Z [00:01:49.297]➜        input_sections=370
2025-08-20T22:48:35.5032582Z [00:01:49.297]➜           parsed_objs=1657
2025-08-20T22:48:35.5033064Z [00:01:49.297]➜      regular_sections=9628
2025-08-20T22:48:35.5034004Z [00:01:49.297]➜              all_syms=25245
2025-08-20T22:48:35.5034550Z [00:01:49.297]➜     total_input_bytes=38747002
2025-08-20T22:48:35.5035118Z [00:01:49.297]➜  .comment estimation=1627 actual=4
2025-08-20T22:48:35.5035715Z [00:01:49.297]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:48:35.5235982Z [00:01:49.318]➜  using x86 sfence instruction ... yes
2025-08-20T22:48:35.5359528Z [00:01:49.331]➜        reloc_nonalloc=0
2025-08-20T22:48:35.5360115Z [00:01:49.331]➜               comdats=0
2025-08-20T22:48:35.5360629Z [00:01:49.331]➜    removed_comdat_mem=0
2025-08-20T22:48:35.5362720Z [00:01:49.331]➜              num_dsos=0
2025-08-20T22:48:35.5363215Z [00:01:49.331]➜       parsed_lto_objs=1
2025-08-20T22:48:35.5363687Z [00:01:49.331]➜              num_cies=1
2025-08-20T22:48:35.5364143Z [00:01:49.331]➜       num_unique_cies=1
2025-08-20T22:48:35.5364614Z [00:01:49.331]➜              num_fdes=1
2025-08-20T22:48:35.5365082Z [00:01:49.331]➜        merged_strings=6
2025-08-20T22:48:35.5365552Z [00:01:49.331]➜              num_objs=17
2025-08-20T22:48:35.5366041Z [00:01:49.331]➜         output_chunks=24
2025-08-20T22:48:35.5366531Z [00:01:49.331]➜      string_fragments=28
2025-08-20T22:48:35.5367020Z [00:01:49.331]➜      garbage_sections=45
2025-08-20T22:48:35.5367503Z [00:01:49.331]➜           reloc_alloc=83
2025-08-20T22:48:35.5368015Z [00:01:49.331]➜        undefined_syms=99
2025-08-20T22:48:35.5368504Z [00:01:49.331]➜          defined_syms=150
2025-08-20T22:48:35.5369279Z [00:01:49.331]➜        input_sections=370
2025-08-20T22:48:35.5369775Z [00:01:49.331]➜           parsed_objs=1657
2025-08-20T22:48:35.5370262Z [00:01:49.331]➜      regular_sections=9628
2025-08-20T22:48:35.5370756Z [00:01:49.331]➜              all_syms=25245
2025-08-20T22:48:35.5371439Z [00:01:49.331]➜     total_input_bytes=38747030
2025-08-20T22:48:35.5372008Z [00:01:49.331]➜  .comment estimation=1627 actual=4
2025-08-20T22:48:35.5372622Z [00:01:49.331]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:48:35.5499082Z [00:01:49.345]➜  using x86 tpause instruction ... yes
2025-08-20T22:48:35.6153205Z [00:01:49.410]➜        reloc_nonalloc=0
2025-08-20T22:48:35.6154392Z [00:01:49.410]➜               comdats=0
2025-08-20T22:48:35.6154887Z [00:01:49.410]➜    removed_comdat_mem=0
2025-08-20T22:48:35.6155375Z [00:01:49.410]➜              num_dsos=0
2025-08-20T22:48:35.6155939Z [00:01:49.410]➜       parsed_lto_objs=1
2025-08-20T22:48:35.6156422Z [00:01:49.410]➜              num_cies=1
2025-08-20T22:48:35.6156918Z [00:01:49.410]➜       num_unique_cies=1
2025-08-20T22:48:35.6157395Z [00:01:49.410]➜              num_fdes=1
2025-08-20T22:48:35.6157869Z [00:01:49.410]➜        merged_strings=6
2025-08-20T22:48:35.6158582Z [00:01:49.410]➜              num_objs=17
2025-08-20T22:48:35.6159094Z [00:01:49.410]➜         output_chunks=24
2025-08-20T22:48:35.6159597Z [00:01:49.410]➜      string_fragments=28
2025-08-20T22:48:35.6160090Z [00:01:49.410]➜      garbage_sections=45
2025-08-20T22:48:35.6160578Z [00:01:49.410]➜           reloc_alloc=83
2025-08-20T22:48:35.6161293Z [00:01:49.410]➜        undefined_syms=99
2025-08-20T22:48:35.6161771Z [00:01:49.410]➜          defined_syms=150
2025-08-20T22:48:35.6162256Z [00:01:49.410]➜        input_sections=370
2025-08-20T22:48:35.6162752Z [00:01:49.410]➜           parsed_objs=1657
2025-08-20T22:48:35.6163245Z [00:01:49.410]➜      regular_sections=9628
2025-08-20T22:48:35.6163995Z [00:01:49.410]➜              all_syms=25245
2025-08-20T22:48:35.6164521Z [00:01:49.411]➜     total_input_bytes=38746998
2025-08-20T22:48:35.6165081Z [00:01:49.411]➜  .comment estimation=1627 actual=4
2025-08-20T22:48:35.6165677Z [00:01:49.411]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:48:35.6376890Z [00:01:49.432]➜  using x86 wrinvd instruction ... yes
2025-08-20T22:48:35.6527702Z [00:01:49.447]➜        reloc_nonalloc=0
2025-08-20T22:48:35.6539599Z [00:01:49.449]➜               comdats=0
2025-08-20T22:48:35.6541462Z [00:01:49.449]➜    removed_comdat_mem=0
2025-08-20T22:48:35.6541968Z [00:01:49.449]➜              num_dsos=0
2025-08-20T22:48:35.6542452Z [00:01:49.449]➜       parsed_lto_objs=1
2025-08-20T22:48:35.6542938Z [00:01:49.449]➜              num_cies=1
2025-08-20T22:48:35.6543403Z [00:01:49.449]➜       num_unique_cies=1
2025-08-20T22:48:35.6543855Z [00:01:49.449]➜              num_fdes=1
2025-08-20T22:48:35.6544296Z [00:01:49.449]➜        merged_strings=6
2025-08-20T22:48:35.6544791Z [00:01:49.449]➜              num_objs=17
2025-08-20T22:48:35.6545278Z [00:01:49.449]➜         output_chunks=24
2025-08-20T22:48:35.6545797Z [00:01:49.449]➜      string_fragments=28
2025-08-20T22:48:35.6546283Z [00:01:49.449]➜      garbage_sections=45
2025-08-20T22:48:35.6546766Z [00:01:49.449]➜           reloc_alloc=83
2025-08-20T22:48:35.6547238Z [00:01:49.449]➜        undefined_syms=99
2025-08-20T22:48:35.6547729Z [00:01:49.449]➜          defined_syms=150
2025-08-20T22:48:35.6548243Z [00:01:49.449]➜        input_sections=370
2025-08-20T22:48:35.6548760Z [00:01:49.449]➜           parsed_objs=1657
2025-08-20T22:48:35.6549276Z [00:01:49.449]➜      regular_sections=9628
2025-08-20T22:48:35.6549792Z [00:01:49.449]➜              all_syms=25245
2025-08-20T22:48:35.6550398Z [00:01:49.449]➜     total_input_bytes=38746874
2025-08-20T22:48:35.6551240Z [00:01:49.449]➜  .comment estimation=1627 actual=4
2025-08-20T22:48:35.6551870Z [00:01:49.449]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:48:35.6666571Z [00:01:49.461]➜        reloc_nonalloc=0
2025-08-20T22:48:35.6668466Z [00:01:49.462]➜               comdats=0
2025-08-20T22:48:35.6669702Z [00:01:49.462]➜    removed_comdat_mem=0
2025-08-20T22:48:35.6670210Z [00:01:49.462]➜              num_dsos=0
2025-08-20T22:48:35.6670709Z [00:01:49.462]➜       parsed_lto_objs=1
2025-08-20T22:48:35.6671300Z [00:01:49.462]➜              num_cies=1
2025-08-20T22:48:35.6671770Z [00:01:49.462]➜       num_unique_cies=1
2025-08-20T22:48:35.6672252Z [00:01:49.462]➜              num_fdes=1
2025-08-20T22:48:35.6672721Z [00:01:49.462]➜        merged_strings=6
2025-08-20T22:48:35.6673197Z [00:01:49.462]➜              num_objs=17
2025-08-20T22:48:35.6673678Z [00:01:49.462]➜         output_chunks=24
2025-08-20T22:48:35.6674165Z [00:01:49.462]➜      string_fragments=28
2025-08-20T22:48:35.6674650Z [00:01:49.462]➜      garbage_sections=45
2025-08-20T22:48:35.6675124Z [00:01:49.462]➜           reloc_alloc=83
2025-08-20T22:48:35.6675591Z [00:01:49.462]➜        undefined_syms=99
2025-08-20T22:48:35.6676093Z [00:01:49.462]➜          defined_syms=150
2025-08-20T22:48:35.6676591Z [00:01:49.462]➜        input_sections=370
2025-08-20T22:48:35.6677097Z [00:01:49.462]➜           parsed_objs=1657
2025-08-20T22:48:35.6677592Z [00:01:49.462]➜      regular_sections=9628
2025-08-20T22:48:35.6678097Z [00:01:49.462]➜              all_syms=25245
2025-08-20T22:48:35.6678635Z [00:01:49.462]➜     total_input_bytes=38747038
2025-08-20T22:48:35.6679194Z [00:01:49.462]➜  .comment estimation=1627 actual=4
2025-08-20T22:48:35.6679798Z [00:01:49.462]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:48:35.6761869Z [00:01:49.468]➜  using __attribute__((always_inline)) ... yes
2025-08-20T22:48:35.6769382Z [00:01:49.472]➜  using x86 wrmsr instruction ... yes
2025-08-20T22:48:35.7288490Z [00:01:49.524]➜        reloc_nonalloc=0
2025-08-20T22:48:35.7299675Z [00:01:49.525]➜               comdats=0
2025-08-20T22:48:35.7301044Z [00:01:49.525]➜    removed_comdat_mem=0
2025-08-20T22:48:35.7301970Z [00:01:49.525]➜              num_dsos=0
2025-08-20T22:48:35.7302488Z [00:01:49.525]➜       parsed_lto_objs=1
2025-08-20T22:48:35.7302981Z [00:01:49.525]➜              num_cies=1
2025-08-20T22:48:35.7303439Z [00:01:49.525]➜       num_unique_cies=1
2025-08-20T22:48:35.7303888Z [00:01:49.525]➜              num_fdes=1
2025-08-20T22:48:35.7304337Z [00:01:49.525]➜        merged_strings=8
2025-08-20T22:48:35.7304796Z [00:01:49.525]➜              num_objs=17
2025-08-20T22:48:35.7305264Z [00:01:49.525]➜         output_chunks=25
2025-08-20T22:48:35.7305746Z [00:01:49.525]➜      string_fragments=30
2025-08-20T22:48:35.7306222Z [00:01:49.525]➜      garbage_sections=45
2025-08-20T22:48:35.7306694Z [00:01:49.525]➜           reloc_alloc=85
2025-08-20T22:48:35.7307162Z [00:01:49.525]➜        undefined_syms=99
2025-08-20T22:48:35.7307635Z [00:01:49.525]➜          defined_syms=152
2025-08-20T22:48:35.7308117Z [00:01:49.525]➜        input_sections=372
2025-08-20T22:48:35.7308600Z [00:01:49.525]➜           parsed_objs=1657
2025-08-20T22:48:35.7309102Z [00:01:49.525]➜      regular_sections=9629
2025-08-20T22:48:35.7309597Z [00:01:49.525]➜              all_syms=25247
2025-08-20T22:48:35.7310125Z [00:01:49.525]➜     total_input_bytes=38747334
2025-08-20T22:48:35.7310675Z [00:01:49.525]➜  .comment estimation=1627 actual=4
2025-08-20T22:48:35.7311441Z [00:01:49.525]➜  .rodata.cst8 estimation=1626 actual=2
2025-08-20T22:48:35.7312039Z [00:01:49.525]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:48:35.7523747Z [00:01:49.547]➜        reloc_nonalloc=0
2025-08-20T22:48:35.7527836Z [00:01:49.548]➜               comdats=0
2025-08-20T22:48:35.7529508Z [00:01:49.548]➜    removed_comdat_mem=0
2025-08-20T22:48:35.7530000Z [00:01:49.548]➜              num_dsos=0
2025-08-20T22:48:35.7530479Z [00:01:49.548]➜       parsed_lto_objs=1
2025-08-20T22:48:35.7531079Z [00:01:49.548]➜              num_cies=1
2025-08-20T22:48:35.7531542Z [00:01:49.548]➜       num_unique_cies=1
2025-08-20T22:48:35.7532003Z [00:01:49.548]➜              num_fdes=1
2025-08-20T22:48:35.7532468Z [00:01:49.548]➜        merged_strings=6
2025-08-20T22:48:35.7532937Z [00:01:49.548]➜              num_objs=17
2025-08-20T22:48:35.7533723Z [00:01:49.548]➜         output_chunks=24
2025-08-20T22:48:35.7534150Z [00:01:49.548]➜      string_fragments=28
2025-08-20T22:48:35.7534582Z [00:01:49.548]➜      garbage_sections=45
2025-08-20T22:48:35.7535025Z [00:01:49.548]➜           reloc_alloc=83
2025-08-20T22:48:35.7535454Z [00:01:49.548]➜        undefined_syms=99
2025-08-20T22:48:35.7535907Z [00:01:49.548]➜          defined_syms=150
2025-08-20T22:48:35.7536392Z [00:01:49.548]➜        input_sections=370
2025-08-20T22:48:35.7536868Z [00:01:49.548]➜           parsed_objs=1657
2025-08-20T22:48:35.7537335Z [00:01:49.548]➜      regular_sections=9628
2025-08-20T22:48:35.7537795Z [00:01:49.548]➜              all_syms=25246
2025-08-20T22:48:35.7538271Z [00:01:49.548]➜     total_input_bytes=38747262
2025-08-20T22:48:35.7538803Z [00:01:49.548]➜  .comment estimation=1627 actual=4
2025-08-20T22:48:35.7539385Z [00:01:49.548]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:48:35.7546312Z [00:01:49.549]➜  using __attribute__((fast_math)) ... yes
2025-08-20T22:48:35.7767470Z [00:01:49.571]➜  using __attribute__((noinline)) ... yes
2025-08-20T22:48:35.8527279Z [00:01:49.647]➜        reloc_nonalloc=0
2025-08-20T22:48:35.8527828Z [00:01:49.647]➜               comdats=0
2025-08-20T22:48:35.8528245Z [00:01:49.647]➜    removed_comdat_mem=0
2025-08-20T22:48:35.8528671Z [00:01:49.647]➜              num_dsos=0
2025-08-20T22:48:35.8529108Z [00:01:49.647]➜       parsed_lto_objs=1
2025-08-20T22:48:35.8529546Z [00:01:49.647]➜              num_cies=1
2025-08-20T22:48:35.8530255Z [00:01:49.647]➜       num_unique_cies=1
2025-08-20T22:48:35.8531088Z [00:01:49.647]➜              num_fdes=1
2025-08-20T22:48:35.8532353Z [00:01:49.647]➜        merged_strings=6
2025-08-20T22:48:35.8534945Z [00:01:49.647]➜              num_objs=17
2025-08-20T22:48:35.8535430Z [00:01:49.647]➜         output_chunks=24
2025-08-20T22:48:35.8536221Z [00:01:49.647]➜      string_fragments=28
2025-08-20T22:48:35.8536755Z [00:01:49.647]➜      garbage_sections=45
2025-08-20T22:48:35.8537267Z [00:01:49.647]➜           reloc_alloc=83
2025-08-20T22:48:35.8537724Z [00:01:49.647]➜        undefined_syms=99
2025-08-20T22:48:35.8538198Z [00:01:49.647]➜          defined_syms=150
2025-08-20T22:48:35.8538683Z [00:01:49.647]➜        input_sections=370
2025-08-20T22:48:35.8539172Z [00:01:49.647]➜           parsed_objs=1657
2025-08-20T22:48:35.8539662Z [00:01:49.647]➜      regular_sections=9628
2025-08-20T22:48:35.8540149Z [00:01:49.647]➜              all_syms=25246
2025-08-20T22:48:35.8540655Z [00:01:49.647]➜     total_input_bytes=38746946
2025-08-20T22:48:35.8541456Z [00:01:49.647]➜  .comment estimation=1627 actual=4
2025-08-20T22:48:35.8542056Z [00:01:49.647]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:48:35.8672366Z [00:01:49.662]➜        reloc_nonalloc=0
2025-08-20T22:48:35.8672983Z [00:01:49.662]➜               comdats=0
2025-08-20T22:48:35.8673498Z [00:01:49.662]➜    removed_comdat_mem=0
2025-08-20T22:48:35.8673964Z [00:01:49.662]➜              num_dsos=0
2025-08-20T22:48:35.8674465Z [00:01:49.662]➜       parsed_lto_objs=1
2025-08-20T22:48:35.8675176Z [00:01:49.662]➜              num_cies=1
2025-08-20T22:48:35.8675823Z [00:01:49.662]➜       num_unique_cies=1
2025-08-20T22:48:35.8676379Z [00:01:49.662]➜              num_fdes=2
2025-08-20T22:48:35.8676933Z [00:01:49.662]➜        merged_strings=6
2025-08-20T22:48:35.8678111Z [00:01:49.662]➜              num_objs=18
2025-08-20T22:48:35.8680106Z [00:01:49.662]➜         output_chunks=24
2025-08-20T22:48:35.8681326Z [00:01:49.662]➜      string_fragments=30
2025-08-20T22:48:35.8682119Z [00:01:49.662]➜      garbage_sections=48
2025-08-20T22:48:35.8683107Z [00:01:49.662]➜           reloc_alloc=86
2025-08-20T22:48:35.8685228Z [00:01:49.662]➜        undefined_syms=102
2025-08-20T22:48:35.8686927Z [00:01:49.662]➜          defined_syms=162
2025-08-20T22:48:35.8687738Z [00:01:49.662]➜        input_sections=400
2025-08-20T22:48:35.8688761Z [00:01:49.662]➜           parsed_objs=1657
2025-08-20T22:48:35.8690459Z [00:01:49.662]➜      regular_sections=9629
2025-08-20T22:48:35.8691774Z [00:01:49.662]➜              all_syms=25249
2025-08-20T22:48:35.8692784Z [00:01:49.662]➜     total_input_bytes=38747654
2025-08-20T22:48:35.8694904Z [00:01:49.662]➜  .comment estimation=1627 actual=4
2025-08-20T22:48:35.8696598Z [00:01:49.662]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:48:35.8749341Z [00:01:49.670]➜  using __attribute__((nonstring)) ... yes
2025-08-20T22:48:35.8815333Z [00:01:49.676]➜        reloc_nonalloc=0
2025-08-20T22:48:35.8821088Z [00:01:49.677]➜               comdats=0
2025-08-20T22:48:35.8821626Z [00:01:49.677]➜    removed_comdat_mem=0
2025-08-20T22:48:35.8822169Z [00:01:49.677]➜              num_dsos=0
2025-08-20T22:48:35.8822637Z [00:01:49.677]➜       parsed_lto_objs=1
2025-08-20T22:48:35.8823079Z [00:01:49.677]➜              num_cies=1
2025-08-20T22:48:35.8823499Z [00:01:49.677]➜       num_unique_cies=1
2025-08-20T22:48:35.8823956Z [00:01:49.677]➜              num_fdes=1
2025-08-20T22:48:35.8824400Z [00:01:49.677]➜        merged_strings=6
2025-08-20T22:48:35.8824865Z [00:01:49.677]➜              num_objs=17
2025-08-20T22:48:35.8825296Z [00:01:49.677]➜         output_chunks=24
2025-08-20T22:48:35.8825764Z [00:01:49.677]➜      string_fragments=28
2025-08-20T22:48:35.8826258Z [00:01:49.677]➜      garbage_sections=45
2025-08-20T22:48:35.8826699Z [00:01:49.677]➜           reloc_alloc=83
2025-08-20T22:48:35.8827178Z [00:01:49.677]➜        undefined_syms=99
2025-08-20T22:48:35.8827665Z [00:01:49.677]➜          defined_syms=150
2025-08-20T22:48:35.8828162Z [00:01:49.677]➜        input_sections=370
2025-08-20T22:48:35.8828638Z [00:01:49.677]➜           parsed_objs=1657
2025-08-20T22:48:35.8829133Z [00:01:49.677]➜      regular_sections=9628
2025-08-20T22:48:35.8829619Z [00:01:49.677]➜              all_syms=25245
2025-08-20T22:48:35.8830127Z [00:01:49.677]➜     total_input_bytes=38746882
2025-08-20T22:48:35.8831120Z [00:01:49.677]➜  .comment estimation=1627 actual=4
2025-08-20T22:48:35.8831742Z [00:01:49.677]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:48:35.8930278Z [00:01:49.688]➜  using __attribute__((packed)) ... yes
2025-08-20T22:48:35.8965856Z [00:01:49.691]➜  using __attribute__((noreturn)) ... yes
2025-08-20T22:48:35.9242082Z [00:01:49.719]➜        reloc_nonalloc=0
2025-08-20T22:48:35.9252948Z [00:01:49.720]➜               comdats=0
2025-08-20T22:48:35.9259058Z [00:01:49.720]➜    removed_comdat_mem=0
2025-08-20T22:48:35.9261839Z [00:01:49.720]➜              num_dsos=0
2025-08-20T22:48:35.9262310Z [00:01:49.720]➜       parsed_lto_objs=1
2025-08-20T22:48:35.9263431Z [00:01:49.720]➜              num_cies=1
2025-08-20T22:48:35.9264271Z [00:01:49.720]➜       num_unique_cies=1
2025-08-20T22:48:35.9265765Z [00:01:49.720]➜              num_fdes=1
2025-08-20T22:48:35.9266467Z [00:01:49.720]➜        merged_strings=6
2025-08-20T22:48:35.9282052Z [00:01:49.723]➜              num_objs=17
2025-08-20T22:48:35.9282818Z [00:01:49.723]➜         output_chunks=24
2025-08-20T22:48:35.9283859Z [00:01:49.723]➜      string_fragments=28
2025-08-20T22:48:35.9285120Z [00:01:49.723]➜      garbage_sections=45
2025-08-20T22:48:35.9286557Z [00:01:49.723]➜           reloc_alloc=83
2025-08-20T22:48:35.9287522Z [00:01:49.723]➜        undefined_syms=99
2025-08-20T22:48:35.9288783Z [00:01:49.723]➜          defined_syms=150
2025-08-20T22:48:35.9289660Z [00:01:49.723]➜        input_sections=370
2025-08-20T22:48:35.9301616Z [00:01:49.723]➜           parsed_objs=1657
2025-08-20T22:48:35.9302279Z [00:01:49.723]➜      regular_sections=9628
2025-08-20T22:48:35.9303466Z [00:01:49.723]➜              all_syms=25245
2025-08-20T22:48:35.9304426Z [00:01:49.723]➜     total_input_bytes=38746858
2025-08-20T22:48:35.9305224Z [00:01:49.723]➜  .comment estimation=1627 actual=4
2025-08-20T22:48:35.9306097Z [00:01:49.723]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:48:35.9381896Z [00:01:49.733]➜  using __attribute__((pure)) ... yes
2025-08-20T22:48:36.0592552Z [00:01:49.854]➜        reloc_nonalloc=0
2025-08-20T22:48:36.0593187Z [00:01:49.854]➜               comdats=0
2025-08-20T22:48:36.0594012Z [00:01:49.854]➜    removed_comdat_mem=0
2025-08-20T22:48:36.0594504Z [00:01:49.854]➜              num_dsos=0
2025-08-20T22:48:36.0594978Z [00:01:49.854]➜       parsed_lto_objs=1
2025-08-20T22:48:36.0595459Z [00:01:49.854]➜              num_cies=1
2025-08-20T22:48:36.0595951Z [00:01:49.854]➜       num_unique_cies=1
2025-08-20T22:48:36.0596464Z [00:01:49.854]➜              num_fdes=1
2025-08-20T22:48:36.0596977Z [00:01:49.854]➜        merged_strings=6
2025-08-20T22:48:36.0597507Z [00:01:49.854]➜              num_objs=17
2025-08-20T22:48:36.0599103Z [00:01:49.854]➜         output_chunks=24
2025-08-20T22:48:36.0600705Z [00:01:49.854]➜      string_fragments=28
2025-08-20T22:48:36.0603049Z [00:01:49.854]➜      garbage_sections=45
2025-08-20T22:48:36.0603648Z [00:01:49.854]➜           reloc_alloc=83
2025-08-20T22:48:36.0604225Z [00:01:49.854]➜        undefined_syms=99
2025-08-20T22:48:36.0604833Z [00:01:49.854]➜          defined_syms=150
2025-08-20T22:48:36.0605441Z [00:01:49.854]➜        input_sections=370
2025-08-20T22:48:36.0606067Z [00:01:49.854]➜           parsed_objs=1657
2025-08-20T22:48:36.0606658Z [00:01:49.854]➜      regular_sections=9628
2025-08-20T22:48:36.0607246Z [00:01:49.854]➜              all_syms=25246
2025-08-20T22:48:36.0617767Z [00:01:49.854]➜     total_input_bytes=38746938
2025-08-20T22:48:36.0618529Z [00:01:49.854]➜  .comment estimation=1627 actual=4
2025-08-20T22:48:36.0619258Z [00:01:49.854]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:48:36.0688301Z [00:01:49.864]➜        reloc_nonalloc=0
2025-08-20T22:48:36.0690090Z [00:01:49.864]➜  using __attribute__((weak)) ... yes
2025-08-20T22:48:36.0735913Z [00:01:49.868]➜        reloc_nonalloc=0
2025-08-20T22:48:36.0740050Z [00:01:49.868]➜               comdats=0
2025-08-20T22:48:36.0740635Z [00:01:49.868]➜    removed_comdat_mem=0
2025-08-20T22:48:36.0744913Z [00:01:49.868]➜              num_dsos=0
2025-08-20T22:48:36.0745821Z [00:01:49.868]➜       parsed_lto_objs=1
2025-08-20T22:48:36.0751399Z [00:01:49.868]➜              num_cies=1
2025-08-20T22:48:36.0751954Z [00:01:49.868]➜       num_unique_cies=1
2025-08-20T22:48:36.0752399Z [00:01:49.868]➜              num_fdes=1
2025-08-20T22:48:36.0752875Z [00:01:49.868]➜        merged_strings=6
2025-08-20T22:48:36.0754487Z [00:01:49.869]➜              num_objs=17
2025-08-20T22:48:36.0755085Z [00:01:49.869]➜         output_chunks=24
2025-08-20T22:48:36.0755663Z [00:01:49.869]➜      string_fragments=28
2025-08-20T22:48:36.0756235Z [00:01:49.869]➜      garbage_sections=45
2025-08-20T22:48:36.0756797Z [00:01:49.869]➜           reloc_alloc=83
2025-08-20T22:48:36.0757354Z [00:01:49.869]➜        undefined_syms=99
2025-08-20T22:48:36.0757917Z [00:01:49.869]➜          defined_syms=150
2025-08-20T22:48:36.0759054Z [00:01:49.869]➜        input_sections=370
2025-08-20T22:48:36.0759695Z [00:01:49.869]➜           parsed_objs=1657
2025-08-20T22:48:36.0760297Z [00:01:49.869]➜      regular_sections=9628
2025-08-20T22:48:36.0761140Z [00:01:49.869]➜              all_syms=25245
2025-08-20T22:48:36.0762286Z [00:01:49.869]➜     total_input_bytes=38746882
2025-08-20T22:48:36.0763009Z [00:01:49.869]➜  .comment estimation=1627 actual=4
2025-08-20T22:48:36.0764595Z [00:01:49.869]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:48:36.0765139Z [00:01:49.869]➜               comdats=0
2025-08-20T22:48:36.0765614Z [00:01:49.869]➜    removed_comdat_mem=0
2025-08-20T22:48:36.0766075Z [00:01:49.869]➜              num_dsos=0
2025-08-20T22:48:36.0766540Z [00:01:49.869]➜       parsed_lto_objs=1
2025-08-20T22:48:36.0767007Z [00:01:49.869]➜              num_cies=1
2025-08-20T22:48:36.0767470Z [00:01:49.869]➜       num_unique_cies=1
2025-08-20T22:48:36.0767942Z [00:01:49.869]➜              num_fdes=1
2025-08-20T22:48:36.0768404Z [00:01:49.869]➜        merged_strings=6
2025-08-20T22:48:36.0768875Z [00:01:49.869]➜              num_objs=17
2025-08-20T22:48:36.0769357Z [00:01:49.869]➜         output_chunks=24
2025-08-20T22:48:36.0769862Z [00:01:49.869]➜      string_fragments=28
2025-08-20T22:48:36.0770355Z [00:01:49.869]➜      garbage_sections=45
2025-08-20T22:48:36.0771237Z [00:01:49.869]➜           reloc_alloc=83
2025-08-20T22:48:36.0771715Z [00:01:49.869]➜        undefined_syms=99
2025-08-20T22:48:36.0772201Z [00:01:49.869]➜          defined_syms=150
2025-08-20T22:48:36.0772695Z [00:01:49.869]➜        input_sections=370
2025-08-20T22:48:36.0773191Z [00:01:49.869]➜           parsed_objs=1657
2025-08-20T22:48:36.0773686Z [00:01:49.869]➜      regular_sections=9628
2025-08-20T22:48:36.0774202Z [00:01:49.869]➜              all_syms=25245
2025-08-20T22:48:36.0774724Z [00:01:49.869]➜     total_input_bytes=38746862
2025-08-20T22:48:36.0775281Z [00:01:49.869]➜  .comment estimation=1627 actual=4
2025-08-20T22:48:36.0775881Z [00:01:49.869]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:48:36.0855332Z [00:01:49.880]➜  using __attribute__((warn_unused_result)) ... yes
2025-08-20T22:48:36.1003058Z [00:01:49.895]➜  using __attribute__((returns_nonnull)) ... yes
2025-08-20T22:48:36.1243562Z [00:01:49.917]➜        reloc_nonalloc=0
2025-08-20T22:48:36.1244237Z [00:01:49.917]➜               comdats=0
2025-08-20T22:48:36.1244748Z [00:01:49.917]➜    removed_comdat_mem=0
2025-08-20T22:48:36.1245243Z [00:01:49.917]➜              num_dsos=0
2025-08-20T22:48:36.1245762Z [00:01:49.917]➜       parsed_lto_objs=1
2025-08-20T22:48:36.1246256Z [00:01:49.917]➜              num_cies=1
2025-08-20T22:48:36.1246981Z [00:01:49.917]➜       num_unique_cies=1
2025-08-20T22:48:36.1248335Z [00:01:49.917]➜              num_fdes=1
2025-08-20T22:48:36.1249013Z [00:01:49.917]➜        merged_strings=6
2025-08-20T22:48:36.1249643Z [00:01:49.917]➜              num_objs=17
2025-08-20T22:48:36.1250252Z [00:01:49.917]➜         output_chunks=24
2025-08-20T22:48:36.1251025Z [00:01:49.917]➜      string_fragments=28
2025-08-20T22:48:36.1251759Z [00:01:49.917]➜      garbage_sections=45
2025-08-20T22:48:36.1252715Z [00:01:49.917]➜           reloc_alloc=83
2025-08-20T22:48:36.1254417Z [00:01:49.917]➜        undefined_syms=99
2025-08-20T22:48:36.1256615Z [00:01:49.917]➜          defined_syms=150
2025-08-20T22:48:36.1257241Z [00:01:49.917]➜        input_sections=370
2025-08-20T22:48:36.1257847Z [00:01:49.917]➜           parsed_objs=1657
2025-08-20T22:48:36.1258436Z [00:01:49.917]➜      regular_sections=9628
2025-08-20T22:48:36.1259019Z [00:01:49.917]➜              all_syms=25245
2025-08-20T22:48:36.1259615Z [00:01:49.917]➜     total_input_bytes=38746850
2025-08-20T22:48:36.1260262Z [00:01:49.918]➜  .comment estimation=1627 actual=4
2025-08-20T22:48:36.1262243Z [00:01:49.918]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:48:36.1423998Z [00:01:49.937]➜  using label as value feature ... yes
2025-08-20T22:48:37.3569082Z [00:01:51.152]➜        reloc_nonalloc=0
2025-08-20T22:48:37.3579610Z [00:01:51.153]➜               comdats=0
2025-08-20T22:48:37.3580732Z [00:01:51.153]➜    removed_comdat_mem=0
2025-08-20T22:48:37.3583253Z [00:01:51.153]➜              num_dsos=0
2025-08-20T22:48:37.3584267Z [00:01:51.153]➜       parsed_lto_objs=1
2025-08-20T22:48:37.3585508Z [00:01:51.153]➜              num_cies=1
2025-08-20T22:48:37.3586213Z [00:01:51.153]➜       num_unique_cies=1
2025-08-20T22:48:37.3587827Z [00:01:51.153]➜              num_fdes=2
2025-08-20T22:48:37.3588289Z [00:01:51.153]➜              num_objs=17
2025-08-20T22:48:37.3588738Z [00:01:51.153]➜        merged_strings=17
2025-08-20T22:48:37.3589216Z [00:01:51.153]➜         output_chunks=26
2025-08-20T22:48:37.3589692Z [00:01:51.153]➜      string_fragments=39
2025-08-20T22:48:37.3590145Z [00:01:51.153]➜      garbage_sections=45
2025-08-20T22:48:37.3590617Z [00:01:51.153]➜           reloc_alloc=98
2025-08-20T22:48:37.3591316Z [00:01:51.153]➜        undefined_syms=99
2025-08-20T22:48:37.3591788Z [00:01:51.153]➜          defined_syms=163
2025-08-20T22:48:37.3592289Z [00:01:51.153]➜        input_sections=375
2025-08-20T22:48:37.3592800Z [00:01:51.153]➜           parsed_objs=1657
2025-08-20T22:48:37.3593314Z [00:01:51.153]➜      regular_sections=9631
2025-08-20T22:48:37.3593821Z [00:01:51.153]➜              all_syms=25259
2025-08-20T22:48:37.3594645Z [00:01:51.153]➜     total_input_bytes=38751822
2025-08-20T22:48:37.3595208Z [00:01:51.153]➜  .comment estimation=1627 actual=4
2025-08-20T22:48:37.3595809Z [00:01:51.153]➜  .rodata.cst16 estimation=1631 actual=10
2025-08-20T22:48:37.3596410Z [00:01:51.153]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:48:37.3596995Z [00:01:51.153]➜  .rodata.cst32 estimation=1626 actual=1
2025-08-20T22:48:37.3678342Z [00:01:51.163]➜  using _mm256_add_epi8 intrinsic ... yes
2025-08-20T22:48:37.4676601Z [00:01:51.262]➜        reloc_nonalloc=0
2025-08-20T22:48:37.4681496Z [00:01:51.262]➜               comdats=0
2025-08-20T22:48:37.4682012Z [00:01:51.262]➜    removed_comdat_mem=0
2025-08-20T22:48:37.4682487Z [00:01:51.262]➜              num_dsos=0
2025-08-20T22:48:37.4682970Z [00:01:51.262]➜       parsed_lto_objs=1
2025-08-20T22:48:37.4683451Z [00:01:51.262]➜              num_cies=1
2025-08-20T22:48:37.4683950Z [00:01:51.262]➜       num_unique_cies=1
2025-08-20T22:48:37.4684410Z [00:01:51.262]➜              num_fdes=2
2025-08-20T22:48:37.4684890Z [00:01:51.262]➜              num_objs=17
2025-08-20T22:48:37.4685373Z [00:01:51.262]➜        merged_strings=17
2025-08-20T22:48:37.4685859Z [00:01:51.262]➜         output_chunks=26
2025-08-20T22:48:37.4686343Z [00:01:51.262]➜      string_fragments=39
2025-08-20T22:48:37.4686814Z [00:01:51.262]➜      garbage_sections=45
2025-08-20T22:48:37.4687274Z [00:01:51.262]➜           reloc_alloc=98
2025-08-20T22:48:37.4687751Z [00:01:51.262]➜        undefined_syms=99
2025-08-20T22:48:37.4688198Z [00:01:51.262]➜          defined_syms=163
2025-08-20T22:48:37.4688692Z [00:01:51.262]➜        input_sections=375
2025-08-20T22:48:37.4689169Z [00:01:51.262]➜           parsed_objs=1657
2025-08-20T22:48:37.4689628Z [00:01:51.262]➜      regular_sections=9631
2025-08-20T22:48:37.4690085Z [00:01:51.262]➜              all_syms=25259
2025-08-20T22:48:37.4690598Z [00:01:51.262]➜     total_input_bytes=38751814
2025-08-20T22:48:37.4691539Z [00:01:51.262]➜  .comment estimation=1627 actual=4
2025-08-20T22:48:37.4692190Z [00:01:51.262]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:48:37.4692793Z [00:01:51.262]➜  .rodata.cst16 estimation=1631 actual=10
2025-08-20T22:48:37.4693321Z [00:01:51.262]➜  .rodata.cst32 estimation=1626 actual=1
2025-08-20T22:48:37.4820586Z [00:01:51.277]➜        reloc_nonalloc=0
2025-08-20T22:48:37.4821899Z [00:01:51.277]➜               comdats=0
2025-08-20T22:48:37.4822873Z [00:01:51.277]➜    removed_comdat_mem=0
2025-08-20T22:48:37.4823533Z [00:01:51.277]➜              num_dsos=0
2025-08-20T22:48:37.4824023Z [00:01:51.277]➜       parsed_lto_objs=1
2025-08-20T22:48:37.4824496Z [00:01:51.277]➜              num_cies=1
2025-08-20T22:48:37.4824969Z [00:01:51.277]➜       num_unique_cies=1
2025-08-20T22:48:37.4825428Z [00:01:51.277]➜              num_fdes=2
2025-08-20T22:48:37.4825884Z [00:01:51.277]➜              num_objs=17
2025-08-20T22:48:37.4826399Z [00:01:51.277]➜        merged_strings=17
2025-08-20T22:48:37.4826903Z [00:01:51.277]➜         output_chunks=26
2025-08-20T22:48:37.4827398Z [00:01:51.277]➜      string_fragments=39
2025-08-20T22:48:37.4827839Z [00:01:51.277]➜      garbage_sections=45
2025-08-20T22:48:37.4828279Z [00:01:51.277]➜        undefined_syms=99
2025-08-20T22:48:37.4828746Z [00:01:51.277]➜           reloc_alloc=126
2025-08-20T22:48:37.4829236Z [00:01:51.277]➜          defined_syms=163
2025-08-20T22:48:37.4829721Z [00:01:51.277]➜        input_sections=375
2025-08-20T22:48:37.4830186Z [00:01:51.277]➜           parsed_objs=1657
2025-08-20T22:48:37.4830686Z [00:01:51.277]➜      regular_sections=9631
2025-08-20T22:48:37.4831359Z [00:01:51.277]➜              all_syms=25259
2025-08-20T22:48:37.4831889Z [00:01:51.277]➜     total_input_bytes=38753142
2025-08-20T22:48:37.4832451Z [00:01:51.277]➜  .comment estimation=1627 actual=4
2025-08-20T22:48:37.4833047Z [00:01:51.277]➜  .rodata.cst16 estimation=1631 actual=10
2025-08-20T22:48:37.4833672Z [00:01:51.277]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:48:37.4834269Z [00:01:51.277]➜  .rodata.cst8 estimation=1626 actual=1
2025-08-20T22:48:37.4891056Z [00:01:51.284]➜  using _mm256_storeu_si256 intrinsic ... yes
2025-08-20T22:48:37.5076791Z [00:01:51.302]➜  using _mm256_dpwssd_epi32 intrinsic ... yes
2025-08-20T22:48:37.5347695Z [00:01:51.329]➜        reloc_nonalloc=0
2025-08-20T22:48:37.5348435Z [00:01:51.330]➜               comdats=0
2025-08-20T22:48:37.5349297Z [00:01:51.330]➜    removed_comdat_mem=0
2025-08-20T22:48:37.5349801Z [00:01:51.330]➜              num_dsos=0
2025-08-20T22:48:37.5350272Z [00:01:51.330]➜       parsed_lto_objs=1
2025-08-20T22:48:37.5350922Z [00:01:51.330]➜              num_cies=1
2025-08-20T22:48:37.5351444Z [00:01:51.330]➜       num_unique_cies=1
2025-08-20T22:48:37.5351940Z [00:01:51.330]➜              num_fdes=2
2025-08-20T22:48:37.5352475Z [00:01:51.330]➜              num_objs=18
2025-08-20T22:48:37.5353043Z [00:01:51.330]➜        merged_strings=18
2025-08-20T22:48:37.5353963Z [00:01:51.330]➜         output_chunks=26
2025-08-20T22:48:37.5354611Z [00:01:51.330]➜      string_fragments=42
2025-08-20T22:48:37.5355216Z [00:01:51.330]➜      garbage_sections=49
2025-08-20T22:48:37.5355776Z [00:01:51.330]➜        undefined_syms=106
2025-08-20T22:48:37.5356406Z [00:01:51.330]➜           reloc_alloc=131
2025-08-20T22:48:37.5356971Z [00:01:51.330]➜          defined_syms=175
2025-08-20T22:48:37.5357530Z [00:01:51.330]➜        input_sections=404
2025-08-20T22:48:37.5358104Z [00:01:51.330]➜           parsed_objs=1657
2025-08-20T22:48:37.5358677Z [00:01:51.330]➜      regular_sections=9631
2025-08-20T22:48:37.5359247Z [00:01:51.330]➜              all_syms=25261
2025-08-20T22:48:37.5359829Z [00:01:51.330]➜     total_input_bytes=38753646
2025-08-20T22:48:37.5360407Z [00:01:51.330]➜  .comment estimation=1627 actual=4
2025-08-20T22:48:37.5361294Z [00:01:51.330]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:48:37.5362014Z [00:01:51.330]➜  .rodata.cst16 estimation=1631 actual=10
2025-08-20T22:48:37.5362749Z [00:01:51.330]➜  .rodata.cst8 estimation=1627 actual=2
2025-08-20T22:48:37.5445794Z [00:01:51.339]➜  using _mm256_loadu_si256 intrinsic ... yes
2025-08-20T22:48:37.8120379Z [00:01:51.607]➜        reloc_nonalloc=0
2025-08-20T22:48:37.8139787Z [00:01:51.608]➜               comdats=0
2025-08-20T22:48:37.8140354Z [00:01:51.608]➜    removed_comdat_mem=0
2025-08-20T22:48:37.8141033Z [00:01:51.608]➜              num_dsos=0
2025-08-20T22:48:37.8141596Z [00:01:51.608]➜       parsed_lto_objs=1
2025-08-20T22:48:37.8142150Z [00:01:51.608]➜              num_cies=1
2025-08-20T22:48:37.8142692Z [00:01:51.608]➜       num_unique_cies=1
2025-08-20T22:48:37.8143219Z [00:01:51.608]➜              num_fdes=2
2025-08-20T22:48:37.8143765Z [00:01:51.608]➜              num_objs=17
2025-08-20T22:48:37.8144320Z [00:01:51.608]➜        merged_strings=17
2025-08-20T22:48:37.8144892Z [00:01:51.608]➜         output_chunks=26
2025-08-20T22:48:37.8145468Z [00:01:51.608]➜      string_fragments=39
2025-08-20T22:48:37.8146067Z [00:01:51.608]➜      garbage_sections=45
2025-08-20T22:48:37.8146641Z [00:01:51.608]➜        undefined_syms=99
2025-08-20T22:48:37.8147610Z [00:01:51.608]➜           reloc_alloc=126
2025-08-20T22:48:37.8148194Z [00:01:51.608]➜          defined_syms=163
2025-08-20T22:48:37.8148764Z [00:01:51.608]➜        input_sections=375
2025-08-20T22:48:37.8149356Z [00:01:51.608]➜           parsed_objs=1657
2025-08-20T22:48:37.8149938Z [00:01:51.608]➜      regular_sections=9631
2025-08-20T22:48:37.8150515Z [00:01:51.608]➜              all_syms=25259
2025-08-20T22:48:37.8151327Z [00:01:51.608]➜     total_input_bytes=38753142
2025-08-20T22:48:37.8151968Z [00:01:51.608]➜  .comment estimation=1627 actual=4
2025-08-20T22:48:37.8152697Z [00:01:51.608]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:48:37.8153534Z [00:01:51.608]➜  .rodata.cst16 estimation=1631 actual=10
2025-08-20T22:48:37.8154232Z [00:01:51.608]➜  .rodata.cst8 estimation=1626 actual=1
2025-08-20T22:48:37.8262747Z [00:01:51.619]➜  using _mm256_dpbusd_epi32 intrinsic ... yes
2025-08-20T22:48:38.8670459Z [00:01:52.662]➜        reloc_nonalloc=0
2025-08-20T22:48:38.8673418Z [00:01:52.662]➜               comdats=0
2025-08-20T22:48:38.8674074Z [00:01:52.662]➜    removed_comdat_mem=0
2025-08-20T22:48:38.8674647Z [00:01:52.662]➜              num_dsos=0
2025-08-20T22:48:38.8675249Z [00:01:52.662]➜       parsed_lto_objs=1
2025-08-20T22:48:38.8675842Z [00:01:52.662]➜              num_cies=1
2025-08-20T22:48:38.8676409Z [00:01:52.662]➜       num_unique_cies=1
2025-08-20T22:48:38.8676967Z [00:01:52.662]➜              num_fdes=2
2025-08-20T22:48:38.8677539Z [00:01:52.662]➜        merged_strings=17
2025-08-20T22:48:38.8678129Z [00:01:52.662]➜              num_objs=18
2025-08-20T22:48:38.8678733Z [00:01:52.662]➜         output_chunks=26
2025-08-20T22:48:38.8679325Z [00:01:52.662]➜      string_fragments=41
2025-08-20T22:48:38.8679912Z [00:01:52.662]➜      garbage_sections=49
2025-08-20T22:48:38.8680505Z [00:01:52.662]➜        undefined_syms=106
2025-08-20T22:48:38.8681541Z [00:01:52.662]➜           reloc_alloc=162
2025-08-20T22:48:38.8682227Z [00:01:52.662]➜          defined_syms=174
2025-08-20T22:48:38.8682855Z [00:01:52.662]➜        input_sections=404
2025-08-20T22:48:38.8683454Z [00:01:52.662]➜           parsed_objs=1657
2025-08-20T22:48:38.8684051Z [00:01:52.662]➜      regular_sections=9631
2025-08-20T22:48:38.8684643Z [00:01:52.662]➜              all_syms=25260
2025-08-20T22:48:38.8685263Z [00:01:52.662]➜     total_input_bytes=38755342
2025-08-20T22:48:38.8685915Z [00:01:52.662]➜  .comment estimation=1627 actual=4
2025-08-20T22:48:38.8686616Z [00:01:52.662]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:48:38.8687311Z [00:01:52.662]➜  .rodata.cst16 estimation=1631 actual=10
2025-08-20T22:48:38.8688008Z [00:01:52.662]➜  .rodata.cst8 estimation=1626 actual=1
2025-08-20T22:48:38.8815991Z [00:01:52.676]➜  using _mm512_loadu_si512 intrinsic ... yes
2025-08-20T22:48:38.9073810Z [00:01:52.702]➜        reloc_nonalloc=0
2025-08-20T22:48:38.9095612Z [00:01:52.702]➜               comdats=0
2025-08-20T22:48:38.9096230Z [00:01:52.702]➜    removed_comdat_mem=0
2025-08-20T22:48:38.9096773Z [00:01:52.702]➜              num_dsos=0
2025-08-20T22:48:38.9097327Z [00:01:52.702]➜       parsed_lto_objs=1
2025-08-20T22:48:38.9097843Z [00:01:52.702]➜              num_cies=1
2025-08-20T22:48:38.9098334Z [00:01:52.702]➜       num_unique_cies=1
2025-08-20T22:48:38.9098807Z [00:01:52.702]➜              num_fdes=2
2025-08-20T22:48:38.9099299Z [00:01:52.702]➜        merged_strings=16
2025-08-20T22:48:38.9099769Z [00:01:52.702]➜              num_objs=17
2025-08-20T22:48:38.9100243Z [00:01:52.702]➜         output_chunks=25
2025-08-20T22:48:38.9100752Z [00:01:52.702]➜      string_fragments=38
2025-08-20T22:48:38.9101480Z [00:01:52.702]➜      garbage_sections=45
2025-08-20T22:48:38.9101986Z [00:01:52.702]➜           reloc_alloc=97
2025-08-20T22:48:38.9102466Z [00:01:52.702]➜        undefined_syms=99
2025-08-20T22:48:38.9102947Z [00:01:52.702]➜          defined_syms=162
2025-08-20T22:48:38.9103449Z [00:01:52.702]➜        input_sections=374
2025-08-20T22:48:38.9103948Z [00:01:52.702]➜           parsed_objs=1657
2025-08-20T22:48:38.9104747Z [00:01:52.702]➜      regular_sections=9630
2025-08-20T22:48:38.9105239Z [00:01:52.702]➜              all_syms=25258
2025-08-20T22:48:38.9105758Z [00:01:52.702]➜     total_input_bytes=38751974
2025-08-20T22:48:38.9106309Z [00:01:52.702]➜  .comment estimation=1627 actual=4
2025-08-20T22:48:38.9106907Z [00:01:52.702]➜  .rodata.cst16 estimation=1631 actual=10
2025-08-20T22:48:38.9107522Z [00:01:52.702]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:48:38.9327452Z [00:01:52.728]➜  using _mm512_add_epi8 intrinsic ... yes
2025-08-20T22:48:38.9694683Z [00:01:52.764]➜        reloc_nonalloc=0
2025-08-20T22:48:38.9695839Z [00:01:52.764]➜               comdats=0
2025-08-20T22:48:38.9696754Z [00:01:52.764]➜    removed_comdat_mem=0
2025-08-20T22:48:38.9697533Z [00:01:52.764]➜              num_dsos=0
2025-08-20T22:48:38.9698184Z [00:01:52.764]➜       parsed_lto_objs=1
2025-08-20T22:48:38.9698735Z [00:01:52.764]➜              num_cies=1
2025-08-20T22:48:38.9699209Z [00:01:52.764]➜       num_unique_cies=1
2025-08-20T22:48:38.9699689Z [00:01:52.764]➜              num_fdes=2
2025-08-20T22:48:38.9700162Z [00:01:52.764]➜        merged_strings=16
2025-08-20T22:48:38.9700644Z [00:01:52.764]➜              num_objs=17
2025-08-20T22:48:38.9701322Z [00:01:52.764]➜         output_chunks=25
2025-08-20T22:48:38.9701833Z [00:01:52.764]➜      string_fragments=38
2025-08-20T22:48:38.9702328Z [00:01:52.764]➜      garbage_sections=45
2025-08-20T22:48:38.9702823Z [00:01:52.764]➜        undefined_syms=99
2025-08-20T22:48:38.9703317Z [00:01:52.764]➜           reloc_alloc=157
2025-08-20T22:48:38.9703799Z [00:01:52.764]➜          defined_syms=162
2025-08-20T22:48:38.9704283Z [00:01:52.764]➜        input_sections=374
2025-08-20T22:48:38.9704770Z [00:01:52.764]➜           parsed_objs=1657
2025-08-20T22:48:38.9705274Z [00:01:52.764]➜      regular_sections=9630
2025-08-20T22:48:38.9705776Z [00:01:52.764]➜              all_syms=25258
2025-08-20T22:48:38.9706578Z [00:01:52.764]➜     total_input_bytes=38754674
2025-08-20T22:48:38.9707197Z [00:01:52.764]➜  .comment estimation=1627 actual=4
2025-08-20T22:48:38.9707804Z [00:01:52.764]➜  .rodata.cst16 estimation=1631 actual=10
2025-08-20T22:48:38.9708437Z [00:01:52.764]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:48:38.9996882Z [00:01:52.795]➜  using _mm512_dpwssd_epi32 intrinsic ... yes
2025-08-20T22:48:39.0468123Z [00:01:52.841]➜        reloc_nonalloc=0
2025-08-20T22:48:39.0478785Z [00:01:52.843]➜               comdats=0
2025-08-20T22:48:39.0481040Z [00:01:52.843]➜    removed_comdat_mem=0
2025-08-20T22:48:39.0481588Z [00:01:52.843]➜              num_dsos=0
2025-08-20T22:48:39.0482083Z [00:01:52.843]➜       parsed_lto_objs=1
2025-08-20T22:48:39.0482567Z [00:01:52.843]➜              num_cies=1
2025-08-20T22:48:39.0483042Z [00:01:52.843]➜       num_unique_cies=1
2025-08-20T22:48:39.0483521Z [00:01:52.843]➜              num_fdes=2
2025-08-20T22:48:39.0484023Z [00:01:52.843]➜        merged_strings=16
2025-08-20T22:48:39.0484505Z [00:01:52.843]➜              num_objs=17
2025-08-20T22:48:39.0485008Z [00:01:52.843]➜         output_chunks=25
2025-08-20T22:48:39.0485500Z [00:01:52.843]➜      string_fragments=38
2025-08-20T22:48:39.0485991Z [00:01:52.843]➜      garbage_sections=45
2025-08-20T22:48:39.0486477Z [00:01:52.843]➜        undefined_syms=99
2025-08-20T22:48:39.0486982Z [00:01:52.843]➜           reloc_alloc=157
2025-08-20T22:48:39.0487473Z [00:01:52.843]➜          defined_syms=162
2025-08-20T22:48:39.0487960Z [00:01:52.843]➜        input_sections=374
2025-08-20T22:48:39.0488465Z [00:01:52.843]➜           parsed_objs=1657
2025-08-20T22:48:39.0488965Z [00:01:52.843]➜      regular_sections=9630
2025-08-20T22:48:39.0489472Z [00:01:52.843]➜              all_syms=25258
2025-08-20T22:48:39.0490002Z [00:01:52.843]➜     total_input_bytes=38754674
2025-08-20T22:48:39.0490551Z [00:01:52.843]➜  .comment estimation=1627 actual=4
2025-08-20T22:48:39.0491324Z [00:01:52.843]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:48:39.0491939Z [00:01:52.843]➜  .rodata.cst16 estimation=1631 actual=10
2025-08-20T22:48:39.0644830Z [00:01:52.859]➜  using _mm512_dpbusd_epi32 intrinsic ... yes
2025-08-20T22:48:39.3119082Z [00:01:53.107]➜        reloc_nonalloc=0
2025-08-20T22:48:39.3126771Z [00:01:53.107]➜               comdats=0
2025-08-20T22:48:39.3136229Z [00:01:53.108]➜    removed_comdat_mem=0
2025-08-20T22:48:39.3136821Z [00:01:53.108]➜              num_dsos=0
2025-08-20T22:48:39.3137399Z [00:01:53.108]➜       parsed_lto_objs=1
2025-08-20T22:48:39.3137950Z [00:01:53.108]➜              num_cies=1
2025-08-20T22:48:39.3138498Z [00:01:53.108]➜       num_unique_cies=1
2025-08-20T22:48:39.3139039Z [00:01:53.108]➜              num_fdes=2
2025-08-20T22:48:39.3139589Z [00:01:53.108]➜        merged_strings=16
2025-08-20T22:48:39.3140150Z [00:01:53.108]➜              num_objs=17
2025-08-20T22:48:39.3140713Z [00:01:53.108]➜         output_chunks=25
2025-08-20T22:48:39.3141494Z [00:01:53.108]➜      string_fragments=38
2025-08-20T22:48:39.3142091Z [00:01:53.108]➜      garbage_sections=45
2025-08-20T22:48:39.3142661Z [00:01:53.108]➜           reloc_alloc=97
2025-08-20T22:48:39.3143229Z [00:01:53.108]➜        undefined_syms=99
2025-08-20T22:48:39.3143787Z [00:01:53.108]➜          defined_syms=162
2025-08-20T22:48:39.3144362Z [00:01:53.108]➜        input_sections=374
2025-08-20T22:48:39.3144937Z [00:01:53.108]➜           parsed_objs=1657
2025-08-20T22:48:39.3145522Z [00:01:53.108]➜      regular_sections=9630
2025-08-20T22:48:39.3146098Z [00:01:53.108]➜              all_syms=25258
2025-08-20T22:48:39.3146697Z [00:01:53.108]➜     total_input_bytes=38751966
2025-08-20T22:48:39.3147331Z [00:01:53.108]➜  .comment estimation=1627 actual=4
2025-08-20T22:48:39.3148038Z [00:01:53.108]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:48:39.3148744Z [00:01:53.108]➜  .rodata.cst16 estimation=1631 actual=10
2025-08-20T22:48:39.3269847Z [00:01:53.122]➜  using _mm512_storeu_si512 intrinsic ... yes
2025-08-20T22:48:40.3555640Z [00:01:54.150]➜        reloc_nonalloc=0
2025-08-20T22:48:40.3569539Z [00:01:54.152]➜               comdats=0
2025-08-20T22:48:40.3571057Z [00:01:54.152]➜    removed_comdat_mem=0
2025-08-20T22:48:40.3572429Z [00:01:54.152]➜              num_dsos=0
2025-08-20T22:48:40.3573263Z [00:01:54.152]➜       parsed_lto_objs=1
2025-08-20T22:48:40.3574418Z [00:01:54.152]➜              num_cies=1
2025-08-20T22:48:40.3575395Z [00:01:54.152]➜       num_unique_cies=1
2025-08-20T22:48:40.3576258Z [00:01:54.152]➜              num_fdes=2
2025-08-20T22:48:40.3576863Z [00:01:54.152]➜              num_objs=17
2025-08-20T22:48:40.3577436Z [00:01:54.152]➜        merged_strings=17
2025-08-20T22:48:40.3578004Z [00:01:54.152]➜         output_chunks=26
2025-08-20T22:48:40.3578626Z [00:01:54.152]➜      string_fragments=39
2025-08-20T22:48:40.3579192Z [00:01:54.152]➜      garbage_sections=45
2025-08-20T22:48:40.3579745Z [00:01:54.152]➜        undefined_syms=99
2025-08-20T22:48:40.3580310Z [00:01:54.152]➜           reloc_alloc=110
2025-08-20T22:48:40.3581087Z [00:01:54.152]➜          defined_syms=163
2025-08-20T22:48:40.3581601Z [00:01:54.152]➜        input_sections=375
2025-08-20T22:48:40.3582095Z [00:01:54.152]➜           parsed_objs=1657
2025-08-20T22:48:40.3611792Z [00:01:54.152]➜      regular_sections=9631
2025-08-20T22:48:40.3612440Z [00:01:54.152]➜              all_syms=25259
2025-08-20T22:48:40.3613046Z [00:01:54.152]➜     total_input_bytes=38752278
2025-08-20T22:48:40.3613703Z [00:01:54.152]➜  .comment estimation=1627 actual=4
2025-08-20T22:48:40.3614413Z [00:01:54.152]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:48:40.3615124Z [00:01:54.152]➜  .rodata.cst16 estimation=1631 actual=10
2025-08-20T22:48:40.3615818Z [00:01:54.152]➜  .rodata.cst8 estimation=1626 actual=1
2025-08-20T22:48:40.3787074Z [00:01:54.174]➜  using _mm_dpbusd_epi32 intrinsic ... yes
2025-08-20T22:48:40.4188073Z [00:01:54.213]➜        reloc_nonalloc=0
2025-08-20T22:48:40.4188752Z [00:01:54.214]➜               comdats=0
2025-08-20T22:48:40.4189281Z [00:01:54.214]➜    removed_comdat_mem=0
2025-08-20T22:48:40.4189749Z [00:01:54.214]➜              num_dsos=0
2025-08-20T22:48:40.4190487Z [00:01:54.214]➜       parsed_lto_objs=1
2025-08-20T22:48:40.4191145Z [00:01:54.214]➜              num_cies=1
2025-08-20T22:48:40.4191609Z [00:01:54.214]➜       num_unique_cies=1
2025-08-20T22:48:40.4192067Z [00:01:54.214]➜              num_fdes=2
2025-08-20T22:48:40.4192529Z [00:01:54.214]➜              num_objs=17
2025-08-20T22:48:40.4193002Z [00:01:54.214]➜        merged_strings=17
2025-08-20T22:48:40.4193481Z [00:01:54.214]➜         output_chunks=26
2025-08-20T22:48:40.4193958Z [00:01:54.214]➜      string_fragments=39
2025-08-20T22:48:40.4194437Z [00:01:54.214]➜      garbage_sections=45
2025-08-20T22:48:40.4194914Z [00:01:54.214]➜        undefined_syms=99
2025-08-20T22:48:40.4195392Z [00:01:54.214]➜           reloc_alloc=110
2025-08-20T22:48:40.4195873Z [00:01:54.214]➜          defined_syms=163
2025-08-20T22:48:40.4196352Z [00:01:54.214]➜        input_sections=375
2025-08-20T22:48:40.4196856Z [00:01:54.214]➜           parsed_objs=1657
2025-08-20T22:48:40.4197350Z [00:01:54.214]➜      regular_sections=9631
2025-08-20T22:48:40.4197846Z [00:01:54.214]➜              all_syms=25259
2025-08-20T22:48:40.4198358Z [00:01:54.214]➜     total_input_bytes=38752278
2025-08-20T22:48:40.4198909Z [00:01:54.214]➜  .comment estimation=1627 actual=4
2025-08-20T22:48:40.4199503Z [00:01:54.214]➜  .rodata.cst16 estimation=1631 actual=10
2025-08-20T22:48:40.4200110Z [00:01:54.214]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:48:40.4200699Z [00:01:54.214]➜  .rodata.cst8 estimation=1626 actual=1
2025-08-20T22:48:40.4288056Z [00:01:54.224]➜  using _mm_dpwssd_epi32 intrinsic ... yes
2025-08-20T22:48:40.5065671Z [00:01:54.301]➜        reloc_nonalloc=0
2025-08-20T22:48:40.5073388Z [00:01:54.302]➜               comdats=0
2025-08-20T22:48:40.5084138Z [00:01:54.302]➜    removed_comdat_mem=0
2025-08-20T22:48:40.5084677Z [00:01:54.302]➜              num_dsos=0
2025-08-20T22:48:40.5085463Z [00:01:54.302]➜       parsed_lto_objs=1
2025-08-20T22:48:40.5085985Z [00:01:54.302]➜              num_cies=1
2025-08-20T22:48:40.5086484Z [00:01:54.302]➜       num_unique_cies=1
2025-08-20T22:48:40.5086942Z [00:01:54.302]➜              num_fdes=2
2025-08-20T22:48:40.5087399Z [00:01:54.302]➜              num_objs=17
2025-08-20T22:48:40.5087869Z [00:01:54.302]➜        merged_strings=17
2025-08-20T22:48:40.5088341Z [00:01:54.302]➜         output_chunks=26
2025-08-20T22:48:40.5088819Z [00:01:54.302]➜      string_fragments=39
2025-08-20T22:48:40.5089293Z [00:01:54.302]➜      garbage_sections=45
2025-08-20T22:48:40.5089749Z [00:01:54.302]➜           reloc_alloc=98
2025-08-20T22:48:40.5090215Z [00:01:54.302]➜        undefined_syms=99
2025-08-20T22:48:40.5090684Z [00:01:54.302]➜          defined_syms=163
2025-08-20T22:48:40.5091358Z [00:01:54.303]➜        input_sections=375
2025-08-20T22:48:40.5091850Z [00:01:54.303]➜           parsed_objs=1657
2025-08-20T22:48:40.5092352Z [00:01:54.303]➜      regular_sections=9631
2025-08-20T22:48:40.5092858Z [00:01:54.303]➜              all_syms=25259
2025-08-20T22:48:40.5093369Z [00:01:54.303]➜     total_input_bytes=38751650
2025-08-20T22:48:40.5093930Z [00:01:54.303]➜  .comment estimation=1627 actual=4
2025-08-20T22:48:40.5094518Z [00:01:54.303]➜  .rodata.cst16 estimation=1631 actual=10
2025-08-20T22:48:40.5095115Z [00:01:54.303]➜  .rodata.cst32 estimation=1626 actual=1
2025-08-20T22:48:40.5095706Z [00:01:54.303]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:48:40.5283643Z [00:01:54.323]➜  using _mm_add_epi8 intrinsic ... yes
2025-08-20T22:48:40.5982342Z [00:01:54.393]➜        reloc_nonalloc=0
2025-08-20T22:48:40.5989166Z [00:01:54.394]➜               comdats=0
2025-08-20T22:48:40.5995667Z [00:01:54.394]➜    removed_comdat_mem=0
2025-08-20T22:48:40.5996170Z [00:01:54.394]➜              num_dsos=0
2025-08-20T22:48:40.5996661Z [00:01:54.394]➜       parsed_lto_objs=1
2025-08-20T22:48:40.5997143Z [00:01:54.394]➜              num_cies=1
2025-08-20T22:48:40.5997615Z [00:01:54.394]➜       num_unique_cies=1
2025-08-20T22:48:40.5998123Z [00:01:54.394]➜              num_fdes=1
2025-08-20T22:48:40.5998586Z [00:01:54.394]➜        merged_strings=6
2025-08-20T22:48:40.5999328Z [00:01:54.394]➜              num_objs=17
2025-08-20T22:48:40.6002828Z [00:01:54.394]➜         output_chunks=24
2025-08-20T22:48:40.6003336Z [00:01:54.394]➜      string_fragments=28
2025-08-20T22:48:40.6003824Z [00:01:54.394]➜      garbage_sections=45
2025-08-20T22:48:40.6004268Z [00:01:54.394]➜           reloc_alloc=83
2025-08-20T22:48:40.6004703Z [00:01:54.394]➜        undefined_syms=99
2025-08-20T22:48:40.6005145Z [00:01:54.394]➜          defined_syms=150
2025-08-20T22:48:40.6007175Z [00:01:54.394]➜        input_sections=370
2025-08-20T22:48:40.6007730Z [00:01:54.394]➜           parsed_objs=1657
2025-08-20T22:48:40.6008241Z [00:01:54.394]➜      regular_sections=9628
2025-08-20T22:48:40.6008727Z [00:01:54.394]➜              all_syms=25245
2025-08-20T22:48:40.6009251Z [00:01:54.394]➜     total_input_bytes=38746830
2025-08-20T22:48:40.6020415Z [00:01:54.394]➜  .comment estimation=1627 actual=4
2025-08-20T22:48:40.6021247Z [00:01:54.394]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:48:40.6021795Z [00:01:54.396]➜        reloc_nonalloc=0
2025-08-20T22:48:40.6022242Z [00:01:54.396]➜               comdats=0
2025-08-20T22:48:40.6022719Z [00:01:54.396]➜    removed_comdat_mem=0
2025-08-20T22:48:40.6023189Z [00:01:54.396]➜              num_dsos=0
2025-08-20T22:48:40.6023666Z [00:01:54.396]➜       parsed_lto_objs=1
2025-08-20T22:48:40.6024140Z [00:01:54.396]➜              num_cies=1
2025-08-20T22:48:40.6024602Z [00:01:54.396]➜       num_unique_cies=1
2025-08-20T22:48:40.6025063Z [00:01:54.396]➜              num_fdes=2
2025-08-20T22:48:40.6025529Z [00:01:54.397]➜              num_objs=18
2025-08-20T22:48:40.6026012Z [00:01:54.397]➜        merged_strings=18
2025-08-20T22:48:40.6026492Z [00:01:54.397]➜         output_chunks=26
2025-08-20T22:48:40.6026967Z [00:01:54.397]➜      string_fragments=42
2025-08-20T22:48:40.6027694Z [00:01:54.397]➜      garbage_sections=49
2025-08-20T22:48:40.6028202Z [00:01:54.397]➜        undefined_syms=106
2025-08-20T22:48:40.6028709Z [00:01:54.397]➜           reloc_alloc=131
2025-08-20T22:48:40.6029191Z [00:01:54.397]➜          defined_syms=175
2025-08-20T22:48:40.6029679Z [00:01:54.397]➜        input_sections=404
2025-08-20T22:48:40.6030172Z [00:01:54.397]➜           parsed_objs=1657
2025-08-20T22:48:40.6030681Z [00:01:54.397]➜      regular_sections=9631
2025-08-20T22:48:40.6031371Z [00:01:54.397]➜              all_syms=25261
2025-08-20T22:48:40.6031902Z [00:01:54.397]➜     total_input_bytes=38753638
2025-08-20T22:48:40.6032449Z [00:01:54.397]➜  .comment estimation=1627 actual=4
2025-08-20T22:48:40.6033020Z [00:01:54.397]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:48:40.6033584Z [00:01:54.397]➜  .rodata.cst16 estimation=1631 actual=10
2025-08-20T22:48:40.6034175Z [00:01:54.397]➜  .rodata.cst8 estimation=1627 actual=2
2025-08-20T22:48:40.6211351Z [00:01:54.416]➜  using _mm_loadu_si128 intrinsic ... yes
2025-08-20T22:48:40.6256558Z [00:01:54.420]➜        reloc_nonalloc=0
2025-08-20T22:48:40.6265887Z [00:01:54.421]➜  using pragma push/pop ... yes
2025-08-20T22:48:40.6276857Z [00:01:54.422]➜               comdats=0
2025-08-20T22:48:40.6277413Z [00:01:54.422]➜    removed_comdat_mem=0
2025-08-20T22:48:40.6279286Z [00:01:54.422]➜              num_dsos=0
2025-08-20T22:48:40.6283656Z [00:01:54.422]➜       parsed_lto_objs=1
2025-08-20T22:48:40.6287085Z [00:01:54.422]➜              num_cies=1
2025-08-20T22:48:40.6289726Z [00:01:54.422]➜       num_unique_cies=1
2025-08-20T22:48:40.6292253Z [00:01:54.422]➜              num_fdes=1
2025-08-20T22:48:40.6292954Z [00:01:54.423]➜        merged_strings=6
2025-08-20T22:48:40.6295337Z [00:01:54.423]➜              num_objs=17
2025-08-20T22:48:40.6295854Z [00:01:54.423]➜         output_chunks=24
2025-08-20T22:48:40.6296376Z [00:01:54.423]➜      string_fragments=28
2025-08-20T22:48:40.6296865Z [00:01:54.423]➜      garbage_sections=45
2025-08-20T22:48:40.6297386Z [00:01:54.423]➜           reloc_alloc=83
2025-08-20T22:48:40.6297884Z [00:01:54.423]➜        undefined_syms=99
2025-08-20T22:48:40.6298727Z [00:01:54.423]➜          defined_syms=150
2025-08-20T22:48:40.6299243Z [00:01:54.423]➜        input_sections=370
2025-08-20T22:48:40.6299755Z [00:01:54.423]➜           parsed_objs=1657
2025-08-20T22:48:40.6300267Z [00:01:54.423]➜      regular_sections=9628
2025-08-20T22:48:40.6301019Z [00:01:54.423]➜              all_syms=25245
2025-08-20T22:48:40.6301572Z [00:01:54.423]➜     total_input_bytes=38746846
2025-08-20T22:48:40.6302131Z [00:01:54.423]➜  .comment estimation=1627 actual=4
2025-08-20T22:48:40.6302740Z [00:01:54.423]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:48:40.6451738Z [00:01:54.440]➜  using pragma inside functions ... yes
2025-08-20T22:48:40.6755343Z [00:01:54.470]➜  using pragma gcc no-hard-dfp ... no
2025-08-20T22:48:40.7181377Z [00:01:54.513]➜        reloc_nonalloc=0
2025-08-20T22:48:40.7201269Z [00:01:54.515]➜               comdats=0
2025-08-20T22:48:40.7201920Z [00:01:54.515]➜    removed_comdat_mem=0
2025-08-20T22:48:40.7202401Z [00:01:54.515]➜              num_dsos=0
2025-08-20T22:48:40.7203436Z [00:01:54.515]➜       parsed_lto_objs=1
2025-08-20T22:48:40.7203937Z [00:01:54.515]➜              num_cies=1
2025-08-20T22:48:40.7204406Z [00:01:54.515]➜       num_unique_cies=1
2025-08-20T22:48:40.7204877Z [00:01:54.515]➜              num_fdes=2
2025-08-20T22:48:40.7205339Z [00:01:54.515]➜              num_objs=17
2025-08-20T22:48:40.7205816Z [00:01:54.515]➜        merged_strings=17
2025-08-20T22:48:40.7206292Z [00:01:54.515]➜         output_chunks=26
2025-08-20T22:48:40.7206776Z [00:01:54.515]➜      string_fragments=39
2025-08-20T22:48:40.7207281Z [00:01:54.515]➜      garbage_sections=45
2025-08-20T22:48:40.7207746Z [00:01:54.515]➜           reloc_alloc=98
2025-08-20T22:48:40.7208213Z [00:01:54.515]➜        undefined_syms=99
2025-08-20T22:48:40.7208689Z [00:01:54.515]➜          defined_syms=163
2025-08-20T22:48:40.7209174Z [00:01:54.515]➜        input_sections=375
2025-08-20T22:48:40.7209886Z [00:01:54.515]➜           parsed_objs=1657
2025-08-20T22:48:40.7210399Z [00:01:54.515]➜      regular_sections=9631
2025-08-20T22:48:40.7211088Z [00:01:54.515]➜              all_syms=25259
2025-08-20T22:48:40.7211609Z [00:01:54.515]➜     total_input_bytes=38751642
2025-08-20T22:48:40.7212161Z [00:01:54.515]➜  .comment estimation=1627 actual=4
2025-08-20T22:48:40.7212758Z [00:01:54.515]➜  .rodata.cst16 estimation=1631 actual=10
2025-08-20T22:48:40.7213355Z [00:01:54.515]➜  .rodata.cst32 estimation=1626 actual=1
2025-08-20T22:48:40.7213949Z [00:01:54.515]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:48:40.7407084Z [00:01:54.536]➜  using _mm_storeu_si128 intrinsic ... yes
2025-08-20T22:48:40.8019883Z [00:01:54.597]➜        reloc_nonalloc=0
2025-08-20T22:48:40.8025722Z [00:01:54.597]➜               comdats=0
2025-08-20T22:48:40.8026476Z [00:01:54.597]➜    removed_comdat_mem=0
2025-08-20T22:48:40.8027370Z [00:01:54.597]➜              num_dsos=0
2025-08-20T22:48:40.8028201Z [00:01:54.597]➜       parsed_lto_objs=1
2025-08-20T22:48:40.8028881Z [00:01:54.597]➜       num_unique_cies=1
2025-08-20T22:48:40.8029387Z [00:01:54.597]➜              num_cies=2
2025-08-20T22:48:40.8029845Z [00:01:54.597]➜              num_fdes=2
2025-08-20T22:48:40.8030298Z [00:01:54.597]➜              num_objs=18
2025-08-20T22:48:40.8030921Z [00:01:54.597]➜         output_chunks=26
2025-08-20T22:48:40.8031402Z [00:01:54.597]➜        merged_strings=26
2025-08-20T22:48:40.8031859Z [00:01:54.597]➜      garbage_sections=47
2025-08-20T22:48:40.8032318Z [00:01:54.597]➜      string_fragments=50
2025-08-20T22:48:40.8032779Z [00:01:54.597]➜        undefined_syms=104
2025-08-20T22:48:40.8033241Z [00:01:54.597]➜          defined_syms=172
2025-08-20T22:48:40.8033702Z [00:01:54.597]➜        input_sections=390
2025-08-20T22:48:40.8034149Z [00:01:54.597]➜           reloc_alloc=449
2025-08-20T22:48:40.8034604Z [00:01:54.597]➜           parsed_objs=1657
2025-08-20T22:48:40.8035088Z [00:01:54.597]➜      regular_sections=9628
2025-08-20T22:48:40.8035574Z [00:01:54.597]➜              all_syms=25249
2025-08-20T22:48:40.8036066Z [00:01:54.598]➜     total_input_bytes=38747598
2025-08-20T22:48:40.8036890Z [00:01:54.598]➜  .comment estimation=1627 actual=4
2025-08-20T22:48:40.8037517Z [00:01:54.598]➜  .rodata.cst8 estimation=1636 actual=20
2025-08-20T22:48:40.8038104Z [00:01:54.598]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:48:40.8225175Z [00:01:54.617]➜  using target_clones attribute ... yes
2025-08-20T22:48:40.8463739Z [00:01:54.641]➜        reloc_nonalloc=0
2025-08-20T22:48:40.8476818Z [00:01:54.642]➜               comdats=0
2025-08-20T22:48:40.8477363Z [00:01:54.642]➜    removed_comdat_mem=0
2025-08-20T22:48:40.8477835Z [00:01:54.642]➜              num_dsos=0
2025-08-20T22:48:40.8478306Z [00:01:54.642]➜       parsed_lto_objs=1
2025-08-20T22:48:40.8478778Z [00:01:54.642]➜              num_cies=1
2025-08-20T22:48:40.8479241Z [00:01:54.642]➜       num_unique_cies=1
2025-08-20T22:48:40.8479698Z [00:01:54.642]➜              num_fdes=1
2025-08-20T22:48:40.8480194Z [00:01:54.642]➜        merged_strings=7
2025-08-20T22:48:40.8480668Z [00:01:54.642]➜              num_objs=18
2025-08-20T22:48:40.8481336Z [00:01:54.642]➜         output_chunks=24
2025-08-20T22:48:40.8481829Z [00:01:54.642]➜      string_fragments=31
2025-08-20T22:48:40.8482301Z [00:01:54.642]➜      garbage_sections=49
2025-08-20T22:48:40.8482764Z [00:01:54.642]➜           reloc_alloc=88
2025-08-20T22:48:40.8483212Z [00:01:54.642]➜        undefined_syms=106
2025-08-20T22:48:40.8483666Z [00:01:54.642]➜          defined_syms=162
2025-08-20T22:48:40.8484128Z [00:01:54.642]➜        input_sections=401
2025-08-20T22:48:40.8484591Z [00:01:54.642]➜           parsed_objs=1657
2025-08-20T22:48:40.8485063Z [00:01:54.642]➜      regular_sections=9629
2025-08-20T22:48:40.8485544Z [00:01:54.642]➜              all_syms=25248
2025-08-20T22:48:40.8486050Z [00:01:54.642]➜     total_input_bytes=38748418
2025-08-20T22:48:40.8486589Z [00:01:54.642]➜  .comment estimation=1627 actual=4
2025-08-20T22:48:40.8487367Z [00:01:54.642]➜  .rodata.str1.1 estimation=1627 actual=3
2025-08-20T22:48:40.8604016Z [00:01:54.655]➜        reloc_nonalloc=0
2025-08-20T22:48:40.8615127Z [00:01:54.656]➜               comdats=0
2025-08-20T22:48:40.8615672Z [00:01:54.656]➜    removed_comdat_mem=0
2025-08-20T22:48:40.8616147Z [00:01:54.656]➜              num_dsos=0
2025-08-20T22:48:40.8616627Z [00:01:54.656]➜       parsed_lto_objs=1
2025-08-20T22:48:40.8617098Z [00:01:54.656]➜              num_cies=1
2025-08-20T22:48:40.8617561Z [00:01:54.656]➜       num_unique_cies=1
2025-08-20T22:48:40.8618030Z [00:01:54.656]➜              num_fdes=1
2025-08-20T22:48:40.8618505Z [00:01:54.656]➜         output_chunks=27
2025-08-20T22:48:40.8618995Z [00:01:54.656]➜        merged_strings=31
2025-08-20T22:48:40.8619467Z [00:01:54.656]➜              num_objs=43
2025-08-20T22:48:40.8619948Z [00:01:54.656]➜      string_fragments=103
2025-08-20T22:48:40.8620444Z [00:01:54.656]➜      garbage_sections=129
2025-08-20T22:48:40.8621112Z [00:01:54.656]➜        undefined_syms=183
2025-08-20T22:48:40.8621604Z [00:01:54.656]➜           reloc_alloc=312
2025-08-20T22:48:40.8622114Z [00:01:54.656]➜          defined_syms=468
2025-08-20T22:48:40.8622616Z [00:01:54.656]➜        input_sections=1097
2025-08-20T22:48:40.8623111Z [00:01:54.656]➜           parsed_objs=1657
2025-08-20T22:48:40.8623606Z [00:01:54.656]➜      regular_sections=9631
2025-08-20T22:48:40.8624096Z [00:01:54.656]➜              all_syms=25256
2025-08-20T22:48:40.8624614Z [00:01:54.656]➜     total_input_bytes=38749110
2025-08-20T22:48:40.8625159Z [00:01:54.656]➜  .comment estimation=1627 actual=4
2025-08-20T22:48:40.8625758Z [00:01:54.656]➜  .rodata.str1.1 estimation=1631 actual=11
2025-08-20T22:48:40.8626314Z [00:01:54.656]➜  .rodata.cst4 estimation=1630 actual=9
2025-08-20T22:48:40.8626863Z [00:01:54.656]➜  .rodata.cst16 estimation=1629 actual=7
2025-08-20T22:48:40.8651228Z [00:01:54.660]➜  using __restrict keyword ... yes
2025-08-20T22:48:40.8888612Z [00:01:54.684]➜  using pragma gcc prefetch ... yes
2025-08-20T22:48:40.9049860Z [00:01:54.700]➜        reloc_nonalloc=0
2025-08-20T22:48:40.9073206Z [00:01:54.701]➜               comdats=0
2025-08-20T22:48:40.9074034Z [00:01:54.701]➜    removed_comdat_mem=0
2025-08-20T22:48:40.9074509Z [00:01:54.701]➜              num_dsos=0
2025-08-20T22:48:40.9075167Z [00:01:54.701]➜       parsed_lto_objs=1
2025-08-20T22:48:40.9076087Z [00:01:54.701]➜       num_unique_cies=1
2025-08-20T22:48:40.9076992Z [00:01:54.701]➜              num_cies=2
2025-08-20T22:48:40.9077897Z [00:01:54.701]➜              num_fdes=2
2025-08-20T22:48:40.9078823Z [00:01:54.701]➜              num_objs=18
2025-08-20T22:48:40.9079744Z [00:01:54.701]➜         output_chunks=26
2025-08-20T22:48:40.9080670Z [00:01:54.701]➜        merged_strings=26
2025-08-20T22:48:40.9081877Z [00:01:54.701]➜      garbage_sections=47
2025-08-20T22:48:40.9082393Z [00:01:54.701]➜      string_fragments=50
2025-08-20T22:48:40.9082897Z [00:01:54.701]➜        undefined_syms=104
2025-08-20T22:48:40.9083412Z [00:01:54.701]➜          defined_syms=172
2025-08-20T22:48:40.9083912Z [00:01:54.701]➜        input_sections=390
2025-08-20T22:48:40.9084418Z [00:01:54.701]➜           reloc_alloc=449
2025-08-20T22:48:40.9084932Z [00:01:54.701]➜           parsed_objs=1657
2025-08-20T22:48:40.9085448Z [00:01:54.701]➜      regular_sections=9628
2025-08-20T22:48:40.9085954Z [00:01:54.701]➜              all_syms=25251
2025-08-20T22:48:40.9086490Z [00:01:54.701]➜     total_input_bytes=38748718
2025-08-20T22:48:40.9087054Z [00:01:54.701]➜  .comment estimation=1627 actual=4
2025-08-20T22:48:40.9087652Z [00:01:54.701]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:48:40.9088270Z [00:01:54.701]➜  .rodata.cst8 estimation=1636 actual=20
2025-08-20T22:48:40.9185954Z [00:01:54.713]➜  using target_clones arch=alderlake attribute (x86) ... yes
2025-08-20T22:48:40.9758437Z [00:01:54.770]➜        reloc_nonalloc=0
2025-08-20T22:48:40.9794646Z [00:01:54.774]➜               comdats=0
2025-08-20T22:48:40.9795436Z [00:01:54.774]➜    removed_comdat_mem=0
2025-08-20T22:48:40.9798700Z [00:01:54.774]➜              num_dsos=0
2025-08-20T22:48:40.9799215Z [00:01:54.775]➜       parsed_lto_objs=1
2025-08-20T22:48:40.9799691Z [00:01:54.775]➜       num_unique_cies=1
2025-08-20T22:48:40.9800131Z [00:01:54.775]➜              num_cies=2
2025-08-20T22:48:40.9800568Z [00:01:54.775]➜              num_fdes=2
2025-08-20T22:48:40.9802249Z [00:01:54.775]➜              num_objs=18
2025-08-20T22:48:40.9802748Z [00:01:54.775]➜         output_chunks=26
2025-08-20T22:48:40.9803225Z [00:01:54.775]➜        merged_strings=26
2025-08-20T22:48:40.9803693Z [00:01:54.775]➜      garbage_sections=47
2025-08-20T22:48:40.9804141Z [00:01:54.775]➜      string_fragments=50
2025-08-20T22:48:40.9804602Z [00:01:54.775]➜        undefined_syms=104
2025-08-20T22:48:40.9805060Z [00:01:54.775]➜          defined_syms=172
2025-08-20T22:48:40.9805527Z [00:01:54.775]➜        input_sections=390
2025-08-20T22:48:40.9805986Z [00:01:54.775]➜           reloc_alloc=449
2025-08-20T22:48:40.9806456Z [00:01:54.775]➜           parsed_objs=1657
2025-08-20T22:48:40.9806916Z [00:01:54.775]➜      regular_sections=9628
2025-08-20T22:48:40.9807447Z [00:01:54.775]➜              all_syms=25251
2025-08-20T22:48:40.9807948Z [00:01:54.775]➜     total_input_bytes=38748810
2025-08-20T22:48:40.9808472Z [00:01:54.775]➜  .comment estimation=1627 actual=4
2025-08-20T22:48:40.9809027Z [00:01:54.775]➜  .rodata.cst8 estimation=1636 actual=20
2025-08-20T22:48:40.9809605Z [00:01:54.775]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:48:40.9874066Z [00:01:54.782]➜  using target_clones arch=arrowlake attribute (x86) ... yes
2025-08-20T22:48:40.9992966Z [00:01:54.794]➜        reloc_nonalloc=0
2025-08-20T22:48:40.9998535Z [00:01:54.795]➜               comdats=0
2025-08-20T22:48:41.0002222Z [00:01:54.795]➜    removed_comdat_mem=0
2025-08-20T22:48:41.0002982Z [00:01:54.795]➜              num_dsos=0
2025-08-20T22:48:41.0003601Z [00:01:54.795]➜       parsed_lto_objs=1
2025-08-20T22:48:41.0004184Z [00:01:54.795]➜       num_unique_cies=1
2025-08-20T22:48:41.0004899Z [00:01:54.795]➜              num_cies=2
2025-08-20T22:48:41.0005622Z [00:01:54.795]➜              num_fdes=2
2025-08-20T22:48:41.0007342Z [00:01:54.795]➜              num_objs=18
2025-08-20T22:48:41.0007844Z [00:01:54.795]➜         output_chunks=26
2025-08-20T22:48:41.0008321Z [00:01:54.795]➜        merged_strings=26
2025-08-20T22:48:41.0008801Z [00:01:54.795]➜      garbage_sections=47
2025-08-20T22:48:41.0009284Z [00:01:54.795]➜      string_fragments=50
2025-08-20T22:48:41.0009767Z [00:01:54.795]➜        undefined_syms=104
2025-08-20T22:48:41.0010256Z [00:01:54.795]➜          defined_syms=172
2025-08-20T22:48:41.0010734Z [00:01:54.795]➜        input_sections=390
2025-08-20T22:48:41.0011391Z [00:01:54.795]➜           reloc_alloc=449
2025-08-20T22:48:41.0011875Z [00:01:54.795]➜           parsed_objs=1657
2025-08-20T22:48:41.0012360Z [00:01:54.795]➜      regular_sections=9628
2025-08-20T22:48:41.0012844Z [00:01:54.795]➜              all_syms=25251
2025-08-20T22:48:41.0013380Z [00:01:54.795]➜     total_input_bytes=38748246
2025-08-20T22:48:41.0013955Z [00:01:54.795]➜  .comment estimation=1627 actual=4
2025-08-20T22:48:41.0014569Z [00:01:54.795]➜  .rodata.cst8 estimation=1636 actual=20
2025-08-20T22:48:41.0016024Z [00:01:54.795]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:48:41.0159165Z [00:01:54.811]➜  using target_clones avx attribute (x86) ... yes
2025-08-20T22:48:41.0921737Z [00:01:54.887]➜        reloc_nonalloc=0
2025-08-20T22:48:41.0932918Z [00:01:54.888]➜               comdats=0
2025-08-20T22:48:41.0933438Z [00:01:54.888]➜    removed_comdat_mem=0
2025-08-20T22:48:41.0933913Z [00:01:54.888]➜              num_dsos=0
2025-08-20T22:48:41.0934425Z [00:01:54.888]➜       parsed_lto_objs=1
2025-08-20T22:48:41.0934884Z [00:01:54.888]➜              num_cies=1
2025-08-20T22:48:41.0935348Z [00:01:54.888]➜       num_unique_cies=1
2025-08-20T22:48:41.0935813Z [00:01:54.888]➜              num_fdes=1
2025-08-20T22:48:41.0945199Z [00:01:54.888]➜        merged_strings=6
2025-08-20T22:48:41.0946084Z [00:01:54.888]➜              num_objs=17
2025-08-20T22:48:41.0946602Z [00:01:54.888]➜         output_chunks=24
2025-08-20T22:48:41.0947115Z [00:01:54.888]➜      string_fragments=28
2025-08-20T22:48:41.0947605Z [00:01:54.888]➜      garbage_sections=45
2025-08-20T22:48:41.0948075Z [00:01:54.888]➜           reloc_alloc=83
2025-08-20T22:48:41.0948544Z [00:01:54.888]➜        undefined_syms=99
2025-08-20T22:48:41.0949007Z [00:01:54.888]➜          defined_syms=150
2025-08-20T22:48:41.0949489Z [00:01:54.888]➜        input_sections=370
2025-08-20T22:48:41.0949987Z [00:01:54.888]➜           parsed_objs=1657
2025-08-20T22:48:41.0950499Z [00:01:54.888]➜      regular_sections=9628
2025-08-20T22:48:41.0957642Z [00:01:54.888]➜              all_syms=25246
2025-08-20T22:48:41.0958185Z [00:01:54.888]➜     total_input_bytes=38746930
2025-08-20T22:48:41.0958709Z [00:01:54.888]➜  .comment estimation=1627 actual=4
2025-08-20T22:48:41.0959264Z [00:01:54.888]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:48:41.0959804Z [00:01:54.890]➜        reloc_nonalloc=0
2025-08-20T22:48:41.0960244Z [00:01:54.890]➜               comdats=0
2025-08-20T22:48:41.0961164Z [00:01:54.890]➜    removed_comdat_mem=0
2025-08-20T22:48:41.0961641Z [00:01:54.890]➜              num_dsos=0
2025-08-20T22:48:41.0962155Z [00:01:54.890]➜       parsed_lto_objs=1
2025-08-20T22:48:41.0962601Z [00:01:54.890]➜       num_unique_cies=1
2025-08-20T22:48:41.0963071Z [00:01:54.890]➜              num_cies=2
2025-08-20T22:48:41.0963498Z [00:01:54.890]➜              num_fdes=2
2025-08-20T22:48:41.0963955Z [00:01:54.890]➜              num_objs=18
2025-08-20T22:48:41.0964433Z [00:01:54.890]➜         output_chunks=26
2025-08-20T22:48:41.0964911Z [00:01:54.890]➜        merged_strings=26
2025-08-20T22:48:41.0965397Z [00:01:54.890]➜      garbage_sections=47
2025-08-20T22:48:41.0965870Z [00:01:54.891]➜      string_fragments=50
2025-08-20T22:48:41.0966379Z [00:01:54.891]➜        undefined_syms=104
2025-08-20T22:48:41.0966874Z [00:01:54.891]➜          defined_syms=172
2025-08-20T22:48:41.0967403Z [00:01:54.891]➜        input_sections=390
2025-08-20T22:48:41.0967889Z [00:01:54.891]➜           reloc_alloc=449
2025-08-20T22:48:41.0968394Z [00:01:54.891]➜           parsed_objs=1657
2025-08-20T22:48:41.0968911Z [00:01:54.891]➜      regular_sections=9628
2025-08-20T22:48:41.0969401Z [00:01:54.891]➜              all_syms=25251
2025-08-20T22:48:41.0969914Z [00:01:54.891]➜     total_input_bytes=38748258
2025-08-20T22:48:41.0970467Z [00:01:54.891]➜  .comment estimation=1627 actual=4
2025-08-20T22:48:41.0971530Z [00:01:54.891]➜  .rodata.cst8 estimation=1636 actual=20
2025-08-20T22:48:41.0972157Z [00:01:54.891]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:48:41.1085139Z [00:01:54.903]➜  using target_clones avx2 attribute (x86) ... yes
2025-08-20T22:48:41.1166702Z [00:01:54.912]➜  using target_clones avxvnni attribute (x86) ... yes
2025-08-20T22:48:41.1358636Z [00:01:54.931]➜        reloc_nonalloc=0
2025-08-20T22:48:41.1363649Z [00:01:54.931]➜               comdats=0
2025-08-20T22:48:41.1365059Z [00:01:54.931]➜    removed_comdat_mem=0
2025-08-20T22:48:41.1365645Z [00:01:54.931]➜              num_dsos=0
2025-08-20T22:48:41.1367832Z [00:01:54.931]➜       parsed_lto_objs=1
2025-08-20T22:48:41.1368644Z [00:01:54.932]➜       num_unique_cies=1
2025-08-20T22:48:41.1369582Z [00:01:54.932]➜              num_cies=2
2025-08-20T22:48:41.1370096Z [00:01:54.932]➜              num_fdes=2
2025-08-20T22:48:41.1370653Z [00:01:54.932]➜              num_objs=18
2025-08-20T22:48:41.1371456Z [00:01:54.932]➜         output_chunks=26
2025-08-20T22:48:41.1371980Z [00:01:54.932]➜        merged_strings=26
2025-08-20T22:48:41.1372469Z [00:01:54.932]➜      garbage_sections=47
2025-08-20T22:48:41.1372997Z [00:01:54.932]➜      string_fragments=50
2025-08-20T22:48:41.1373534Z [00:01:54.932]➜        undefined_syms=104
2025-08-20T22:48:41.1374066Z [00:01:54.932]➜          defined_syms=172
2025-08-20T22:48:41.1374570Z [00:01:54.932]➜        input_sections=390
2025-08-20T22:48:41.1375094Z [00:01:54.932]➜           reloc_alloc=449
2025-08-20T22:48:41.1375637Z [00:01:54.932]➜           parsed_objs=1657
2025-08-20T22:48:41.1376159Z [00:01:54.932]➜      regular_sections=9628
2025-08-20T22:48:41.1376691Z [00:01:54.932]➜              all_syms=25251
2025-08-20T22:48:41.1377215Z [00:01:54.932]➜     total_input_bytes=38748622
2025-08-20T22:48:41.1377773Z [00:01:54.932]➜  .comment estimation=1627 actual=4
2025-08-20T22:48:41.1378380Z [00:01:54.932]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:48:41.1378989Z [00:01:54.932]➜  .rodata.cst8 estimation=1636 actual=20
2025-08-20T22:48:41.1477123Z [00:01:54.943]➜  using target_clones arch=cooperlake attribute (x86) ... yes
2025-08-20T22:48:41.1952781Z [00:01:54.988]➜        reloc_nonalloc=0
2025-08-20T22:48:41.1971684Z [00:01:54.990]➜               comdats=0
2025-08-20T22:48:41.1972618Z [00:01:54.990]➜    removed_comdat_mem=0
2025-08-20T22:48:41.1973302Z [00:01:54.990]➜              num_dsos=0
2025-08-20T22:48:41.1973779Z [00:01:54.990]➜       parsed_lto_objs=1
2025-08-20T22:48:41.1974320Z [00:01:54.990]➜       num_unique_cies=1
2025-08-20T22:48:41.1974805Z [00:01:54.990]➜              num_cies=2
2025-08-20T22:48:41.1975537Z [00:01:54.990]➜              num_fdes=2
2025-08-20T22:48:41.1975997Z [00:01:54.990]➜              num_objs=18
2025-08-20T22:48:41.1976520Z [00:01:54.990]➜         output_chunks=26
2025-08-20T22:48:41.1977037Z [00:01:54.990]➜        merged_strings=26
2025-08-20T22:48:41.1977528Z [00:01:54.990]➜      garbage_sections=47
2025-08-20T22:48:41.1978005Z [00:01:54.990]➜      string_fragments=50
2025-08-20T22:48:41.1978498Z [00:01:54.990]➜        undefined_syms=104
2025-08-20T22:48:41.1978999Z [00:01:54.990]➜          defined_syms=172
2025-08-20T22:48:41.1979489Z [00:01:54.990]➜        input_sections=390
2025-08-20T22:48:41.1979959Z [00:01:54.990]➜           reloc_alloc=449
2025-08-20T22:48:41.1980461Z [00:01:54.990]➜           parsed_objs=1657
2025-08-20T22:48:41.1981199Z [00:01:54.990]➜      regular_sections=9628
2025-08-20T22:48:41.1981733Z [00:01:54.990]➜              all_syms=25251
2025-08-20T22:48:41.1982296Z [00:01:54.990]➜     total_input_bytes=38749454
2025-08-20T22:48:41.1982863Z [00:01:54.990]➜  .comment estimation=1627 actual=4
2025-08-20T22:48:41.1983455Z [00:01:54.990]➜  .rodata.cst8 estimation=1636 actual=20
2025-08-20T22:48:41.1984067Z [00:01:54.990]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:48:41.2050022Z [00:01:55.000]➜  using target_clones arch=diamondrapids attribute (x86) ... yes
2025-08-20T22:48:41.2414257Z [00:01:55.036]➜        reloc_nonalloc=0
2025-08-20T22:48:41.2419477Z [00:01:55.037]➜               comdats=0
2025-08-20T22:48:41.2420985Z [00:01:55.037]➜    removed_comdat_mem=0
2025-08-20T22:48:41.2421523Z [00:01:55.037]➜              num_dsos=0
2025-08-20T22:48:41.2422052Z [00:01:55.037]➜       parsed_lto_objs=1
2025-08-20T22:48:41.2425129Z [00:01:55.037]➜       num_unique_cies=1
2025-08-20T22:48:41.2425669Z [00:01:55.037]➜              num_cies=2
2025-08-20T22:48:41.2426157Z [00:01:55.037]➜              num_fdes=2
2025-08-20T22:48:41.2426936Z [00:01:55.037]➜              num_objs=18
2025-08-20T22:48:41.2427463Z [00:01:55.037]➜         output_chunks=26
2025-08-20T22:48:41.2427988Z [00:01:55.037]➜        merged_strings=26
2025-08-20T22:48:41.2428474Z [00:01:55.037]➜      garbage_sections=47
2025-08-20T22:48:41.2428963Z [00:01:55.037]➜      string_fragments=50
2025-08-20T22:48:41.2429457Z [00:01:55.037]➜        undefined_syms=104
2025-08-20T22:48:41.2429959Z [00:01:55.037]➜          defined_syms=172
2025-08-20T22:48:41.2430446Z [00:01:55.037]➜        input_sections=390
2025-08-20T22:48:41.2431102Z [00:01:55.037]➜           reloc_alloc=449
2025-08-20T22:48:41.2431577Z [00:01:55.037]➜           parsed_objs=1657
2025-08-20T22:48:41.2432074Z [00:01:55.037]➜      regular_sections=9628
2025-08-20T22:48:41.2432591Z [00:01:55.037]➜              all_syms=25251
2025-08-20T22:48:41.2433105Z [00:01:55.037]➜     total_input_bytes=38749062
2025-08-20T22:48:41.2433643Z [00:01:55.037]➜  .comment estimation=1627 actual=4
2025-08-20T22:48:41.2434264Z [00:01:55.037]➜  .rodata.cst8 estimation=1636 actual=20
2025-08-20T22:48:41.2434865Z [00:01:55.037]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:48:41.2619145Z [00:01:55.057]➜  using target_clones arch=graniterapids attribute (x86) ... yes
2025-08-20T22:48:41.3107023Z [00:01:55.106]➜        reloc_nonalloc=0
2025-08-20T22:48:41.3117445Z [00:01:55.107]➜               comdats=0
2025-08-20T22:48:41.3120185Z [00:01:55.107]➜    removed_comdat_mem=0
2025-08-20T22:48:41.3120696Z [00:01:55.107]➜              num_dsos=0
2025-08-20T22:48:41.3121367Z [00:01:55.107]➜       parsed_lto_objs=1
2025-08-20T22:48:41.3121840Z [00:01:55.107]➜       num_unique_cies=1
2025-08-20T22:48:41.3122296Z [00:01:55.107]➜              num_cies=2
2025-08-20T22:48:41.3122736Z [00:01:55.107]➜              num_fdes=2
2025-08-20T22:48:41.3123192Z [00:01:55.107]➜              num_objs=18
2025-08-20T22:48:41.3123668Z [00:01:55.107]➜         output_chunks=26
2025-08-20T22:48:41.3124144Z [00:01:55.107]➜        merged_strings=26
2025-08-20T22:48:41.3124663Z [00:01:55.107]➜      garbage_sections=47
2025-08-20T22:48:41.3125150Z [00:01:55.107]➜      string_fragments=50
2025-08-20T22:48:41.3125927Z [00:01:55.107]➜        undefined_syms=104
2025-08-20T22:48:41.3126409Z [00:01:55.107]➜          defined_syms=172
2025-08-20T22:48:41.3126888Z [00:01:55.107]➜        input_sections=390
2025-08-20T22:48:41.3127363Z [00:01:55.107]➜           reloc_alloc=449
2025-08-20T22:48:41.3127845Z [00:01:55.107]➜           parsed_objs=1657
2025-08-20T22:48:41.3128334Z [00:01:55.107]➜      regular_sections=9628
2025-08-20T22:48:41.3128817Z [00:01:55.107]➜              all_syms=25250
2025-08-20T22:48:41.3129326Z [00:01:55.107]➜     total_input_bytes=38747690
2025-08-20T22:48:41.3129866Z [00:01:55.107]➜  .comment estimation=1627 actual=4
2025-08-20T22:48:41.3130445Z [00:01:55.107]➜  .rodata.cst8 estimation=1636 actual=20
2025-08-20T22:48:41.3131208Z [00:01:55.107]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:48:41.3328256Z [00:01:55.128]➜  using target_clones mmx attribute (x86) ... yes
2025-08-20T22:48:41.3440537Z [00:01:55.139]➜        reloc_nonalloc=0
2025-08-20T22:48:41.3452445Z [00:01:55.139]➜               comdats=0
2025-08-20T22:48:41.3452981Z [00:01:55.139]➜    removed_comdat_mem=0
2025-08-20T22:48:41.3453488Z [00:01:55.139]➜              num_dsos=0
2025-08-20T22:48:41.3453987Z [00:01:55.139]➜       parsed_lto_objs=1
2025-08-20T22:48:41.3454473Z [00:01:55.139]➜       num_unique_cies=1
2025-08-20T22:48:41.3454915Z [00:01:55.139]➜              num_cies=2
2025-08-20T22:48:41.3455372Z [00:01:55.139]➜              num_fdes=2
2025-08-20T22:48:41.3455830Z [00:01:55.139]➜              num_objs=18
2025-08-20T22:48:41.3456304Z [00:01:55.139]➜         output_chunks=26
2025-08-20T22:48:41.3456777Z [00:01:55.139]➜        merged_strings=26
2025-08-20T22:48:41.3457247Z [00:01:55.139]➜      garbage_sections=47
2025-08-20T22:48:41.3457718Z [00:01:55.139]➜      string_fragments=50
2025-08-20T22:48:41.3458191Z [00:01:55.139]➜        undefined_syms=104
2025-08-20T22:48:41.3458916Z [00:01:55.139]➜          defined_syms=172
2025-08-20T22:48:41.3459413Z [00:01:55.139]➜        input_sections=390
2025-08-20T22:48:41.3459901Z [00:01:55.139]➜           reloc_alloc=449
2025-08-20T22:48:41.3460378Z [00:01:55.139]➜           parsed_objs=1657
2025-08-20T22:48:41.3461072Z [00:01:55.139]➜      regular_sections=9628
2025-08-20T22:48:41.3461566Z [00:01:55.139]➜              all_syms=25251
2025-08-20T22:48:41.3462079Z [00:01:55.139]➜     total_input_bytes=38748858
2025-08-20T22:48:41.3462618Z [00:01:55.139]➜  .comment estimation=1627 actual=4
2025-08-20T22:48:41.3463211Z [00:01:55.139]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:48:41.3463802Z [00:01:55.139]➜  .rodata.cst8 estimation=1636 actual=20
2025-08-20T22:48:41.3610485Z [00:01:55.156]➜  using target_clones arch=lunarlake attribute (x86) ... yes
2025-08-20T22:48:41.3727132Z [00:01:55.167]➜        reloc_nonalloc=0
2025-08-20T22:48:41.3740399Z [00:01:55.169]➜               comdats=0
2025-08-20T22:48:41.3744867Z [00:01:55.169]➜    removed_comdat_mem=0
2025-08-20T22:48:41.3753485Z [00:01:55.169]➜              num_dsos=0
2025-08-20T22:48:41.3757197Z [00:01:55.169]➜       parsed_lto_objs=1
2025-08-20T22:48:41.3757729Z [00:01:55.169]➜       num_unique_cies=1
2025-08-20T22:48:41.3758214Z [00:01:55.169]➜              num_cies=2
2025-08-20T22:48:41.3758863Z [00:01:55.169]➜              num_fdes=2
2025-08-20T22:48:41.3759471Z [00:01:55.169]➜              num_objs=18
2025-08-20T22:48:41.3760062Z [00:01:55.169]➜         output_chunks=26
2025-08-20T22:48:41.3760661Z [00:01:55.169]➜        merged_strings=26
2025-08-20T22:48:41.3762610Z [00:01:55.169]➜      garbage_sections=47
2025-08-20T22:48:41.3763156Z [00:01:55.169]➜      string_fragments=50
2025-08-20T22:48:41.3763692Z [00:01:55.169]➜        undefined_syms=104
2025-08-20T22:48:41.3764186Z [00:01:55.169]➜          defined_syms=172
2025-08-20T22:48:41.3764672Z [00:01:55.169]➜        input_sections=390
2025-08-20T22:48:41.3765155Z [00:01:55.169]➜           reloc_alloc=449
2025-08-20T22:48:41.3765658Z [00:01:55.169]➜           parsed_objs=1657
2025-08-20T22:48:41.3766162Z [00:01:55.169]➜      regular_sections=9628
2025-08-20T22:48:41.3766949Z [00:01:55.169]➜              all_syms=25251
2025-08-20T22:48:41.3767460Z [00:01:55.169]➜     total_input_bytes=38748878
2025-08-20T22:48:41.3768012Z [00:01:55.169]➜  .comment estimation=1627 actual=4
2025-08-20T22:48:41.3768609Z [00:01:55.169]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:48:41.3769206Z [00:01:55.169]➜  .rodata.cst8 estimation=1636 actual=20
2025-08-20T22:48:41.3975444Z [00:01:55.192]➜  using target_clones arch=pantherlake attribute (x86) ... yes
2025-08-20T22:48:41.4259146Z [00:01:55.220]➜        reloc_nonalloc=0
2025-08-20T22:48:41.4259713Z [00:01:55.220]➜               comdats=0
2025-08-20T22:48:41.4281938Z [00:01:55.220]➜    removed_comdat_mem=0
2025-08-20T22:48:41.4282452Z [00:01:55.220]➜              num_dsos=0
2025-08-20T22:48:41.4283472Z [00:01:55.220]➜       parsed_lto_objs=1
2025-08-20T22:48:41.4283943Z [00:01:55.220]➜              num_cies=1
2025-08-20T22:48:41.4284455Z [00:01:55.220]➜       num_unique_cies=1
2025-08-20T22:48:41.4284922Z [00:01:55.220]➜              num_fdes=1
2025-08-20T22:48:41.4285405Z [00:01:55.220]➜        merged_strings=6
2025-08-20T22:48:41.4285877Z [00:01:55.220]➜              num_objs=17
2025-08-20T22:48:41.4286363Z [00:01:55.220]➜         output_chunks=24
2025-08-20T22:48:41.4286847Z [00:01:55.220]➜      string_fragments=28
2025-08-20T22:48:41.4287333Z [00:01:55.220]➜      garbage_sections=45
2025-08-20T22:48:41.4287821Z [00:01:55.220]➜           reloc_alloc=83
2025-08-20T22:48:41.4288311Z [00:01:55.220]➜        undefined_syms=99
2025-08-20T22:48:41.4288794Z [00:01:55.220]➜          defined_syms=150
2025-08-20T22:48:41.4289286Z [00:01:55.221]➜        input_sections=370
2025-08-20T22:48:41.4289790Z [00:01:55.221]➜           parsed_objs=1657
2025-08-20T22:48:41.4290296Z [00:01:55.221]➜      regular_sections=9628
2025-08-20T22:48:41.4290941Z [00:01:55.221]➜              all_syms=25246
2025-08-20T22:48:41.4291786Z [00:01:55.221]➜     total_input_bytes=38746930
2025-08-20T22:48:41.4292373Z [00:01:55.221]➜  .comment estimation=1627 actual=4
2025-08-20T22:48:41.4292996Z [00:01:55.221]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:48:41.4392618Z [00:01:55.234]➜  using target_clones cpu=power attribute (power9) ... yes
2025-08-20T22:48:41.4983116Z [00:01:55.293]➜        reloc_nonalloc=0
2025-08-20T22:48:41.4998867Z [00:01:55.295]➜               comdats=0
2025-08-20T22:48:41.4999402Z [00:01:55.295]➜    removed_comdat_mem=0
2025-08-20T22:48:41.4999921Z [00:01:55.295]➜              num_dsos=0
2025-08-20T22:48:41.5001187Z [00:01:55.295]➜       parsed_lto_objs=1
2025-08-20T22:48:41.5002089Z [00:01:55.295]➜              num_cies=1
2025-08-20T22:48:41.5003001Z [00:01:55.295]➜       num_unique_cies=1
2025-08-20T22:48:41.5003929Z [00:01:55.295]➜              num_fdes=1
2025-08-20T22:48:41.5004841Z [00:01:55.295]➜        merged_strings=6
2025-08-20T22:48:41.5005364Z [00:01:55.295]➜              num_objs=17
2025-08-20T22:48:41.5005888Z [00:01:55.295]➜         output_chunks=24
2025-08-20T22:48:41.5006378Z [00:01:55.295]➜      string_fragments=28
2025-08-20T22:48:41.5006879Z [00:01:55.295]➜      garbage_sections=45
2025-08-20T22:48:41.5007353Z [00:01:55.295]➜           reloc_alloc=83
2025-08-20T22:48:41.5007817Z [00:01:55.295]➜        undefined_syms=99
2025-08-20T22:48:41.5008288Z [00:01:55.295]➜          defined_syms=150
2025-08-20T22:48:41.5008778Z [00:01:55.295]➜        input_sections=370
2025-08-20T22:48:41.5009274Z [00:01:55.295]➜           parsed_objs=1657
2025-08-20T22:48:41.5009771Z [00:01:55.295]➜      regular_sections=9628
2025-08-20T22:48:41.5010269Z [00:01:55.295]➜              all_syms=25246
2025-08-20T22:48:41.5010953Z [00:01:55.295]➜     total_input_bytes=38746930
2025-08-20T22:48:41.5011523Z [00:01:55.295]➜  .comment estimation=1627 actual=4
2025-08-20T22:48:41.5012124Z [00:01:55.295]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:48:41.5111452Z [00:01:55.306]➜  using target_clones cpu=power attribute (power10) ... yes
2025-08-20T22:48:41.5428414Z [00:01:55.338]➜        reloc_nonalloc=0
2025-08-20T22:48:41.5434622Z [00:01:55.338]➜               comdats=0
2025-08-20T22:48:41.5436572Z [00:01:55.338]➜    removed_comdat_mem=0
2025-08-20T22:48:41.5437050Z [00:01:55.338]➜              num_dsos=0
2025-08-20T22:48:41.5437531Z [00:01:55.338]➜       parsed_lto_objs=1
2025-08-20T22:48:41.5438006Z [00:01:55.338]➜       num_unique_cies=1
2025-08-20T22:48:41.5438464Z [00:01:55.338]➜              num_cies=2
2025-08-20T22:48:41.5438912Z [00:01:55.338]➜              num_fdes=2
2025-08-20T22:48:41.5439371Z [00:01:55.338]➜              num_objs=18
2025-08-20T22:48:41.5439851Z [00:01:55.338]➜         output_chunks=26
2025-08-20T22:48:41.5440334Z [00:01:55.338]➜        merged_strings=26
2025-08-20T22:48:41.5440985Z [00:01:55.338]➜      garbage_sections=47
2025-08-20T22:48:41.5441483Z [00:01:55.338]➜      string_fragments=50
2025-08-20T22:48:41.5441966Z [00:01:55.338]➜        undefined_syms=104
2025-08-20T22:48:41.5442473Z [00:01:55.338]➜          defined_syms=172
2025-08-20T22:48:41.5442953Z [00:01:55.338]➜        input_sections=390
2025-08-20T22:48:41.5443448Z [00:01:55.338]➜           reloc_alloc=449
2025-08-20T22:48:41.5443935Z [00:01:55.338]➜           parsed_objs=1657
2025-08-20T22:48:41.5444430Z [00:01:55.338]➜      regular_sections=9628
2025-08-20T22:48:41.5444930Z [00:01:55.338]➜              all_syms=25251
2025-08-20T22:48:41.5445446Z [00:01:55.338]➜     total_input_bytes=38748750
2025-08-20T22:48:41.5445990Z [00:01:55.338]➜  .comment estimation=1627 actual=4
2025-08-20T22:48:41.5447849Z [00:01:55.338]➜  .rodata.cst8 estimation=1636 actual=20
2025-08-20T22:48:41.5448474Z [00:01:55.338]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:48:41.5635794Z [00:01:55.358]➜  using target_clones arch=rocketlake attribute (x86) ... yes
2025-08-20T22:48:41.5756869Z [00:01:55.370]➜        reloc_nonalloc=0
2025-08-20T22:48:41.5763874Z [00:01:55.370]➜               comdats=0
2025-08-20T22:48:41.5764388Z [00:01:55.370]➜    removed_comdat_mem=0
2025-08-20T22:48:41.5765206Z [00:01:55.370]➜              num_dsos=0
2025-08-20T22:48:41.5765743Z [00:01:55.370]➜       parsed_lto_objs=1
2025-08-20T22:48:41.5766218Z [00:01:55.370]➜              num_cies=1
2025-08-20T22:48:41.5766681Z [00:01:55.370]➜       num_unique_cies=1
2025-08-20T22:48:41.5767137Z [00:01:55.370]➜              num_fdes=1
2025-08-20T22:48:41.5767592Z [00:01:55.370]➜        merged_strings=6
2025-08-20T22:48:41.5768050Z [00:01:55.370]➜              num_objs=17
2025-08-20T22:48:41.5768518Z [00:01:55.370]➜         output_chunks=24
2025-08-20T22:48:41.5768989Z [00:01:55.370]➜      string_fragments=28
2025-08-20T22:48:41.5769455Z [00:01:55.370]➜      garbage_sections=45
2025-08-20T22:48:41.5769927Z [00:01:55.370]➜           reloc_alloc=83
2025-08-20T22:48:41.5770393Z [00:01:55.370]➜        undefined_syms=99
2025-08-20T22:48:41.5771093Z [00:01:55.370]➜          defined_syms=150
2025-08-20T22:48:41.5771586Z [00:01:55.370]➜        input_sections=370
2025-08-20T22:48:41.5772091Z [00:01:55.370]➜           parsed_objs=1657
2025-08-20T22:48:41.5772584Z [00:01:55.370]➜      regular_sections=9628
2025-08-20T22:48:41.5773086Z [00:01:55.370]➜              all_syms=25246
2025-08-20T22:48:41.5773603Z [00:01:55.370]➜     total_input_bytes=38746930
2025-08-20T22:48:41.5774152Z [00:01:55.370]➜  .comment estimation=1627 actual=4
2025-08-20T22:48:41.5774744Z [00:01:55.370]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:48:41.5851413Z [00:01:55.380]➜  using target_clones cpu=power attribute (power11) ... yes
2025-08-20T22:48:41.6152546Z [00:01:55.410]➜        reloc_nonalloc=0
2025-08-20T22:48:41.6169215Z [00:01:55.412]➜               comdats=0
2025-08-20T22:48:41.6171894Z [00:01:55.412]➜    removed_comdat_mem=0
2025-08-20T22:48:41.6172354Z [00:01:55.412]➜              num_dsos=0
2025-08-20T22:48:41.6173958Z [00:01:55.412]➜       parsed_lto_objs=1
2025-08-20T22:48:41.6175499Z [00:01:55.412]➜       num_unique_cies=1
2025-08-20T22:48:41.6176832Z [00:01:55.412]➜              num_cies=2
2025-08-20T22:48:41.6177811Z [00:01:55.412]➜              num_fdes=2
2025-08-20T22:48:41.6200352Z [00:01:55.412]➜              num_objs=18
2025-08-20T22:48:41.6201496Z [00:01:55.412]➜         output_chunks=26
2025-08-20T22:48:41.6202939Z [00:01:55.412]➜        merged_strings=26
2025-08-20T22:48:41.6203460Z [00:01:55.412]➜      garbage_sections=47
2025-08-20T22:48:41.6203947Z [00:01:55.412]➜      string_fragments=50
2025-08-20T22:48:41.6204436Z [00:01:55.412]➜        undefined_syms=104
2025-08-20T22:48:41.6204927Z [00:01:55.412]➜          defined_syms=172
2025-08-20T22:48:41.6205412Z [00:01:55.412]➜        input_sections=390
2025-08-20T22:48:41.6205896Z [00:01:55.412]➜           reloc_alloc=449
2025-08-20T22:48:41.6206379Z [00:01:55.412]➜           parsed_objs=1657
2025-08-20T22:48:41.6206878Z [00:01:55.412]➜      regular_sections=9628
2025-08-20T22:48:41.6207373Z [00:01:55.412]➜              all_syms=25251
2025-08-20T22:48:41.6207891Z [00:01:55.412]➜     total_input_bytes=38749030
2025-08-20T22:48:41.6208479Z [00:01:55.412]➜  .comment estimation=1627 actual=4
2025-08-20T22:48:41.6209077Z [00:01:55.412]➜  .rodata.cst8 estimation=1636 actual=20
2025-08-20T22:48:41.6209699Z [00:01:55.412]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:48:41.6262792Z [00:01:55.421]➜        reloc_nonalloc=0
2025-08-20T22:48:41.6265375Z [00:01:55.421]➜               comdats=0
2025-08-20T22:48:41.6267529Z [00:01:55.421]➜    removed_comdat_mem=0
2025-08-20T22:48:41.6270720Z [00:01:55.421]➜              num_dsos=0
2025-08-20T22:48:41.6271363Z [00:01:55.421]➜       parsed_lto_objs=1
2025-08-20T22:48:41.6274383Z [00:01:55.421]➜       num_unique_cies=1
2025-08-20T22:48:41.6274853Z [00:01:55.421]➜              num_cies=2
2025-08-20T22:48:41.6275308Z [00:01:55.421]➜              num_fdes=2
2025-08-20T22:48:41.6275765Z [00:01:55.421]➜              num_objs=18
2025-08-20T22:48:41.6276292Z [00:01:55.421]➜         output_chunks=26
2025-08-20T22:48:41.6276766Z [00:01:55.421]➜        merged_strings=26
2025-08-20T22:48:41.6277224Z [00:01:55.421]➜      garbage_sections=47
2025-08-20T22:48:41.6277967Z [00:01:55.421]➜      string_fragments=50
2025-08-20T22:48:41.6278464Z [00:01:55.421]➜        undefined_syms=104
2025-08-20T22:48:41.6278970Z [00:01:55.421]➜          defined_syms=172
2025-08-20T22:48:41.6279457Z [00:01:55.421]➜        input_sections=390
2025-08-20T22:48:41.6279939Z [00:01:55.421]➜           reloc_alloc=449
2025-08-20T22:48:41.6280426Z [00:01:55.421]➜           parsed_objs=1657
2025-08-20T22:48:41.6281096Z [00:01:55.421]➜      regular_sections=9628
2025-08-20T22:48:41.6281615Z [00:01:55.421]➜              all_syms=25251
2025-08-20T22:48:41.6282134Z [00:01:55.421]➜     total_input_bytes=38748590
2025-08-20T22:48:41.6282690Z [00:01:55.421]➜  .comment estimation=1627 actual=4
2025-08-20T22:48:41.6283300Z [00:01:55.421]➜  .rodata.cst8 estimation=1636 actual=20
2025-08-20T22:48:41.6283907Z [00:01:55.421]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:48:41.6378347Z [00:01:55.433]➜  using target_clones arch=sapphirerapids attribute (x86) ... yes
2025-08-20T22:48:41.6395619Z [00:01:55.434]➜  using target_clones arch=skylake-avx512 attribute (x86) ... yes
2025-08-20T22:48:41.6845317Z [00:01:55.479]➜        reloc_nonalloc=0
2025-08-20T22:48:41.6859152Z [00:01:55.481]➜               comdats=0
2025-08-20T22:48:41.6865984Z [00:01:55.481]➜    removed_comdat_mem=0
2025-08-20T22:48:41.6866490Z [00:01:55.481]➜              num_dsos=0
2025-08-20T22:48:41.6866974Z [00:01:55.481]➜       parsed_lto_objs=1
2025-08-20T22:48:41.6867442Z [00:01:55.481]➜       num_unique_cies=1
2025-08-20T22:48:41.6867905Z [00:01:55.481]➜              num_cies=2
2025-08-20T22:48:41.6868361Z [00:01:55.481]➜              num_fdes=2
2025-08-20T22:48:41.6868928Z [00:01:55.481]➜              num_objs=18
2025-08-20T22:48:41.6869416Z [00:01:55.481]➜         output_chunks=26
2025-08-20T22:48:41.6869914Z [00:01:55.481]➜        merged_strings=26
2025-08-20T22:48:41.6870412Z [00:01:55.481]➜      garbage_sections=47
2025-08-20T22:48:41.6871114Z [00:01:55.481]➜      string_fragments=50
2025-08-20T22:48:41.6871655Z [00:01:55.481]➜        undefined_syms=104
2025-08-20T22:48:41.6872147Z [00:01:55.481]➜          defined_syms=172
2025-08-20T22:48:41.6872927Z [00:01:55.481]➜        input_sections=390
2025-08-20T22:48:41.6873420Z [00:01:55.481]➜           reloc_alloc=449
2025-08-20T22:48:41.6873916Z [00:01:55.481]➜           parsed_objs=1657
2025-08-20T22:48:41.6874446Z [00:01:55.481]➜      regular_sections=9628
2025-08-20T22:48:41.6874950Z [00:01:55.481]➜              all_syms=25250
2025-08-20T22:48:41.6875490Z [00:01:55.481]➜     total_input_bytes=38747690
2025-08-20T22:48:41.6876072Z [00:01:55.481]➜  .comment estimation=1627 actual=4
2025-08-20T22:48:41.6876686Z [00:01:55.481]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:48:41.6877304Z [00:01:55.481]➜  .rodata.cst8 estimation=1636 actual=20
2025-08-20T22:48:41.6976072Z [00:01:55.492]➜  using target_clones sse attribute (x86) ... yes
2025-08-20T22:48:41.7910576Z [00:01:55.586]➜        reloc_nonalloc=0
2025-08-20T22:48:41.7923566Z [00:01:55.586]➜               comdats=0
2025-08-20T22:48:41.7924090Z [00:01:55.586]➜    removed_comdat_mem=0
2025-08-20T22:48:41.7924595Z [00:01:55.586]➜              num_dsos=0
2025-08-20T22:48:41.7925078Z [00:01:55.586]➜       parsed_lto_objs=1
2025-08-20T22:48:41.7925567Z [00:01:55.586]➜       num_unique_cies=1
2025-08-20T22:48:41.7926046Z [00:01:55.586]➜              num_cies=2
2025-08-20T22:48:41.7926513Z [00:01:55.586]➜              num_fdes=2
2025-08-20T22:48:41.7926977Z [00:01:55.586]➜              num_objs=18
2025-08-20T22:48:41.7927517Z [00:01:55.586]➜         output_chunks=26
2025-08-20T22:48:41.7928006Z [00:01:55.586]➜        merged_strings=26
2025-08-20T22:48:41.7928485Z [00:01:55.586]➜      garbage_sections=47
2025-08-20T22:48:41.7928963Z [00:01:55.586]➜      string_fragments=50
2025-08-20T22:48:41.7929451Z [00:01:55.587]➜        undefined_syms=104
2025-08-20T22:48:41.7929941Z [00:01:55.587]➜          defined_syms=172
2025-08-20T22:48:41.7930430Z [00:01:55.587]➜        input_sections=390
2025-08-20T22:48:41.7931324Z [00:01:55.587]➜           reloc_alloc=449
2025-08-20T22:48:41.7931843Z [00:01:55.587]➜           parsed_objs=1657
2025-08-20T22:48:41.7932345Z [00:01:55.587]➜      regular_sections=9628
2025-08-20T22:48:41.7932840Z [00:01:55.587]➜              all_syms=25250
2025-08-20T22:48:41.7933317Z [00:01:55.587]➜     total_input_bytes=38747690
2025-08-20T22:48:41.7933828Z [00:01:55.587]➜  .comment estimation=1627 actual=4
2025-08-20T22:48:41.7934404Z [00:01:55.587]➜  .rodata.cst8 estimation=1636 actual=20
2025-08-20T22:48:41.7934982Z [00:01:55.587]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:48:41.8227443Z [00:01:55.617]➜  using target_clones sse2 attribute (x86) ... yes
2025-08-20T22:48:41.8228339Z [00:01:55.617]➜        reloc_nonalloc=0
2025-08-20T22:48:41.8256047Z [00:01:55.620]➜               comdats=0
2025-08-20T22:48:41.8256749Z [00:01:55.620]➜    removed_comdat_mem=0
2025-08-20T22:48:41.8257707Z [00:01:55.620]➜              num_dsos=0
2025-08-20T22:48:41.8258544Z [00:01:55.620]➜       parsed_lto_objs=1
2025-08-20T22:48:41.8259811Z [00:01:55.620]➜       num_unique_cies=1
2025-08-20T22:48:41.8260460Z [00:01:55.620]➜              num_cies=2
2025-08-20T22:48:41.8261410Z [00:01:55.620]➜              num_fdes=2
2025-08-20T22:48:41.8282287Z [00:01:55.620]➜              num_objs=18
2025-08-20T22:48:41.8282808Z [00:01:55.620]➜         output_chunks=26
2025-08-20T22:48:41.8283307Z [00:01:55.620]➜        merged_strings=26
2025-08-20T22:48:41.8283793Z [00:01:55.620]➜      garbage_sections=47
2025-08-20T22:48:41.8284274Z [00:01:55.620]➜      string_fragments=50
2025-08-20T22:48:41.8284755Z [00:01:55.620]➜        undefined_syms=104
2025-08-20T22:48:41.8285239Z [00:01:55.620]➜          defined_syms=172
2025-08-20T22:48:41.8285725Z [00:01:55.620]➜        input_sections=390
2025-08-20T22:48:41.8286204Z [00:01:55.620]➜           reloc_alloc=449
2025-08-20T22:48:41.8286688Z [00:01:55.620]➜           parsed_objs=1657
2025-08-20T22:48:41.8287186Z [00:01:55.620]➜      regular_sections=9628
2025-08-20T22:48:41.8287699Z [00:01:55.621]➜              all_syms=25251
2025-08-20T22:48:41.8288221Z [00:01:55.621]➜     total_input_bytes=38748174
2025-08-20T22:48:41.8289082Z [00:01:55.621]➜  .comment estimation=1627 actual=4
2025-08-20T22:48:41.8289709Z [00:01:55.621]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:48:41.8290329Z [00:01:55.621]➜  .rodata.cst8 estimation=1636 actual=20
2025-08-20T22:48:41.8410028Z [00:01:55.636]➜        reloc_nonalloc=0
2025-08-20T22:48:41.8410589Z [00:01:55.636]➜               comdats=0
2025-08-20T22:48:41.8411238Z [00:01:55.636]➜    removed_comdat_mem=0
2025-08-20T22:48:41.8411705Z [00:01:55.636]➜              num_dsos=0
2025-08-20T22:48:41.8412181Z [00:01:55.636]➜       parsed_lto_objs=1
2025-08-20T22:48:41.8412653Z [00:01:55.636]➜       num_unique_cies=1
2025-08-20T22:48:41.8413110Z [00:01:55.636]➜              num_cies=2
2025-08-20T22:48:41.8413574Z [00:01:55.636]➜              num_fdes=2
2025-08-20T22:48:41.8414045Z [00:01:55.636]➜              num_objs=18
2025-08-20T22:48:41.8414571Z [00:01:55.636]➜         output_chunks=26
2025-08-20T22:48:41.8415061Z [00:01:55.636]➜        merged_strings=26
2025-08-20T22:48:41.8415573Z [00:01:55.636]➜      garbage_sections=47
2025-08-20T22:48:41.8416065Z [00:01:55.636]➜      string_fragments=50
2025-08-20T22:48:41.8416555Z [00:01:55.636]➜        undefined_syms=104
2025-08-20T22:48:41.8417052Z [00:01:55.636]➜          defined_syms=172
2025-08-20T22:48:41.8417546Z [00:01:55.636]➜        input_sections=390
2025-08-20T22:48:41.8418040Z [00:01:55.636]➜           reloc_alloc=449
2025-08-20T22:48:41.8418526Z [00:01:55.636]➜           parsed_objs=1657
2025-08-20T22:48:41.8419045Z [00:01:55.636]➜      regular_sections=9628
2025-08-20T22:48:41.8419561Z [00:01:55.636]➜              all_syms=25251
2025-08-20T22:48:41.8420091Z [00:01:55.636]➜     total_input_bytes=38748198
2025-08-20T22:48:41.8420656Z [00:01:55.636]➜  .comment estimation=1627 actual=4
2025-08-20T22:48:41.8421410Z [00:01:55.636]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:48:41.8422285Z [00:01:55.636]➜  .rodata.cst8 estimation=1636 actual=20
2025-08-20T22:48:41.8456319Z [00:01:55.641]➜        reloc_nonalloc=0
2025-08-20T22:48:41.8456882Z [00:01:55.641]➜               comdats=0
2025-08-20T22:48:41.8457363Z [00:01:55.641]➜    removed_comdat_mem=0
2025-08-20T22:48:41.8457851Z [00:01:55.641]➜              num_dsos=0
2025-08-20T22:48:41.8458346Z [00:01:55.641]➜       parsed_lto_objs=1
2025-08-20T22:48:41.8458841Z [00:01:55.641]➜       num_unique_cies=1
2025-08-20T22:48:41.8459321Z [00:01:55.641]➜              num_cies=2
2025-08-20T22:48:41.8459777Z [00:01:55.641]➜              num_fdes=2
2025-08-20T22:48:41.8460254Z [00:01:55.641]➜              num_objs=18
2025-08-20T22:48:41.8460743Z [00:01:55.641]➜         output_chunks=26
2025-08-20T22:48:41.8461398Z [00:01:55.641]➜        merged_strings=26
2025-08-20T22:48:41.8461886Z [00:01:55.641]➜      garbage_sections=47
2025-08-20T22:48:41.8462351Z [00:01:55.641]➜      string_fragments=50
2025-08-20T22:48:41.8462787Z [00:01:55.641]➜        undefined_syms=104
2025-08-20T22:48:41.8463252Z [00:01:55.641]➜          defined_syms=172
2025-08-20T22:48:41.8463708Z [00:01:55.641]➜        input_sections=390
2025-08-20T22:48:41.8464211Z [00:01:55.641]➜           reloc_alloc=449
2025-08-20T22:48:41.8464705Z [00:01:55.641]➜           parsed_objs=1657
2025-08-20T22:48:41.8465211Z [00:01:55.641]➜      regular_sections=9628
2025-08-20T22:48:41.8465717Z [00:01:55.641]➜              all_syms=25251
2025-08-20T22:48:41.8466241Z [00:01:55.641]➜     total_input_bytes=38748234
2025-08-20T22:48:41.8466788Z [00:01:55.641]➜  .comment estimation=1627 actual=4
2025-08-20T22:48:41.8467393Z [00:01:55.641]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:48:41.8468004Z [00:01:55.641]➜  .rodata.cst8 estimation=1636 actual=20
2025-08-20T22:48:41.8473303Z [00:01:55.642]➜  using target_clones sse3 attribute (x86) ... yes
2025-08-20T22:48:41.8682372Z [00:01:55.663]➜  using target_clones sse4_2 attribute (x86) ... yes
2025-08-20T22:48:41.8684205Z [00:01:55.663]➜  using target_clones sse4_1 attribute (x86) ... yes
2025-08-20T22:48:41.8957540Z [00:01:55.691]➜        reloc_nonalloc=0
2025-08-20T22:48:41.8961180Z [00:01:55.691]➜               comdats=0
2025-08-20T22:48:41.8961679Z [00:01:55.691]➜    removed_comdat_mem=0
2025-08-20T22:48:41.8962123Z [00:01:55.691]➜              num_dsos=0
2025-08-20T22:48:41.8962568Z [00:01:55.691]➜       parsed_lto_objs=1
2025-08-20T22:48:41.8963036Z [00:01:55.691]➜       num_unique_cies=1
2025-08-20T22:48:41.8963481Z [00:01:55.691]➜              num_cies=2
2025-08-20T22:48:41.8963933Z [00:01:55.691]➜              num_fdes=2
2025-08-20T22:48:41.8964367Z [00:01:55.691]➜              num_objs=18
2025-08-20T22:48:41.8964845Z [00:01:55.691]➜         output_chunks=26
2025-08-20T22:48:41.8965332Z [00:01:55.691]➜        merged_strings=26
2025-08-20T22:48:41.8965771Z [00:01:55.691]➜      garbage_sections=47
2025-08-20T22:48:41.8966194Z [00:01:55.691]➜      string_fragments=50
2025-08-20T22:48:41.8966634Z [00:01:55.691]➜        undefined_syms=104
2025-08-20T22:48:41.8967107Z [00:01:55.691]➜          defined_syms=172
2025-08-20T22:48:41.8967555Z [00:01:55.691]➜        input_sections=390
2025-08-20T22:48:41.8968050Z [00:01:55.691]➜           reloc_alloc=449
2025-08-20T22:48:41.8968521Z [00:01:55.691]➜           parsed_objs=1657
2025-08-20T22:48:41.8968999Z [00:01:55.691]➜      regular_sections=9628
2025-08-20T22:48:41.8969546Z [00:01:55.691]➜              all_syms=25251
2025-08-20T22:48:41.8970016Z [00:01:55.691]➜     total_input_bytes=38748186
2025-08-20T22:48:41.8970539Z [00:01:55.691]➜  .comment estimation=1627 actual=4
2025-08-20T22:48:41.8971281Z [00:01:55.691]➜  .rodata.cst8 estimation=1636 actual=20
2025-08-20T22:48:41.8971848Z [00:01:55.691]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:48:41.9116814Z [00:01:55.706]➜  using target_clones ssse3 attribute (x86) ... yes
2025-08-20T22:48:42.0235605Z [00:01:55.818]➜        reloc_nonalloc=0
2025-08-20T22:48:42.0236185Z [00:01:55.818]➜               comdats=0
2025-08-20T22:48:42.0236655Z [00:01:55.818]➜    removed_comdat_mem=0
2025-08-20T22:48:42.0237411Z [00:01:55.818]➜              num_dsos=0
2025-08-20T22:48:42.0237910Z [00:01:55.818]➜       parsed_lto_objs=1
2025-08-20T22:48:42.0238401Z [00:01:55.818]➜       num_unique_cies=1
2025-08-20T22:48:42.0238858Z [00:01:55.818]➜              num_cies=2
2025-08-20T22:48:42.0239308Z [00:01:55.818]➜              num_fdes=2
2025-08-20T22:48:42.0239766Z [00:01:55.818]➜              num_objs=18
2025-08-20T22:48:42.0240238Z [00:01:55.818]➜         output_chunks=26
2025-08-20T22:48:42.0240719Z [00:01:55.818]➜        merged_strings=26
2025-08-20T22:48:42.0241380Z [00:01:55.818]➜      garbage_sections=47
2025-08-20T22:48:42.0241861Z [00:01:55.818]➜      string_fragments=50
2025-08-20T22:48:42.0242358Z [00:01:55.818]➜        undefined_syms=104
2025-08-20T22:48:42.0242838Z [00:01:55.818]➜          defined_syms=172
2025-08-20T22:48:42.0243321Z [00:01:55.818]➜        input_sections=390
2025-08-20T22:48:42.0243799Z [00:01:55.818]➜           reloc_alloc=449
2025-08-20T22:48:42.0244294Z [00:01:55.818]➜           parsed_objs=1657
2025-08-20T22:48:42.0244779Z [00:01:55.818]➜      regular_sections=9628
2025-08-20T22:48:42.0245280Z [00:01:55.818]➜              all_syms=25251
2025-08-20T22:48:42.0245800Z [00:01:55.818]➜     total_input_bytes=38748854
2025-08-20T22:48:42.0246358Z [00:01:55.818]➜  .comment estimation=1627 actual=4
2025-08-20T22:48:42.0246957Z [00:01:55.818]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:48:42.0247572Z [00:01:55.818]➜  .rodata.cst8 estimation=1636 actual=20
2025-08-20T22:48:42.0452947Z [00:01:55.840]➜  using target_clones arch=tigerlake attribute (x86) ... yes
2025-08-20T22:48:42.0567477Z [00:01:55.852]➜        reloc_nonalloc=0
2025-08-20T22:48:42.0580988Z [00:01:55.853]➜               comdats=0
2025-08-20T22:48:42.0581612Z [00:01:55.853]➜    removed_comdat_mem=0
2025-08-20T22:48:42.0582140Z [00:01:55.853]➜              num_dsos=0
2025-08-20T22:48:42.0582666Z [00:01:55.853]➜       parsed_lto_objs=1
2025-08-20T22:48:42.0583176Z [00:01:55.853]➜              num_cies=1
2025-08-20T22:48:42.0583716Z [00:01:55.853]➜       num_unique_cies=1
2025-08-20T22:48:42.0584211Z [00:01:55.853]➜              num_fdes=1
2025-08-20T22:48:42.0585063Z [00:01:55.853]➜        merged_strings=6
2025-08-20T22:48:42.0585589Z [00:01:55.853]➜              num_objs=17
2025-08-20T22:48:42.0586120Z [00:01:55.853]➜         output_chunks=24
2025-08-20T22:48:42.0586654Z [00:01:55.853]➜      string_fragments=28
2025-08-20T22:48:42.0587186Z [00:01:55.853]➜      garbage_sections=45
2025-08-20T22:48:42.0587703Z [00:01:55.853]➜           reloc_alloc=83
2025-08-20T22:48:42.0588223Z [00:01:55.853]➜        undefined_syms=99
2025-08-20T22:48:42.0588758Z [00:01:55.853]➜          defined_syms=150
2025-08-20T22:48:42.0589296Z [00:01:55.853]➜        input_sections=370
2025-08-20T22:48:42.0589824Z [00:01:55.853]➜           parsed_objs=1657
2025-08-20T22:48:42.0590369Z [00:01:55.853]➜      regular_sections=9628
2025-08-20T22:48:42.0591776Z [00:01:55.853]➜              all_syms=25246
2025-08-20T22:48:42.0592641Z [00:01:55.853]➜     total_input_bytes=38746934
2025-08-20T22:48:42.0593226Z [00:01:55.853]➜  .comment estimation=1627 actual=4
2025-08-20T22:48:42.0593878Z [00:01:55.853]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:48:42.0790426Z [00:01:55.874]➜  using variable length array function args ... yes
2025-08-20T22:48:42.0871753Z [00:01:55.882]➜  using vector math ... yes
2025-08-20T22:48:42.0978015Z [00:01:55.893]➜  using __bf16 ... yes
2025-08-20T22:48:42.1373724Z [00:01:55.931]➜        reloc_nonalloc=0
2025-08-20T22:48:42.1376390Z [00:01:55.932]➜               comdats=0
2025-08-20T22:48:42.1377042Z [00:01:55.932]➜    removed_comdat_mem=0
2025-08-20T22:48:42.1377820Z [00:01:55.932]➜              num_dsos=0
2025-08-20T22:48:42.1378754Z [00:01:55.932]➜       parsed_lto_objs=1
2025-08-20T22:48:42.1379603Z [00:01:55.932]➜              num_cies=1
2025-08-20T22:48:42.1381173Z [00:01:55.932]➜       num_unique_cies=1
2025-08-20T22:48:42.1381669Z [00:01:55.932]➜              num_fdes=1
2025-08-20T22:48:42.1382183Z [00:01:55.932]➜        merged_strings=6
2025-08-20T22:48:42.1382650Z [00:01:55.933]➜              num_objs=17
2025-08-20T22:48:42.1383150Z [00:01:55.933]➜         output_chunks=24
2025-08-20T22:48:42.1383622Z [00:01:55.933]➜      string_fragments=28
2025-08-20T22:48:42.1384091Z [00:01:55.933]➜      garbage_sections=45
2025-08-20T22:48:42.1384558Z [00:01:55.933]➜           reloc_alloc=83
2025-08-20T22:48:42.1385029Z [00:01:55.933]➜        undefined_syms=99
2025-08-20T22:48:42.1385506Z [00:01:55.933]➜          defined_syms=150
2025-08-20T22:48:42.1385988Z [00:01:55.933]➜        input_sections=370
2025-08-20T22:48:42.1386476Z [00:01:55.933]➜           parsed_objs=1657
2025-08-20T22:48:42.1386969Z [00:01:55.933]➜      regular_sections=9628
2025-08-20T22:48:42.1387458Z [00:01:55.933]➜              all_syms=25245
2025-08-20T22:48:42.1387964Z [00:01:55.933]➜     total_input_bytes=38746846
2025-08-20T22:48:42.1388507Z [00:01:55.933]➜  .comment estimation=1627 actual=4
2025-08-20T22:48:42.1389109Z [00:01:55.933]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:48:42.1476194Z [00:01:55.942]➜  using struct cdrom_blk ... yes
2025-08-20T22:48:42.2641784Z [00:01:56.059]➜        reloc_nonalloc=0
2025-08-20T22:48:42.2649684Z [00:01:56.060]➜               comdats=0
2025-08-20T22:48:42.2653661Z [00:01:56.060]➜    removed_comdat_mem=0
2025-08-20T22:48:42.2655888Z [00:01:56.060]➜              num_dsos=0
2025-08-20T22:48:42.2656566Z [00:01:56.060]➜       parsed_lto_objs=1
2025-08-20T22:48:42.2658137Z [00:01:56.060]➜              num_cies=1
2025-08-20T22:48:42.2658633Z [00:01:56.060]➜       num_unique_cies=1
2025-08-20T22:48:42.2659101Z [00:01:56.060]➜              num_fdes=1
2025-08-20T22:48:42.2659574Z [00:01:56.060]➜        merged_strings=6
2025-08-20T22:48:42.2660057Z [00:01:56.060]➜              num_objs=17
2025-08-20T22:48:42.2660548Z [00:01:56.060]➜         output_chunks=24
2025-08-20T22:48:42.2662267Z [00:01:56.060]➜      string_fragments=28
2025-08-20T22:48:42.2662810Z [00:01:56.060]➜      garbage_sections=45
2025-08-20T22:48:42.2663337Z [00:01:56.060]➜           reloc_alloc=83
2025-08-20T22:48:42.2663818Z [00:01:56.060]➜        undefined_syms=99
2025-08-20T22:48:42.2664314Z [00:01:56.060]➜          defined_syms=150
2025-08-20T22:48:42.2664802Z [00:01:56.060]➜        input_sections=370
2025-08-20T22:48:42.2665291Z [00:01:56.060]➜           parsed_objs=1657
2025-08-20T22:48:42.2665790Z [00:01:56.060]➜      regular_sections=9628
2025-08-20T22:48:42.2666292Z [00:01:56.060]➜              all_syms=25245
2025-08-20T22:48:42.2666805Z [00:01:56.060]➜     total_input_bytes=38746874
2025-08-20T22:48:42.2667376Z [00:01:56.060]➜  .comment estimation=1627 actual=4
2025-08-20T22:48:42.2667993Z [00:01:56.060]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:48:42.2668542Z [00:01:56.060]➜        reloc_nonalloc=0
2025-08-20T22:48:42.2669013Z [00:01:56.060]➜               comdats=0
2025-08-20T22:48:42.2669481Z [00:01:56.060]➜    removed_comdat_mem=0
2025-08-20T22:48:42.2669949Z [00:01:56.060]➜              num_dsos=0
2025-08-20T22:48:42.2670668Z [00:01:56.060]➜       parsed_lto_objs=1
2025-08-20T22:48:42.2671345Z [00:01:56.060]➜              num_cies=1
2025-08-20T22:48:42.2671829Z [00:01:56.060]➜       num_unique_cies=1
2025-08-20T22:48:42.2672290Z [00:01:56.060]➜              num_fdes=1
2025-08-20T22:48:42.2672753Z [00:01:56.060]➜        merged_strings=6
2025-08-20T22:48:42.2673226Z [00:01:56.060]➜              num_objs=17
2025-08-20T22:48:42.2673706Z [00:01:56.060]➜         output_chunks=24
2025-08-20T22:48:42.2674184Z [00:01:56.060]➜      string_fragments=28
2025-08-20T22:48:42.2674674Z [00:01:56.060]➜      garbage_sections=45
2025-08-20T22:48:42.2675155Z [00:01:56.060]➜           reloc_alloc=83
2025-08-20T22:48:42.2675642Z [00:01:56.060]➜        undefined_syms=99
2025-08-20T22:48:42.2676132Z [00:01:56.060]➜          defined_syms=150
2025-08-20T22:48:42.2676622Z [00:01:56.060]➜        input_sections=370
2025-08-20T22:48:42.2677122Z [00:01:56.060]➜           parsed_objs=1657
2025-08-20T22:48:42.2677624Z [00:01:56.060]➜      regular_sections=9628
2025-08-20T22:48:42.2678204Z [00:01:56.060]➜              all_syms=25245
2025-08-20T22:48:42.2678744Z [00:01:56.060]➜     total_input_bytes=38746858
2025-08-20T22:48:42.2679320Z [00:01:56.060]➜  .comment estimation=1627 actual=4
2025-08-20T22:48:42.2679921Z [00:01:56.060]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:48:42.2748644Z [00:01:56.070]➜  using struct cdrom_read_audio ... yes
2025-08-20T22:48:42.2856292Z [00:01:56.080]➜  using struct cdrom_mcn ... yes
2025-08-20T22:48:42.2892183Z [00:01:56.084]➜        reloc_nonalloc=0
2025-08-20T22:48:42.2896669Z [00:01:56.084]➜               comdats=0
2025-08-20T22:48:42.2897149Z [00:01:56.084]➜    removed_comdat_mem=0
2025-08-20T22:48:42.2897584Z [00:01:56.084]➜              num_dsos=0
2025-08-20T22:48:42.2898048Z [00:01:56.084]➜       parsed_lto_objs=1
2025-08-20T22:48:42.2898530Z [00:01:56.084]➜              num_cies=1
2025-08-20T22:48:42.2898998Z [00:01:56.084]➜       num_unique_cies=1
2025-08-20T22:48:42.2899465Z [00:01:56.084]➜              num_fdes=1
2025-08-20T22:48:42.2899968Z [00:01:56.084]➜        merged_strings=6
2025-08-20T22:48:42.2900443Z [00:01:56.084]➜              num_objs=17
2025-08-20T22:48:42.2901407Z [00:01:56.084]➜         output_chunks=24
2025-08-20T22:48:42.2901897Z [00:01:56.084]➜      string_fragments=28
2025-08-20T22:48:42.2902384Z [00:01:56.084]➜      garbage_sections=45
2025-08-20T22:48:42.2902866Z [00:01:56.084]➜           reloc_alloc=83
2025-08-20T22:48:42.2903349Z [00:01:56.084]➜        undefined_syms=99
2025-08-20T22:48:42.2903834Z [00:01:56.084]➜          defined_syms=150
2025-08-20T22:48:42.2904327Z [00:01:56.084]➜        input_sections=370
2025-08-20T22:48:42.2904829Z [00:01:56.084]➜           parsed_objs=1657
2025-08-20T22:48:42.2905338Z [00:01:56.084]➜      regular_sections=9628
2025-08-20T22:48:42.2905849Z [00:01:56.084]➜              all_syms=25245
2025-08-20T22:48:42.2906372Z [00:01:56.084]➜     total_input_bytes=38746858
2025-08-20T22:48:42.2906937Z [00:01:56.084]➜  .comment estimation=1627 actual=4
2025-08-20T22:48:42.2907561Z [00:01:56.084]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:48:42.3033995Z [00:01:56.098]➜  using struct cdrom_msf ... yes
2025-08-20T22:48:42.3416200Z [00:01:56.136]➜        reloc_nonalloc=0
2025-08-20T22:48:42.3426179Z [00:01:56.136]➜               comdats=0
2025-08-20T22:48:42.3426680Z [00:01:56.136]➜    removed_comdat_mem=0
2025-08-20T22:48:42.3427146Z [00:01:56.136]➜              num_dsos=0
2025-08-20T22:48:42.3427595Z [00:01:56.136]➜       parsed_lto_objs=1
2025-08-20T22:48:42.3428077Z [00:01:56.136]➜              num_cies=1
2025-08-20T22:48:42.3428558Z [00:01:56.136]➜       num_unique_cies=1
2025-08-20T22:48:42.3429010Z [00:01:56.136]➜              num_fdes=1
2025-08-20T22:48:42.3429465Z [00:01:56.136]➜        merged_strings=6
2025-08-20T22:48:42.3429949Z [00:01:56.136]➜              num_objs=17
2025-08-20T22:48:42.3430446Z [00:01:56.136]➜         output_chunks=24
2025-08-20T22:48:42.3431127Z [00:01:56.136]➜      string_fragments=28
2025-08-20T22:48:42.3431895Z [00:01:56.136]➜      garbage_sections=45
2025-08-20T22:48:42.3432387Z [00:01:56.136]➜           reloc_alloc=83
2025-08-20T22:48:42.3432880Z [00:01:56.136]➜        undefined_syms=99
2025-08-20T22:48:42.3433353Z [00:01:56.136]➜          defined_syms=150
2025-08-20T22:48:42.3433834Z [00:01:56.136]➜        input_sections=370
2025-08-20T22:48:42.3434319Z [00:01:56.136]➜           parsed_objs=1657
2025-08-20T22:48:42.3434804Z [00:01:56.136]➜      regular_sections=9628
2025-08-20T22:48:42.3435289Z [00:01:56.136]➜              all_syms=25245
2025-08-20T22:48:42.3435795Z [00:01:56.136]➜     total_input_bytes=38746866
2025-08-20T22:48:42.3436337Z [00:01:56.136]➜  .comment estimation=1627 actual=4
2025-08-20T22:48:42.3436935Z [00:01:56.136]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:48:42.3515794Z [00:01:56.146]➜  using struct cdrom_subchnl ... yes
2025-08-20T22:48:42.3788570Z [00:01:56.174]➜        reloc_nonalloc=0
2025-08-20T22:48:42.3790739Z [00:01:56.174]➜               comdats=0
2025-08-20T22:48:42.3791899Z [00:01:56.174]➜    removed_comdat_mem=0
2025-08-20T22:48:42.3792557Z [00:01:56.174]➜              num_dsos=0
2025-08-20T22:48:42.3793069Z [00:01:56.174]➜       parsed_lto_objs=1
2025-08-20T22:48:42.3793855Z [00:01:56.174]➜              num_cies=1
2025-08-20T22:48:42.3794303Z [00:01:56.174]➜       num_unique_cies=1
2025-08-20T22:48:42.3794729Z [00:01:56.174]➜              num_fdes=1
2025-08-20T22:48:42.3795135Z [00:01:56.174]➜        merged_strings=6
2025-08-20T22:48:42.3795564Z [00:01:56.174]➜              num_objs=17
2025-08-20T22:48:42.3796086Z [00:01:56.174]➜         output_chunks=24
2025-08-20T22:48:42.3796628Z [00:01:56.174]➜      string_fragments=28
2025-08-20T22:48:42.3797162Z [00:01:56.174]➜      garbage_sections=45
2025-08-20T22:48:42.3806077Z [00:01:56.174]➜           reloc_alloc=83
2025-08-20T22:48:42.3806682Z [00:01:56.174]➜        undefined_syms=99
2025-08-20T22:48:42.3807181Z [00:01:56.174]➜          defined_syms=150
2025-08-20T22:48:42.3807687Z [00:01:56.174]➜        input_sections=370
2025-08-20T22:48:42.3808219Z [00:01:56.174]➜           parsed_objs=1657
2025-08-20T22:48:42.3808776Z [00:01:56.174]➜      regular_sections=9628
2025-08-20T22:48:42.3809655Z [00:01:56.174]➜              all_syms=25245
2025-08-20T22:48:42.3810222Z [00:01:56.174]➜     total_input_bytes=38746846
2025-08-20T22:48:42.3811048Z [00:01:56.174]➜  .comment estimation=1627 actual=4
2025-08-20T22:48:42.3811693Z [00:01:56.174]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:48:42.3947100Z [00:01:56.189]➜  using struct cdrom_ti ... yes
2025-08-20T22:48:42.4777321Z [00:01:56.272]➜        reloc_nonalloc=0
2025-08-20T22:48:42.4780748Z [00:01:56.273]➜               comdats=0
2025-08-20T22:48:42.4781471Z [00:01:56.273]➜    removed_comdat_mem=0
2025-08-20T22:48:42.4781951Z [00:01:56.273]➜              num_dsos=0
2025-08-20T22:48:42.4782426Z [00:01:56.273]➜       parsed_lto_objs=1
2025-08-20T22:48:42.4782865Z [00:01:56.273]➜              num_cies=1
2025-08-20T22:48:42.4783293Z [00:01:56.273]➜       num_unique_cies=1
2025-08-20T22:48:42.4783787Z [00:01:56.273]➜              num_fdes=1
2025-08-20T22:48:42.4784215Z [00:01:56.273]➜        merged_strings=6
2025-08-20T22:48:42.4784681Z [00:01:56.273]➜              num_objs=17
2025-08-20T22:48:42.4785162Z [00:01:56.273]➜         output_chunks=24
2025-08-20T22:48:42.4785645Z [00:01:56.273]➜      string_fragments=28
2025-08-20T22:48:42.4786118Z [00:01:56.273]➜      garbage_sections=45
2025-08-20T22:48:42.4786538Z [00:01:56.273]➜           reloc_alloc=83
2025-08-20T22:48:42.4786969Z [00:01:56.273]➜        undefined_syms=99
2025-08-20T22:48:42.4787413Z [00:01:56.273]➜          defined_syms=150
2025-08-20T22:48:42.4787862Z [00:01:56.273]➜        input_sections=370
2025-08-20T22:48:42.4788328Z [00:01:56.273]➜           parsed_objs=1657
2025-08-20T22:48:42.4788833Z [00:01:56.273]➜      regular_sections=9628
2025-08-20T22:48:42.4789320Z [00:01:56.273]➜              all_syms=25245
2025-08-20T22:48:42.4789820Z [00:01:56.273]➜     total_input_bytes=38746854
2025-08-20T22:48:42.4790630Z [00:01:56.273]➜  .comment estimation=1627 actual=4
2025-08-20T22:48:42.4791443Z [00:01:56.273]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:48:42.4809324Z [00:01:56.276]➜        reloc_nonalloc=0
2025-08-20T22:48:42.4823166Z [00:01:56.277]➜               comdats=0
2025-08-20T22:48:42.4829318Z [00:01:56.277]➜    removed_comdat_mem=0
2025-08-20T22:48:42.4829803Z [00:01:56.277]➜              num_dsos=0
2025-08-20T22:48:42.4830273Z [00:01:56.277]➜       parsed_lto_objs=1
2025-08-20T22:48:42.4830749Z [00:01:56.277]➜              num_cies=1
2025-08-20T22:48:42.4831382Z [00:01:56.277]➜       num_unique_cies=1
2025-08-20T22:48:42.4834442Z [00:01:56.277]➜              num_fdes=1
2025-08-20T22:48:42.4834924Z [00:01:56.277]➜        merged_strings=6
2025-08-20T22:48:42.4835396Z [00:01:56.277]➜              num_objs=17
2025-08-20T22:48:42.4835871Z [00:01:56.277]➜         output_chunks=24
2025-08-20T22:48:42.4836346Z [00:01:56.277]➜      string_fragments=28
2025-08-20T22:48:42.4836824Z [00:01:56.277]➜      garbage_sections=45
2025-08-20T22:48:42.4837315Z [00:01:56.277]➜           reloc_alloc=83
2025-08-20T22:48:42.4837785Z [00:01:56.277]➜        undefined_syms=99
2025-08-20T22:48:42.4838270Z [00:01:56.277]➜          defined_syms=150
2025-08-20T22:48:42.4838755Z [00:01:56.277]➜        input_sections=370
2025-08-20T22:48:42.4839243Z [00:01:56.277]➜           parsed_objs=1657
2025-08-20T22:48:42.4839743Z [00:01:56.277]➜      regular_sections=9628
2025-08-20T22:48:42.4840225Z [00:01:56.277]➜              all_syms=25245
2025-08-20T22:48:42.4840734Z [00:01:56.277]➜     total_input_bytes=38746866
2025-08-20T22:48:42.4841444Z [00:01:56.277]➜  .comment estimation=1627 actual=4
2025-08-20T22:48:42.4842036Z [00:01:56.277]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:48:42.4882960Z [00:01:56.283]➜  using struct cdrom_tochdr ... yes
2025-08-20T22:48:42.5085597Z [00:01:56.303]➜  using struct cdrom_tocentry ... yes
2025-08-20T22:48:42.5357585Z [00:01:56.330]➜        reloc_nonalloc=0
2025-08-20T22:48:42.5358169Z [00:01:56.330]➜               comdats=0
2025-08-20T22:48:42.5358713Z [00:01:56.330]➜    removed_comdat_mem=0
2025-08-20T22:48:42.5359183Z [00:01:56.330]➜              num_dsos=0
2025-08-20T22:48:42.5359966Z [00:01:56.330]➜       parsed_lto_objs=1
2025-08-20T22:48:42.5360435Z [00:01:56.330]➜              num_cies=1
2025-08-20T22:48:42.5361332Z [00:01:56.330]➜       num_unique_cies=1
2025-08-20T22:48:42.5361806Z [00:01:56.330]➜              num_fdes=1
2025-08-20T22:48:42.5362260Z [00:01:56.330]➜        merged_strings=6
2025-08-20T22:48:42.5362731Z [00:01:56.330]➜              num_objs=17
2025-08-20T22:48:42.5363210Z [00:01:56.330]➜         output_chunks=24
2025-08-20T22:48:42.5363685Z [00:01:56.330]➜      string_fragments=28
2025-08-20T22:48:42.5364170Z [00:01:56.330]➜      garbage_sections=45
2025-08-20T22:48:42.5364651Z [00:01:56.330]➜           reloc_alloc=83
2025-08-20T22:48:42.5365130Z [00:01:56.330]➜        undefined_syms=99
2025-08-20T22:48:42.5365613Z [00:01:56.330]➜          defined_syms=150
2025-08-20T22:48:42.5366115Z [00:01:56.330]➜        input_sections=370
2025-08-20T22:48:42.5366610Z [00:01:56.330]➜           parsed_objs=1657
2025-08-20T22:48:42.5367118Z [00:01:56.330]➜      regular_sections=9628
2025-08-20T22:48:42.5367613Z [00:01:56.330]➜              all_syms=25245
2025-08-20T22:48:42.5368128Z [00:01:56.330]➜     total_input_bytes=38746838
2025-08-20T22:48:42.5368680Z [00:01:56.330]➜  .comment estimation=1627 actual=4
2025-08-20T22:48:42.5369279Z [00:01:56.330]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:48:42.5402083Z [00:01:56.334]➜        reloc_nonalloc=0
2025-08-20T22:48:42.5402624Z [00:01:56.334]➜               comdats=0
2025-08-20T22:48:42.5403091Z [00:01:56.334]➜    removed_comdat_mem=0
2025-08-20T22:48:42.5403555Z [00:01:56.334]➜              num_dsos=0
2025-08-20T22:48:42.5404015Z [00:01:56.334]➜       parsed_lto_objs=1
2025-08-20T22:48:42.5404482Z [00:01:56.334]➜              num_cies=1
2025-08-20T22:48:42.5404951Z [00:01:56.334]➜       num_unique_cies=1
2025-08-20T22:48:42.5405425Z [00:01:56.334]➜              num_fdes=1
2025-08-20T22:48:42.5406157Z [00:01:56.334]➜        merged_strings=6
2025-08-20T22:48:42.5406652Z [00:01:56.334]➜              num_objs=17
2025-08-20T22:48:42.5407147Z [00:01:56.334]➜         output_chunks=24
2025-08-20T22:48:42.5407618Z [00:01:56.334]➜      string_fragments=28
2025-08-20T22:48:42.5408061Z [00:01:56.334]➜      garbage_sections=45
2025-08-20T22:48:42.5408513Z [00:01:56.334]➜           reloc_alloc=83
2025-08-20T22:48:42.5408962Z [00:01:56.334]➜        undefined_syms=99
2025-08-20T22:48:42.5409409Z [00:01:56.334]➜          defined_syms=150
2025-08-20T22:48:42.5409865Z [00:01:56.334]➜        input_sections=370
2025-08-20T22:48:42.5410323Z [00:01:56.334]➜           parsed_objs=1657
2025-08-20T22:48:42.5411037Z [00:01:56.334]➜      regular_sections=9628
2025-08-20T22:48:42.5411526Z [00:01:56.334]➜              all_syms=25245
2025-08-20T22:48:42.5412013Z [00:01:56.334]➜     total_input_bytes=38746854
2025-08-20T22:48:42.5412554Z [00:01:56.334]➜  .comment estimation=1627 actual=4
2025-08-20T22:48:42.5413190Z [00:01:56.334]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:48:42.5519861Z [00:01:56.347]➜  using struct cdrom_volctrl ... yes
2025-08-20T22:48:42.5589625Z [00:01:56.354]➜  using complex ... yes
2025-08-20T22:48:42.6327264Z [00:01:56.427]➜        reloc_nonalloc=0
2025-08-20T22:48:42.6338956Z [00:01:56.429]➜               comdats=0
2025-08-20T22:48:42.6339480Z [00:01:56.429]➜    removed_comdat_mem=0
2025-08-20T22:48:42.6339975Z [00:01:56.429]➜              num_dsos=0
2025-08-20T22:48:42.6340467Z [00:01:56.429]➜       parsed_lto_objs=1
2025-08-20T22:48:42.6341138Z [00:01:56.429]➜              num_cies=1
2025-08-20T22:48:42.6341618Z [00:01:56.429]➜       num_unique_cies=1
2025-08-20T22:48:42.6342080Z [00:01:56.429]➜              num_fdes=1
2025-08-20T22:48:42.6342540Z [00:01:56.429]➜        merged_strings=6
2025-08-20T22:48:42.6342979Z [00:01:56.429]➜              num_objs=17
2025-08-20T22:48:42.6343419Z [00:01:56.429]➜         output_chunks=24
2025-08-20T22:48:42.6343926Z [00:01:56.429]➜      string_fragments=28
2025-08-20T22:48:42.6344403Z [00:01:56.429]➜      garbage_sections=45
2025-08-20T22:48:42.6345181Z [00:01:56.429]➜           reloc_alloc=83
2025-08-20T22:48:42.6345620Z [00:01:56.429]➜        undefined_syms=99
2025-08-20T22:48:42.6346091Z [00:01:56.429]➜          defined_syms=150
2025-08-20T22:48:42.6346583Z [00:01:56.429]➜        input_sections=370
2025-08-20T22:48:42.6347074Z [00:01:56.429]➜           parsed_objs=1657
2025-08-20T22:48:42.6347570Z [00:01:56.429]➜      regular_sections=9628
2025-08-20T22:48:42.6348061Z [00:01:56.429]➜              all_syms=25245
2025-08-20T22:48:42.6348566Z [00:01:56.429]➜     total_input_bytes=38746870
2025-08-20T22:48:42.6349115Z [00:01:56.429]➜  .comment estimation=1627 actual=4
2025-08-20T22:48:42.6349719Z [00:01:56.429]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:48:42.6487660Z [00:01:56.444]➜  using struct consolefontdesc ... yes
2025-08-20T22:48:42.6662021Z [00:01:56.461]➜        reloc_nonalloc=0
2025-08-20T22:48:42.6669204Z [00:01:56.462]➜               comdats=0
2025-08-20T22:48:42.6670479Z [00:01:56.462]➜    removed_comdat_mem=0
2025-08-20T22:48:42.6671803Z [00:01:56.462]➜              num_dsos=0
2025-08-20T22:48:42.6672613Z [00:01:56.462]➜       parsed_lto_objs=1
2025-08-20T22:48:42.6673591Z [00:01:56.462]➜              num_cies=1
2025-08-20T22:48:42.6674297Z [00:01:56.462]➜       num_unique_cies=1
2025-08-20T22:48:42.6674920Z [00:01:56.462]➜              num_fdes=1
2025-08-20T22:48:42.6675835Z [00:01:56.462]➜        merged_strings=6
2025-08-20T22:48:42.6676580Z [00:01:56.462]➜              num_objs=17
2025-08-20T22:48:42.6677219Z [00:01:56.462]➜         output_chunks=24
2025-08-20T22:48:42.6701530Z [00:01:56.462]➜      string_fragments=28
2025-08-20T22:48:42.6702594Z [00:01:56.462]➜      garbage_sections=45
2025-08-20T22:48:42.6703879Z [00:01:56.462]➜           reloc_alloc=83
2025-08-20T22:48:42.6705247Z [00:01:56.462]➜        undefined_syms=99
2025-08-20T22:48:42.6705745Z [00:01:56.462]➜          defined_syms=150
2025-08-20T22:48:42.6706775Z [00:01:56.462]➜        input_sections=370
2025-08-20T22:48:42.6707326Z [00:01:56.462]➜           parsed_objs=1657
2025-08-20T22:48:42.6707823Z [00:01:56.462]➜      regular_sections=9628
2025-08-20T22:48:42.6708316Z [00:01:56.462]➜              all_syms=25245
2025-08-20T22:48:42.6708785Z [00:01:56.462]➜     total_input_bytes=38746858
2025-08-20T22:48:42.6709278Z [00:01:56.462]➜  .comment estimation=1627 actual=4
2025-08-20T22:48:42.6709843Z [00:01:56.462]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:48:42.6795792Z [00:01:56.474]➜  using cpu_set_t ... yes
2025-08-20T22:48:42.6849278Z [00:01:56.480]➜  using daddr_t ... no
2025-08-20T22:48:42.6917703Z [00:01:56.487]➜  using _Decimal128 ... no
2025-08-20T22:48:42.6979244Z [00:01:56.493]➜  using _Decimal32 ... no
2025-08-20T22:48:42.7833285Z [00:01:56.578]➜  using _Decimal64 ... no
2025-08-20T22:48:42.8660189Z [00:01:56.661]➜        reloc_nonalloc=0
2025-08-20T22:48:42.8664164Z [00:01:56.661]➜               comdats=0
2025-08-20T22:48:42.8664730Z [00:01:56.661]➜    removed_comdat_mem=0
2025-08-20T22:48:42.8665209Z [00:01:56.661]➜              num_dsos=0
2025-08-20T22:48:42.8665711Z [00:01:56.661]➜       parsed_lto_objs=1
2025-08-20T22:48:42.8666183Z [00:01:56.661]➜              num_cies=1
2025-08-20T22:48:42.8666646Z [00:01:56.661]➜       num_unique_cies=1
2025-08-20T22:48:42.8667110Z [00:01:56.661]➜              num_fdes=1
2025-08-20T22:48:42.8667575Z [00:01:56.661]➜        merged_strings=6
2025-08-20T22:48:42.8668043Z [00:01:56.661]➜              num_objs=17
2025-08-20T22:48:42.8668531Z [00:01:56.661]➜         output_chunks=24
2025-08-20T22:48:42.8669026Z [00:01:56.661]➜      string_fragments=28
2025-08-20T22:48:42.8669518Z [00:01:56.661]➜      garbage_sections=45
2025-08-20T22:48:42.8669994Z [00:01:56.661]➜           reloc_alloc=83
2025-08-20T22:48:42.8670474Z [00:01:56.661]➜        undefined_syms=99
2025-08-20T22:48:42.8671134Z [00:01:56.661]➜          defined_syms=150
2025-08-20T22:48:42.8671632Z [00:01:56.661]➜        input_sections=370
2025-08-20T22:48:42.8672140Z [00:01:56.661]➜           parsed_objs=1657
2025-08-20T22:48:42.8672642Z [00:01:56.661]➜      regular_sections=9628
2025-08-20T22:48:42.8673428Z [00:01:56.661]➜              all_syms=25245
2025-08-20T22:48:42.8673953Z [00:01:56.661]➜     total_input_bytes=38746858
2025-08-20T22:48:42.8674514Z [00:01:56.661]➜  .comment estimation=1627 actual=4
2025-08-20T22:48:42.8675118Z [00:01:56.661]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:48:42.8783289Z [00:01:56.673]➜        reloc_nonalloc=0
2025-08-20T22:48:42.8792808Z [00:01:56.673]➜               comdats=0
2025-08-20T22:48:42.8793327Z [00:01:56.673]➜    removed_comdat_mem=0
2025-08-20T22:48:42.8793824Z [00:01:56.673]➜              num_dsos=0
2025-08-20T22:48:42.8794326Z [00:01:56.673]➜       parsed_lto_objs=1
2025-08-20T22:48:42.8794821Z [00:01:56.673]➜              num_cies=1
2025-08-20T22:48:42.8795307Z [00:01:56.673]➜       num_unique_cies=1
2025-08-20T22:48:42.8795788Z [00:01:56.673]➜              num_fdes=1
2025-08-20T22:48:42.8796303Z [00:01:56.673]➜        merged_strings=6
2025-08-20T22:48:42.8801328Z [00:01:56.673]➜              num_objs=17
2025-08-20T22:48:42.8801909Z [00:01:56.673]➜         output_chunks=24
2025-08-20T22:48:42.8802435Z [00:01:56.673]➜      string_fragments=28
2025-08-20T22:48:42.8804004Z [00:01:56.673]➜      garbage_sections=45
2025-08-20T22:48:42.8804500Z [00:01:56.673]➜           reloc_alloc=83
2025-08-20T22:48:42.8804985Z [00:01:56.673]➜        undefined_syms=99
2025-08-20T22:48:42.8805468Z [00:01:56.673]➜          defined_syms=150
2025-08-20T22:48:42.8805969Z [00:01:56.673]➜        input_sections=370
2025-08-20T22:48:42.8806466Z [00:01:56.673]➜           parsed_objs=1657
2025-08-20T22:48:42.8806973Z [00:01:56.673]➜      regular_sections=9628
2025-08-20T22:48:42.8807471Z [00:01:56.673]➜              all_syms=25245
2025-08-20T22:48:42.8807991Z [00:01:56.673]➜     total_input_bytes=38746854
2025-08-20T22:48:42.8808543Z [00:01:56.673]➜  .comment estimation=1627 actual=4
2025-08-20T22:48:42.8809426Z [00:01:56.673]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:48:42.8844722Z [00:01:56.679]➜  using struct dm_ioctl ... yes
2025-08-20T22:48:42.8859174Z [00:01:56.681]➜        reloc_nonalloc=0
2025-08-20T22:48:42.8861999Z [00:01:56.681]➜               comdats=0
2025-08-20T22:48:42.8862530Z [00:01:56.681]➜    removed_comdat_mem=0
2025-08-20T22:48:42.8863035Z [00:01:56.681]➜              num_dsos=0
2025-08-20T22:48:42.8863533Z [00:01:56.681]➜       parsed_lto_objs=1
2025-08-20T22:48:42.8864030Z [00:01:56.681]➜              num_cies=1
2025-08-20T22:48:42.8864511Z [00:01:56.681]➜       num_unique_cies=1
2025-08-20T22:48:42.8864975Z [00:01:56.681]➜              num_fdes=1
2025-08-20T22:48:42.8865459Z [00:01:56.681]➜        merged_strings=6
2025-08-20T22:48:42.8865933Z [00:01:56.681]➜              num_objs=17
2025-08-20T22:48:42.8866431Z [00:01:56.681]➜         output_chunks=24
2025-08-20T22:48:42.8866923Z [00:01:56.681]➜      string_fragments=28
2025-08-20T22:48:42.8867425Z [00:01:56.681]➜      garbage_sections=45
2025-08-20T22:48:42.8867929Z [00:01:56.681]➜           reloc_alloc=83
2025-08-20T22:48:42.8868416Z [00:01:56.681]➜        undefined_syms=99
2025-08-20T22:48:42.8868925Z [00:01:56.681]➜          defined_syms=150
2025-08-20T22:48:42.8869412Z [00:01:56.681]➜        input_sections=370
2025-08-20T22:48:42.8869908Z [00:01:56.681]➜           parsed_objs=1657
2025-08-20T22:48:42.8870412Z [00:01:56.681]➜      regular_sections=9628
2025-08-20T22:48:42.8871106Z [00:01:56.681]➜              all_syms=25245
2025-08-20T22:48:42.8871629Z [00:01:56.681]➜     total_input_bytes=38746866
2025-08-20T22:48:42.8872153Z [00:01:56.681]➜  .comment estimation=1627 actual=4
2025-08-20T22:48:42.8872767Z [00:01:56.681]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:48:42.8959345Z [00:01:56.691]➜  using dvd_authinfo ... yes
2025-08-20T22:48:42.9122762Z [00:01:56.704]➜  using struct dirent d_type ... yes
2025-08-20T22:48:42.9500574Z [00:01:56.745]➜        reloc_nonalloc=0
2025-08-20T22:48:42.9507285Z [00:01:56.745]➜               comdats=0
2025-08-20T22:48:42.9507799Z [00:01:56.745]➜    removed_comdat_mem=0
2025-08-20T22:48:42.9508661Z [00:01:56.745]➜              num_dsos=0
2025-08-20T22:48:42.9509160Z [00:01:56.745]➜       parsed_lto_objs=1
2025-08-20T22:48:42.9509638Z [00:01:56.745]➜              num_cies=1
2025-08-20T22:48:42.9510107Z [00:01:56.745]➜       num_unique_cies=1
2025-08-20T22:48:42.9510571Z [00:01:56.745]➜              num_fdes=1
2025-08-20T22:48:42.9511249Z [00:01:56.745]➜        merged_strings=6
2025-08-20T22:48:42.9511758Z [00:01:56.745]➜              num_objs=17
2025-08-20T22:48:42.9512243Z [00:01:56.745]➜         output_chunks=24
2025-08-20T22:48:42.9512742Z [00:01:56.745]➜      string_fragments=28
2025-08-20T22:48:42.9513258Z [00:01:56.745]➜      garbage_sections=45
2025-08-20T22:48:42.9513761Z [00:01:56.745]➜           reloc_alloc=83
2025-08-20T22:48:42.9514260Z [00:01:56.745]➜        undefined_syms=99
2025-08-20T22:48:42.9514758Z [00:01:56.745]➜          defined_syms=150
2025-08-20T22:48:42.9515290Z [00:01:56.745]➜        input_sections=370
2025-08-20T22:48:42.9515813Z [00:01:56.745]➜           parsed_objs=1657
2025-08-20T22:48:42.9516347Z [00:01:56.745]➜      regular_sections=9628
2025-08-20T22:48:42.9516860Z [00:01:56.745]➜              all_syms=25245
2025-08-20T22:48:42.9517408Z [00:01:56.745]➜     total_input_bytes=38746858
2025-08-20T22:48:42.9517984Z [00:01:56.745]➜  .comment estimation=1627 actual=4
2025-08-20T22:48:42.9518604Z [00:01:56.745]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:48:42.9594069Z [00:01:56.754]➜  using dvd_struct ... yes
2025-08-20T22:48:43.0237874Z [00:01:56.819]➜  using __float128 ... yes
2025-08-20T22:48:43.0636892Z [00:01:56.858]➜  using __fp16 ... no
2025-08-20T22:48:43.0659956Z [00:01:56.861]➜  using __float80 ... no
2025-08-20T22:48:43.0661303Z [00:01:56.861]➜  using _Float64 ... no
2025-08-20T22:48:43.0673590Z [00:01:56.862]➜  using _Float32 ... no
2025-08-20T22:48:43.1332619Z [00:01:56.928]➜  using _Float128 ... no
2025-08-20T22:48:43.1773634Z [00:01:56.972]➜  using _Float80 ... no
2025-08-20T22:48:43.1775386Z [00:01:56.972]➜  using _Float32x ... no
2025-08-20T22:48:43.2171122Z [00:01:57.012]➜  using _Float64x ... no
2025-08-20T22:48:43.2519920Z [00:01:57.047]➜  using _Float128x ... no
2025-08-20T22:48:43.3257050Z [00:01:57.121]➜  using _Float16 ... yes
2025-08-20T22:48:43.3377487Z [00:01:57.133]➜  using _Float80x ... no
2025-08-20T22:48:43.3649163Z [00:01:57.160]➜        reloc_nonalloc=0
2025-08-20T22:48:43.3653044Z [00:01:57.160]➜               comdats=0
2025-08-20T22:48:43.3653549Z [00:01:57.160]➜    removed_comdat_mem=0
2025-08-20T22:48:43.3654024Z [00:01:57.160]➜              num_dsos=0
2025-08-20T22:48:43.3654530Z [00:01:57.160]➜       parsed_lto_objs=1
2025-08-20T22:48:43.3655063Z [00:01:57.160]➜              num_cies=1
2025-08-20T22:48:43.3655536Z [00:01:57.160]➜       num_unique_cies=1
2025-08-20T22:48:43.3656001Z [00:01:57.160]➜              num_fdes=1
2025-08-20T22:48:43.3656463Z [00:01:57.160]➜        merged_strings=6
2025-08-20T22:48:43.3656978Z [00:01:57.160]➜              num_objs=17
2025-08-20T22:48:43.3657459Z [00:01:57.160]➜         output_chunks=24
2025-08-20T22:48:43.3657970Z [00:01:57.160]➜      string_fragments=28
2025-08-20T22:48:43.3658450Z [00:01:57.160]➜      garbage_sections=45
2025-08-20T22:48:43.3658937Z [00:01:57.160]➜           reloc_alloc=83
2025-08-20T22:48:43.3659436Z [00:01:57.160]➜        undefined_syms=99
2025-08-20T22:48:43.3659952Z [00:01:57.160]➜          defined_syms=150
2025-08-20T22:48:43.3660454Z [00:01:57.160]➜        input_sections=370
2025-08-20T22:48:43.3661379Z [00:01:57.160]➜           parsed_objs=1657
2025-08-20T22:48:43.3661912Z [00:01:57.160]➜      regular_sections=9628
2025-08-20T22:48:43.3662421Z [00:01:57.160]➜              all_syms=25245
2025-08-20T22:48:43.3662977Z [00:01:57.160]➜     total_input_bytes=38746878
2025-08-20T22:48:43.3663570Z [00:01:57.160]➜  .comment estimation=1627 actual=4
2025-08-20T22:48:43.3664184Z [00:01:57.160]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:48:43.3768770Z [00:01:57.172]➜  using struct floppy_drive_struct ... yes
2025-08-20T22:48:43.4281384Z [00:01:57.223]➜        reloc_nonalloc=0
2025-08-20T22:48:43.4291966Z [00:01:57.223]➜               comdats=0
2025-08-20T22:48:43.4292479Z [00:01:57.223]➜    removed_comdat_mem=0
2025-08-20T22:48:43.4292948Z [00:01:57.223]➜              num_dsos=0
2025-08-20T22:48:43.4293427Z [00:01:57.223]➜       parsed_lto_objs=1
2025-08-20T22:48:43.4293899Z [00:01:57.223]➜              num_cies=1
2025-08-20T22:48:43.4294360Z [00:01:57.223]➜       num_unique_cies=1
2025-08-20T22:48:43.4294818Z [00:01:57.223]➜              num_fdes=1
2025-08-20T22:48:43.4295279Z [00:01:57.223]➜        merged_strings=6
2025-08-20T22:48:43.4295749Z [00:01:57.223]➜              num_objs=17
2025-08-20T22:48:43.4296237Z [00:01:57.223]➜         output_chunks=24
2025-08-20T22:48:43.4296703Z [00:01:57.223]➜      string_fragments=28
2025-08-20T22:48:43.4297169Z [00:01:57.223]➜      garbage_sections=45
2025-08-20T22:48:43.4297661Z [00:01:57.223]➜           reloc_alloc=83
2025-08-20T22:48:43.4298168Z [00:01:57.223]➜        undefined_syms=99
2025-08-20T22:48:43.4298659Z [00:01:57.223]➜          defined_syms=150
2025-08-20T22:48:43.4299167Z [00:01:57.223]➜        input_sections=370
2025-08-20T22:48:43.4299676Z [00:01:57.223]➜           parsed_objs=1657
2025-08-20T22:48:43.4300187Z [00:01:57.223]➜      regular_sections=9628
2025-08-20T22:48:43.4300692Z [00:01:57.223]➜              all_syms=25245
2025-08-20T22:48:43.4301400Z [00:01:57.223]➜     total_input_bytes=38746866
2025-08-20T22:48:43.4301967Z [00:01:57.223]➜  .comment estimation=1627 actual=4
2025-08-20T22:48:43.4302580Z [00:01:57.223]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:48:43.4587757Z [00:01:57.253]➜  using struct floppy_struct ... yes
2025-08-20T22:48:43.4606479Z [00:01:57.255]➜        reloc_nonalloc=0
2025-08-20T22:48:43.4607718Z [00:01:57.256]➜               comdats=0
2025-08-20T22:48:43.4608781Z [00:01:57.256]➜    removed_comdat_mem=0
2025-08-20T22:48:43.4609698Z [00:01:57.256]➜              num_dsos=0
2025-08-20T22:48:43.4610525Z [00:01:57.256]➜       parsed_lto_objs=1
2025-08-20T22:48:43.4611203Z [00:01:57.256]➜              num_cies=1
2025-08-20T22:48:43.4611695Z [00:01:57.256]➜       num_unique_cies=1
2025-08-20T22:48:43.4612153Z [00:01:57.256]➜              num_fdes=1
2025-08-20T22:48:43.4612606Z [00:01:57.256]➜        merged_strings=6
2025-08-20T22:48:43.4613063Z [00:01:57.256]➜              num_objs=17
2025-08-20T22:48:43.4613542Z [00:01:57.256]➜         output_chunks=24
2025-08-20T22:48:43.4614030Z [00:01:57.256]➜      string_fragments=28
2025-08-20T22:48:43.4614515Z [00:01:57.256]➜      garbage_sections=45
2025-08-20T22:48:43.4614986Z [00:01:57.256]➜           reloc_alloc=83
2025-08-20T22:48:43.4615459Z [00:01:57.256]➜        undefined_syms=99
2025-08-20T22:48:43.4615958Z [00:01:57.256]➜          defined_syms=150
2025-08-20T22:48:43.4616481Z [00:01:57.256]➜        input_sections=370
2025-08-20T22:48:43.4616983Z [00:01:57.256]➜           parsed_objs=1657
2025-08-20T22:48:43.4617498Z [00:01:57.256]➜      regular_sections=9628
2025-08-20T22:48:43.4618015Z [00:01:57.256]➜              all_syms=25245
2025-08-20T22:48:43.4618527Z [00:01:57.256]➜     total_input_bytes=38746874
2025-08-20T22:48:43.4619029Z [00:01:57.256]➜  .comment estimation=1627 actual=4
2025-08-20T22:48:43.4619582Z [00:01:57.256]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:48:43.4792687Z [00:01:57.272]➜  using struct floppy_fdc_state ... yes
2025-08-20T22:48:43.4850719Z [00:01:57.280]➜  using _Float16x ... no
2025-08-20T22:48:43.5007325Z [00:01:57.295]➜        reloc_nonalloc=0
2025-08-20T22:48:43.5008164Z [00:01:57.295]➜               comdats=0
2025-08-20T22:48:43.5008846Z [00:01:57.295]➜    removed_comdat_mem=0
2025-08-20T22:48:43.5009512Z [00:01:57.295]➜              num_dsos=0
2025-08-20T22:48:43.5010176Z [00:01:57.295]➜       parsed_lto_objs=1
2025-08-20T22:48:43.5010993Z [00:01:57.295]➜              num_cies=1
2025-08-20T22:48:43.5011668Z [00:01:57.295]➜       num_unique_cies=1
2025-08-20T22:48:43.5012336Z [00:01:57.295]➜              num_fdes=1
2025-08-20T22:48:43.5012966Z [00:01:57.295]➜        merged_strings=6
2025-08-20T22:48:43.5013960Z [00:01:57.295]➜              num_objs=17
2025-08-20T22:48:43.5014598Z [00:01:57.295]➜         output_chunks=24
2025-08-20T22:48:43.5015210Z [00:01:57.295]➜      string_fragments=28
2025-08-20T22:48:43.5015803Z [00:01:57.295]➜      garbage_sections=45
2025-08-20T22:48:43.5016393Z [00:01:57.295]➜           reloc_alloc=83
2025-08-20T22:48:43.5016970Z [00:01:57.295]➜        undefined_syms=99
2025-08-20T22:48:43.5017557Z [00:01:57.295]➜          defined_syms=150
2025-08-20T22:48:43.5018139Z [00:01:57.295]➜        input_sections=370
2025-08-20T22:48:43.5018710Z [00:01:57.295]➜           parsed_objs=1657
2025-08-20T22:48:43.5019292Z [00:01:57.295]➜      regular_sections=9628
2025-08-20T22:48:43.5019874Z [00:01:57.295]➜              all_syms=25245
2025-08-20T22:48:43.5020487Z [00:01:57.296]➜     total_input_bytes=38746878
2025-08-20T22:48:43.5021324Z [00:01:57.296]➜  .comment estimation=1627 actual=4
2025-08-20T22:48:43.5022240Z [00:01:57.296]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:48:43.5145501Z [00:01:57.309]➜  using struct floppy_write_errors ... yes
2025-08-20T22:48:43.5857696Z [00:01:57.380]➜        reloc_nonalloc=0
2025-08-20T22:48:43.5874048Z [00:01:57.381]➜               comdats=0
2025-08-20T22:48:43.5881782Z [00:01:57.381]➜    removed_comdat_mem=0
2025-08-20T22:48:43.5882439Z [00:01:57.381]➜              num_dsos=0
2025-08-20T22:48:43.5882964Z [00:01:57.381]➜       parsed_lto_objs=1
2025-08-20T22:48:43.5883436Z [00:01:57.381]➜              num_cies=1
2025-08-20T22:48:43.5883888Z [00:01:57.381]➜       num_unique_cies=1
2025-08-20T22:48:43.5884338Z [00:01:57.381]➜              num_fdes=1
2025-08-20T22:48:43.5884788Z [00:01:57.381]➜        merged_strings=6
2025-08-20T22:48:43.5885233Z [00:01:57.381]➜              num_objs=17
2025-08-20T22:48:43.5885699Z [00:01:57.381]➜         output_chunks=24
2025-08-20T22:48:43.5886172Z [00:01:57.381]➜      string_fragments=28
2025-08-20T22:48:43.5886681Z [00:01:57.381]➜      garbage_sections=45
2025-08-20T22:48:43.5887107Z [00:01:57.381]➜           reloc_alloc=83
2025-08-20T22:48:43.5887551Z [00:01:57.381]➜        undefined_syms=99
2025-08-20T22:48:43.5887991Z [00:01:57.381]➜          defined_syms=150
2025-08-20T22:48:43.5888433Z [00:01:57.381]➜        input_sections=370
2025-08-20T22:48:43.5888896Z [00:01:57.381]➜           parsed_objs=1657
2025-08-20T22:48:43.5889396Z [00:01:57.381]➜      regular_sections=9628
2025-08-20T22:48:43.5889875Z [00:01:57.381]➜              all_syms=25245
2025-08-20T22:48:43.5890363Z [00:01:57.381]➜     total_input_bytes=38746866
2025-08-20T22:48:43.5891078Z [00:01:57.381]➜  .comment estimation=1627 actual=4
2025-08-20T22:48:43.5891641Z [00:01:57.381]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:48:43.6020635Z [00:01:57.397]➜  using struct fs_sysfs_path ... yes
2025-08-20T22:48:43.6450977Z [00:01:57.440]➜        reloc_nonalloc=0
2025-08-20T22:48:43.6451568Z [00:01:57.440]➜               comdats=0
2025-08-20T22:48:43.6452491Z [00:01:57.440]➜    removed_comdat_mem=0
2025-08-20T22:48:43.6453461Z [00:01:57.440]➜              num_dsos=0
2025-08-20T22:48:43.6455079Z [00:01:57.440]➜       parsed_lto_objs=1
2025-08-20T22:48:43.6455571Z [00:01:57.440]➜              num_cies=1
2025-08-20T22:48:43.6456036Z [00:01:57.440]➜       num_unique_cies=1
2025-08-20T22:48:43.6456490Z [00:01:57.440]➜              num_fdes=1
2025-08-20T22:48:43.6456950Z [00:01:57.440]➜        merged_strings=6
2025-08-20T22:48:43.6457419Z [00:01:57.440]➜              num_objs=17
2025-08-20T22:48:43.6457901Z [00:01:57.440]➜         output_chunks=24
2025-08-20T22:48:43.6458391Z [00:01:57.440]➜      string_fragments=28
2025-08-20T22:48:43.6458876Z [00:01:57.440]➜      garbage_sections=45
2025-08-20T22:48:43.6459352Z [00:01:57.440]➜           reloc_alloc=83
2025-08-20T22:48:43.6459831Z [00:01:57.440]➜        undefined_syms=99
2025-08-20T22:48:43.6460317Z [00:01:57.440]➜          defined_syms=150
2025-08-20T22:48:43.6461043Z [00:01:57.440]➜        input_sections=370
2025-08-20T22:48:43.6461591Z [00:01:57.440]➜           parsed_objs=1657
2025-08-20T22:48:43.6462113Z [00:01:57.440]➜      regular_sections=9628
2025-08-20T22:48:43.6462615Z [00:01:57.440]➜              all_syms=25245
2025-08-20T22:48:43.6463146Z [00:01:57.440]➜     total_input_bytes=38746858
2025-08-20T22:48:43.6463689Z [00:01:57.440]➜  .comment estimation=1627 actual=4
2025-08-20T22:48:43.6464274Z [00:01:57.440]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:48:43.6563187Z [00:01:57.451]➜  using struct fsverity_digest ... yes
2025-08-20T22:48:43.6744907Z [00:01:57.469]➜        reloc_nonalloc=0
2025-08-20T22:48:43.6751560Z [00:01:57.469]➜               comdats=0
2025-08-20T22:48:43.6752089Z [00:01:57.469]➜    removed_comdat_mem=0
2025-08-20T22:48:43.6752563Z [00:01:57.469]➜              num_dsos=0
2025-08-20T22:48:43.6753042Z [00:01:57.469]➜       parsed_lto_objs=1
2025-08-20T22:48:43.6753508Z [00:01:57.469]➜              num_cies=1
2025-08-20T22:48:43.6754285Z [00:01:57.469]➜       num_unique_cies=1
2025-08-20T22:48:43.6754785Z [00:01:57.469]➜              num_fdes=1
2025-08-20T22:48:43.6755262Z [00:01:57.469]➜        merged_strings=6
2025-08-20T22:48:43.6755705Z [00:01:57.469]➜              num_objs=17
2025-08-20T22:48:43.6756178Z [00:01:57.469]➜         output_chunks=24
2025-08-20T22:48:43.6756665Z [00:01:57.469]➜      string_fragments=28
2025-08-20T22:48:43.6757125Z [00:01:57.469]➜      garbage_sections=45
2025-08-20T22:48:43.6757563Z [00:01:57.469]➜           reloc_alloc=83
2025-08-20T22:48:43.6758052Z [00:01:57.469]➜        undefined_syms=99
2025-08-20T22:48:43.6758528Z [00:01:57.469]➜          defined_syms=150
2025-08-20T22:48:43.6759032Z [00:01:57.469]➜        input_sections=370
2025-08-20T22:48:43.6759522Z [00:01:57.469]➜           parsed_objs=1657
2025-08-20T22:48:43.6760018Z [00:01:57.469]➜      regular_sections=9628
2025-08-20T22:48:43.6760513Z [00:01:57.469]➜              all_syms=25245
2025-08-20T22:48:43.6761281Z [00:01:57.469]➜     total_input_bytes=38746858
2025-08-20T22:48:43.6761863Z [00:01:57.469]➜  .comment estimation=1627 actual=4
2025-08-20T22:48:43.6762466Z [00:01:57.469]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:48:43.6997708Z [00:01:57.495]➜  using struct fsuuid2 ... yes
2025-08-20T22:48:43.7115147Z [00:01:57.506]➜        reloc_nonalloc=0
2025-08-20T22:48:43.7116073Z [00:01:57.506]➜               comdats=0
2025-08-20T22:48:43.7124942Z [00:01:57.506]➜    removed_comdat_mem=0
2025-08-20T22:48:43.7125446Z [00:01:57.506]➜              num_dsos=0
2025-08-20T22:48:43.7125933Z [00:01:57.506]➜       parsed_lto_objs=1
2025-08-20T22:48:43.7126401Z [00:01:57.506]➜              num_cies=1
2025-08-20T22:48:43.7126861Z [00:01:57.506]➜       num_unique_cies=1
2025-08-20T22:48:43.7127316Z [00:01:57.506]➜              num_fdes=1
2025-08-20T22:48:43.7127772Z [00:01:57.506]➜        merged_strings=6
2025-08-20T22:48:43.7128233Z [00:01:57.506]➜              num_objs=17
2025-08-20T22:48:43.7128709Z [00:01:57.506]➜         output_chunks=24
2025-08-20T22:48:43.7129225Z [00:01:57.506]➜      string_fragments=28
2025-08-20T22:48:43.7129706Z [00:01:57.506]➜      garbage_sections=45
2025-08-20T22:48:43.7130472Z [00:01:57.506]➜           reloc_alloc=83
2025-08-20T22:48:43.7131159Z [00:01:57.506]➜        undefined_syms=99
2025-08-20T22:48:43.7131656Z [00:01:57.506]➜          defined_syms=150
2025-08-20T22:48:43.7132167Z [00:01:57.506]➜        input_sections=370
2025-08-20T22:48:43.7132677Z [00:01:57.506]➜           parsed_objs=1657
2025-08-20T22:48:43.7133154Z [00:01:57.506]➜      regular_sections=9628
2025-08-20T22:48:43.7133642Z [00:01:57.506]➜              all_syms=25245
2025-08-20T22:48:43.7134214Z [00:01:57.506]➜     total_input_bytes=38746878
2025-08-20T22:48:43.7134805Z [00:01:57.506]➜  .comment estimation=1627 actual=4
2025-08-20T22:48:43.7135420Z [00:01:57.506]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:48:43.7155108Z [00:01:57.510]➜        reloc_nonalloc=0
2025-08-20T22:48:43.7173894Z [00:01:57.512]➜               comdats=0
2025-08-20T22:48:43.7190230Z [00:01:57.512]➜    removed_comdat_mem=0
2025-08-20T22:48:43.7190738Z [00:01:57.512]➜              num_dsos=0
2025-08-20T22:48:43.7191413Z [00:01:57.512]➜       parsed_lto_objs=1
2025-08-20T22:48:43.7191885Z [00:01:57.512]➜              num_cies=1
2025-08-20T22:48:43.7192348Z [00:01:57.512]➜       num_unique_cies=1
2025-08-20T22:48:43.7192799Z [00:01:57.512]➜              num_fdes=1
2025-08-20T22:48:43.7193254Z [00:01:57.512]➜        merged_strings=6
2025-08-20T22:48:43.7193726Z [00:01:57.512]➜              num_objs=17
2025-08-20T22:48:43.7194204Z [00:01:57.512]➜         output_chunks=24
2025-08-20T22:48:43.7194691Z [00:01:57.512]➜      string_fragments=28
2025-08-20T22:48:43.7195196Z [00:01:57.512]➜      garbage_sections=45
2025-08-20T22:48:43.7195670Z [00:01:57.512]➜           reloc_alloc=83
2025-08-20T22:48:43.7196151Z [00:01:57.512]➜        undefined_syms=99
2025-08-20T22:48:43.7196630Z [00:01:57.512]➜          defined_syms=150
2025-08-20T22:48:43.7197140Z [00:01:57.512]➜        input_sections=370
2025-08-20T22:48:43.7197898Z [00:01:57.512]➜           parsed_objs=1657
2025-08-20T22:48:43.7198455Z [00:01:57.512]➜      regular_sections=9628
2025-08-20T22:48:43.7198975Z [00:01:57.512]➜              all_syms=25245
2025-08-20T22:48:43.7199498Z [00:01:57.512]➜     total_input_bytes=38746858
2025-08-20T22:48:43.7200076Z [00:01:57.512]➜  .comment estimation=1627 actual=4
2025-08-20T22:48:43.7200689Z [00:01:57.512]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:48:43.7336507Z [00:01:57.528]➜  using struct fsxattr ... yes
2025-08-20T22:48:43.7387419Z [00:01:57.533]➜  using struct fsverity_enable_arg ... yes
2025-08-20T22:48:43.7647755Z [00:01:57.559]➜  using __ibm128 ... no
2025-08-20T22:48:43.8304218Z [00:01:57.625]➜        reloc_nonalloc=0
2025-08-20T22:48:43.8333572Z [00:01:57.625]➜               comdats=0
2025-08-20T22:48:43.8334137Z [00:01:57.626]➜    removed_comdat_mem=0
2025-08-20T22:48:43.8334634Z [00:01:57.626]➜              num_dsos=0
2025-08-20T22:48:43.8335163Z [00:01:57.626]➜       parsed_lto_objs=1
2025-08-20T22:48:43.8335713Z [00:01:57.626]➜              num_cies=1
2025-08-20T22:48:43.8336198Z [00:01:57.626]➜       num_unique_cies=1
2025-08-20T22:48:43.8336719Z [00:01:57.626]➜              num_fdes=1
2025-08-20T22:48:43.8337206Z [00:01:57.626]➜        merged_strings=6
2025-08-20T22:48:43.8337705Z [00:01:57.626]➜              num_objs=17
2025-08-20T22:48:43.8338207Z [00:01:57.626]➜         output_chunks=24
2025-08-20T22:48:43.8338711Z [00:01:57.626]➜      string_fragments=28
2025-08-20T22:48:43.8339216Z [00:01:57.626]➜      garbage_sections=45
2025-08-20T22:48:43.8339716Z [00:01:57.626]➜           reloc_alloc=83
2025-08-20T22:48:43.8340192Z [00:01:57.626]➜        undefined_syms=99
2025-08-20T22:48:43.8340684Z [00:01:57.626]➜          defined_syms=150
2025-08-20T22:48:43.8341440Z [00:01:57.626]➜        input_sections=370
2025-08-20T22:48:43.8341964Z [00:01:57.626]➜           parsed_objs=1657
2025-08-20T22:48:43.8342448Z [00:01:57.626]➜      regular_sections=9628
2025-08-20T22:48:43.8342962Z [00:01:57.626]➜              all_syms=25245
2025-08-20T22:48:43.8343478Z [00:01:57.626]➜     total_input_bytes=38746858
2025-08-20T22:48:43.8344399Z [00:01:57.626]➜  .comment estimation=1627 actual=4
2025-08-20T22:48:43.8345025Z [00:01:57.626]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:48:43.8493084Z [00:01:57.644]➜  using struct iphdr and icmphdr ... yes
2025-08-20T22:48:43.8608898Z [00:01:57.656]➜  using ino64_t ... no
2025-08-20T22:48:43.8966919Z [00:01:57.691]➜        reloc_nonalloc=0
2025-08-20T22:48:43.8967747Z [00:01:57.691]➜               comdats=0
2025-08-20T22:48:43.8968355Z [00:01:57.691]➜    removed_comdat_mem=0
2025-08-20T22:48:43.8970156Z [00:01:57.691]➜              num_dsos=0
2025-08-20T22:48:43.8970661Z [00:01:57.691]➜       parsed_lto_objs=1
2025-08-20T22:48:43.8972217Z [00:01:57.691]➜              num_cies=1
2025-08-20T22:48:43.8972683Z [00:01:57.691]➜       num_unique_cies=1
2025-08-20T22:48:43.8973135Z [00:01:57.691]➜              num_fdes=1
2025-08-20T22:48:43.8973591Z [00:01:57.691]➜        merged_strings=6
2025-08-20T22:48:43.8974094Z [00:01:57.691]➜              num_objs=17
2025-08-20T22:48:43.8974573Z [00:01:57.691]➜         output_chunks=24
2025-08-20T22:48:43.8975072Z [00:01:57.691]➜      string_fragments=28
2025-08-20T22:48:43.8975560Z [00:01:57.691]➜      garbage_sections=45
2025-08-20T22:48:43.8976037Z [00:01:57.691]➜           reloc_alloc=83
2025-08-20T22:48:43.8976516Z [00:01:57.691]➜        undefined_syms=99
2025-08-20T22:48:43.8977012Z [00:01:57.691]➜          defined_syms=150
2025-08-20T22:48:43.8977500Z [00:01:57.691]➜        input_sections=370
2025-08-20T22:48:43.8977990Z [00:01:57.691]➜           parsed_objs=1657
2025-08-20T22:48:43.8978479Z [00:01:57.691]➜      regular_sections=9628
2025-08-20T22:48:43.8978971Z [00:01:57.692]➜              all_syms=25245
2025-08-20T22:48:43.8979479Z [00:01:57.692]➜     total_input_bytes=38746850
2025-08-20T22:48:43.8980021Z [00:01:57.692]➜  .comment estimation=1627 actual=4
2025-08-20T22:48:43.8980612Z [00:01:57.692]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:48:43.9074914Z [00:01:57.702]➜  using struct ifconf ... yes
2025-08-20T22:48:43.9286504Z [00:01:57.723]➜        reloc_nonalloc=0
2025-08-20T22:48:43.9300618Z [00:01:57.725]➜               comdats=0
2025-08-20T22:48:43.9303950Z [00:01:57.725]➜    removed_comdat_mem=0
2025-08-20T22:48:43.9304421Z [00:01:57.725]➜              num_dsos=0
2025-08-20T22:48:43.9304888Z [00:01:57.725]➜       parsed_lto_objs=1
2025-08-20T22:48:43.9305355Z [00:01:57.725]➜              num_cies=1
2025-08-20T22:48:43.9305810Z [00:01:57.725]➜       num_unique_cies=1
2025-08-20T22:48:43.9306277Z [00:01:57.725]➜              num_fdes=1
2025-08-20T22:48:43.9306691Z [00:01:57.725]➜        merged_strings=6
2025-08-20T22:48:43.9307119Z [00:01:57.725]➜              num_objs=17
2025-08-20T22:48:43.9307551Z [00:01:57.725]➜         output_chunks=24
2025-08-20T22:48:43.9307999Z [00:01:57.725]➜      string_fragments=28
2025-08-20T22:48:43.9308442Z [00:01:57.725]➜      garbage_sections=45
2025-08-20T22:48:43.9308951Z [00:01:57.725]➜           reloc_alloc=83
2025-08-20T22:48:43.9309419Z [00:01:57.725]➜        undefined_syms=99
2025-08-20T22:48:43.9309901Z [00:01:57.725]➜          defined_syms=150
2025-08-20T22:48:43.9310358Z [00:01:57.725]➜        input_sections=370
2025-08-20T22:48:43.9311084Z [00:01:57.725]➜           parsed_objs=1657
2025-08-20T22:48:43.9311582Z [00:01:57.725]➜      regular_sections=9628
2025-08-20T22:48:43.9312066Z [00:01:57.725]➜              all_syms=25245
2025-08-20T22:48:43.9312553Z [00:01:57.725]➜     total_input_bytes=38746850
2025-08-20T22:48:43.9313070Z [00:01:57.725]➜  .comment estimation=1627 actual=4
2025-08-20T22:48:43.9313654Z [00:01:57.725]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:48:43.9449934Z [00:01:57.740]➜  using struct ifreq ... yes
2025-08-20T22:48:43.9674544Z [00:01:57.762]➜        reloc_nonalloc=0
2025-08-20T22:48:43.9684583Z [00:01:57.763]➜               comdats=0
2025-08-20T22:48:43.9685091Z [00:01:57.763]➜    removed_comdat_mem=0
2025-08-20T22:48:43.9685604Z [00:01:57.763]➜              num_dsos=0
2025-08-20T22:48:43.9686089Z [00:01:57.763]➜       parsed_lto_objs=1
2025-08-20T22:48:43.9686803Z [00:01:57.763]➜              num_cies=1
2025-08-20T22:48:43.9687260Z [00:01:57.763]➜       num_unique_cies=1
2025-08-20T22:48:43.9687726Z [00:01:57.763]➜              num_fdes=1
2025-08-20T22:48:43.9688179Z [00:01:57.763]➜        merged_strings=6
2025-08-20T22:48:43.9688644Z [00:01:57.763]➜              num_objs=17
2025-08-20T22:48:43.9689128Z [00:01:57.763]➜         output_chunks=24
2025-08-20T22:48:43.9689614Z [00:01:57.763]➜      string_fragments=28
2025-08-20T22:48:43.9690088Z [00:01:57.763]➜      garbage_sections=45
2025-08-20T22:48:43.9690555Z [00:01:57.763]➜           reloc_alloc=83
2025-08-20T22:48:43.9691175Z [00:01:57.763]➜        undefined_syms=99
2025-08-20T22:48:43.9691652Z [00:01:57.763]➜          defined_syms=150
2025-08-20T22:48:43.9692143Z [00:01:57.763]➜        input_sections=370
2025-08-20T22:48:43.9692633Z [00:01:57.763]➜           parsed_objs=1657
2025-08-20T22:48:43.9693160Z [00:01:57.763]➜      regular_sections=9628
2025-08-20T22:48:43.9693685Z [00:01:57.763]➜              all_syms=25245
2025-08-20T22:48:43.9694211Z [00:01:57.763]➜     total_input_bytes=38746838
2025-08-20T22:48:43.9694764Z [00:01:57.763]➜  .comment estimation=1627 actual=4
2025-08-20T22:48:43.9695358Z [00:01:57.763]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:48:43.9782613Z [00:01:57.772]➜  using int128_t ... yes
2025-08-20T22:48:44.0448618Z [00:01:57.840]➜        reloc_nonalloc=0
2025-08-20T22:48:44.0451268Z [00:01:57.840]➜               comdats=0
2025-08-20T22:48:44.0452106Z [00:01:57.840]➜    removed_comdat_mem=0
2025-08-20T22:48:44.0454037Z [00:01:57.840]➜              num_dsos=0
2025-08-20T22:48:44.0454526Z [00:01:57.840]➜       parsed_lto_objs=1
2025-08-20T22:48:44.0455005Z [00:01:57.840]➜              num_cies=1
2025-08-20T22:48:44.0455479Z [00:01:57.840]➜       num_unique_cies=1
2025-08-20T22:48:44.0455936Z [00:01:57.840]➜              num_fdes=1
2025-08-20T22:48:44.0456617Z [00:01:57.840]➜        merged_strings=6
2025-08-20T22:48:44.0457069Z [00:01:57.840]➜              num_objs=17
2025-08-20T22:48:44.0457525Z [00:01:57.840]➜         output_chunks=24
2025-08-20T22:48:44.0457973Z [00:01:57.840]➜      string_fragments=28
2025-08-20T22:48:44.0458422Z [00:01:57.840]➜      garbage_sections=45
2025-08-20T22:48:44.0458915Z [00:01:57.840]➜           reloc_alloc=83
2025-08-20T22:48:44.0459374Z [00:01:57.840]➜        undefined_syms=99
2025-08-20T22:48:44.0459831Z [00:01:57.840]➜          defined_syms=150
2025-08-20T22:48:44.0460304Z [00:01:57.840]➜        input_sections=370
2025-08-20T22:48:44.0460760Z [00:01:57.840]➜           parsed_objs=1657
2025-08-20T22:48:44.0461443Z [00:01:57.840]➜      regular_sections=9628
2025-08-20T22:48:44.0461923Z [00:01:57.840]➜              all_syms=25245
2025-08-20T22:48:44.0462403Z [00:01:57.840]➜     total_input_bytes=38746846
2025-08-20T22:48:44.0462930Z [00:01:57.840]➜  .comment estimation=1627 actual=4
2025-08-20T22:48:44.0463547Z [00:01:57.840]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:48:44.0661857Z [00:01:57.861]➜  using int_fast16_t ... yes
2025-08-20T22:48:44.0700161Z [00:01:57.865]➜        reloc_nonalloc=0
2025-08-20T22:48:44.0718321Z [00:01:57.867]➜               comdats=0
2025-08-20T22:48:44.0735088Z [00:01:57.867]➜    removed_comdat_mem=0
2025-08-20T22:48:44.0735595Z [00:01:57.867]➜              num_dsos=0
2025-08-20T22:48:44.0736045Z [00:01:57.867]➜       parsed_lto_objs=1
2025-08-20T22:48:44.0736465Z [00:01:57.867]➜              num_cies=1
2025-08-20T22:48:44.0736880Z [00:01:57.867]➜       num_unique_cies=1
2025-08-20T22:48:44.0737298Z [00:01:57.867]➜              num_fdes=1
2025-08-20T22:48:44.0737707Z [00:01:57.867]➜        merged_strings=6
2025-08-20T22:48:44.0738151Z [00:01:57.867]➜              num_objs=17
2025-08-20T22:48:44.0738635Z [00:01:57.867]➜         output_chunks=24
2025-08-20T22:48:44.0739105Z [00:01:57.867]➜      string_fragments=28
2025-08-20T22:48:44.0739566Z [00:01:57.867]➜      garbage_sections=45
2025-08-20T22:48:44.0740049Z [00:01:57.867]➜           reloc_alloc=83
2025-08-20T22:48:44.0740465Z [00:01:57.867]➜        undefined_syms=99
2025-08-20T22:48:44.0741776Z [00:01:57.867]➜          defined_syms=150
2025-08-20T22:48:44.0742241Z [00:01:57.867]➜        input_sections=370
2025-08-20T22:48:44.0742704Z [00:01:57.867]➜           parsed_objs=1657
2025-08-20T22:48:44.0743214Z [00:01:57.867]➜      regular_sections=9628
2025-08-20T22:48:44.0743727Z [00:01:57.867]➜              all_syms=25245
2025-08-20T22:48:44.0744209Z [00:01:57.867]➜     total_input_bytes=38746842
2025-08-20T22:48:44.0744824Z [00:01:57.867]➜  .comment estimation=1627 actual=4
2025-08-20T22:48:44.0745438Z [00:01:57.867]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:48:44.0883461Z [00:01:57.880]➜  using int_fast8_t ... yes
2025-08-20T22:48:44.1293197Z [00:01:57.924]➜        reloc_nonalloc=0
2025-08-20T22:48:44.1294723Z [00:01:57.924]➜               comdats=0
2025-08-20T22:48:44.1295676Z [00:01:57.924]➜    removed_comdat_mem=0
2025-08-20T22:48:44.1296845Z [00:01:57.924]➜              num_dsos=0
2025-08-20T22:48:44.1297822Z [00:01:57.924]➜       parsed_lto_objs=1
2025-08-20T22:48:44.1298380Z [00:01:57.924]➜              num_cies=1
2025-08-20T22:48:44.1298900Z [00:01:57.924]➜       num_unique_cies=1
2025-08-20T22:48:44.1299379Z [00:01:57.924]➜              num_fdes=1
2025-08-20T22:48:44.1299846Z [00:01:57.924]➜        merged_strings=6
2025-08-20T22:48:44.1300361Z [00:01:57.924]➜              num_objs=17
2025-08-20T22:48:44.1301477Z [00:01:57.924]➜         output_chunks=24
2025-08-20T22:48:44.1302038Z [00:01:57.924]➜      string_fragments=28
2025-08-20T22:48:44.1302513Z [00:01:57.924]➜      garbage_sections=45
2025-08-20T22:48:44.1303023Z [00:01:57.924]➜           reloc_alloc=83
2025-08-20T22:48:44.1303521Z [00:01:57.924]➜        undefined_syms=99
2025-08-20T22:48:44.1303998Z [00:01:57.924]➜          defined_syms=150
2025-08-20T22:48:44.1304485Z [00:01:57.924]➜        input_sections=370
2025-08-20T22:48:44.1305003Z [00:01:57.924]➜           parsed_objs=1657
2025-08-20T22:48:44.1305807Z [00:01:57.924]➜      regular_sections=9628
2025-08-20T22:48:44.1306346Z [00:01:57.924]➜              all_syms=25245
2025-08-20T22:48:44.1306894Z [00:01:57.924]➜     total_input_bytes=38746846
2025-08-20T22:48:44.1307447Z [00:01:57.924]➜  .comment estimation=1627 actual=4
2025-08-20T22:48:44.1308073Z [00:01:57.924]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:48:44.1324151Z [00:01:57.927]➜        reloc_nonalloc=0
2025-08-20T22:48:44.1326465Z [00:01:57.927]➜               comdats=0
2025-08-20T22:48:44.1328185Z [00:01:57.927]➜    removed_comdat_mem=0
2025-08-20T22:48:44.1328672Z [00:01:57.927]➜              num_dsos=0
2025-08-20T22:48:44.1329143Z [00:01:57.928]➜       parsed_lto_objs=1
2025-08-20T22:48:44.1329609Z [00:01:57.928]➜              num_cies=1
2025-08-20T22:48:44.1330065Z [00:01:57.928]➜       num_unique_cies=1
2025-08-20T22:48:44.1330522Z [00:01:57.928]➜              num_fdes=1
2025-08-20T22:48:44.1331173Z [00:01:57.928]➜        merged_strings=6
2025-08-20T22:48:44.1331670Z [00:01:57.928]➜              num_objs=17
2025-08-20T22:48:44.1332148Z [00:01:57.928]➜         output_chunks=24
2025-08-20T22:48:44.1332647Z [00:01:57.928]➜      string_fragments=28
2025-08-20T22:48:44.1333125Z [00:01:57.928]➜      garbage_sections=45
2025-08-20T22:48:44.1333592Z [00:01:57.928]➜           reloc_alloc=83
2025-08-20T22:48:44.1334055Z [00:01:57.928]➜        undefined_syms=99
2025-08-20T22:48:44.1334531Z [00:01:57.928]➜          defined_syms=150
2025-08-20T22:48:44.1335015Z [00:01:57.928]➜        input_sections=370
2025-08-20T22:48:44.1335506Z [00:01:57.928]➜           parsed_objs=1657
2025-08-20T22:48:44.1336006Z [00:01:57.928]➜      regular_sections=9628
2025-08-20T22:48:44.1336495Z [00:01:57.928]➜              all_syms=25245
2025-08-20T22:48:44.1337029Z [00:01:57.928]➜     total_input_bytes=38746846
2025-08-20T22:48:44.1337585Z [00:01:57.928]➜  .comment estimation=1627 actual=4
2025-08-20T22:48:44.1338177Z [00:01:57.928]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:48:44.1508844Z [00:01:57.946]➜  using int_fast32_t ... yes
2025-08-20T22:48:44.1523694Z [00:01:57.947]➜  using int_fast64_t ... yes
2025-08-20T22:48:44.2021182Z [00:01:57.997]➜        reloc_nonalloc=0
2025-08-20T22:48:44.2024904Z [00:01:57.997]➜               comdats=0
2025-08-20T22:48:44.2028391Z [00:01:57.998]➜    removed_comdat_mem=0
2025-08-20T22:48:44.2031515Z [00:01:57.998]➜              num_dsos=0
2025-08-20T22:48:44.2035354Z [00:01:57.998]➜       parsed_lto_objs=1
2025-08-20T22:48:44.2038780Z [00:01:57.998]➜              num_cies=1
2025-08-20T22:48:44.2039271Z [00:01:57.998]➜       num_unique_cies=1
2025-08-20T22:48:44.2039735Z [00:01:57.998]➜              num_fdes=1
2025-08-20T22:48:44.2040367Z [00:01:57.998]➜        merged_strings=6
2025-08-20T22:48:44.2041145Z [00:01:57.998]➜              num_objs=17
2025-08-20T22:48:44.2041738Z [00:01:57.998]➜         output_chunks=24
2025-08-20T22:48:44.2042716Z [00:01:57.998]➜      string_fragments=28
2025-08-20T22:48:44.2044441Z [00:01:57.998]➜      garbage_sections=45
2025-08-20T22:48:44.2045415Z [00:01:57.998]➜           reloc_alloc=83
2025-08-20T22:48:44.2047313Z [00:01:57.998]➜        undefined_syms=99
2025-08-20T22:48:44.2048983Z [00:01:57.998]➜          defined_syms=150
2025-08-20T22:48:44.2049715Z [00:01:57.998]➜        input_sections=370
2025-08-20T22:48:44.2050902Z [00:01:57.998]➜           parsed_objs=1657
2025-08-20T22:48:44.2051588Z [00:01:57.998]➜      regular_sections=9628
2025-08-20T22:48:44.2052598Z [00:01:57.998]➜              all_syms=25245
2025-08-20T22:48:44.2053189Z [00:01:57.998]➜     total_input_bytes=38746850
2025-08-20T22:48:44.2053901Z [00:01:57.998]➜  .comment estimation=1627 actual=4
2025-08-20T22:48:44.2055535Z [00:01:57.998]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:48:44.2192729Z [00:01:58.014]➜  using struct iphdr ... yes
2025-08-20T22:48:44.2193810Z [00:01:58.014]➜  using __itimer_which_t ... no
2025-08-20T22:48:44.2577194Z [00:01:58.053]➜        reloc_nonalloc=0
2025-08-20T22:48:44.2579678Z [00:01:58.053]➜               comdats=0
2025-08-20T22:48:44.2591662Z [00:01:58.053]➜    removed_comdat_mem=0
2025-08-20T22:48:44.2592194Z [00:01:58.053]➜              num_dsos=0
2025-08-20T22:48:44.2592701Z [00:01:58.053]➜       parsed_lto_objs=1
2025-08-20T22:48:44.2593176Z [00:01:58.053]➜              num_cies=1
2025-08-20T22:48:44.2593635Z [00:01:58.053]➜       num_unique_cies=1
2025-08-20T22:48:44.2594103Z [00:01:58.053]➜              num_fdes=1
2025-08-20T22:48:44.2594568Z [00:01:58.053]➜        merged_strings=6
2025-08-20T22:48:44.2595034Z [00:01:58.053]➜              num_objs=17
2025-08-20T22:48:44.2595506Z [00:01:58.053]➜         output_chunks=24
2025-08-20T22:48:44.2595985Z [00:01:58.053]➜      string_fragments=28
2025-08-20T22:48:44.2596471Z [00:01:58.053]➜      garbage_sections=45
2025-08-20T22:48:44.2596946Z [00:01:58.053]➜           reloc_alloc=83
2025-08-20T22:48:44.2597417Z [00:01:58.053]➜        undefined_syms=99
2025-08-20T22:48:44.2597895Z [00:01:58.053]➜          defined_syms=150
2025-08-20T22:48:44.2598394Z [00:01:58.053]➜        input_sections=370
2025-08-20T22:48:44.2598883Z [00:01:58.053]➜           parsed_objs=1657
2025-08-20T22:48:44.2599394Z [00:01:58.053]➜      regular_sections=9628
2025-08-20T22:48:44.2599887Z [00:01:58.053]➜              all_syms=25245
2025-08-20T22:48:44.2600401Z [00:01:58.053]➜     total_input_bytes=38746858
2025-08-20T22:48:44.2601117Z [00:01:58.053]➜  .comment estimation=1627 actual=4
2025-08-20T22:48:44.2601727Z [00:01:58.053]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:48:44.2697762Z [00:01:58.064]➜  using struct kbdiacrs ... yes
2025-08-20T22:48:44.3495438Z [00:01:58.144]➜        reloc_nonalloc=0
2025-08-20T22:48:44.3499894Z [00:01:58.145]➜               comdats=0
2025-08-20T22:48:44.3502430Z [00:01:58.145]➜    removed_comdat_mem=0
2025-08-20T22:48:44.3504790Z [00:01:58.145]➜              num_dsos=0
2025-08-20T22:48:44.3513151Z [00:01:58.145]➜       parsed_lto_objs=1
2025-08-20T22:48:44.3515345Z [00:01:58.145]➜              num_cies=1
2025-08-20T22:48:44.3516375Z [00:01:58.145]➜       num_unique_cies=1
2025-08-20T22:48:44.3517385Z [00:01:58.145]➜              num_fdes=1
2025-08-20T22:48:44.3518940Z [00:01:58.145]➜        merged_strings=6
2025-08-20T22:48:44.3519660Z [00:01:58.145]➜              num_objs=17
2025-08-20T22:48:44.3520421Z [00:01:58.145]➜         output_chunks=24
2025-08-20T22:48:44.3521243Z [00:01:58.145]➜      string_fragments=28
2025-08-20T22:48:44.3521893Z [00:01:58.145]➜      garbage_sections=45
2025-08-20T22:48:44.3522954Z [00:01:58.145]➜           reloc_alloc=83
2025-08-20T22:48:44.3523606Z [00:01:58.145]➜        undefined_syms=99
2025-08-20T22:48:44.3524353Z [00:01:58.145]➜          defined_syms=150
2025-08-20T22:48:44.3525762Z [00:01:58.145]➜        input_sections=370
2025-08-20T22:48:44.3526609Z [00:01:58.145]➜           parsed_objs=1657
2025-08-20T22:48:44.3527587Z [00:01:58.145]➜      regular_sections=9628
2025-08-20T22:48:44.3528448Z [00:01:58.145]➜              all_syms=25245
2025-08-20T22:48:44.3529462Z [00:01:58.145]➜     total_input_bytes=38746846
2025-08-20T22:48:44.3532042Z [00:01:58.145]➜  .comment estimation=1627 actual=4
2025-08-20T22:48:44.3532696Z [00:01:58.145]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:48:44.3770567Z [00:01:58.172]➜        reloc_nonalloc=0
2025-08-20T22:48:44.3802115Z [00:01:58.172]➜               comdats=0
2025-08-20T22:48:44.3803361Z [00:01:58.172]➜    removed_comdat_mem=0
2025-08-20T22:48:44.3804190Z [00:01:58.172]➜              num_dsos=0
2025-08-20T22:48:44.3805454Z [00:01:58.172]➜       parsed_lto_objs=1
2025-08-20T22:48:44.3806202Z [00:01:58.172]➜              num_cies=1
2025-08-20T22:48:44.3806925Z [00:01:58.172]➜       num_unique_cies=1
2025-08-20T22:48:44.3807608Z [00:01:58.172]➜              num_fdes=1
2025-08-20T22:48:44.3808339Z [00:01:58.172]➜        merged_strings=6
2025-08-20T22:48:44.3809884Z [00:01:58.172]➜              num_objs=17
2025-08-20T22:48:44.3810603Z [00:01:58.172]➜         output_chunks=24
2025-08-20T22:48:44.3811774Z [00:01:58.172]➜      string_fragments=28
2025-08-20T22:48:44.3812892Z [00:01:58.172]➜      garbage_sections=45
2025-08-20T22:48:44.3813559Z [00:01:58.172]➜           reloc_alloc=83
2025-08-20T22:48:44.3814263Z [00:01:58.172]➜        undefined_syms=99
2025-08-20T22:48:44.3815238Z [00:01:58.172]➜          defined_syms=150
2025-08-20T22:48:44.3816277Z [00:01:58.172]➜        input_sections=370
2025-08-20T22:48:44.3817078Z [00:01:58.172]➜           parsed_objs=1657
2025-08-20T22:48:44.3817796Z [00:01:58.172]➜      regular_sections=9628
2025-08-20T22:48:44.3818547Z [00:01:58.172]➜              all_syms=25245
2025-08-20T22:48:44.3819736Z [00:01:58.172]➜     total_input_bytes=38746846
2025-08-20T22:48:44.3820655Z [00:01:58.172]➜  .comment estimation=1627 actual=4
2025-08-20T22:48:44.3821655Z [00:01:58.172]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:48:44.3845607Z [00:01:58.179]➜        reloc_nonalloc=0
2025-08-20T22:48:44.3846501Z [00:01:58.179]➜               comdats=0
2025-08-20T22:48:44.3847909Z [00:01:58.179]➜    removed_comdat_mem=0
2025-08-20T22:48:44.3848378Z [00:01:58.179]➜              num_dsos=0
2025-08-20T22:48:44.3848829Z [00:01:58.179]➜       parsed_lto_objs=1
2025-08-20T22:48:44.3849284Z [00:01:58.179]➜              num_cies=1
2025-08-20T22:48:44.3849703Z [00:01:58.179]➜       num_unique_cies=1
2025-08-20T22:48:44.3850118Z [00:01:58.179]➜              num_fdes=1
2025-08-20T22:48:44.3850526Z [00:01:58.179]➜        merged_strings=6
2025-08-20T22:48:44.3851159Z [00:01:58.179]➜              num_objs=17
2025-08-20T22:48:44.3851649Z [00:01:58.179]➜         output_chunks=24
2025-08-20T22:48:44.3852133Z [00:01:58.179]➜      string_fragments=28
2025-08-20T22:48:44.3852613Z [00:01:58.179]➜      garbage_sections=45
2025-08-20T22:48:44.3853088Z [00:01:58.179]➜           reloc_alloc=83
2025-08-20T22:48:44.3853558Z [00:01:58.179]➜        undefined_syms=99
2025-08-20T22:48:44.3854037Z [00:01:58.179]➜          defined_syms=150
2025-08-20T22:48:44.3854528Z [00:01:58.179]➜        input_sections=370
2025-08-20T22:48:44.3855024Z [00:01:58.179]➜           parsed_objs=1657
2025-08-20T22:48:44.3855507Z [00:01:58.179]➜      regular_sections=9628
2025-08-20T22:48:44.3855954Z [00:01:58.179]➜              all_syms=25246
2025-08-20T22:48:44.3856708Z [00:01:58.179]➜     total_input_bytes=38746914
2025-08-20T22:48:44.3857279Z [00:01:58.179]➜  .comment estimation=1627 actual=4
2025-08-20T22:48:44.3857875Z [00:01:58.179]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:48:44.3858441Z [00:01:58.180]➜  using struct kbentry ... yes
2025-08-20T22:48:44.3869537Z [00:01:58.182]➜  using struct kbkeycode ... yes
2025-08-20T22:48:44.3955874Z [00:01:58.190]➜  using __kernel_long_t ... yes
2025-08-20T22:48:44.4398508Z [00:01:58.235]➜        reloc_nonalloc=0
2025-08-20T22:48:44.4406055Z [00:01:58.235]➜               comdats=0
2025-08-20T22:48:44.4413172Z [00:01:58.236]➜    removed_comdat_mem=0
2025-08-20T22:48:44.4413671Z [00:01:58.236]➜              num_dsos=0
2025-08-20T22:48:44.4414149Z [00:01:58.236]➜       parsed_lto_objs=1
2025-08-20T22:48:44.4414631Z [00:01:58.236]➜              num_cies=1
2025-08-20T22:48:44.4415174Z [00:01:58.236]➜       num_unique_cies=1
2025-08-20T22:48:44.4415693Z [00:01:58.236]➜              num_fdes=1
2025-08-20T22:48:44.4416135Z [00:01:58.236]➜        merged_strings=6
2025-08-20T22:48:44.4416545Z [00:01:58.236]➜              num_objs=17
2025-08-20T22:48:44.4416975Z [00:01:58.236]➜         output_chunks=24
2025-08-20T22:48:44.4421403Z [00:01:58.236]➜      string_fragments=28
2025-08-20T22:48:44.4423794Z [00:01:58.236]➜      garbage_sections=45
2025-08-20T22:48:44.4424325Z [00:01:58.236]➜           reloc_alloc=83
2025-08-20T22:48:44.4424811Z [00:01:58.236]➜        undefined_syms=99
2025-08-20T22:48:44.4425294Z [00:01:58.236]➜          defined_syms=150
2025-08-20T22:48:44.4425754Z [00:01:58.236]➜        input_sections=370
2025-08-20T22:48:44.4426189Z [00:01:58.236]➜           parsed_objs=1657
2025-08-20T22:48:44.4426635Z [00:01:58.236]➜      regular_sections=9628
2025-08-20T22:48:44.4427088Z [00:01:58.236]➜              all_syms=25245
2025-08-20T22:48:44.4427811Z [00:01:58.236]➜     total_input_bytes=38746858
2025-08-20T22:48:44.4428391Z [00:01:58.236]➜  .comment estimation=1627 actual=4
2025-08-20T22:48:44.4428991Z [00:01:58.236]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:48:44.4429556Z [00:01:58.237]➜        reloc_nonalloc=0
2025-08-20T22:48:44.4430225Z [00:01:58.237]➜               comdats=0
2025-08-20T22:48:44.4430976Z [00:01:58.237]➜    removed_comdat_mem=0
2025-08-20T22:48:44.4431600Z [00:01:58.237]➜              num_dsos=0
2025-08-20T22:48:44.4432152Z [00:01:58.237]➜       parsed_lto_objs=1
2025-08-20T22:48:44.4432711Z [00:01:58.237]➜              num_cies=1
2025-08-20T22:48:44.4433282Z [00:01:58.237]➜       num_unique_cies=1
2025-08-20T22:48:44.4433829Z [00:01:58.237]➜              num_fdes=1
2025-08-20T22:48:44.4435043Z [00:01:58.237]➜        merged_strings=6
2025-08-20T22:48:44.4435842Z [00:01:58.237]➜              num_objs=17
2025-08-20T22:48:44.4436919Z [00:01:58.237]➜         output_chunks=24
2025-08-20T22:48:44.4438383Z [00:01:58.237]➜      string_fragments=28
2025-08-20T22:48:44.4438893Z [00:01:58.237]➜      garbage_sections=45
2025-08-20T22:48:44.4439363Z [00:01:58.237]➜           reloc_alloc=83
2025-08-20T22:48:44.4439846Z [00:01:58.237]➜        undefined_syms=99
2025-08-20T22:48:44.4440322Z [00:01:58.237]➜          defined_syms=150
2025-08-20T22:48:44.4441013Z [00:01:58.237]➜        input_sections=370
2025-08-20T22:48:44.4441525Z [00:01:58.237]➜           parsed_objs=1657
2025-08-20T22:48:44.4442026Z [00:01:58.237]➜      regular_sections=9628
2025-08-20T22:48:44.4442515Z [00:01:58.237]➜              all_syms=25246
2025-08-20T22:48:44.4443027Z [00:01:58.237]➜     total_input_bytes=38746914
2025-08-20T22:48:44.4443586Z [00:01:58.237]➜  .comment estimation=1627 actual=4
2025-08-20T22:48:44.4444264Z [00:01:58.237]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:48:44.4555672Z [00:01:58.250]➜  using __kernel_ulong_t ... yes
2025-08-20T22:48:44.4621247Z [00:01:58.257]➜  using struct kbsentry ... yes
2025-08-20T22:48:44.5692853Z [00:01:58.364]➜        reloc_nonalloc=0
2025-08-20T22:48:44.5699785Z [00:01:58.365]➜               comdats=0
2025-08-20T22:48:44.5700458Z [00:01:58.365]➜    removed_comdat_mem=0
2025-08-20T22:48:44.5702039Z [00:01:58.365]➜              num_dsos=0
2025-08-20T22:48:44.5702717Z [00:01:58.365]➜       parsed_lto_objs=1
2025-08-20T22:48:44.5703415Z [00:01:58.365]➜              num_cies=1
2025-08-20T22:48:44.5704000Z [00:01:58.365]➜       num_unique_cies=1
2025-08-20T22:48:44.5704658Z [00:01:58.365]➜              num_fdes=1
2025-08-20T22:48:44.5705281Z [00:01:58.365]➜        merged_strings=6
2025-08-20T22:48:44.5705764Z [00:01:58.365]➜              num_objs=17
2025-08-20T22:48:44.5706252Z [00:01:58.365]➜         output_chunks=24
2025-08-20T22:48:44.5706735Z [00:01:58.365]➜      string_fragments=28
2025-08-20T22:48:44.5707224Z [00:01:58.365]➜      garbage_sections=45
2025-08-20T22:48:44.5707703Z [00:01:58.365]➜           reloc_alloc=83
2025-08-20T22:48:44.5708182Z [00:01:58.365]➜        undefined_syms=99
2025-08-20T22:48:44.5708676Z [00:01:58.365]➜          defined_syms=150
2025-08-20T22:48:44.5709178Z [00:01:58.365]➜        input_sections=370
2025-08-20T22:48:44.5709695Z [00:01:58.365]➜           parsed_objs=1657
2025-08-20T22:48:44.5710205Z [00:01:58.365]➜      regular_sections=9628
2025-08-20T22:48:44.5710708Z [00:01:58.365]➜              all_syms=25245
2025-08-20T22:48:44.5711411Z [00:01:58.365]➜     total_input_bytes=38746830
2025-08-20T22:48:44.5711980Z [00:01:58.365]➜  .comment estimation=1627 actual=4
2025-08-20T22:48:44.5712590Z [00:01:58.365]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:48:44.5899488Z [00:01:58.385]➜  using key_t ... yes
2025-08-20T22:48:44.5974161Z [00:01:58.392]➜        reloc_nonalloc=0
2025-08-20T22:48:44.5974842Z [00:01:58.392]➜               comdats=0
2025-08-20T22:48:44.5975528Z [00:01:58.392]➜    removed_comdat_mem=0
2025-08-20T22:48:44.5976152Z [00:01:58.392]➜              num_dsos=0
2025-08-20T22:48:44.5976745Z [00:01:58.392]➜       parsed_lto_objs=1
2025-08-20T22:48:44.5977339Z [00:01:58.392]➜              num_cies=1
2025-08-20T22:48:44.5978259Z [00:01:58.392]➜       num_unique_cies=1
2025-08-20T22:48:44.5978952Z [00:01:58.392]➜              num_fdes=1
2025-08-20T22:48:44.5979584Z [00:01:58.392]➜        merged_strings=6
2025-08-20T22:48:44.5980201Z [00:01:58.392]➜              num_objs=17
2025-08-20T22:48:44.5980960Z [00:01:58.392]➜         output_chunks=24
2025-08-20T22:48:44.5981583Z [00:01:58.392]➜      string_fragments=28
2025-08-20T22:48:44.5982181Z [00:01:58.392]➜      garbage_sections=45
2025-08-20T22:48:44.5982761Z [00:01:58.392]➜           reloc_alloc=83
2025-08-20T22:48:44.5983334Z [00:01:58.392]➜        undefined_syms=99
2025-08-20T22:48:44.5983915Z [00:01:58.392]➜          defined_syms=150
2025-08-20T22:48:44.5984501Z [00:01:58.392]➜        input_sections=370
2025-08-20T22:48:44.5985165Z [00:01:58.392]➜           parsed_objs=1657
2025-08-20T22:48:44.5985776Z [00:01:58.392]➜      regular_sections=9628
2025-08-20T22:48:44.5986386Z [00:01:58.392]➜              all_syms=25245
2025-08-20T22:48:44.5987026Z [00:01:58.392]➜     total_input_bytes=38746882
2025-08-20T22:48:44.5987684Z [00:01:58.392]➜  .comment estimation=1627 actual=4
2025-08-20T22:48:44.5988701Z [00:01:58.392]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:48:44.6113270Z [00:01:58.406]➜  using loff_t ... no
2025-08-20T22:48:44.6247462Z [00:01:58.419]➜  using struct landlock_ruleset_attr ... yes
2025-08-20T22:48:44.6372387Z [00:01:58.432]➜        reloc_nonalloc=0
2025-08-20T22:48:44.6386228Z [00:01:58.433]➜               comdats=0
2025-08-20T22:48:44.6386783Z [00:01:58.433]➜    removed_comdat_mem=0
2025-08-20T22:48:44.6389898Z [00:01:58.433]➜              num_dsos=0
2025-08-20T22:48:44.6394049Z [00:01:58.433]➜       parsed_lto_objs=1
2025-08-20T22:48:44.6398451Z [00:01:58.433]➜              num_cies=1
2025-08-20T22:48:44.6401619Z [00:01:58.433]➜       num_unique_cies=1
2025-08-20T22:48:44.6403724Z [00:01:58.433]➜              num_fdes=1
2025-08-20T22:48:44.6406715Z [00:01:58.433]➜        merged_strings=6
2025-08-20T22:48:44.6407279Z [00:01:58.433]➜              num_objs=17
2025-08-20T22:48:44.6407784Z [00:01:58.433]➜         output_chunks=24
2025-08-20T22:48:44.6408315Z [00:01:58.433]➜      string_fragments=28
2025-08-20T22:48:44.6408811Z [00:01:58.433]➜      garbage_sections=45
2025-08-20T22:48:44.6409301Z [00:01:58.433]➜           reloc_alloc=83
2025-08-20T22:48:44.6409790Z [00:01:58.433]➜        undefined_syms=99
2025-08-20T22:48:44.6410286Z [00:01:58.433]➜          defined_syms=150
2025-08-20T22:48:44.6431837Z [00:01:58.433]➜        input_sections=370
2025-08-20T22:48:44.6432437Z [00:01:58.433]➜           parsed_objs=1657
2025-08-20T22:48:44.6432959Z [00:01:58.433]➜      regular_sections=9628
2025-08-20T22:48:44.6433462Z [00:01:58.433]➜              all_syms=25245
2025-08-20T22:48:44.6433996Z [00:01:58.433]➜     total_input_bytes=38746862
2025-08-20T22:48:44.6434571Z [00:01:58.433]➜  .comment estimation=1627 actual=4
2025-08-20T22:48:44.6435171Z [00:01:58.433]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:48:44.6472012Z [00:01:58.442]➜        reloc_nonalloc=0
2025-08-20T22:48:44.6486891Z [00:01:58.443]➜               comdats=0
2025-08-20T22:48:44.6490721Z [00:01:58.443]➜    removed_comdat_mem=0
2025-08-20T22:48:44.6491443Z [00:01:58.443]➜              num_dsos=0
2025-08-20T22:48:44.6491970Z [00:01:58.443]➜       parsed_lto_objs=1
2025-08-20T22:48:44.6492487Z [00:01:58.443]➜              num_cies=1
2025-08-20T22:48:44.6493000Z [00:01:58.443]➜       num_unique_cies=1
2025-08-20T22:48:44.6493487Z [00:01:58.443]➜              num_fdes=1
2025-08-20T22:48:44.6493969Z [00:01:58.443]➜        merged_strings=6
2025-08-20T22:48:44.6494478Z [00:01:58.443]➜              num_objs=17
2025-08-20T22:48:44.6494981Z [00:01:58.444]➜         output_chunks=24
2025-08-20T22:48:44.6495493Z [00:01:58.444]➜      string_fragments=28
2025-08-20T22:48:44.6495972Z [00:01:58.444]➜      garbage_sections=45
2025-08-20T22:48:44.6496468Z [00:01:58.444]➜           reloc_alloc=83
2025-08-20T22:48:44.6496960Z [00:01:58.444]➜        undefined_syms=99
2025-08-20T22:48:44.6497462Z [00:01:58.444]➜          defined_syms=150
2025-08-20T22:48:44.6497955Z [00:01:58.444]➜        input_sections=370
2025-08-20T22:48:44.6498483Z [00:01:58.444]➜           parsed_objs=1657
2025-08-20T22:48:44.6498996Z [00:01:58.444]➜      regular_sections=9628
2025-08-20T22:48:44.6499497Z [00:01:58.444]➜              all_syms=25245
2025-08-20T22:48:44.6500015Z [00:01:58.444]➜     total_input_bytes=38746874
2025-08-20T22:48:44.6500575Z [00:01:58.444]➜  .comment estimation=1627 actual=4
2025-08-20T22:48:44.6502630Z [00:01:58.444]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:48:44.6534522Z [00:01:58.448]➜  using landlock_rule_type ... yes
2025-08-20T22:48:44.6622226Z [00:01:58.457]➜  using struct media_device_info ... yes
2025-08-20T22:48:44.7926751Z [00:01:58.587]➜        reloc_nonalloc=0
2025-08-20T22:48:44.7943167Z [00:01:58.589]➜               comdats=0
2025-08-20T22:48:44.7946448Z [00:01:58.589]➜    removed_comdat_mem=0
2025-08-20T22:48:44.7946976Z [00:01:58.589]➜              num_dsos=0
2025-08-20T22:48:44.7947513Z [00:01:58.589]➜       parsed_lto_objs=1
2025-08-20T22:48:44.7947998Z [00:01:58.589]➜              num_cies=1
2025-08-20T22:48:44.7948755Z [00:01:58.589]➜       num_unique_cies=1
2025-08-20T22:48:44.7949215Z [00:01:58.589]➜              num_fdes=1
2025-08-20T22:48:44.7949646Z [00:01:58.589]➜        merged_strings=6
2025-08-20T22:48:44.7950091Z [00:01:58.589]➜              num_objs=17
2025-08-20T22:48:44.7950553Z [00:01:58.589]➜         output_chunks=24
2025-08-20T22:48:44.7951234Z [00:01:58.589]➜      string_fragments=28
2025-08-20T22:48:44.7951719Z [00:01:58.589]➜      garbage_sections=45
2025-08-20T22:48:44.7952192Z [00:01:58.589]➜           reloc_alloc=83
2025-08-20T22:48:44.7952669Z [00:01:58.589]➜        undefined_syms=99
2025-08-20T22:48:44.7953158Z [00:01:58.589]➜          defined_syms=150
2025-08-20T22:48:44.7953647Z [00:01:58.589]➜        input_sections=370
2025-08-20T22:48:44.7954138Z [00:01:58.589]➜           parsed_objs=1657
2025-08-20T22:48:44.7954651Z [00:01:58.589]➜      regular_sections=9628
2025-08-20T22:48:44.7955150Z [00:01:58.589]➜              all_syms=25245
2025-08-20T22:48:44.7955686Z [00:01:58.589]➜     total_input_bytes=38746858
2025-08-20T22:48:44.7956253Z [00:01:58.589]➜  .comment estimation=1627 actual=4
2025-08-20T22:48:44.7956854Z [00:01:58.589]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:48:44.8042794Z [00:01:58.599]➜  using struct mnt_id_req ... yes
2025-08-20T22:48:44.8127013Z [00:01:58.607]➜        reloc_nonalloc=0
2025-08-20T22:48:44.8134717Z [00:01:58.607]➜               comdats=0
2025-08-20T22:48:44.8135206Z [00:01:58.607]➜    removed_comdat_mem=0
2025-08-20T22:48:44.8135701Z [00:01:58.607]➜              num_dsos=0
2025-08-20T22:48:44.8136194Z [00:01:58.607]➜       parsed_lto_objs=1
2025-08-20T22:48:44.8136681Z [00:01:58.607]➜              num_cies=1
2025-08-20T22:48:44.8137113Z [00:01:58.607]➜       num_unique_cies=1
2025-08-20T22:48:44.8137571Z [00:01:58.607]➜              num_fdes=1
2025-08-20T22:48:44.8138319Z [00:01:58.607]➜        merged_strings=6
2025-08-20T22:48:44.8138828Z [00:01:58.607]➜              num_objs=17
2025-08-20T22:48:44.8139324Z [00:01:58.607]➜         output_chunks=24
2025-08-20T22:48:44.8139799Z [00:01:58.607]➜      string_fragments=28
2025-08-20T22:48:44.8140271Z [00:01:58.607]➜      garbage_sections=45
2025-08-20T22:48:44.8140736Z [00:01:58.607]➜           reloc_alloc=83
2025-08-20T22:48:44.8141415Z [00:01:58.607]➜        undefined_syms=99
2025-08-20T22:48:44.8141887Z [00:01:58.607]➜          defined_syms=150
2025-08-20T22:48:44.8142373Z [00:01:58.607]➜        input_sections=370
2025-08-20T22:48:44.8142854Z [00:01:58.607]➜           parsed_objs=1657
2025-08-20T22:48:44.8143349Z [00:01:58.607]➜      regular_sections=9628
2025-08-20T22:48:44.8143849Z [00:01:58.607]➜              all_syms=25245
2025-08-20T22:48:44.8144356Z [00:01:58.607]➜     total_input_bytes=38746830
2025-08-20T22:48:44.8144910Z [00:01:58.607]➜  .comment estimation=1627 actual=4
2025-08-20T22:48:44.8145506Z [00:01:58.607]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:48:44.8367388Z [00:01:58.631]➜  using mode_t ... yes
2025-08-20T22:48:44.8436232Z [00:01:58.638]➜        reloc_nonalloc=0
2025-08-20T22:48:44.8453148Z [00:01:58.640]➜               comdats=0
2025-08-20T22:48:44.8455598Z [00:01:58.640]➜    removed_comdat_mem=0
2025-08-20T22:48:44.8456712Z [00:01:58.640]➜              num_dsos=0
2025-08-20T22:48:44.8457397Z [00:01:58.640]➜       parsed_lto_objs=1
2025-08-20T22:48:44.8457888Z [00:01:58.640]➜              num_cies=1
2025-08-20T22:48:44.8458351Z [00:01:58.640]➜       num_unique_cies=1
2025-08-20T22:48:44.8458814Z [00:01:58.640]➜              num_fdes=1
2025-08-20T22:48:44.8459277Z [00:01:58.640]➜        merged_strings=6
2025-08-20T22:48:44.8459750Z [00:01:58.640]➜              num_objs=17
2025-08-20T22:48:44.8460242Z [00:01:58.640]➜         output_chunks=24
2025-08-20T22:48:44.8460730Z [00:01:58.640]➜      string_fragments=28
2025-08-20T22:48:44.8461426Z [00:01:58.640]➜      garbage_sections=45
2025-08-20T22:48:44.8461931Z [00:01:58.640]➜           reloc_alloc=83
2025-08-20T22:48:44.8462407Z [00:01:58.640]➜        undefined_syms=99
2025-08-20T22:48:44.8463199Z [00:01:58.640]➜          defined_syms=150
2025-08-20T22:48:44.8463703Z [00:01:58.640]➜        input_sections=370
2025-08-20T22:48:44.8464202Z [00:01:58.640]➜           parsed_objs=1657
2025-08-20T22:48:44.8464722Z [00:01:58.640]➜      regular_sections=9628
2025-08-20T22:48:44.8465241Z [00:01:58.640]➜              all_syms=25245
2025-08-20T22:48:44.8465791Z [00:01:58.640]➜     total_input_bytes=38746850
2025-08-20T22:48:44.8466361Z [00:01:58.640]➜  .comment estimation=1627 actual=4
2025-08-20T22:48:44.8466980Z [00:01:58.640]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:48:44.8557103Z [00:01:58.650]➜        reloc_nonalloc=0
2025-08-20T22:48:44.8558223Z [00:01:58.651]➜               comdats=0
2025-08-20T22:48:44.8559043Z [00:01:58.651]➜    removed_comdat_mem=0
2025-08-20T22:48:44.8559856Z [00:01:58.651]➜              num_dsos=0
2025-08-20T22:48:44.8562678Z [00:01:58.651]➜       parsed_lto_objs=1
2025-08-20T22:48:44.8563385Z [00:01:58.651]➜              num_cies=1
2025-08-20T22:48:44.8565118Z [00:01:58.651]➜       num_unique_cies=1
2025-08-20T22:48:44.8565816Z [00:01:58.651]➜              num_fdes=1
2025-08-20T22:48:44.8566505Z [00:01:58.651]➜        merged_strings=6
2025-08-20T22:48:44.8567317Z [00:01:58.651]➜              num_objs=17
2025-08-20T22:48:44.8568207Z [00:01:58.651]➜         output_chunks=24
2025-08-20T22:48:44.8569063Z [00:01:58.651]➜      string_fragments=28
2025-08-20T22:48:44.8570023Z [00:01:58.651]➜      garbage_sections=45
2025-08-20T22:48:44.8571036Z [00:01:58.651]➜           reloc_alloc=83
2025-08-20T22:48:44.8571815Z [00:01:58.651]➜        undefined_syms=99
2025-08-20T22:48:44.8572312Z [00:01:58.651]➜          defined_syms=150
2025-08-20T22:48:44.8572803Z [00:01:58.651]➜        input_sections=370
2025-08-20T22:48:44.8573313Z [00:01:58.651]➜           parsed_objs=1657
2025-08-20T22:48:44.8573812Z [00:01:58.651]➜      regular_sections=9628
2025-08-20T22:48:44.8574599Z [00:01:58.651]➜              all_syms=25245
2025-08-20T22:48:44.8575137Z [00:01:58.651]➜     total_input_bytes=38746838
2025-08-20T22:48:44.8575711Z [00:01:58.651]➜  .comment estimation=1627 actual=4
2025-08-20T22:48:44.8576305Z [00:01:58.651]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:48:44.8620226Z [00:01:58.657]➜  using mtx_t ... yes
2025-08-20T22:48:44.8650445Z [00:01:58.660]➜        reloc_nonalloc=0
2025-08-20T22:48:44.8652835Z [00:01:58.660]➜               comdats=0
2025-08-20T22:48:44.8654528Z [00:01:58.660]➜    removed_comdat_mem=0
2025-08-20T22:48:44.8655022Z [00:01:58.660]➜              num_dsos=0
2025-08-20T22:48:44.8655492Z [00:01:58.660]➜       parsed_lto_objs=1
2025-08-20T22:48:44.8655966Z [00:01:58.660]➜              num_cies=1
2025-08-20T22:48:44.8656435Z [00:01:58.660]➜       num_unique_cies=1
2025-08-20T22:48:44.8656894Z [00:01:58.660]➜              num_fdes=1
2025-08-20T22:48:44.8657328Z [00:01:58.660]➜        merged_strings=6
2025-08-20T22:48:44.8657821Z [00:01:58.660]➜              num_objs=17
2025-08-20T22:48:44.8658304Z [00:01:58.660]➜         output_chunks=24
2025-08-20T22:48:44.8658800Z [00:01:58.660]➜      string_fragments=28
2025-08-20T22:48:44.8659283Z [00:01:58.660]➜      garbage_sections=45
2025-08-20T22:48:44.8659756Z [00:01:58.660]➜           reloc_alloc=83
2025-08-20T22:48:44.8660228Z [00:01:58.660]➜        undefined_syms=99
2025-08-20T22:48:44.8660703Z [00:01:58.660]➜          defined_syms=150
2025-08-20T22:48:44.8662294Z [00:01:58.660]➜        input_sections=370
2025-08-20T22:48:44.8662802Z [00:01:58.660]➜           parsed_objs=1657
2025-08-20T22:48:44.8663306Z [00:01:58.660]➜      regular_sections=9628
2025-08-20T22:48:44.8663804Z [00:01:58.660]➜              all_syms=25245
2025-08-20T22:48:44.8664341Z [00:01:58.660]➜     total_input_bytes=38746862
2025-08-20T22:48:44.8664903Z [00:01:58.660]➜  .comment estimation=1627 actual=4
2025-08-20T22:48:44.8665498Z [00:01:58.660]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:48:44.8693317Z [00:01:58.664]➜  using struct msginfo ... yes
2025-08-20T22:48:44.8808360Z [00:01:58.676]➜  using struct mtrr_gentry ... yes
2025-08-20T22:48:44.9838973Z [00:01:58.779]➜  using struct open_how ... no
2025-08-20T22:48:45.0326518Z [00:01:58.827]➜        reloc_nonalloc=0
2025-08-20T22:48:45.0337798Z [00:01:58.829]➜               comdats=0
2025-08-20T22:48:45.0338470Z [00:01:58.829]➜    removed_comdat_mem=0
2025-08-20T22:48:45.0339928Z [00:01:58.829]➜              num_dsos=0
2025-08-20T22:48:45.0340455Z [00:01:58.829]➜       parsed_lto_objs=1
2025-08-20T22:48:45.0341117Z [00:01:58.829]➜              num_cies=1
2025-08-20T22:48:45.0341603Z [00:01:58.829]➜       num_unique_cies=1
2025-08-20T22:48:45.0342062Z [00:01:58.829]➜              num_fdes=1
2025-08-20T22:48:45.0342519Z [00:01:58.829]➜        merged_strings=6
2025-08-20T22:48:45.0342998Z [00:01:58.829]➜              num_objs=17
2025-08-20T22:48:45.0343506Z [00:01:58.829]➜         output_chunks=24
2025-08-20T22:48:45.0344019Z [00:01:58.829]➜      string_fragments=28
2025-08-20T22:48:45.0344567Z [00:01:58.829]➜      garbage_sections=45
2025-08-20T22:48:45.0345054Z [00:01:58.829]➜           reloc_alloc=83
2025-08-20T22:48:45.0345556Z [00:01:58.829]➜        undefined_syms=99
2025-08-20T22:48:45.0346061Z [00:01:58.829]➜          defined_syms=150
2025-08-20T22:48:45.0346559Z [00:01:58.829]➜        input_sections=370
2025-08-20T22:48:45.0354420Z [00:01:58.829]➜           parsed_objs=1657
2025-08-20T22:48:45.0355018Z [00:01:58.829]➜      regular_sections=9628
2025-08-20T22:48:45.0355528Z [00:01:58.829]➜              all_syms=25245
2025-08-20T22:48:45.0356054Z [00:01:58.829]➜     total_input_bytes=38746862
2025-08-20T22:48:45.0356647Z [00:01:58.829]➜  .comment estimation=1627 actual=4
2025-08-20T22:48:45.0357267Z [00:01:58.829]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:48:45.0444841Z [00:01:58.839]➜        reloc_nonalloc=0
2025-08-20T22:48:45.0445524Z [00:01:58.839]➜               comdats=0
2025-08-20T22:48:45.0446008Z [00:01:58.839]➜    removed_comdat_mem=0
2025-08-20T22:48:45.0446771Z [00:01:58.839]➜              num_dsos=0
2025-08-20T22:48:45.0447292Z [00:01:58.839]➜       parsed_lto_objs=1
2025-08-20T22:48:45.0447815Z [00:01:58.839]➜              num_cies=1
2025-08-20T22:48:45.0448341Z [00:01:58.839]➜       num_unique_cies=1
2025-08-20T22:48:45.0448830Z [00:01:58.839]➜              num_fdes=1
2025-08-20T22:48:45.0449331Z [00:01:58.839]➜        merged_strings=6
2025-08-20T22:48:45.0449849Z [00:01:58.839]➜              num_objs=17
2025-08-20T22:48:45.0450393Z [00:01:58.839]➜         output_chunks=24
2025-08-20T22:48:45.0451207Z [00:01:58.839]➜      string_fragments=28
2025-08-20T22:48:45.0451733Z [00:01:58.839]➜      garbage_sections=45
2025-08-20T22:48:45.0452223Z [00:01:58.839]➜           reloc_alloc=83
2025-08-20T22:48:45.0452707Z [00:01:58.839]➜        undefined_syms=99
2025-08-20T22:48:45.0453189Z [00:01:58.839]➜          defined_syms=150
2025-08-20T22:48:45.0453688Z [00:01:58.839]➜        input_sections=370
2025-08-20T22:48:45.0454177Z [00:01:58.839]➜           parsed_objs=1657
2025-08-20T22:48:45.0454680Z [00:01:58.839]➜      regular_sections=9628
2025-08-20T22:48:45.0455175Z [00:01:58.839]➜              all_syms=25245
2025-08-20T22:48:45.0455709Z [00:01:58.839]➜     total_input_bytes=38746838
2025-08-20T22:48:45.0456268Z [00:01:58.839]➜  .comment estimation=1627 actual=4
2025-08-20T22:48:45.0456866Z [00:01:58.839]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:48:45.0481220Z [00:01:58.843]➜  using struct mtrr_sentry ... yes
2025-08-20T22:48:45.0636480Z [00:01:58.858]➜  using __pid_type ... no
2025-08-20T22:48:45.0753553Z [00:01:58.868]➜  using off_t ... yes
2025-08-20T22:48:45.0814098Z [00:01:58.876]➜        reloc_nonalloc=0
2025-08-20T22:48:45.0821260Z [00:01:58.877]➜               comdats=0
2025-08-20T22:48:45.0822644Z [00:01:58.877]➜    removed_comdat_mem=0
2025-08-20T22:48:45.0823146Z [00:01:58.877]➜              num_dsos=0
2025-08-20T22:48:45.0823636Z [00:01:58.877]➜       parsed_lto_objs=1
2025-08-20T22:48:45.0824108Z [00:01:58.877]➜              num_cies=1
2025-08-20T22:48:45.0824613Z [00:01:58.877]➜       num_unique_cies=1
2025-08-20T22:48:45.0825076Z [00:01:58.877]➜              num_fdes=1
2025-08-20T22:48:45.0825816Z [00:01:58.877]➜        merged_strings=6
2025-08-20T22:48:45.0826286Z [00:01:58.877]➜              num_objs=17
2025-08-20T22:48:45.0826768Z [00:01:58.877]➜         output_chunks=24
2025-08-20T22:48:45.0827251Z [00:01:58.877]➜      string_fragments=28
2025-08-20T22:48:45.0827732Z [00:01:58.877]➜      garbage_sections=45
2025-08-20T22:48:45.0828210Z [00:01:58.877]➜           reloc_alloc=83
2025-08-20T22:48:45.0828685Z [00:01:58.877]➜        undefined_syms=99
2025-08-20T22:48:45.0829164Z [00:01:58.877]➜          defined_syms=150
2025-08-20T22:48:45.0829654Z [00:01:58.877]➜        input_sections=370
2025-08-20T22:48:45.0830155Z [00:01:58.877]➜           parsed_objs=1657
2025-08-20T22:48:45.0830646Z [00:01:58.877]➜      regular_sections=9628
2025-08-20T22:48:45.0831311Z [00:01:58.877]➜              all_syms=25245
2025-08-20T22:48:45.0831845Z [00:01:58.877]➜     total_input_bytes=38746838
2025-08-20T22:48:45.0832393Z [00:01:58.877]➜  .comment estimation=1627 actual=4
2025-08-20T22:48:45.0833003Z [00:01:58.877]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:48:45.1017850Z [00:01:58.897]➜  using off64_t ... yes
2025-08-20T22:48:45.1591863Z [00:01:58.954]➜  using __priority_which_t ... no
2025-08-20T22:48:45.2121238Z [00:01:59.007]➜  using ptrace_request ... no
2025-08-20T22:48:45.2278143Z [00:01:59.023]➜        reloc_nonalloc=0
2025-08-20T22:48:45.2278704Z [00:01:59.023]➜               comdats=0
2025-08-20T22:48:45.2279178Z [00:01:59.023]➜    removed_comdat_mem=0
2025-08-20T22:48:45.2279646Z [00:01:59.023]➜              num_dsos=0
2025-08-20T22:48:45.2280124Z [00:01:59.023]➜       parsed_lto_objs=1
2025-08-20T22:48:45.2280595Z [00:01:59.023]➜              num_cies=1
2025-08-20T22:48:45.2281253Z [00:01:59.023]➜       num_unique_cies=1
2025-08-20T22:48:45.2281713Z [00:01:59.023]➜              num_fdes=1
2025-08-20T22:48:45.2282446Z [00:01:59.023]➜        merged_strings=6
2025-08-20T22:48:45.2282921Z [00:01:59.023]➜              num_objs=17
2025-08-20T22:48:45.2283429Z [00:01:59.023]➜         output_chunks=24
2025-08-20T22:48:45.2283917Z [00:01:59.023]➜      string_fragments=28
2025-08-20T22:48:45.2284401Z [00:01:59.023]➜      garbage_sections=45
2025-08-20T22:48:45.2284881Z [00:01:59.023]➜           reloc_alloc=83
2025-08-20T22:48:45.2285355Z [00:01:59.023]➜        undefined_syms=99
2025-08-20T22:48:45.2285838Z [00:01:59.023]➜          defined_syms=150
2025-08-20T22:48:45.2286327Z [00:01:59.023]➜        input_sections=370
2025-08-20T22:48:45.2286876Z [00:01:59.023]➜           parsed_objs=1657
2025-08-20T22:48:45.2287379Z [00:01:59.023]➜      regular_sections=9628
2025-08-20T22:48:45.2287876Z [00:01:59.023]➜              all_syms=25245
2025-08-20T22:48:45.2288404Z [00:01:59.023]➜     total_input_bytes=38746866
2025-08-20T22:48:45.2288959Z [00:01:59.023]➜  .comment estimation=1627 actual=4
2025-08-20T22:48:45.2289568Z [00:01:59.023]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:48:45.2334181Z [00:01:59.028]➜  using __rlimit_resource_t ... no
2025-08-20T22:48:45.2507796Z [00:01:59.046]➜  using pthread_mutexattr_t ... yes
2025-08-20T22:48:45.2617178Z [00:01:59.057]➜        reloc_nonalloc=0
2025-08-20T22:48:45.2624712Z [00:01:59.057]➜               comdats=0
2025-08-20T22:48:45.2625257Z [00:01:59.057]➜    removed_comdat_mem=0
2025-08-20T22:48:45.2625746Z [00:01:59.057]➜              num_dsos=0
2025-08-20T22:48:45.2626313Z [00:01:59.058]➜       parsed_lto_objs=1
2025-08-20T22:48:45.2626819Z [00:01:59.058]➜              num_cies=1
2025-08-20T22:48:45.2627299Z [00:01:59.058]➜       num_unique_cies=1
2025-08-20T22:48:45.2627780Z [00:01:59.058]➜              num_fdes=1
2025-08-20T22:48:45.2628259Z [00:01:59.058]➜        merged_strings=6
2025-08-20T22:48:45.2628733Z [00:01:59.058]➜              num_objs=17
2025-08-20T22:48:45.2629259Z [00:01:59.058]➜         output_chunks=24
2025-08-20T22:48:45.2629770Z [00:01:59.058]➜      string_fragments=28
2025-08-20T22:48:45.2630299Z [00:01:59.058]➜      garbage_sections=45
2025-08-20T22:48:45.2632037Z [00:01:59.058]➜           reloc_alloc=83
2025-08-20T22:48:45.2632876Z [00:01:59.058]➜        undefined_syms=99
2025-08-20T22:48:45.2633378Z [00:01:59.058]➜          defined_syms=150
2025-08-20T22:48:45.2633887Z [00:01:59.058]➜        input_sections=370
2025-08-20T22:48:45.2634415Z [00:01:59.058]➜           parsed_objs=1657
2025-08-20T22:48:45.2634941Z [00:01:59.058]➜      regular_sections=9628
2025-08-20T22:48:45.2635465Z [00:01:59.058]➜              all_syms=25245
2025-08-20T22:48:45.2636014Z [00:01:59.058]➜     total_input_bytes=38746870
2025-08-20T22:48:45.2636589Z [00:01:59.058]➜  .comment estimation=1627 actual=4
2025-08-20T22:48:45.2637217Z [00:01:59.058]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:48:45.2738661Z [00:01:59.069]➜  using pthread_mutex_t ... yes
2025-08-20T22:48:45.3492971Z [00:01:59.144]➜        reloc_nonalloc=0
2025-08-20T22:48:45.3495765Z [00:01:59.144]➜               comdats=0
2025-08-20T22:48:45.3496269Z [00:01:59.144]➜    removed_comdat_mem=0
2025-08-20T22:48:45.3496710Z [00:01:59.144]➜              num_dsos=0
2025-08-20T22:48:45.3497164Z [00:01:59.144]➜       parsed_lto_objs=1
2025-08-20T22:48:45.3497612Z [00:01:59.144]➜              num_cies=1
2025-08-20T22:48:45.3498038Z [00:01:59.144]➜       num_unique_cies=1
2025-08-20T22:48:45.3498512Z [00:01:59.144]➜              num_fdes=1
2025-08-20T22:48:45.3498980Z [00:01:59.144]➜        merged_strings=6
2025-08-20T22:48:45.3499435Z [00:01:59.144]➜              num_objs=17
2025-08-20T22:48:45.3499995Z [00:01:59.144]➜         output_chunks=24
2025-08-20T22:48:45.3500525Z [00:01:59.144]➜      string_fragments=28
2025-08-20T22:48:45.3501244Z [00:01:59.144]➜      garbage_sections=45
2025-08-20T22:48:45.3501757Z [00:01:59.144]➜           reloc_alloc=83
2025-08-20T22:48:45.3523429Z [00:01:59.144]➜        undefined_syms=99
2025-08-20T22:48:45.3523974Z [00:01:59.144]➜          defined_syms=150
2025-08-20T22:48:45.3524479Z [00:01:59.144]➜        input_sections=370
2025-08-20T22:48:45.3525276Z [00:01:59.144]➜           parsed_objs=1657
2025-08-20T22:48:45.3525814Z [00:01:59.144]➜      regular_sections=9628
2025-08-20T22:48:45.3526350Z [00:01:59.144]➜              all_syms=25245
2025-08-20T22:48:45.3526875Z [00:01:59.145]➜     total_input_bytes=38746858
2025-08-20T22:48:45.3527438Z [00:01:59.145]➜  .comment estimation=1627 actual=4
2025-08-20T22:48:45.3527987Z [00:01:59.145]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:48:45.3603611Z [00:01:59.155]➜  using struct rtc_param ... yes
2025-08-20T22:48:45.4037189Z [00:01:59.199]➜  using __rusage_who_t ... no
2025-08-20T22:48:45.4273367Z [00:01:59.222]➜        reloc_nonalloc=0
2025-08-20T22:48:45.4287838Z [00:01:59.223]➜               comdats=0
2025-08-20T22:48:45.4291492Z [00:01:59.223]➜    removed_comdat_mem=0
2025-08-20T22:48:45.4291987Z [00:01:59.223]➜              num_dsos=0
2025-08-20T22:48:45.4292458Z [00:01:59.223]➜       parsed_lto_objs=1
2025-08-20T22:48:45.4292926Z [00:01:59.224]➜              num_cies=1
2025-08-20T22:48:45.4293430Z [00:01:59.224]➜       num_unique_cies=1
2025-08-20T22:48:45.4293869Z [00:01:59.224]➜              num_fdes=1
2025-08-20T22:48:45.4294294Z [00:01:59.224]➜        merged_strings=6
2025-08-20T22:48:45.4294709Z [00:01:59.224]➜              num_objs=17
2025-08-20T22:48:45.4295152Z [00:01:59.224]➜         output_chunks=24
2025-08-20T22:48:45.4295598Z [00:01:59.224]➜      string_fragments=28
2025-08-20T22:48:45.4296040Z [00:01:59.224]➜      garbage_sections=45
2025-08-20T22:48:45.4296523Z [00:01:59.224]➜           reloc_alloc=83
2025-08-20T22:48:45.4296976Z [00:01:59.224]➜        undefined_syms=99
2025-08-20T22:48:45.4297430Z [00:01:59.224]➜          defined_syms=150
2025-08-20T22:48:45.4297910Z [00:01:59.224]➜        input_sections=370
2025-08-20T22:48:45.4298355Z [00:01:59.224]➜           parsed_objs=1657
2025-08-20T22:48:45.4298812Z [00:01:59.224]➜      regular_sections=9628
2025-08-20T22:48:45.4299285Z [00:01:59.224]➜              all_syms=25245
2025-08-20T22:48:45.4299786Z [00:01:59.224]➜     total_input_bytes=38746854
2025-08-20T22:48:45.4300298Z [00:01:59.224]➜  .comment estimation=1627 actual=4
2025-08-20T22:48:45.4301423Z [00:01:59.224]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:48:45.4301958Z [00:01:59.224]➜        reloc_nonalloc=0
2025-08-20T22:48:45.4302408Z [00:01:59.224]➜               comdats=0
2025-08-20T22:48:45.4302883Z [00:01:59.224]➜    removed_comdat_mem=0
2025-08-20T22:48:45.4303355Z [00:01:59.224]➜              num_dsos=0
2025-08-20T22:48:45.4303835Z [00:01:59.224]➜       parsed_lto_objs=1
2025-08-20T22:48:45.4304265Z [00:01:59.224]➜              num_cies=1
2025-08-20T22:48:45.4304714Z [00:01:59.224]➜       num_unique_cies=1
2025-08-20T22:48:45.4305165Z [00:01:59.224]➜              num_fdes=1
2025-08-20T22:48:45.4305615Z [00:01:59.224]➜        merged_strings=6
2025-08-20T22:48:45.4306072Z [00:01:59.224]➜              num_objs=17
2025-08-20T22:48:45.4306541Z [00:01:59.224]➜         output_chunks=24
2025-08-20T22:48:45.4307034Z [00:01:59.224]➜      string_fragments=28
2025-08-20T22:48:45.4307507Z [00:01:59.224]➜      garbage_sections=45
2025-08-20T22:48:45.4307980Z [00:01:59.224]➜           reloc_alloc=83
2025-08-20T22:48:45.4308445Z [00:01:59.224]➜        undefined_syms=99
2025-08-20T22:48:45.4308916Z [00:01:59.224]➜          defined_syms=150
2025-08-20T22:48:45.4309395Z [00:01:59.224]➜        input_sections=370
2025-08-20T22:48:45.4309877Z [00:01:59.224]➜           parsed_objs=1657
2025-08-20T22:48:45.4310358Z [00:01:59.224]➜      regular_sections=9628
2025-08-20T22:48:45.4311033Z [00:01:59.224]➜              all_syms=25245
2025-08-20T22:48:45.4311552Z [00:01:59.224]➜     total_input_bytes=38746850
2025-08-20T22:48:45.4312090Z [00:01:59.224]➜  .comment estimation=1627 actual=4
2025-08-20T22:48:45.4312678Z [00:01:59.224]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:48:45.4532917Z [00:01:59.248]➜  using struct rusage.ru_nvcsw ... yes
2025-08-20T22:48:45.4574962Z [00:01:59.252]➜  using struct rusage.ru_maxrss ... yes
2025-08-20T22:48:45.4612493Z [00:01:59.256]➜        reloc_nonalloc=0
2025-08-20T22:48:45.4616542Z [00:01:59.256]➜               comdats=0
2025-08-20T22:48:45.4617093Z [00:01:59.256]➜    removed_comdat_mem=0
2025-08-20T22:48:45.4617589Z [00:01:59.256]➜              num_dsos=0
2025-08-20T22:48:45.4618089Z [00:01:59.256]➜       parsed_lto_objs=1
2025-08-20T22:48:45.4618577Z [00:01:59.257]➜              num_cies=1
2025-08-20T22:48:45.4619052Z [00:01:59.257]➜       num_unique_cies=1
2025-08-20T22:48:45.4619521Z [00:01:59.257]➜              num_fdes=1
2025-08-20T22:48:45.4632624Z [00:01:59.258]➜        merged_strings=6
2025-08-20T22:48:45.4633144Z [00:01:59.258]➜              num_objs=17
2025-08-20T22:48:45.4633628Z [00:01:59.258]➜         output_chunks=24
2025-08-20T22:48:45.4634110Z [00:01:59.258]➜      string_fragments=28
2025-08-20T22:48:45.4634582Z [00:01:59.258]➜      garbage_sections=45
2025-08-20T22:48:45.4635052Z [00:01:59.258]➜           reloc_alloc=83
2025-08-20T22:48:45.4635510Z [00:01:59.258]➜        undefined_syms=99
2025-08-20T22:48:45.4636004Z [00:01:59.258]➜          defined_syms=150
2025-08-20T22:48:45.4636487Z [00:01:59.258]➜        input_sections=370
2025-08-20T22:48:45.4636985Z [00:01:59.258]➜           parsed_objs=1657
2025-08-20T22:48:45.4637474Z [00:01:59.258]➜      regular_sections=9628
2025-08-20T22:48:45.4637957Z [00:01:59.258]➜              all_syms=25245
2025-08-20T22:48:45.4638469Z [00:01:59.258]➜     total_input_bytes=38746854
2025-08-20T22:48:45.4639014Z [00:01:59.258]➜  .comment estimation=1627 actual=4
2025-08-20T22:48:45.4639607Z [00:01:59.258]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:48:45.4713627Z [00:01:59.266]➜  using struct rusage.ru_minflt ... yes
2025-08-20T22:48:45.5022152Z [00:01:59.297]➜  using struct sctp_assocparams ... no
2025-08-20T22:48:45.5435954Z [00:01:59.338]➜  using struct sctp_assoc_stats ... no
2025-08-20T22:48:45.5714060Z [00:01:59.366]➜  using struct sctp_assoc_value ... no
2025-08-20T22:48:45.5714815Z [00:01:59.366]➜  using struct sctp_default_prinfo ... no
2025-08-20T22:48:45.5996755Z [00:01:59.394]➜  using struct sctp_event_subscribe ... no
2025-08-20T22:48:45.6160580Z [00:01:59.411]➜  using struct sctp_getaddrs ... no
2025-08-20T22:48:45.6553493Z [00:01:59.450]➜  using struct sctp_initmsg ... no
2025-08-20T22:48:45.6938308Z [00:01:59.489]➜  using struct sctp_paddrinfo ... no
2025-08-20T22:48:45.7072116Z [00:01:59.502]➜  using struct sctp_prim ... no
2025-08-20T22:48:45.7104577Z [00:01:59.505]➜  using struct sctp_paddrparams ... no
2025-08-20T22:48:45.7220561Z [00:01:59.517]➜  using struct sctp_probeinterval ... no
2025-08-20T22:48:45.7891339Z [00:01:59.584]➜  using struct sctp_sched_type ... no
2025-08-20T22:48:45.7907775Z [00:01:59.585]➜  using struct sctp_rtoinfo ... no
2025-08-20T22:48:45.8090249Z [00:01:59.604]➜  using struct sctp_setadaption ... no
2025-08-20T22:48:45.8277450Z [00:01:59.622]➜  using struct sctp_status ... no
2025-08-20T22:48:45.8397492Z [00:01:59.634]➜  using struct sctp_stream_value ... no
2025-08-20T22:48:45.8925295Z [00:01:59.687]➜  using struct sctp_udpencaps ... no
2025-08-20T22:48:45.9692912Z [00:01:59.764]➜        reloc_nonalloc=0
2025-08-20T22:48:45.9701287Z [00:01:59.765]➜               comdats=0
2025-08-20T22:48:45.9702107Z [00:01:59.765]➜    removed_comdat_mem=0
2025-08-20T22:48:45.9704835Z [00:01:59.765]➜              num_dsos=0
2025-08-20T22:48:45.9705342Z [00:01:59.765]➜       parsed_lto_objs=1
2025-08-20T22:48:45.9705827Z [00:01:59.765]➜              num_cies=1
2025-08-20T22:48:45.9706283Z [00:01:59.765]➜       num_unique_cies=1
2025-08-20T22:48:45.9706756Z [00:01:59.765]➜              num_fdes=1
2025-08-20T22:48:45.9707224Z [00:01:59.765]➜        merged_strings=6
2025-08-20T22:48:45.9707705Z [00:01:59.765]➜              num_objs=17
2025-08-20T22:48:45.9708189Z [00:01:59.765]➜         output_chunks=24
2025-08-20T22:48:45.9708682Z [00:01:59.765]➜      string_fragments=28
2025-08-20T22:48:45.9709179Z [00:01:59.765]➜      garbage_sections=45
2025-08-20T22:48:45.9709655Z [00:01:59.765]➜           reloc_alloc=83
2025-08-20T22:48:45.9710377Z [00:01:59.765]➜        undefined_syms=99
2025-08-20T22:48:45.9711107Z [00:01:59.765]➜          defined_syms=150
2025-08-20T22:48:45.9711637Z [00:01:59.765]➜        input_sections=370
2025-08-20T22:48:45.9712125Z [00:01:59.765]➜           parsed_objs=1657
2025-08-20T22:48:45.9712589Z [00:01:59.765]➜      regular_sections=9628
2025-08-20T22:48:45.9713070Z [00:01:59.765]➜              all_syms=25245
2025-08-20T22:48:45.9713583Z [00:01:59.765]➜     total_input_bytes=38746850
2025-08-20T22:48:45.9714139Z [00:01:59.765]➜  .comment estimation=1627 actual=4
2025-08-20T22:48:45.9714728Z [00:01:59.765]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:48:45.9899584Z [00:01:59.785]➜  using struct serial_icounter_struct ... yes
2025-08-20T22:48:45.9982262Z [00:01:59.793]➜        reloc_nonalloc=0
2025-08-20T22:48:45.9989037Z [00:01:59.794]➜               comdats=0
2025-08-20T22:48:46.0025497Z [00:01:59.794]➜    removed_comdat_mem=0
2025-08-20T22:48:46.0026008Z [00:01:59.794]➜              num_dsos=0
2025-08-20T22:48:46.0026531Z [00:01:59.794]➜       parsed_lto_objs=1
2025-08-20T22:48:46.0027002Z [00:01:59.794]➜              num_cies=1
2025-08-20T22:48:46.0027478Z [00:01:59.794]➜       num_unique_cies=1
2025-08-20T22:48:46.0027928Z [00:01:59.794]➜              num_fdes=1
2025-08-20T22:48:46.0028384Z [00:01:59.794]➜        merged_strings=6
2025-08-20T22:48:46.0028852Z [00:01:59.794]➜              num_objs=17
2025-08-20T22:48:46.0029332Z [00:01:59.794]➜         output_chunks=24
2025-08-20T22:48:46.0029819Z [00:01:59.794]➜      string_fragments=28
2025-08-20T22:48:46.0030292Z [00:01:59.794]➜      garbage_sections=45
2025-08-20T22:48:46.0030916Z [00:01:59.794]➜           reloc_alloc=83
2025-08-20T22:48:46.0031407Z [00:01:59.794]➜        undefined_syms=99
2025-08-20T22:48:46.0032252Z [00:01:59.794]➜          defined_syms=150
2025-08-20T22:48:46.0032823Z [00:01:59.794]➜        input_sections=370
2025-08-20T22:48:46.0033441Z [00:01:59.794]➜           parsed_objs=1657
2025-08-20T22:48:46.0034041Z [00:01:59.794]➜      regular_sections=9628
2025-08-20T22:48:46.0044001Z [00:01:59.794]➜              all_syms=25245
2025-08-20T22:48:46.0044559Z [00:01:59.794]➜     total_input_bytes=38746838
2025-08-20T22:48:46.0045419Z [00:01:59.794]➜  .comment estimation=1627 actual=4
2025-08-20T22:48:46.0046020Z [00:01:59.794]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:48:46.0197897Z [00:01:59.814]➜  using struct shmid_ds ... yes
2025-08-20T22:48:46.0272851Z [00:01:59.822]➜        reloc_nonalloc=0
2025-08-20T22:48:46.0292844Z [00:01:59.824]➜               comdats=0
2025-08-20T22:48:46.0296546Z [00:01:59.824]➜    removed_comdat_mem=0
2025-08-20T22:48:46.0305754Z [00:01:59.824]➜              num_dsos=0
2025-08-20T22:48:46.0306262Z [00:01:59.824]➜       parsed_lto_objs=1
2025-08-20T22:48:46.0306744Z [00:01:59.824]➜              num_cies=1
2025-08-20T22:48:46.0307210Z [00:01:59.824]➜       num_unique_cies=1
2025-08-20T22:48:46.0307670Z [00:01:59.824]➜              num_fdes=1
2025-08-20T22:48:46.0308134Z [00:01:59.824]➜        merged_strings=6
2025-08-20T22:48:46.0308638Z [00:01:59.824]➜              num_objs=17
2025-08-20T22:48:46.0309123Z [00:01:59.824]➜         output_chunks=24
2025-08-20T22:48:46.0309635Z [00:01:59.824]➜      string_fragments=28
2025-08-20T22:48:46.0310117Z [00:01:59.824]➜      garbage_sections=45
2025-08-20T22:48:46.0310592Z [00:01:59.824]➜           reloc_alloc=83
2025-08-20T22:48:46.0316727Z [00:01:59.824]➜        undefined_syms=99
2025-08-20T22:48:46.0317248Z [00:01:59.824]➜          defined_syms=150
2025-08-20T22:48:46.0317733Z [00:01:59.824]➜        input_sections=370
2025-08-20T22:48:46.0318174Z [00:01:59.824]➜           parsed_objs=1657
2025-08-20T22:48:46.0318592Z [00:01:59.824]➜      regular_sections=9628
2025-08-20T22:48:46.0319065Z [00:01:59.824]➜              all_syms=25245
2025-08-20T22:48:46.0319569Z [00:01:59.824]➜     total_input_bytes=38746846
2025-08-20T22:48:46.0320119Z [00:01:59.824]➜  .comment estimation=1627 actual=4
2025-08-20T22:48:46.0320706Z [00:01:59.824]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:48:46.0426655Z [00:01:59.837]➜        reloc_nonalloc=0
2025-08-20T22:48:46.0430717Z [00:01:59.838]➜               comdats=0
2025-08-20T22:48:46.0442333Z [00:01:59.838]➜    removed_comdat_mem=0
2025-08-20T22:48:46.0443140Z [00:01:59.838]➜              num_dsos=0
2025-08-20T22:48:46.0443856Z [00:01:59.838]➜       parsed_lto_objs=1
2025-08-20T22:48:46.0444762Z [00:01:59.838]➜              num_cies=1
2025-08-20T22:48:46.0445528Z [00:01:59.838]➜       num_unique_cies=1
2025-08-20T22:48:46.0446171Z [00:01:59.838]➜              num_fdes=1
2025-08-20T22:48:46.0446796Z [00:01:59.838]➜        merged_strings=6
2025-08-20T22:48:46.0447529Z [00:01:59.838]➜              num_objs=17
2025-08-20T22:48:46.0448146Z [00:01:59.838]➜         output_chunks=24
2025-08-20T22:48:46.0448638Z [00:01:59.839]➜      string_fragments=28
2025-08-20T22:48:46.0449793Z [00:01:59.839]➜      garbage_sections=45
2025-08-20T22:48:46.0458524Z [00:01:59.839]➜           reloc_alloc=83
2025-08-20T22:48:46.0459038Z [00:01:59.839]➜        undefined_syms=99
2025-08-20T22:48:46.0459510Z [00:01:59.839]➜          defined_syms=150
2025-08-20T22:48:46.0459961Z [00:01:59.839]➜        input_sections=370
2025-08-20T22:48:46.0460647Z [00:01:59.839]➜           parsed_objs=1657
2025-08-20T22:48:46.0461322Z [00:01:59.839]➜      regular_sections=9628
2025-08-20T22:48:46.0461790Z [00:01:59.839]➜              all_syms=25245
2025-08-20T22:48:46.0462255Z [00:01:59.839]➜     total_input_bytes=38746878
2025-08-20T22:48:46.0462758Z [00:01:59.839]➜  .comment estimation=1627 actual=4
2025-08-20T22:48:46.0463302Z [00:01:59.839]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:48:46.0570532Z [00:01:59.852]➜  using struct seccomp_notif_sizes ... yes
2025-08-20T22:48:46.0578222Z [00:01:59.853]➜  using struct serial_struct ... yes
2025-08-20T22:48:46.0925007Z [00:01:59.887]➜        reloc_nonalloc=0
2025-08-20T22:48:46.0930566Z [00:01:59.888]➜               comdats=0
2025-08-20T22:48:46.0941951Z [00:01:59.888]➜    removed_comdat_mem=0
2025-08-20T22:48:46.0942595Z [00:01:59.888]➜              num_dsos=0
2025-08-20T22:48:46.0943177Z [00:01:59.888]➜       parsed_lto_objs=1
2025-08-20T22:48:46.0943738Z [00:01:59.888]➜              num_cies=1
2025-08-20T22:48:46.0944266Z [00:01:59.888]➜       num_unique_cies=1
2025-08-20T22:48:46.0946317Z [00:01:59.888]➜              num_fdes=1
2025-08-20T22:48:46.0948179Z [00:01:59.888]➜        merged_strings=6
2025-08-20T22:48:46.0981878Z [00:01:59.888]➜              num_objs=17
2025-08-20T22:48:46.0985400Z [00:01:59.888]➜         output_chunks=24
2025-08-20T22:48:46.0986202Z [00:01:59.888]➜      string_fragments=28
2025-08-20T22:48:46.0986998Z [00:01:59.888]➜      garbage_sections=45
2025-08-20T22:48:46.0987990Z [00:01:59.888]➜           reloc_alloc=83
2025-08-20T22:48:46.0988906Z [00:01:59.888]➜        undefined_syms=99
2025-08-20T22:48:46.0989529Z [00:01:59.888]➜          defined_syms=150
2025-08-20T22:48:46.0990045Z [00:01:59.888]➜        input_sections=370
2025-08-20T22:48:46.0990556Z [00:01:59.888]➜           parsed_objs=1657
2025-08-20T22:48:46.0991503Z [00:01:59.888]➜      regular_sections=9628
2025-08-20T22:48:46.0992031Z [00:01:59.888]➜              all_syms=25245
2025-08-20T22:48:46.0992588Z [00:01:59.888]➜     total_input_bytes=38746838
2025-08-20T22:48:46.0993149Z [00:01:59.888]➜  .comment estimation=1627 actual=4
2025-08-20T22:48:46.0993762Z [00:01:59.888]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:48:46.1061522Z [00:01:59.901]➜  using struct shminfo ... yes
2025-08-20T22:48:46.1808067Z [00:01:59.976]➜        reloc_nonalloc=0
2025-08-20T22:48:46.1825442Z [00:01:59.977]➜               comdats=0
2025-08-20T22:48:46.1826464Z [00:01:59.977]➜    removed_comdat_mem=0
2025-08-20T22:48:46.1827836Z [00:01:59.977]➜              num_dsos=0
2025-08-20T22:48:46.1828521Z [00:01:59.977]➜       parsed_lto_objs=1
2025-08-20T22:48:46.1830030Z [00:01:59.977]➜              num_cies=1
2025-08-20T22:48:46.1830514Z [00:01:59.977]➜       num_unique_cies=1
2025-08-20T22:48:46.1831768Z [00:01:59.977]➜              num_fdes=1
2025-08-20T22:48:46.1832274Z [00:01:59.977]➜        merged_strings=6
2025-08-20T22:48:46.1832747Z [00:01:59.977]➜              num_objs=17
2025-08-20T22:48:46.1833253Z [00:01:59.977]➜         output_chunks=24
2025-08-20T22:48:46.1833742Z [00:01:59.977]➜      string_fragments=28
2025-08-20T22:48:46.1834232Z [00:01:59.977]➜      garbage_sections=45
2025-08-20T22:48:46.1834711Z [00:01:59.977]➜           reloc_alloc=83
2025-08-20T22:48:46.1835185Z [00:01:59.977]➜        undefined_syms=99
2025-08-20T22:48:46.1835666Z [00:01:59.977]➜          defined_syms=150
2025-08-20T22:48:46.1836151Z [00:01:59.977]➜        input_sections=370
2025-08-20T22:48:46.1836645Z [00:01:59.977]➜           parsed_objs=1657
2025-08-20T22:48:46.1837142Z [00:01:59.977]➜      regular_sections=9628
2025-08-20T22:48:46.1837636Z [00:01:59.977]➜              all_syms=25245
2025-08-20T22:48:46.1838159Z [00:01:59.977]➜     total_input_bytes=38746874
2025-08-20T22:48:46.1838718Z [00:01:59.977]➜  .comment estimation=1627 actual=4
2025-08-20T22:48:46.1839350Z [00:01:59.977]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:48:46.2077947Z [00:02:00.002]➜  using struct snd_ctl_card_info ... yes
2025-08-20T22:48:46.2468591Z [00:02:00.041]➜        reloc_nonalloc=0
2025-08-20T22:48:46.2475474Z [00:02:00.041]➜               comdats=0
2025-08-20T22:48:46.2476009Z [00:02:00.042]➜    removed_comdat_mem=0
2025-08-20T22:48:46.2476483Z [00:02:00.042]➜              num_dsos=0
2025-08-20T22:48:46.2476970Z [00:02:00.042]➜       parsed_lto_objs=1
2025-08-20T22:48:46.2477462Z [00:02:00.042]➜              num_cies=1
2025-08-20T22:48:46.2477946Z [00:02:00.042]➜       num_unique_cies=1
2025-08-20T22:48:46.2478402Z [00:02:00.042]➜              num_fdes=1
2025-08-20T22:48:46.2478790Z [00:02:00.042]➜        merged_strings=6
2025-08-20T22:48:46.2479182Z [00:02:00.042]➜              num_objs=17
2025-08-20T22:48:46.2479577Z [00:02:00.042]➜         output_chunks=24
2025-08-20T22:48:46.2479981Z [00:02:00.042]➜      string_fragments=28
2025-08-20T22:48:46.2480392Z [00:02:00.042]➜      garbage_sections=45
2025-08-20T22:48:46.2481002Z [00:02:00.042]➜           reloc_alloc=83
2025-08-20T22:48:46.2481417Z [00:02:00.042]➜        undefined_syms=99
2025-08-20T22:48:46.2481856Z [00:02:00.042]➜          defined_syms=150
2025-08-20T22:48:46.2482321Z [00:02:00.042]➜        input_sections=370
2025-08-20T22:48:46.2482828Z [00:02:00.042]➜           parsed_objs=1657
2025-08-20T22:48:46.2483354Z [00:02:00.042]➜      regular_sections=9628
2025-08-20T22:48:46.2483870Z [00:02:00.042]➜              all_syms=25245
2025-08-20T22:48:46.2484402Z [00:02:00.042]➜     total_input_bytes=38746858
2025-08-20T22:48:46.2484972Z [00:02:00.042]➜  .comment estimation=1627 actual=4
2025-08-20T22:48:46.2485565Z [00:02:00.042]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:48:46.2632105Z [00:02:00.058]➜        reloc_nonalloc=0
2025-08-20T22:48:46.2644704Z [00:02:00.059]➜               comdats=0
2025-08-20T22:48:46.2650095Z [00:02:00.059]➜    removed_comdat_mem=0
2025-08-20T22:48:46.2650604Z [00:02:00.059]➜              num_dsos=0
2025-08-20T22:48:46.2651630Z [00:02:00.059]➜       parsed_lto_objs=1
2025-08-20T22:48:46.2652148Z [00:02:00.059]➜              num_cies=1
2025-08-20T22:48:46.2652650Z [00:02:00.059]➜       num_unique_cies=1
2025-08-20T22:48:46.2653403Z [00:02:00.059]➜              num_fdes=1
2025-08-20T22:48:46.2654138Z [00:02:00.059]➜        merged_strings=6
2025-08-20T22:48:46.2654861Z [00:02:00.059]➜              num_objs=17
2025-08-20T22:48:46.2655568Z [00:02:00.059]➜         output_chunks=24
2025-08-20T22:48:46.2656852Z [00:02:00.059]➜      string_fragments=28
2025-08-20T22:48:46.2657540Z [00:02:00.059]➜      garbage_sections=45
2025-08-20T22:48:46.2658203Z [00:02:00.059]➜           reloc_alloc=83
2025-08-20T22:48:46.2659349Z [00:02:00.059]➜        undefined_syms=99
2025-08-20T22:48:46.2660379Z [00:02:00.059]➜          defined_syms=150
2025-08-20T22:48:46.2661435Z [00:02:00.059]➜        input_sections=370
2025-08-20T22:48:46.2662203Z [00:02:00.059]➜           parsed_objs=1657
2025-08-20T22:48:46.2663741Z [00:02:00.059]➜      regular_sections=9628
2025-08-20T22:48:46.2664256Z [00:02:00.059]➜              all_syms=25245
2025-08-20T22:48:46.2664784Z [00:02:00.059]➜     total_input_bytes=38746862
2025-08-20T22:48:46.2665335Z [00:02:00.059]➜  .comment estimation=1627 actual=4
2025-08-20T22:48:46.2665940Z [00:02:00.059]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:48:46.2685206Z [00:02:00.063]➜        reloc_nonalloc=0
2025-08-20T22:48:46.2686874Z [00:02:00.063]➜               comdats=0
2025-08-20T22:48:46.2687368Z [00:02:00.063]➜    removed_comdat_mem=0
2025-08-20T22:48:46.2687839Z [00:02:00.063]➜              num_dsos=0
2025-08-20T22:48:46.2688316Z [00:02:00.063]➜       parsed_lto_objs=1
2025-08-20T22:48:46.2688794Z [00:02:00.063]➜              num_cies=1
2025-08-20T22:48:46.2689270Z [00:02:00.063]➜       num_unique_cies=1
2025-08-20T22:48:46.2689794Z [00:02:00.063]➜              num_fdes=1
2025-08-20T22:48:46.2690264Z [00:02:00.063]➜        merged_strings=6
2025-08-20T22:48:46.2690739Z [00:02:00.063]➜              num_objs=17
2025-08-20T22:48:46.2691477Z [00:02:00.063]➜         output_chunks=24
2025-08-20T22:48:46.2691985Z [00:02:00.063]➜      string_fragments=28
2025-08-20T22:48:46.2692734Z [00:02:00.063]➜      garbage_sections=45
2025-08-20T22:48:46.2693216Z [00:02:00.063]➜           reloc_alloc=83
2025-08-20T22:48:46.2693696Z [00:02:00.063]➜        undefined_syms=99
2025-08-20T22:48:46.2694187Z [00:02:00.063]➜          defined_syms=150
2025-08-20T22:48:46.2694682Z [00:02:00.063]➜        input_sections=370
2025-08-20T22:48:46.2695184Z [00:02:00.063]➜           parsed_objs=1657
2025-08-20T22:48:46.2695691Z [00:02:00.063]➜      regular_sections=9628
2025-08-20T22:48:46.2696185Z [00:02:00.063]➜              all_syms=25245
2025-08-20T22:48:46.2696701Z [00:02:00.063]➜     total_input_bytes=38746850
2025-08-20T22:48:46.2697247Z [00:02:00.063]➜  .comment estimation=1627 actual=4
2025-08-20T22:48:46.2697860Z [00:02:00.063]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:48:46.2732727Z [00:02:00.068]➜  using struct termios ... yes
2025-08-20T22:48:46.2816631Z [00:02:00.076]➜  using struct sockaddr_un ... yes
2025-08-20T22:48:46.2842662Z [00:02:00.077]➜  using struct snd_ctl_tlv ... yes
2025-08-20T22:48:46.3159886Z [00:02:00.111]➜        reloc_nonalloc=0
2025-08-20T22:48:46.3167953Z [00:02:00.112]➜               comdats=0
2025-08-20T22:48:46.3168666Z [00:02:00.112]➜    removed_comdat_mem=0
2025-08-20T22:48:46.3170117Z [00:02:00.112]➜              num_dsos=0
2025-08-20T22:48:46.3171090Z [00:02:00.112]➜       parsed_lto_objs=1
2025-08-20T22:48:46.3173100Z [00:02:00.112]➜              num_cies=1
2025-08-20T22:48:46.3177311Z [00:02:00.112]➜       num_unique_cies=1
2025-08-20T22:48:46.3178055Z [00:02:00.112]➜              num_fdes=1
2025-08-20T22:48:46.3179894Z [00:02:00.112]➜        merged_strings=6
2025-08-20T22:48:46.3180609Z [00:02:00.112]➜              num_objs=17
2025-08-20T22:48:46.3182788Z [00:02:00.112]➜         output_chunks=24
2025-08-20T22:48:46.3183341Z [00:02:00.112]➜      string_fragments=28
2025-08-20T22:48:46.3184404Z [00:02:00.112]➜      garbage_sections=45
2025-08-20T22:48:46.3186368Z [00:02:00.112]➜           reloc_alloc=83
2025-08-20T22:48:46.3187967Z [00:02:00.112]➜        undefined_syms=99
2025-08-20T22:48:46.3188672Z [00:02:00.112]➜          defined_syms=150
2025-08-20T22:48:46.3191861Z [00:02:00.112]➜        input_sections=370
2025-08-20T22:48:46.3192613Z [00:02:00.112]➜           parsed_objs=1657
2025-08-20T22:48:46.3193832Z [00:02:00.112]➜      regular_sections=9628
2025-08-20T22:48:46.3194893Z [00:02:00.112]➜              all_syms=25245
2025-08-20T22:48:46.3196559Z [00:02:00.112]➜     total_input_bytes=38746850
2025-08-20T22:48:46.3197417Z [00:02:00.112]➜  .comment estimation=1627 actual=4
2025-08-20T22:48:46.3198276Z [00:02:00.112]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:48:46.3275169Z [00:02:00.122]➜  using struct timex ... yes
2025-08-20T22:48:46.4453103Z [00:02:00.240]➜        reloc_nonalloc=0
2025-08-20T22:48:46.4457116Z [00:02:00.240]➜               comdats=0
2025-08-20T22:48:46.4457651Z [00:02:00.240]➜    removed_comdat_mem=0
2025-08-20T22:48:46.4458125Z [00:02:00.240]➜              num_dsos=0
2025-08-20T22:48:46.4458617Z [00:02:00.240]➜       parsed_lto_objs=1
2025-08-20T22:48:46.4459083Z [00:02:00.240]➜              num_cies=1
2025-08-20T22:48:46.4459545Z [00:02:00.240]➜       num_unique_cies=1
2025-08-20T22:48:46.4460006Z [00:02:00.240]➜              num_fdes=1
2025-08-20T22:48:46.4460465Z [00:02:00.240]➜        merged_strings=6
2025-08-20T22:48:46.4461095Z [00:02:00.240]➜              num_objs=17
2025-08-20T22:48:46.4461581Z [00:02:00.240]➜         output_chunks=24
2025-08-20T22:48:46.4462072Z [00:02:00.240]➜      string_fragments=28
2025-08-20T22:48:46.4462502Z [00:02:00.240]➜      garbage_sections=45
2025-08-20T22:48:46.4462936Z [00:02:00.240]➜           reloc_alloc=83
2025-08-20T22:48:46.4463398Z [00:02:00.240]➜        undefined_syms=99
2025-08-20T22:48:46.4463864Z [00:02:00.240]➜          defined_syms=150
2025-08-20T22:48:46.4464346Z [00:02:00.240]➜        input_sections=370
2025-08-20T22:48:46.4464853Z [00:02:00.240]➜           parsed_objs=1657
2025-08-20T22:48:46.4465360Z [00:02:00.240]➜      regular_sections=9628
2025-08-20T22:48:46.4466139Z [00:02:00.240]➜              all_syms=25245
2025-08-20T22:48:46.4466658Z [00:02:00.240]➜     total_input_bytes=38746846
2025-08-20T22:48:46.4467210Z [00:02:00.240]➜  .comment estimation=1627 actual=4
2025-08-20T22:48:46.4467771Z [00:02:00.240]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:48:46.4606269Z [00:02:00.255]➜        reloc_nonalloc=0
2025-08-20T22:48:46.4610181Z [00:02:00.256]➜               comdats=0
2025-08-20T22:48:46.4611525Z [00:02:00.256]➜    removed_comdat_mem=0
2025-08-20T22:48:46.4612535Z [00:02:00.256]➜              num_dsos=0
2025-08-20T22:48:46.4613124Z [00:02:00.256]➜       parsed_lto_objs=1
2025-08-20T22:48:46.4613803Z [00:02:00.256]➜              num_cies=1
2025-08-20T22:48:46.4614383Z [00:02:00.256]➜       num_unique_cies=1
2025-08-20T22:48:46.4615475Z [00:02:00.256]➜              num_fdes=1
2025-08-20T22:48:46.4616276Z [00:02:00.256]➜        merged_strings=6
2025-08-20T22:48:46.4616943Z [00:02:00.256]➜              num_objs=17
2025-08-20T22:48:46.4617873Z [00:02:00.256]➜         output_chunks=24
2025-08-20T22:48:46.4618659Z [00:02:00.256]➜      string_fragments=28
2025-08-20T22:48:46.4619302Z [00:02:00.256]➜      garbage_sections=45
2025-08-20T22:48:46.4620245Z [00:02:00.256]➜           reloc_alloc=83
2025-08-20T22:48:46.4621208Z [00:02:00.256]➜        undefined_syms=99
2025-08-20T22:48:46.4621921Z [00:02:00.256]➜          defined_syms=150
2025-08-20T22:48:46.4622666Z [00:02:00.256]➜        input_sections=370
2025-08-20T22:48:46.4641811Z [00:02:00.256]➜           parsed_objs=1657
2025-08-20T22:48:46.4642713Z [00:02:00.256]➜      regular_sections=9628
2025-08-20T22:48:46.4643444Z [00:02:00.256]➜              all_syms=25245
2025-08-20T22:48:46.4645306Z [00:02:00.256]➜     total_input_bytes=38746874
2025-08-20T22:48:46.4645888Z [00:02:00.256]➜  .comment estimation=1627 actual=4
2025-08-20T22:48:46.4646780Z [00:02:00.256]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:48:46.4647349Z [00:02:00.259]➜        reloc_nonalloc=0
2025-08-20T22:48:46.4648025Z [00:02:00.260]➜               comdats=0
2025-08-20T22:48:46.4648613Z [00:02:00.260]➜    removed_comdat_mem=0
2025-08-20T22:48:46.4649215Z [00:02:00.260]➜              num_dsos=0
2025-08-20T22:48:46.4649940Z [00:02:00.260]➜       parsed_lto_objs=1
2025-08-20T22:48:46.4651432Z [00:02:00.260]➜              num_cies=1
2025-08-20T22:48:46.4651916Z [00:02:00.260]➜       num_unique_cies=1
2025-08-20T22:48:46.4652395Z [00:02:00.260]➜              num_fdes=1
2025-08-20T22:48:46.4652867Z [00:02:00.260]➜        merged_strings=6
2025-08-20T22:48:46.4653341Z [00:02:00.260]➜              num_objs=17
2025-08-20T22:48:46.4653819Z [00:02:00.260]➜         output_chunks=24
2025-08-20T22:48:46.4654304Z [00:02:00.260]➜      string_fragments=28
2025-08-20T22:48:46.4654787Z [00:02:00.260]➜      garbage_sections=45
2025-08-20T22:48:46.4655265Z [00:02:00.260]➜           reloc_alloc=83
2025-08-20T22:48:46.4655749Z [00:02:00.260]➜        undefined_syms=99
2025-08-20T22:48:46.4656223Z [00:02:00.260]➜          defined_syms=150
2025-08-20T22:48:46.4656720Z [00:02:00.260]➜        input_sections=370
2025-08-20T22:48:46.4657212Z [00:02:00.260]➜           parsed_objs=1657
2025-08-20T22:48:46.4657701Z [00:02:00.260]➜      regular_sections=9628
2025-08-20T22:48:46.4658182Z [00:02:00.260]➜              all_syms=25245
2025-08-20T22:48:46.4658693Z [00:02:00.260]➜     total_input_bytes=38746866
2025-08-20T22:48:46.4659235Z [00:02:00.260]➜  .comment estimation=1627 actual=4
2025-08-20T22:48:46.4659835Z [00:02:00.260]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:48:46.4705739Z [00:02:00.265]➜  using struct timezone ... yes
2025-08-20T22:48:46.4823791Z [00:02:00.277]➜  using struct usbdevfs_getdriver ... yes
2025-08-20T22:48:46.4861348Z [00:02:00.281]➜  using struct tpacket_req3 ... yes
2025-08-20T22:48:46.4873025Z [00:02:00.282]➜        reloc_nonalloc=0
2025-08-20T22:48:46.4883688Z [00:02:00.283]➜               comdats=0
2025-08-20T22:48:46.4886798Z [00:02:00.283]➜    removed_comdat_mem=0
2025-08-20T22:48:46.4887563Z [00:02:00.283]➜              num_dsos=0
2025-08-20T22:48:46.4888046Z [00:02:00.283]➜       parsed_lto_objs=1
2025-08-20T22:48:46.4888517Z [00:02:00.283]➜              num_cies=1
2025-08-20T22:48:46.4888979Z [00:02:00.283]➜       num_unique_cies=1
2025-08-20T22:48:46.4889436Z [00:02:00.283]➜              num_fdes=1
2025-08-20T22:48:46.4889892Z [00:02:00.283]➜        merged_strings=6
2025-08-20T22:48:46.4890411Z [00:02:00.283]➜              num_objs=17
2025-08-20T22:48:46.4891040Z [00:02:00.283]➜         output_chunks=24
2025-08-20T22:48:46.4891527Z [00:02:00.283]➜      string_fragments=28
2025-08-20T22:48:46.4891998Z [00:02:00.283]➜      garbage_sections=45
2025-08-20T22:48:46.4892480Z [00:02:00.283]➜           reloc_alloc=83
2025-08-20T22:48:46.4892956Z [00:02:00.283]➜        undefined_syms=99
2025-08-20T22:48:46.4893435Z [00:02:00.283]➜          defined_syms=150
2025-08-20T22:48:46.4893939Z [00:02:00.283]➜        input_sections=370
2025-08-20T22:48:46.4894443Z [00:02:00.283]➜           parsed_objs=1657
2025-08-20T22:48:46.4894957Z [00:02:00.283]➜      regular_sections=9628
2025-08-20T22:48:46.4895457Z [00:02:00.283]➜              all_syms=25245
2025-08-20T22:48:46.4895965Z [00:02:00.283]➜     total_input_bytes=38746858
2025-08-20T22:48:46.4896513Z [00:02:00.283]➜  .comment estimation=1627 actual=4
2025-08-20T22:48:46.4897123Z [00:02:00.283]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:48:46.5004379Z [00:02:00.295]➜  using struct unimapdesc ... yes
2025-08-20T22:48:46.5549576Z [00:02:00.350]➜        reloc_nonalloc=0
2025-08-20T22:48:46.5555828Z [00:02:00.350]➜               comdats=0
2025-08-20T22:48:46.5564828Z [00:02:00.350]➜    removed_comdat_mem=0
2025-08-20T22:48:46.5565337Z [00:02:00.350]➜              num_dsos=0
2025-08-20T22:48:46.5565831Z [00:02:00.350]➜       parsed_lto_objs=1
2025-08-20T22:48:46.5566306Z [00:02:00.350]➜              num_cies=1
2025-08-20T22:48:46.5568816Z [00:02:00.350]➜       num_unique_cies=1
2025-08-20T22:48:46.5569337Z [00:02:00.350]➜              num_fdes=1
2025-08-20T22:48:46.5569840Z [00:02:00.350]➜        merged_strings=6
2025-08-20T22:48:46.5570315Z [00:02:00.350]➜              num_objs=17
2025-08-20T22:48:46.5570954Z [00:02:00.350]➜         output_chunks=24
2025-08-20T22:48:46.5571458Z [00:02:00.350]➜      string_fragments=28
2025-08-20T22:48:46.5571958Z [00:02:00.350]➜      garbage_sections=45
2025-08-20T22:48:46.5572457Z [00:02:00.350]➜           reloc_alloc=83
2025-08-20T22:48:46.5572942Z [00:02:00.350]➜        undefined_syms=99
2025-08-20T22:48:46.5573421Z [00:02:00.350]➜          defined_syms=150
2025-08-20T22:48:46.5573910Z [00:02:00.350]➜        input_sections=370
2025-08-20T22:48:46.5574405Z [00:02:00.350]➜           parsed_objs=1657
2025-08-20T22:48:46.5574907Z [00:02:00.350]➜      regular_sections=9628
2025-08-20T22:48:46.5575417Z [00:02:00.350]➜              all_syms=25245
2025-08-20T22:48:46.5575939Z [00:02:00.350]➜     total_input_bytes=38746838
2025-08-20T22:48:46.5576512Z [00:02:00.350]➜  .comment estimation=1627 actual=4
2025-08-20T22:48:46.5577132Z [00:02:00.350]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:48:46.5764756Z [00:02:00.371]➜  using struct user_desc ... yes
2025-08-20T22:48:46.6677360Z [00:02:00.462]➜        reloc_nonalloc=0
2025-08-20T22:48:46.6687551Z [00:02:00.463]➜               comdats=0
2025-08-20T22:48:46.6688109Z [00:02:00.463]➜    removed_comdat_mem=0
2025-08-20T22:48:46.6688593Z [00:02:00.463]➜              num_dsos=0
2025-08-20T22:48:46.6689088Z [00:02:00.463]➜       parsed_lto_objs=1
2025-08-20T22:48:46.6689550Z [00:02:00.463]➜              num_cies=1
2025-08-20T22:48:46.6690014Z [00:02:00.463]➜       num_unique_cies=1
2025-08-20T22:48:46.6690469Z [00:02:00.463]➜              num_fdes=1
2025-08-20T22:48:46.6691105Z [00:02:00.463]➜        merged_strings=6
2025-08-20T22:48:46.6691580Z [00:02:00.463]➜              num_objs=17
2025-08-20T22:48:46.6692048Z [00:02:00.463]➜         output_chunks=24
2025-08-20T22:48:46.6692556Z [00:02:00.463]➜      string_fragments=28
2025-08-20T22:48:46.6693031Z [00:02:00.463]➜      garbage_sections=45
2025-08-20T22:48:46.6693798Z [00:02:00.463]➜           reloc_alloc=83
2025-08-20T22:48:46.6694265Z [00:02:00.463]➜        undefined_syms=99
2025-08-20T22:48:46.6694738Z [00:02:00.463]➜          defined_syms=150
2025-08-20T22:48:46.6695220Z [00:02:00.463]➜        input_sections=370
2025-08-20T22:48:46.6695706Z [00:02:00.463]➜           parsed_objs=1657
2025-08-20T22:48:46.6696198Z [00:02:00.463]➜      regular_sections=9628
2025-08-20T22:48:46.6696714Z [00:02:00.463]➜              all_syms=25245
2025-08-20T22:48:46.6697231Z [00:02:00.463]➜     total_input_bytes=38746858
2025-08-20T22:48:46.6697774Z [00:02:00.463]➜  .comment estimation=1627 actual=4
2025-08-20T22:48:46.6698369Z [00:02:00.463]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:48:46.6805117Z [00:02:00.475]➜  using struct v4l2_audio ... yes
2025-08-20T22:48:46.7152067Z [00:02:00.510]➜        reloc_nonalloc=0
2025-08-20T22:48:46.7163181Z [00:02:00.510]➜               comdats=0
2025-08-20T22:48:46.7163692Z [00:02:00.510]➜    removed_comdat_mem=0
2025-08-20T22:48:46.7164192Z [00:02:00.510]➜              num_dsos=0
2025-08-20T22:48:46.7164681Z [00:02:00.510]➜       parsed_lto_objs=1
2025-08-20T22:48:46.7165155Z [00:02:00.510]➜              num_cies=1
2025-08-20T22:48:46.7165609Z [00:02:00.510]➜       num_unique_cies=1
2025-08-20T22:48:46.7166080Z [00:02:00.510]➜              num_fdes=1
2025-08-20T22:48:46.7166539Z [00:02:00.510]➜        merged_strings=6
2025-08-20T22:48:46.7167013Z [00:02:00.510]➜              num_objs=17
2025-08-20T22:48:46.7167493Z [00:02:00.510]➜         output_chunks=24
2025-08-20T22:48:46.7167977Z [00:02:00.510]➜      string_fragments=28
2025-08-20T22:48:46.7168453Z [00:02:00.510]➜      garbage_sections=45
2025-08-20T22:48:46.7168925Z [00:02:00.510]➜           reloc_alloc=83
2025-08-20T22:48:46.7169397Z [00:02:00.510]➜        undefined_syms=99
2025-08-20T22:48:46.7169887Z [00:02:00.510]➜          defined_syms=150
2025-08-20T22:48:46.7170638Z [00:02:00.510]➜        input_sections=370
2025-08-20T22:48:46.7171316Z [00:02:00.510]➜           parsed_objs=1657
2025-08-20T22:48:46.7171828Z [00:02:00.510]➜      regular_sections=9628
2025-08-20T22:48:46.7172329Z [00:02:00.510]➜              all_syms=25245
2025-08-20T22:48:46.7172859Z [00:02:00.510]➜     total_input_bytes=38746858
2025-08-20T22:48:46.7173426Z [00:02:00.510]➜  .comment estimation=1627 actual=4
2025-08-20T22:48:46.7174029Z [00:02:00.510]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:48:46.7347255Z [00:02:00.529]➜        reloc_nonalloc=0
2025-08-20T22:48:46.7349151Z [00:02:00.529]➜               comdats=0
2025-08-20T22:48:46.7350157Z [00:02:00.529]➜    removed_comdat_mem=0
2025-08-20T22:48:46.7351074Z [00:02:00.529]➜              num_dsos=0
2025-08-20T22:48:46.7352443Z [00:02:00.529]➜       parsed_lto_objs=1
2025-08-20T22:48:46.7353140Z [00:02:00.529]➜              num_cies=1
2025-08-20T22:48:46.7354397Z [00:02:00.529]➜       num_unique_cies=1
2025-08-20T22:48:46.7355148Z [00:02:00.529]➜              num_fdes=1
2025-08-20T22:48:46.7355865Z [00:02:00.529]➜        merged_strings=6
2025-08-20T22:48:46.7356604Z [00:02:00.530]➜              num_objs=17
2025-08-20T22:48:46.7357367Z [00:02:00.530]➜         output_chunks=24
2025-08-20T22:48:46.7359250Z [00:02:00.530]➜      string_fragments=28
2025-08-20T22:48:46.7359977Z [00:02:00.530]➜      garbage_sections=45
2025-08-20T22:48:46.7360607Z [00:02:00.530]➜           reloc_alloc=83
2025-08-20T22:48:46.7361530Z [00:02:00.530]➜        undefined_syms=99
2025-08-20T22:48:46.7362575Z [00:02:00.530]➜          defined_syms=150
2025-08-20T22:48:46.7363312Z [00:02:00.530]➜        input_sections=370
2025-08-20T22:48:46.7364076Z [00:02:00.530]➜           parsed_objs=1657
2025-08-20T22:48:46.7364942Z [00:02:00.530]➜      regular_sections=9628
2025-08-20T22:48:46.7365977Z [00:02:00.530]➜              all_syms=25245
2025-08-20T22:48:46.7366870Z [00:02:00.530]➜     total_input_bytes=38746866
2025-08-20T22:48:46.7368464Z [00:02:00.530]➜  .comment estimation=1627 actual=4
2025-08-20T22:48:46.7369506Z [00:02:00.530]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:48:46.7384053Z [00:02:00.533]➜  using struct utimbuf ... yes
2025-08-20T22:48:46.7706421Z [00:02:00.565]➜  using struct v4l2_audioout ... yes
2025-08-20T22:48:46.7750171Z [00:02:00.570]➜        reloc_nonalloc=0
2025-08-20T22:48:46.7751337Z [00:02:00.570]➜               comdats=0
2025-08-20T22:48:46.7752183Z [00:02:00.570]➜    removed_comdat_mem=0
2025-08-20T22:48:46.7753120Z [00:02:00.570]➜              num_dsos=0
2025-08-20T22:48:46.7754070Z [00:02:00.570]➜       parsed_lto_objs=1
2025-08-20T22:48:46.7754916Z [00:02:00.570]➜              num_cies=1
2025-08-20T22:48:46.7755678Z [00:02:00.570]➜       num_unique_cies=1
2025-08-20T22:48:46.7756454Z [00:02:00.570]➜              num_fdes=1
2025-08-20T22:48:46.7757829Z [00:02:00.570]➜        merged_strings=6
2025-08-20T22:48:46.7758537Z [00:02:00.570]➜              num_objs=17
2025-08-20T22:48:46.7759326Z [00:02:00.570]➜         output_chunks=24
2025-08-20T22:48:46.7760202Z [00:02:00.570]➜      string_fragments=28
2025-08-20T22:48:46.7761272Z [00:02:00.570]➜      garbage_sections=45
2025-08-20T22:48:46.7762104Z [00:02:00.570]➜           reloc_alloc=83
2025-08-20T22:48:46.7763056Z [00:02:00.570]➜        undefined_syms=99
2025-08-20T22:48:46.7763869Z [00:02:00.570]➜          defined_syms=150
2025-08-20T22:48:46.7764623Z [00:02:00.570]➜        input_sections=370
2025-08-20T22:48:46.7765395Z [00:02:00.570]➜           parsed_objs=1657
2025-08-20T22:48:46.7770227Z [00:02:00.570]➜      regular_sections=9628
2025-08-20T22:48:46.7775823Z [00:02:00.570]➜              all_syms=25245
2025-08-20T22:48:46.7776363Z [00:02:00.570]➜     total_input_bytes=38746870
2025-08-20T22:48:46.7776915Z [00:02:00.570]➜  .comment estimation=1627 actual=4
2025-08-20T22:48:46.7777519Z [00:02:00.570]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:48:46.7778069Z [00:02:00.572]➜        reloc_nonalloc=0
2025-08-20T22:48:46.7778784Z [00:02:00.572]➜               comdats=0
2025-08-20T22:48:46.7779259Z [00:02:00.572]➜    removed_comdat_mem=0
2025-08-20T22:48:46.7779733Z [00:02:00.572]➜              num_dsos=0
2025-08-20T22:48:46.7780195Z [00:02:00.572]➜       parsed_lto_objs=1
2025-08-20T22:48:46.7780659Z [00:02:00.572]➜              num_cies=1
2025-08-20T22:48:46.7781290Z [00:02:00.572]➜       num_unique_cies=1
2025-08-20T22:48:46.7781743Z [00:02:00.572]➜              num_fdes=1
2025-08-20T22:48:46.7782192Z [00:02:00.572]➜        merged_strings=6
2025-08-20T22:48:46.7782647Z [00:02:00.572]➜              num_objs=17
2025-08-20T22:48:46.7783116Z [00:02:00.572]➜         output_chunks=24
2025-08-20T22:48:46.7783590Z [00:02:00.572]➜      string_fragments=28
2025-08-20T22:48:46.7784062Z [00:02:00.572]➜      garbage_sections=45
2025-08-20T22:48:46.7784527Z [00:02:00.572]➜           reloc_alloc=83
2025-08-20T22:48:46.7784989Z [00:02:00.572]➜        undefined_syms=99
2025-08-20T22:48:46.7785459Z [00:02:00.572]➜          defined_syms=150
2025-08-20T22:48:46.7785953Z [00:02:00.572]➜        input_sections=370
2025-08-20T22:48:46.7786434Z [00:02:00.572]➜           parsed_objs=1657
2025-08-20T22:48:46.7786935Z [00:02:00.572]➜      regular_sections=9628
2025-08-20T22:48:46.7787425Z [00:02:00.572]➜              all_syms=25245
2025-08-20T22:48:46.7787947Z [00:02:00.572]➜     total_input_bytes=38746850
2025-08-20T22:48:46.7788509Z [00:02:00.572]➜  .comment estimation=1627 actual=4
2025-08-20T22:48:46.7789118Z [00:02:00.572]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:48:46.7881073Z [00:02:00.583]➜  using struct v4l2_capability ... yes
2025-08-20T22:48:46.7963569Z [00:02:00.591]➜  using __v2di ... yes
2025-08-20T22:48:46.8892464Z [00:02:00.683]➜        reloc_nonalloc=0
2025-08-20T22:48:46.8910430Z [00:02:00.683]➜               comdats=0
2025-08-20T22:48:46.8911107Z [00:02:00.683]➜    removed_comdat_mem=0
2025-08-20T22:48:46.8911580Z [00:02:00.683]➜              num_dsos=0
2025-08-20T22:48:46.8912060Z [00:02:00.683]➜       parsed_lto_objs=1
2025-08-20T22:48:46.8912565Z [00:02:00.683]➜              num_cies=1
2025-08-20T22:48:46.8913033Z [00:02:00.683]➜       num_unique_cies=1
2025-08-20T22:48:46.8913741Z [00:02:00.683]➜              num_fdes=1
2025-08-20T22:48:46.8914193Z [00:02:00.683]➜        merged_strings=6
2025-08-20T22:48:46.8914643Z [00:02:00.683]➜              num_objs=17
2025-08-20T22:48:46.8915114Z [00:02:00.683]➜         output_chunks=24
2025-08-20T22:48:46.8915589Z [00:02:00.683]➜      string_fragments=28
2025-08-20T22:48:46.8916062Z [00:02:00.683]➜      garbage_sections=45
2025-08-20T22:48:46.8916525Z [00:02:00.683]➜           reloc_alloc=83
2025-08-20T22:48:46.8916986Z [00:02:00.683]➜        undefined_syms=99
2025-08-20T22:48:46.8917455Z [00:02:00.683]➜          defined_syms=150
2025-08-20T22:48:46.8917945Z [00:02:00.683]➜        input_sections=370
2025-08-20T22:48:46.8918441Z [00:02:00.683]➜           parsed_objs=1657
2025-08-20T22:48:46.8918950Z [00:02:00.683]➜      regular_sections=9628
2025-08-20T22:48:46.8919446Z [00:02:00.683]➜              all_syms=25245
2025-08-20T22:48:46.8919977Z [00:02:00.683]➜     total_input_bytes=38746870
2025-08-20T22:48:46.8920526Z [00:02:00.683]➜  .comment estimation=1627 actual=4
2025-08-20T22:48:46.8921912Z [00:02:00.683]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:48:46.9097790Z [00:02:00.704]➜  using struct v4l2_dv_timings ... yes
2025-08-20T22:48:46.9431052Z [00:02:00.737]➜        reloc_nonalloc=0
2025-08-20T22:48:46.9443857Z [00:02:00.738]➜               comdats=0
2025-08-20T22:48:46.9444402Z [00:02:00.738]➜    removed_comdat_mem=0
2025-08-20T22:48:46.9444914Z [00:02:00.738]➜              num_dsos=0
2025-08-20T22:48:46.9445442Z [00:02:00.738]➜       parsed_lto_objs=1
2025-08-20T22:48:46.9445949Z [00:02:00.738]➜              num_cies=1
2025-08-20T22:48:46.9446492Z [00:02:00.738]➜       num_unique_cies=1
2025-08-20T22:48:46.9446938Z [00:02:00.738]➜              num_fdes=1
2025-08-20T22:48:46.9447386Z [00:02:00.738]➜        merged_strings=6
2025-08-20T22:48:46.9447872Z [00:02:00.738]➜              num_objs=17
2025-08-20T22:48:46.9448836Z [00:02:00.738]➜         output_chunks=24
2025-08-20T22:48:46.9449373Z [00:02:00.738]➜      string_fragments=28
2025-08-20T22:48:46.9449892Z [00:02:00.738]➜      garbage_sections=45
2025-08-20T22:48:46.9450377Z [00:02:00.738]➜           reloc_alloc=83
2025-08-20T22:48:46.9451052Z [00:02:00.738]➜        undefined_syms=99
2025-08-20T22:48:46.9451632Z [00:02:00.738]➜          defined_syms=150
2025-08-20T22:48:46.9452106Z [00:02:00.738]➜        input_sections=370
2025-08-20T22:48:46.9452611Z [00:02:00.738]➜           parsed_objs=1657
2025-08-20T22:48:46.9453108Z [00:02:00.738]➜      regular_sections=9628
2025-08-20T22:48:46.9453611Z [00:02:00.738]➜              all_syms=25245
2025-08-20T22:48:46.9454130Z [00:02:00.738]➜     total_input_bytes=38746866
2025-08-20T22:48:46.9454676Z [00:02:00.738]➜  .comment estimation=1627 actual=4
2025-08-20T22:48:46.9455270Z [00:02:00.738]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:48:46.9748047Z [00:02:00.768]➜        reloc_nonalloc=0
2025-08-20T22:48:46.9749183Z [00:02:00.768]➜               comdats=0
2025-08-20T22:48:46.9751205Z [00:02:00.768]➜    removed_comdat_mem=0
2025-08-20T22:48:46.9752505Z [00:02:00.768]➜              num_dsos=0
2025-08-20T22:48:46.9753004Z [00:02:00.768]➜       parsed_lto_objs=1
2025-08-20T22:48:46.9753475Z [00:02:00.768]➜              num_cies=1
2025-08-20T22:48:46.9753933Z [00:02:00.768]➜       num_unique_cies=1
2025-08-20T22:48:46.9754388Z [00:02:00.768]➜              num_fdes=1
2025-08-20T22:48:46.9754852Z [00:02:00.768]➜        merged_strings=6
2025-08-20T22:48:46.9755317Z [00:02:00.768]➜              num_objs=17
2025-08-20T22:48:46.9755788Z [00:02:00.768]➜         output_chunks=24
2025-08-20T22:48:46.9756258Z [00:02:00.768]➜      string_fragments=28
2025-08-20T22:48:46.9756731Z [00:02:00.768]➜      garbage_sections=45
2025-08-20T22:48:46.9757216Z [00:02:00.768]➜           reloc_alloc=83
2025-08-20T22:48:46.9757681Z [00:02:00.768]➜        undefined_syms=99
2025-08-20T22:48:46.9758153Z [00:02:00.768]➜          defined_syms=150
2025-08-20T22:48:46.9758648Z [00:02:00.768]➜        input_sections=370
2025-08-20T22:48:46.9759130Z [00:02:00.768]➜           parsed_objs=1657
2025-08-20T22:48:46.9759916Z [00:02:00.768]➜      regular_sections=9628
2025-08-20T22:48:46.9760429Z [00:02:00.768]➜              all_syms=25245
2025-08-20T22:48:46.9761096Z [00:02:00.768]➜     total_input_bytes=38746874
2025-08-20T22:48:46.9761603Z [00:02:00.768]➜  .comment estimation=1627 actual=4
2025-08-20T22:48:46.9762169Z [00:02:00.768]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:48:46.9773119Z [00:02:00.772]➜  using struct v4l2_enc_idx ... yes
2025-08-20T22:48:46.9847157Z [00:02:00.780]➜  using struct v4l2_framebuffer ... yes
2025-08-20T22:48:47.0047260Z [00:02:00.799]➜        reloc_nonalloc=0
2025-08-20T22:48:47.0047888Z [00:02:00.799]➜               comdats=0
2025-08-20T22:48:47.0048396Z [00:02:00.799]➜    removed_comdat_mem=0
2025-08-20T22:48:47.0048875Z [00:02:00.799]➜              num_dsos=0
2025-08-20T22:48:47.0049404Z [00:02:00.799]➜       parsed_lto_objs=1
2025-08-20T22:48:47.0049887Z [00:02:00.799]➜              num_cies=1
2025-08-20T22:48:47.0050398Z [00:02:00.799]➜       num_unique_cies=1
2025-08-20T22:48:47.0051024Z [00:02:00.799]➜              num_fdes=1
2025-08-20T22:48:47.0051510Z [00:02:00.799]➜        merged_strings=6
2025-08-20T22:48:47.0052012Z [00:02:00.799]➜              num_objs=17
2025-08-20T22:48:47.0052506Z [00:02:00.799]➜         output_chunks=24
2025-08-20T22:48:47.0053000Z [00:02:00.799]➜      string_fragments=28
2025-08-20T22:48:47.0053493Z [00:02:00.799]➜      garbage_sections=45
2025-08-20T22:48:47.0053985Z [00:02:00.799]➜           reloc_alloc=83
2025-08-20T22:48:47.0054458Z [00:02:00.799]➜        undefined_syms=99
2025-08-20T22:48:47.0054954Z [00:02:00.799]➜          defined_syms=150
2025-08-20T22:48:47.0055449Z [00:02:00.799]➜        input_sections=370
2025-08-20T22:48:47.0055953Z [00:02:00.799]➜           parsed_objs=1657
2025-08-20T22:48:47.0056476Z [00:02:00.799]➜      regular_sections=9628
2025-08-20T22:48:47.0057254Z [00:02:00.799]➜              all_syms=25245
2025-08-20T22:48:47.0057796Z [00:02:00.799]➜     total_input_bytes=38746850
2025-08-20T22:48:47.0058395Z [00:02:00.799]➜  .comment estimation=1627 actual=4
2025-08-20T22:48:47.0059002Z [00:02:00.799]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:48:47.0135839Z [00:02:00.808]➜  using v4l2_std_id ... yes
2025-08-20T22:48:47.0599992Z [00:02:00.855]➜        reloc_nonalloc=0
2025-08-20T22:48:47.0600963Z [00:02:00.855]➜               comdats=0
2025-08-20T22:48:47.0601673Z [00:02:00.855]➜    removed_comdat_mem=0
2025-08-20T22:48:47.0603317Z [00:02:00.855]➜              num_dsos=0
2025-08-20T22:48:47.0603942Z [00:02:00.855]➜       parsed_lto_objs=1
2025-08-20T22:48:47.0604408Z [00:02:00.855]➜              num_cies=1
2025-08-20T22:48:47.0604878Z [00:02:00.855]➜       num_unique_cies=1
2025-08-20T22:48:47.0605346Z [00:02:00.855]➜              num_fdes=1
2025-08-20T22:48:47.0605814Z [00:02:00.855]➜        merged_strings=6
2025-08-20T22:48:47.0606337Z [00:02:00.855]➜              num_objs=17
2025-08-20T22:48:47.0606834Z [00:02:00.855]➜         output_chunks=24
2025-08-20T22:48:47.0607353Z [00:02:00.855]➜      string_fragments=28
2025-08-20T22:48:47.0607851Z [00:02:00.855]➜      garbage_sections=45
2025-08-20T22:48:47.0608344Z [00:02:00.855]➜           reloc_alloc=83
2025-08-20T22:48:47.0608841Z [00:02:00.855]➜        undefined_syms=99
2025-08-20T22:48:47.0609333Z [00:02:00.855]➜          defined_syms=150
2025-08-20T22:48:47.0609820Z [00:02:00.855]➜        input_sections=370
2025-08-20T22:48:47.0610326Z [00:02:00.855]➜           parsed_objs=1657
2025-08-20T22:48:47.0610992Z [00:02:00.855]➜      regular_sections=9628
2025-08-20T22:48:47.0611516Z [00:02:00.855]➜              all_syms=25245
2025-08-20T22:48:47.0612060Z [00:02:00.855]➜     total_input_bytes=38746882
2025-08-20T22:48:47.0612606Z [00:02:00.855]➜  .comment estimation=1627 actual=4
2025-08-20T22:48:47.0613170Z [00:02:00.855]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:48:47.0766198Z [00:02:00.871]➜  using struct v4l2_jpegcompression ... yes
2025-08-20T22:48:47.0969790Z [00:02:00.892]➜        reloc_nonalloc=0
2025-08-20T22:48:47.0972525Z [00:02:00.892]➜               comdats=0
2025-08-20T22:48:47.0973053Z [00:02:00.892]➜    removed_comdat_mem=0
2025-08-20T22:48:47.0973521Z [00:02:00.892]➜              num_dsos=0
2025-08-20T22:48:47.0973993Z [00:02:00.892]➜       parsed_lto_objs=1
2025-08-20T22:48:47.0974458Z [00:02:00.892]➜              num_cies=1
2025-08-20T22:48:47.0974898Z [00:02:00.892]➜       num_unique_cies=1
2025-08-20T22:48:47.0975333Z [00:02:00.892]➜              num_fdes=1
2025-08-20T22:48:47.0975747Z [00:02:00.892]➜        merged_strings=6
2025-08-20T22:48:47.0976157Z [00:02:00.892]➜              num_objs=17
2025-08-20T22:48:47.0976612Z [00:02:00.892]➜         output_chunks=24
2025-08-20T22:48:47.0977086Z [00:02:00.892]➜      string_fragments=28
2025-08-20T22:48:47.0977565Z [00:02:00.892]➜      garbage_sections=45
2025-08-20T22:48:47.0978040Z [00:02:00.892]➜           reloc_alloc=83
2025-08-20T22:48:47.0978731Z [00:02:00.892]➜        undefined_syms=99
2025-08-20T22:48:47.0979226Z [00:02:00.892]➜          defined_syms=150
2025-08-20T22:48:47.0979730Z [00:02:00.892]➜        input_sections=370
2025-08-20T22:48:47.0980222Z [00:02:00.892]➜           parsed_objs=1657
2025-08-20T22:48:47.0980721Z [00:02:00.892]➜      regular_sections=9628
2025-08-20T22:48:47.0981391Z [00:02:00.892]➜              all_syms=25245
2025-08-20T22:48:47.0981906Z [00:02:00.892]➜     total_input_bytes=38746858
2025-08-20T22:48:47.0982451Z [00:02:00.892]➜  .comment estimation=1627 actual=4
2025-08-20T22:48:47.0983047Z [00:02:00.892]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:48:47.1205660Z [00:02:00.915]➜  using struct vt_consize ... yes
2025-08-20T22:48:47.1707858Z [00:02:00.965]➜        reloc_nonalloc=0
2025-08-20T22:48:47.1708474Z [00:02:00.965]➜               comdats=0
2025-08-20T22:48:47.1709007Z [00:02:00.965]➜    removed_comdat_mem=0
2025-08-20T22:48:47.1709521Z [00:02:00.965]➜              num_dsos=0
2025-08-20T22:48:47.1710089Z [00:02:00.965]➜       parsed_lto_objs=1
2025-08-20T22:48:47.1710596Z [00:02:00.965]➜              num_cies=1
2025-08-20T22:48:47.1711370Z [00:02:00.965]➜       num_unique_cies=1
2025-08-20T22:48:47.1711842Z [00:02:00.965]➜              num_fdes=1
2025-08-20T22:48:47.1712298Z [00:02:00.965]➜        merged_strings=6
2025-08-20T22:48:47.1712743Z [00:02:00.966]➜              num_objs=17
2025-08-20T22:48:47.1713705Z [00:02:00.966]➜         output_chunks=24
2025-08-20T22:48:47.1714187Z [00:02:00.966]➜      string_fragments=28
2025-08-20T22:48:47.1714658Z [00:02:00.966]➜      garbage_sections=45
2025-08-20T22:48:47.1715111Z [00:02:00.966]➜           reloc_alloc=83
2025-08-20T22:48:47.1715566Z [00:02:00.966]➜        undefined_syms=99
2025-08-20T22:48:47.1716028Z [00:02:00.966]➜          defined_syms=150
2025-08-20T22:48:47.1716702Z [00:02:00.966]➜        input_sections=370
2025-08-20T22:48:47.1717324Z [00:02:00.966]➜           parsed_objs=1657
2025-08-20T22:48:47.1717964Z [00:02:00.966]➜      regular_sections=9628
2025-08-20T22:48:47.1718572Z [00:02:00.966]➜              all_syms=25245
2025-08-20T22:48:47.1719485Z [00:02:00.966]➜     total_input_bytes=38746858
2025-08-20T22:48:47.1720127Z [00:02:00.966]➜  .comment estimation=1627 actual=4
2025-08-20T22:48:47.1721009Z [00:02:00.966]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:48:47.1919480Z [00:02:00.987]➜  using struct vt_sizes ... yes
2025-08-20T22:48:47.2035451Z [00:02:00.998]➜        reloc_nonalloc=0
2025-08-20T22:48:47.2037676Z [00:02:00.999]➜               comdats=0
2025-08-20T22:48:47.2039468Z [00:02:00.999]➜    removed_comdat_mem=0
2025-08-20T22:48:47.2039960Z [00:02:00.999]➜              num_dsos=0
2025-08-20T22:48:47.2040451Z [00:02:00.999]➜       parsed_lto_objs=1
2025-08-20T22:48:47.2041100Z [00:02:00.999]➜              num_cies=1
2025-08-20T22:48:47.2041569Z [00:02:00.999]➜       num_unique_cies=1
2025-08-20T22:48:47.2042025Z [00:02:00.999]➜              num_fdes=1
2025-08-20T22:48:47.2042470Z [00:02:00.999]➜        merged_strings=6
2025-08-20T22:48:47.2042977Z [00:02:00.999]➜              num_objs=17
2025-08-20T22:48:47.2043452Z [00:02:00.999]➜         output_chunks=24
2025-08-20T22:48:47.2043968Z [00:02:00.999]➜      string_fragments=28
2025-08-20T22:48:47.2045805Z [00:02:00.999]➜      garbage_sections=45
2025-08-20T22:48:47.2046305Z [00:02:00.999]➜           reloc_alloc=83
2025-08-20T22:48:47.2046788Z [00:02:00.999]➜        undefined_syms=99
2025-08-20T22:48:47.2047266Z [00:02:00.999]➜          defined_syms=150
2025-08-20T22:48:47.2047764Z [00:02:00.999]➜        input_sections=370
2025-08-20T22:48:47.2048257Z [00:02:00.999]➜           parsed_objs=1657
2025-08-20T22:48:47.2048747Z [00:02:01.000]➜      regular_sections=9628
2025-08-20T22:48:47.2049243Z [00:02:01.000]➜              all_syms=25245
2025-08-20T22:48:47.2049767Z [00:02:01.000]➜     total_input_bytes=38746858
2025-08-20T22:48:47.2050302Z [00:02:01.000]➜  .comment estimation=1627 actual=4
2025-08-20T22:48:47.2051069Z [00:02:01.000]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:48:47.2096689Z [00:02:01.004]➜        reloc_nonalloc=0
2025-08-20T22:48:47.2097243Z [00:02:01.004]➜               comdats=0
2025-08-20T22:48:47.2097706Z [00:02:01.004]➜    removed_comdat_mem=0
2025-08-20T22:48:47.2098167Z [00:02:01.004]➜              num_dsos=0
2025-08-20T22:48:47.2098645Z [00:02:01.004]➜       parsed_lto_objs=1
2025-08-20T22:48:47.2099120Z [00:02:01.004]➜              num_cies=1
2025-08-20T22:48:47.2099584Z [00:02:01.004]➜       num_unique_cies=1
2025-08-20T22:48:47.2100042Z [00:02:01.004]➜              num_fdes=1
2025-08-20T22:48:47.2100517Z [00:02:01.004]➜        merged_strings=6
2025-08-20T22:48:47.2101183Z [00:02:01.004]➜              num_objs=17
2025-08-20T22:48:47.2101667Z [00:02:01.004]➜         output_chunks=24
2025-08-20T22:48:47.2102148Z [00:02:01.004]➜      string_fragments=28
2025-08-20T22:48:47.2102621Z [00:02:01.004]➜      garbage_sections=45
2025-08-20T22:48:47.2103092Z [00:02:01.004]➜           reloc_alloc=83
2025-08-20T22:48:47.2103576Z [00:02:01.004]➜        undefined_syms=99
2025-08-20T22:48:47.2104054Z [00:02:01.004]➜          defined_syms=150
2025-08-20T22:48:47.2104551Z [00:02:01.004]➜        input_sections=370
2025-08-20T22:48:47.2105042Z [00:02:01.004]➜           parsed_objs=1657
2025-08-20T22:48:47.2105535Z [00:02:01.004]➜      regular_sections=9628
2025-08-20T22:48:47.2106020Z [00:02:01.005]➜              all_syms=25245
2025-08-20T22:48:47.2106537Z [00:02:01.005]➜     total_input_bytes=38746846
2025-08-20T22:48:47.2107087Z [00:02:01.005]➜  .comment estimation=1627 actual=4
2025-08-20T22:48:47.2107681Z [00:02:01.005]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:48:47.2210300Z [00:02:01.016]➜  using struct vt_mode ... yes
2025-08-20T22:48:47.2246690Z [00:02:01.019]➜  using struct vt_stat ... yes
2025-08-20T22:48:47.2794284Z [00:02:01.074]➜        reloc_nonalloc=0
2025-08-20T22:48:47.2795324Z [00:02:01.074]➜               comdats=0
2025-08-20T22:48:47.2799061Z [00:02:01.074]➜    removed_comdat_mem=0
2025-08-20T22:48:47.2799633Z [00:02:01.074]➜              num_dsos=0
2025-08-20T22:48:47.2800129Z [00:02:01.075]➜       parsed_lto_objs=1
2025-08-20T22:48:47.2801101Z [00:02:01.075]➜              num_cies=1
2025-08-20T22:48:47.2801590Z [00:02:01.075]➜       num_unique_cies=1
2025-08-20T22:48:47.2802021Z [00:02:01.075]➜              num_fdes=1
2025-08-20T22:48:47.2802457Z [00:02:01.075]➜        merged_strings=6
2025-08-20T22:48:47.2802922Z [00:02:01.075]➜              num_objs=17
2025-08-20T22:48:47.2803386Z [00:02:01.075]➜         output_chunks=24
2025-08-20T22:48:47.2803831Z [00:02:01.075]➜      string_fragments=28
2025-08-20T22:48:47.2804297Z [00:02:01.075]➜      garbage_sections=45
2025-08-20T22:48:47.2804785Z [00:02:01.075]➜           reloc_alloc=83
2025-08-20T22:48:47.2805223Z [00:02:01.075]➜        undefined_syms=99
2025-08-20T22:48:47.2805708Z [00:02:01.075]➜          defined_syms=150
2025-08-20T22:48:47.2806209Z [00:02:01.075]➜        input_sections=370
2025-08-20T22:48:47.2806716Z [00:02:01.075]➜           parsed_objs=1657
2025-08-20T22:48:47.2807221Z [00:02:01.075]➜      regular_sections=9628
2025-08-20T22:48:47.2807703Z [00:02:01.075]➜              all_syms=25245
2025-08-20T22:48:47.2808230Z [00:02:01.075]➜     total_input_bytes=38746846
2025-08-20T22:48:47.2808787Z [00:02:01.075]➜  .comment estimation=1627 actual=4
2025-08-20T22:48:47.2809377Z [00:02:01.075]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:48:47.2929042Z [00:02:01.086]➜  using struct winsize ... yes
2025-08-20T22:48:47.3772017Z [00:02:01.172]➜  using __rseq_offset ... no
2025-08-20T22:48:47.4136443Z [00:02:01.208]➜        reloc_nonalloc=0
2025-08-20T22:48:47.4148834Z [00:02:01.210]➜               comdats=0
2025-08-20T22:48:47.4157934Z [00:02:01.210]➜    removed_comdat_mem=0
2025-08-20T22:48:47.4158437Z [00:02:01.210]➜              num_dsos=0
2025-08-20T22:48:47.4158920Z [00:02:01.210]➜       parsed_lto_objs=1
2025-08-20T22:48:47.4159388Z [00:02:01.210]➜              num_cies=1
2025-08-20T22:48:47.4159848Z [00:02:01.210]➜       num_unique_cies=1
2025-08-20T22:48:47.4162098Z [00:02:01.210]➜              num_fdes=1
2025-08-20T22:48:47.4162608Z [00:02:01.210]➜        merged_strings=6
2025-08-20T22:48:47.4163100Z [00:02:01.210]➜              num_objs=23
2025-08-20T22:48:47.4163582Z [00:02:01.210]➜         output_chunks=24
2025-08-20T22:48:47.4164062Z [00:02:01.210]➜      string_fragments=40
2025-08-20T22:48:47.4164546Z [00:02:01.210]➜      garbage_sections=64
2025-08-20T22:48:47.4165015Z [00:02:01.210]➜           reloc_alloc=97
2025-08-20T22:48:47.4165489Z [00:02:01.210]➜        undefined_syms=121
2025-08-20T22:48:47.4165971Z [00:02:01.210]➜          defined_syms=212
2025-08-20T22:48:47.4166448Z [00:02:01.210]➜        input_sections=533
2025-08-20T22:48:47.4166936Z [00:02:01.210]➜           parsed_objs=1657
2025-08-20T22:48:47.4167423Z [00:02:01.210]➜      regular_sections=9628
2025-08-20T22:48:47.4167918Z [00:02:01.210]➜              all_syms=25248
2025-08-20T22:48:47.4168426Z [00:02:01.210]➜     total_input_bytes=38747974
2025-08-20T22:48:47.4168987Z [00:02:01.210]➜  .comment estimation=1627 actual=4
2025-08-20T22:48:47.4169581Z [00:02:01.210]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:48:47.4293047Z [00:02:01.224]➜        reloc_nonalloc=0
2025-08-20T22:48:47.4307284Z [00:02:01.224]➜               comdats=0
2025-08-20T22:48:47.4307823Z [00:02:01.224]➜    removed_comdat_mem=0
2025-08-20T22:48:47.4308319Z [00:02:01.224]➜              num_dsos=0
2025-08-20T22:48:47.4308798Z [00:02:01.224]➜       parsed_lto_objs=1
2025-08-20T22:48:47.4309263Z [00:02:01.224]➜              num_cies=1
2025-08-20T22:48:47.4309733Z [00:02:01.224]➜       num_unique_cies=1
2025-08-20T22:48:47.4310215Z [00:02:01.224]➜              num_fdes=1
2025-08-20T22:48:47.4310690Z [00:02:01.224]➜        merged_strings=6
2025-08-20T22:48:47.4311460Z [00:02:01.224]➜              num_objs=22
2025-08-20T22:48:47.4311939Z [00:02:01.224]➜         output_chunks=24
2025-08-20T22:48:47.4312424Z [00:02:01.224]➜      string_fragments=38
2025-08-20T22:48:47.4312902Z [00:02:01.224]➜      garbage_sections=61
2025-08-20T22:48:47.4313414Z [00:02:01.224]➜           reloc_alloc=92
2025-08-20T22:48:47.4313895Z [00:02:01.224]➜        undefined_syms=115
2025-08-20T22:48:47.4314676Z [00:02:01.224]➜          defined_syms=200
2025-08-20T22:48:47.4315170Z [00:02:01.224]➜        input_sections=505
2025-08-20T22:48:47.4315710Z [00:02:01.224]➜           parsed_objs=1657
2025-08-20T22:48:47.4316258Z [00:02:01.224]➜      regular_sections=9628
2025-08-20T22:48:47.4316863Z [00:02:01.224]➜              all_syms=25248
2025-08-20T22:48:47.4317430Z [00:02:01.224]➜     total_input_bytes=38747982
2025-08-20T22:48:47.4318018Z [00:02:01.224]➜  .comment estimation=1627 actual=4
2025-08-20T22:48:47.4318614Z [00:02:01.224]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:48:47.4320362Z [00:02:01.227]➜  using accept4 ... yes
2025-08-20T22:48:47.4326484Z [00:02:01.228]➜        reloc_nonalloc=0
2025-08-20T22:48:47.4341372Z [00:02:01.229]➜               comdats=0
2025-08-20T22:48:47.4342464Z [00:02:01.229]➜    removed_comdat_mem=0
2025-08-20T22:48:47.4343120Z [00:02:01.229]➜              num_dsos=0
2025-08-20T22:48:47.4362573Z [00:02:01.229]➜       parsed_lto_objs=1
2025-08-20T22:48:47.4363433Z [00:02:01.229]➜              num_cies=1
2025-08-20T22:48:47.4364257Z [00:02:01.229]➜       num_unique_cies=1
2025-08-20T22:48:47.4365407Z [00:02:01.229]➜              num_fdes=1
2025-08-20T22:48:47.4366376Z [00:02:01.229]➜        merged_strings=6
2025-08-20T22:48:47.4367079Z [00:02:01.229]➜              num_objs=23
2025-08-20T22:48:47.4367801Z [00:02:01.229]➜         output_chunks=24
2025-08-20T22:48:47.4373637Z [00:02:01.229]➜      string_fragments=40
2025-08-20T22:48:47.4374168Z [00:02:01.229]➜      garbage_sections=64
2025-08-20T22:48:47.4374666Z [00:02:01.229]➜           reloc_alloc=94
2025-08-20T22:48:47.4375160Z [00:02:01.229]➜        undefined_syms=118
2025-08-20T22:48:47.4375653Z [00:02:01.229]➜          defined_syms=210
2025-08-20T22:48:47.4376145Z [00:02:01.229]➜        input_sections=532
2025-08-20T22:48:47.4376641Z [00:02:01.229]➜           parsed_objs=1657
2025-08-20T22:48:47.4377382Z [00:02:01.229]➜      regular_sections=9628
2025-08-20T22:48:47.4377888Z [00:02:01.229]➜              all_syms=25248
2025-08-20T22:48:47.4378434Z [00:02:01.229]➜     total_input_bytes=38747814
2025-08-20T22:48:47.4379046Z [00:02:01.229]➜  .comment estimation=1627 actual=4
2025-08-20T22:48:47.4379670Z [00:02:01.229]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:48:47.4539592Z [00:02:01.249]➜  using adjtimex ... yes
2025-08-20T22:48:47.4626905Z [00:02:01.257]➜  using adjtime ... yes
2025-08-20T22:48:47.5112523Z [00:02:01.306]➜        reloc_nonalloc=0
2025-08-20T22:48:47.5126472Z [00:02:01.307]➜               comdats=0
2025-08-20T22:48:47.5128434Z [00:02:01.307]➜    removed_comdat_mem=0
2025-08-20T22:48:47.5128951Z [00:02:01.307]➜              num_dsos=0
2025-08-20T22:48:47.5129475Z [00:02:01.307]➜       parsed_lto_objs=1
2025-08-20T22:48:47.5130001Z [00:02:01.307]➜              num_cies=1
2025-08-20T22:48:47.5130510Z [00:02:01.307]➜       num_unique_cies=1
2025-08-20T22:48:47.5131403Z [00:02:01.307]➜              num_fdes=1
2025-08-20T22:48:47.5131891Z [00:02:01.307]➜        merged_strings=9
2025-08-20T22:48:47.5132402Z [00:02:01.307]➜         output_chunks=26
2025-08-20T22:48:47.5132906Z [00:02:01.307]➜              num_objs=93
2025-08-20T22:48:47.5133402Z [00:02:01.307]➜      string_fragments=173
2025-08-20T22:48:47.5133889Z [00:02:01.307]➜      garbage_sections=352
2025-08-20T22:48:47.5134361Z [00:02:01.307]➜           reloc_alloc=358
2025-08-20T22:48:47.5134860Z [00:02:01.307]➜        undefined_syms=459
2025-08-20T22:48:47.5135400Z [00:02:01.307]➜          defined_syms=1014
2025-08-20T22:48:47.5135934Z [00:02:01.307]➜           parsed_objs=1669
2025-08-20T22:48:47.5136438Z [00:02:01.307]➜        input_sections=2473
2025-08-20T22:48:47.5136947Z [00:02:01.307]➜      regular_sections=9687
2025-08-20T22:48:47.5137462Z [00:02:01.307]➜              all_syms=25339
2025-08-20T22:48:47.5137973Z [00:02:01.307]➜     total_input_bytes=38807092
2025-08-20T22:48:47.5138531Z [00:02:01.307]➜  .comment estimation=1627 actual=4
2025-08-20T22:48:47.5139138Z [00:02:01.307]➜  .rodata.str1.1 estimation=1628 actual=4
2025-08-20T22:48:47.5140082Z [00:02:01.307]➜  .rodata.cst16 estimation=1626 actual=1
2025-08-20T22:48:47.5275387Z [00:02:01.322]➜  using aio_cancel ... yes
2025-08-20T22:48:47.5823370Z [00:02:01.377]➜        reloc_nonalloc=0
2025-08-20T22:48:47.5854255Z [00:02:01.380]➜               comdats=0
2025-08-20T22:48:47.5888270Z [00:02:01.380]➜    removed_comdat_mem=0
2025-08-20T22:48:47.5888798Z [00:02:01.380]➜              num_dsos=0
2025-08-20T22:48:47.5889288Z [00:02:01.380]➜       parsed_lto_objs=1
2025-08-20T22:48:47.5889733Z [00:02:01.380]➜              num_cies=1
2025-08-20T22:48:47.5890178Z [00:02:01.380]➜       num_unique_cies=1
2025-08-20T22:48:47.5890590Z [00:02:01.380]➜              num_fdes=1
2025-08-20T22:48:47.5891294Z [00:02:01.380]➜        merged_strings=9
2025-08-20T22:48:47.5891725Z [00:02:01.380]➜         output_chunks=26
2025-08-20T22:48:47.5892210Z [00:02:01.380]➜              num_objs=93
2025-08-20T22:48:47.5892671Z [00:02:01.380]➜      string_fragments=173
2025-08-20T22:48:47.5893195Z [00:02:01.380]➜      garbage_sections=309
2025-08-20T22:48:47.5893682Z [00:02:01.380]➜        undefined_syms=459
2025-08-20T22:48:47.5894195Z [00:02:01.380]➜           reloc_alloc=529
2025-08-20T22:48:47.5894642Z [00:02:01.380]➜          defined_syms=1014
2025-08-20T22:48:47.5895104Z [00:02:01.380]➜           parsed_objs=1669
2025-08-20T22:48:47.5895663Z [00:02:01.380]➜        input_sections=2473
2025-08-20T22:48:47.5896116Z [00:02:01.380]➜      regular_sections=9687
2025-08-20T22:48:47.5896587Z [00:02:01.380]➜              all_syms=25339
2025-08-20T22:48:47.5897083Z [00:02:01.380]➜     total_input_bytes=38807092
2025-08-20T22:48:47.5897651Z [00:02:01.380]➜  .comment estimation=1627 actual=4
2025-08-20T22:48:47.5898247Z [00:02:01.380]➜  .rodata.str1.1 estimation=1628 actual=4
2025-08-20T22:48:47.5898837Z [00:02:01.380]➜  .rodata.cst16 estimation=1626 actual=1
2025-08-20T22:48:47.5998125Z [00:02:01.395]➜  using aio_fsync ... yes
2025-08-20T22:48:47.6263825Z [00:02:01.421]➜        reloc_nonalloc=0
2025-08-20T22:48:47.6278769Z [00:02:01.421]➜               comdats=0
2025-08-20T22:48:47.6279277Z [00:02:01.421]➜    removed_comdat_mem=0
2025-08-20T22:48:47.6279744Z [00:02:01.421]➜              num_dsos=0
2025-08-20T22:48:47.6280218Z [00:02:01.421]➜       parsed_lto_objs=1
2025-08-20T22:48:47.6280691Z [00:02:01.421]➜              num_cies=1
2025-08-20T22:48:47.6281330Z [00:02:01.421]➜       num_unique_cies=1
2025-08-20T22:48:47.6281788Z [00:02:01.421]➜              num_fdes=1
2025-08-20T22:48:47.6282245Z [00:02:01.421]➜        merged_strings=6
2025-08-20T22:48:47.6282705Z [00:02:01.421]➜              num_objs=17
2025-08-20T22:48:47.6283169Z [00:02:01.421]➜         output_chunks=24
2025-08-20T22:48:47.6283646Z [00:02:01.421]➜      string_fragments=28
2025-08-20T22:48:47.6284118Z [00:02:01.421]➜      garbage_sections=45
2025-08-20T22:48:47.6284582Z [00:02:01.421]➜           reloc_alloc=83
2025-08-20T22:48:47.6285068Z [00:02:01.421]➜        undefined_syms=99
2025-08-20T22:48:47.6285540Z [00:02:01.421]➜          defined_syms=150
2025-08-20T22:48:47.6286035Z [00:02:01.421]➜        input_sections=370
2025-08-20T22:48:47.6286517Z [00:02:01.421]➜           parsed_objs=1657
2025-08-20T22:48:47.6287005Z [00:02:01.421]➜      regular_sections=9628
2025-08-20T22:48:47.6287495Z [00:02:01.421]➜              all_syms=25245
2025-08-20T22:48:47.6288003Z [00:02:01.421]➜     total_input_bytes=38746846
2025-08-20T22:48:47.6288545Z [00:02:01.421]➜  .comment estimation=1627 actual=4
2025-08-20T22:48:47.6289132Z [00:02:01.421]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:48:47.6368985Z [00:02:01.432]➜  using aligned_alloc ... yes
2025-08-20T22:48:47.6666476Z [00:02:01.461]➜  using arc4random ... no
2025-08-20T22:48:47.6775092Z [00:02:01.472]➜        reloc_nonalloc=0
2025-08-20T22:48:47.6790085Z [00:02:01.472]➜               comdats=0
2025-08-20T22:48:47.6790598Z [00:02:01.472]➜    removed_comdat_mem=0
2025-08-20T22:48:47.6791316Z [00:02:01.472]➜              num_dsos=0
2025-08-20T22:48:47.6791799Z [00:02:01.472]➜       parsed_lto_objs=1
2025-08-20T22:48:47.6792581Z [00:02:01.472]➜              num_cies=1
2025-08-20T22:48:47.6793044Z [00:02:01.472]➜       num_unique_cies=1
2025-08-20T22:48:47.6793496Z [00:02:01.472]➜              num_fdes=1
2025-08-20T22:48:47.6793952Z [00:02:01.472]➜        merged_strings=9
2025-08-20T22:48:47.6794417Z [00:02:01.472]➜         output_chunks=26
2025-08-20T22:48:47.6794940Z [00:02:01.472]➜              num_objs=93
2025-08-20T22:48:47.6795416Z [00:02:01.472]➜      string_fragments=173
2025-08-20T22:48:47.6795901Z [00:02:01.472]➜      garbage_sections=309
2025-08-20T22:48:47.6796379Z [00:02:01.472]➜        undefined_syms=459
2025-08-20T22:48:47.6796847Z [00:02:01.472]➜           reloc_alloc=528
2025-08-20T22:48:47.6797323Z [00:02:01.472]➜          defined_syms=1014
2025-08-20T22:48:47.6797800Z [00:02:01.472]➜           parsed_objs=1669
2025-08-20T22:48:47.6798294Z [00:02:01.472]➜        input_sections=2473
2025-08-20T22:48:47.6798777Z [00:02:01.472]➜      regular_sections=9687
2025-08-20T22:48:47.6799277Z [00:02:01.473]➜              all_syms=25339
2025-08-20T22:48:47.6799784Z [00:02:01.473]➜     total_input_bytes=38807080
2025-08-20T22:48:47.6800324Z [00:02:01.473]➜  .comment estimation=1627 actual=4
2025-08-20T22:48:47.6801390Z [00:02:01.473]➜  .rodata.str1.1 estimation=1628 actual=4
2025-08-20T22:48:47.6802007Z [00:02:01.473]➜  .rodata.cst16 estimation=1626 actual=1
2025-08-20T22:48:47.7010685Z [00:02:01.496]➜  using aio_write ... yes
2025-08-20T22:48:47.7059526Z [00:02:01.501]➜        reloc_nonalloc=0
2025-08-20T22:48:47.7068937Z [00:02:01.501]➜               comdats=0
2025-08-20T22:48:47.7069474Z [00:02:01.501]➜    removed_comdat_mem=0
2025-08-20T22:48:47.7069979Z [00:02:01.501]➜              num_dsos=0
2025-08-20T22:48:47.7070476Z [00:02:01.501]➜       parsed_lto_objs=1
2025-08-20T22:48:47.7071149Z [00:02:01.501]➜              num_cies=1
2025-08-20T22:48:47.7071926Z [00:02:01.501]➜       num_unique_cies=1
2025-08-20T22:48:47.7072419Z [00:02:01.501]➜              num_fdes=1
2025-08-20T22:48:47.7072915Z [00:02:01.501]➜        merged_strings=9
2025-08-20T22:48:47.7073411Z [00:02:01.501]➜         output_chunks=26
2025-08-20T22:48:47.7073909Z [00:02:01.501]➜              num_objs=93
2025-08-20T22:48:47.7074431Z [00:02:01.501]➜      string_fragments=173
2025-08-20T22:48:47.7074952Z [00:02:01.501]➜      garbage_sections=309
2025-08-20T22:48:47.7075451Z [00:02:01.501]➜        undefined_syms=459
2025-08-20T22:48:47.7075947Z [00:02:01.501]➜           reloc_alloc=528
2025-08-20T22:48:47.7076449Z [00:02:01.501]➜          defined_syms=1014
2025-08-20T22:48:47.7076965Z [00:02:01.501]➜           parsed_objs=1669
2025-08-20T22:48:47.7077472Z [00:02:01.501]➜        input_sections=2473
2025-08-20T22:48:47.7077983Z [00:02:01.501]➜      regular_sections=9687
2025-08-20T22:48:47.7078486Z [00:02:01.501]➜              all_syms=25339
2025-08-20T22:48:47.7079005Z [00:02:01.501]➜     total_input_bytes=38807080
2025-08-20T22:48:47.7079586Z [00:02:01.501]➜  .comment estimation=1627 actual=4
2025-08-20T22:48:47.7080202Z [00:02:01.501]➜  .rodata.str1.1 estimation=1628 actual=4
2025-08-20T22:48:47.7094441Z [00:02:01.501]➜  .rodata.cst16 estimation=1626 actual=1
2025-08-20T22:48:47.7183608Z [00:02:01.512]➜  using aio_read ... yes
2025-08-20T22:48:47.8080414Z [00:02:01.603]➜        reloc_nonalloc=0
2025-08-20T22:48:47.8089990Z [00:02:01.603]➜               comdats=0
2025-08-20T22:48:47.8090506Z [00:02:01.603]➜    removed_comdat_mem=0
2025-08-20T22:48:47.8091157Z [00:02:01.603]➜              num_dsos=0
2025-08-20T22:48:47.8091679Z [00:02:01.603]➜       parsed_lto_objs=1
2025-08-20T22:48:47.8092179Z [00:02:01.603]➜              num_cies=1
2025-08-20T22:48:47.8092649Z [00:02:01.603]➜       num_unique_cies=1
2025-08-20T22:48:47.8093113Z [00:02:01.603]➜              num_fdes=1
2025-08-20T22:48:47.8093575Z [00:02:01.603]➜        merged_strings=6
2025-08-20T22:48:47.8094045Z [00:02:01.603]➜              num_objs=17
2025-08-20T22:48:47.8094565Z [00:02:01.603]➜         output_chunks=24
2025-08-20T22:48:47.8095105Z [00:02:01.603]➜      string_fragments=28
2025-08-20T22:48:47.8095865Z [00:02:01.603]➜      garbage_sections=45
2025-08-20T22:48:47.8096337Z [00:02:01.603]➜           reloc_alloc=83
2025-08-20T22:48:47.8096820Z [00:02:01.603]➜        undefined_syms=99
2025-08-20T22:48:47.8097304Z [00:02:01.603]➜          defined_syms=150
2025-08-20T22:48:47.8097795Z [00:02:01.603]➜        input_sections=370
2025-08-20T22:48:47.8098289Z [00:02:01.603]➜           parsed_objs=1722
2025-08-20T22:48:47.8098790Z [00:02:01.603]➜      regular_sections=9963
2025-08-20T22:48:47.8099290Z [00:02:01.603]➜              all_syms=25635
2025-08-20T22:48:47.8099808Z [00:02:01.603]➜     total_input_bytes=39062406
2025-08-20T22:48:47.8100368Z [00:02:01.603]➜  .comment estimation=1627 actual=4
2025-08-20T22:48:47.8101134Z [00:02:01.603]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:48:47.8181945Z [00:02:01.613]➜  using atomics with -latomic ... yes
2025-08-20T22:48:47.8238997Z [00:02:01.619]➜        reloc_nonalloc=0
2025-08-20T22:48:47.8241095Z [00:02:01.619]➜               comdats=0
2025-08-20T22:48:47.8241941Z [00:02:01.619]➜    removed_comdat_mem=0
2025-08-20T22:48:47.8242502Z [00:02:01.619]➜              num_dsos=0
2025-08-20T22:48:47.8243518Z [00:02:01.619]➜       parsed_lto_objs=1
2025-08-20T22:48:47.8244366Z [00:02:01.619]➜              num_cies=1
2025-08-20T22:48:47.8244901Z [00:02:01.619]➜       num_unique_cies=1
2025-08-20T22:48:47.8245405Z [00:02:01.619]➜              num_fdes=1
2025-08-20T22:48:47.8245873Z [00:02:01.619]➜        merged_strings=6
2025-08-20T22:48:47.8246338Z [00:02:01.619]➜              num_objs=21
2025-08-20T22:48:47.8246820Z [00:02:01.619]➜         output_chunks=24
2025-08-20T22:48:47.8247289Z [00:02:01.619]➜      string_fragments=36
2025-08-20T22:48:47.8247765Z [00:02:01.619]➜      garbage_sections=58
2025-08-20T22:48:47.8248240Z [00:02:01.619]➜           reloc_alloc=90
2025-08-20T22:48:47.8248728Z [00:02:01.619]➜        undefined_syms=113
2025-08-20T22:48:47.8249593Z [00:02:01.619]➜          defined_syms=190
2025-08-20T22:48:47.8250139Z [00:02:01.619]➜        input_sections=478
2025-08-20T22:48:47.8250659Z [00:02:01.619]➜           parsed_objs=1657
2025-08-20T22:48:47.8251390Z [00:02:01.619]➜      regular_sections=9628
2025-08-20T22:48:47.8251903Z [00:02:01.619]➜              all_syms=25248
2025-08-20T22:48:47.8252411Z [00:02:01.619]➜     total_input_bytes=38747634
2025-08-20T22:48:47.8252951Z [00:02:01.619]➜  .comment estimation=1627 actual=4
2025-08-20T22:48:47.8253548Z [00:02:01.619]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:48:47.8424533Z [00:02:01.637]➜  using arch_prctl ... yes
2025-08-20T22:48:47.8814045Z [00:02:01.674]➜        reloc_nonalloc=0
2025-08-20T22:48:47.8814625Z [00:02:01.674]➜               comdats=0
2025-08-20T22:48:47.8815091Z [00:02:01.674]➜    removed_comdat_mem=0
2025-08-20T22:48:47.8815555Z [00:02:01.674]➜              num_dsos=0
2025-08-20T22:48:47.8816033Z [00:02:01.674]➜       parsed_lto_objs=1
2025-08-20T22:48:47.8816555Z [00:02:01.674]➜              num_cies=1
2025-08-20T22:48:47.8817034Z [00:02:01.674]➜       num_unique_cies=1
2025-08-20T22:48:47.8817518Z [00:02:01.674]➜              num_fdes=1
2025-08-20T22:48:47.8817978Z [00:02:01.674]➜        merged_strings=6
2025-08-20T22:48:47.8818446Z [00:02:01.674]➜              num_objs=17
2025-08-20T22:48:47.8818928Z [00:02:01.674]➜         output_chunks=24
2025-08-20T22:48:47.8819452Z [00:02:01.674]➜      string_fragments=28
2025-08-20T22:48:47.8819957Z [00:02:01.674]➜      garbage_sections=45
2025-08-20T22:48:47.8820431Z [00:02:01.674]➜           reloc_alloc=83
2025-08-20T22:48:47.8821895Z [00:02:01.674]➜        undefined_syms=99
2025-08-20T22:48:47.8822400Z [00:02:01.674]➜          defined_syms=150
2025-08-20T22:48:47.8822895Z [00:02:01.674]➜        input_sections=370
2025-08-20T22:48:47.8823380Z [00:02:01.674]➜           parsed_objs=1657
2025-08-20T22:48:47.8823881Z [00:02:01.674]➜      regular_sections=9628
2025-08-20T22:48:47.8824405Z [00:02:01.674]➜              all_syms=25245
2025-08-20T22:48:47.8824942Z [00:02:01.674]➜     total_input_bytes=38747110
2025-08-20T22:48:47.8825825Z [00:02:01.674]➜  .comment estimation=1627 actual=4
2025-08-20T22:48:47.8826428Z [00:02:01.674]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:48:47.8996021Z [00:02:01.694]➜  using __atomic_add_fetch ... yes
2025-08-20T22:48:47.9146715Z [00:02:01.709]➜        reloc_nonalloc=0
2025-08-20T22:48:47.9147824Z [00:02:01.709]➜               comdats=0
2025-08-20T22:48:47.9148358Z [00:02:01.709]➜    removed_comdat_mem=0
2025-08-20T22:48:47.9148833Z [00:02:01.709]➜              num_dsos=0
2025-08-20T22:48:47.9149319Z [00:02:01.709]➜       parsed_lto_objs=1
2025-08-20T22:48:47.9149782Z [00:02:01.709]➜              num_cies=1
2025-08-20T22:48:47.9150237Z [00:02:01.709]➜       num_unique_cies=1
2025-08-20T22:48:47.9150693Z [00:02:01.709]➜              num_fdes=1
2025-08-20T22:48:47.9151379Z [00:02:01.709]➜        merged_strings=6
2025-08-20T22:48:47.9151883Z [00:02:01.709]➜              num_objs=17
2025-08-20T22:48:47.9152357Z [00:02:01.709]➜         output_chunks=24
2025-08-20T22:48:47.9152851Z [00:02:01.709]➜      string_fragments=28
2025-08-20T22:48:47.9153323Z [00:02:01.709]➜      garbage_sections=45
2025-08-20T22:48:47.9153789Z [00:02:01.709]➜           reloc_alloc=83
2025-08-20T22:48:47.9154252Z [00:02:01.709]➜        undefined_syms=99
2025-08-20T22:48:47.9154722Z [00:02:01.709]➜          defined_syms=150
2025-08-20T22:48:47.9155200Z [00:02:01.709]➜        input_sections=370
2025-08-20T22:48:47.9155679Z [00:02:01.709]➜           parsed_objs=1657
2025-08-20T22:48:47.9156166Z [00:02:01.709]➜      regular_sections=9628
2025-08-20T22:48:47.9156651Z [00:02:01.709]➜              all_syms=25245
2025-08-20T22:48:47.9157149Z [00:02:01.710]➜     total_input_bytes=38746866
2025-08-20T22:48:47.9157692Z [00:02:01.710]➜  .comment estimation=1627 actual=4
2025-08-20T22:48:47.9158278Z [00:02:01.710]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:48:47.9326384Z [00:02:01.727]➜  using __atomic_clear ... yes
2025-08-20T22:48:47.9435052Z [00:02:01.738]➜        reloc_nonalloc=0
2025-08-20T22:48:47.9437888Z [00:02:01.739]➜               comdats=0
2025-08-20T22:48:47.9438448Z [00:02:01.739]➜    removed_comdat_mem=0
2025-08-20T22:48:47.9438958Z [00:02:01.739]➜              num_dsos=0
2025-08-20T22:48:47.9439476Z [00:02:01.739]➜       parsed_lto_objs=1
2025-08-20T22:48:47.9439975Z [00:02:01.739]➜              num_cies=1
2025-08-20T22:48:47.9440483Z [00:02:01.739]➜       num_unique_cies=1
2025-08-20T22:48:47.9441232Z [00:02:01.739]➜              num_fdes=1
2025-08-20T22:48:47.9441748Z [00:02:01.739]➜        merged_strings=6
2025-08-20T22:48:47.9442277Z [00:02:01.739]➜              num_objs=17
2025-08-20T22:48:47.9442791Z [00:02:01.739]➜         output_chunks=24
2025-08-20T22:48:47.9443318Z [00:02:01.739]➜      string_fragments=28
2025-08-20T22:48:47.9443829Z [00:02:01.739]➜      garbage_sections=45
2025-08-20T22:48:47.9444354Z [00:02:01.739]➜           reloc_alloc=83
2025-08-20T22:48:47.9444934Z [00:02:01.739]➜        undefined_syms=99
2025-08-20T22:48:47.9445432Z [00:02:01.739]➜          defined_syms=150
2025-08-20T22:48:47.9445994Z [00:02:01.739]➜        input_sections=370
2025-08-20T22:48:47.9446503Z [00:02:01.739]➜           parsed_objs=1657
2025-08-20T22:48:47.9447028Z [00:02:01.739]➜      regular_sections=9628
2025-08-20T22:48:47.9447540Z [00:02:01.739]➜              all_syms=25245
2025-08-20T22:48:47.9448062Z [00:02:01.739]➜     total_input_bytes=38747110
2025-08-20T22:48:47.9448628Z [00:02:01.739]➜  .comment estimation=1627 actual=4
2025-08-20T22:48:47.9449220Z [00:02:01.739]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:48:47.9572401Z [00:02:01.752]➜  using __atomic_and_fetch ... yes
2025-08-20T22:48:47.9956940Z [00:02:01.790]➜        reloc_nonalloc=0
2025-08-20T22:48:47.9957505Z [00:02:01.790]➜               comdats=0
2025-08-20T22:48:47.9960258Z [00:02:01.790]➜    removed_comdat_mem=0
2025-08-20T22:48:47.9964289Z [00:02:01.790]➜              num_dsos=0
2025-08-20T22:48:47.9968013Z [00:02:01.790]➜       parsed_lto_objs=1
2025-08-20T22:48:47.9971473Z [00:02:01.790]➜              num_cies=1
2025-08-20T22:48:47.9973831Z [00:02:01.790]➜       num_unique_cies=1
2025-08-20T22:48:47.9977450Z [00:02:01.790]➜              num_fdes=1
2025-08-20T22:48:47.9977950Z [00:02:01.790]➜        merged_strings=6
2025-08-20T22:48:47.9978431Z [00:02:01.790]➜              num_objs=17
2025-08-20T22:48:47.9978927Z [00:02:01.790]➜         output_chunks=24
2025-08-20T22:48:47.9979422Z [00:02:01.790]➜      string_fragments=28
2025-08-20T22:48:47.9979911Z [00:02:01.790]➜      garbage_sections=45
2025-08-20T22:48:47.9980388Z [00:02:01.790]➜           reloc_alloc=83
2025-08-20T22:48:47.9981633Z [00:02:01.790]➜        undefined_syms=99
2025-08-20T22:48:47.9982086Z [00:02:01.790]➜          defined_syms=150
2025-08-20T22:48:47.9982528Z [00:02:01.790]➜        input_sections=370
2025-08-20T22:48:47.9982969Z [00:02:01.790]➜           parsed_objs=1657
2025-08-20T22:48:47.9983412Z [00:02:01.790]➜      regular_sections=9628
2025-08-20T22:48:47.9983873Z [00:02:01.790]➜              all_syms=25245
2025-08-20T22:48:47.9984341Z [00:02:01.790]➜     total_input_bytes=38747110
2025-08-20T22:48:47.9984854Z [00:02:01.790]➜  .comment estimation=1627 actual=4
2025-08-20T22:48:47.9985398Z [00:02:01.790]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:48:48.0140744Z [00:02:01.809]➜  using __atomic_fetch_add ... yes
2025-08-20T22:48:48.0439792Z [00:02:01.839]➜        reloc_nonalloc=0
2025-08-20T22:48:48.0461826Z [00:02:01.839]➜               comdats=0
2025-08-20T22:48:48.0463135Z [00:02:01.839]➜    removed_comdat_mem=0
2025-08-20T22:48:48.0464942Z [00:02:01.841]➜              num_dsos=0
2025-08-20T22:48:48.0465724Z [00:02:01.841]➜       parsed_lto_objs=1
2025-08-20T22:48:48.0466245Z [00:02:01.841]➜              num_cies=1
2025-08-20T22:48:48.0466730Z [00:02:01.841]➜       num_unique_cies=1
2025-08-20T22:48:48.0467201Z [00:02:01.841]➜              num_fdes=1
2025-08-20T22:48:48.0467651Z [00:02:01.841]➜        merged_strings=6
2025-08-20T22:48:48.0468423Z [00:02:01.841]➜              num_objs=17
2025-08-20T22:48:48.0468925Z [00:02:01.841]➜         output_chunks=24
2025-08-20T22:48:48.0469424Z [00:02:01.841]➜      string_fragments=28
2025-08-20T22:48:48.0469897Z [00:02:01.841]➜      garbage_sections=45
2025-08-20T22:48:48.0470367Z [00:02:01.841]➜           reloc_alloc=83
2025-08-20T22:48:48.0470997Z [00:02:01.841]➜        undefined_syms=99
2025-08-20T22:48:48.0471472Z [00:02:01.841]➜          defined_syms=150
2025-08-20T22:48:48.0471953Z [00:02:01.841]➜        input_sections=370
2025-08-20T22:48:48.0472437Z [00:02:01.841]➜           parsed_objs=1657
2025-08-20T22:48:48.0472943Z [00:02:01.841]➜      regular_sections=9628
2025-08-20T22:48:48.0473433Z [00:02:01.841]➜              all_syms=25245
2025-08-20T22:48:48.0473907Z [00:02:01.841]➜     total_input_bytes=38747274
2025-08-20T22:48:48.0474445Z [00:02:01.841]➜  .comment estimation=1627 actual=4
2025-08-20T22:48:48.0475042Z [00:02:01.841]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:48:48.0546026Z [00:02:01.849]➜  using __atomic_fetch_add_2 ... no
2025-08-20T22:48:48.0611716Z [00:02:01.856]➜  using __atomic_compare_exchange ... yes
2025-08-20T22:48:48.0685311Z [00:02:01.863]➜  using __atomic_fetch_add_8 ... no
2025-08-20T22:48:48.0771666Z [00:02:01.872]➜  using __atomic_fetch_add_4 ... no
2025-08-20T22:48:48.2106815Z [00:02:02.004]➜        reloc_nonalloc=0
2025-08-20T22:48:48.2108060Z [00:02:02.004]➜               comdats=0
2025-08-20T22:48:48.2109058Z [00:02:02.004]➜    removed_comdat_mem=0
2025-08-20T22:48:48.2109851Z [00:02:02.004]➜              num_dsos=0
2025-08-20T22:48:48.2110375Z [00:02:02.004]➜       parsed_lto_objs=1
2025-08-20T22:48:48.2111088Z [00:02:02.004]➜              num_cies=1
2025-08-20T22:48:48.2111571Z [00:02:02.004]➜       num_unique_cies=1
2025-08-20T22:48:48.2112032Z [00:02:02.004]➜              num_fdes=1
2025-08-20T22:48:48.2112490Z [00:02:02.004]➜        merged_strings=6
2025-08-20T22:48:48.2112955Z [00:02:02.004]➜              num_objs=17
2025-08-20T22:48:48.2113478Z [00:02:02.004]➜         output_chunks=24
2025-08-20T22:48:48.2113959Z [00:02:02.004]➜      string_fragments=28
2025-08-20T22:48:48.2114699Z [00:02:02.004]➜      garbage_sections=45
2025-08-20T22:48:48.2115166Z [00:02:02.005]➜           reloc_alloc=83
2025-08-20T22:48:48.2115631Z [00:02:02.005]➜        undefined_syms=99
2025-08-20T22:48:48.2116105Z [00:02:02.005]➜          defined_syms=150
2025-08-20T22:48:48.2116603Z [00:02:02.005]➜        input_sections=370
2025-08-20T22:48:48.2117096Z [00:02:02.005]➜           parsed_objs=1657
2025-08-20T22:48:48.2117590Z [00:02:02.005]➜      regular_sections=9628
2025-08-20T22:48:48.2118086Z [00:02:02.005]➜              all_syms=25245
2025-08-20T22:48:48.2118605Z [00:02:02.005]➜     total_input_bytes=38747110
2025-08-20T22:48:48.2119150Z [00:02:02.005]➜  .comment estimation=1627 actual=4
2025-08-20T22:48:48.2119745Z [00:02:02.005]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:48:48.2304238Z [00:02:02.025]➜  using __atomic_fetch_and ... yes
2025-08-20T22:48:48.2533844Z [00:02:02.048]➜        reloc_nonalloc=0
2025-08-20T22:48:48.2539572Z [00:02:02.049]➜               comdats=0
2025-08-20T22:48:48.2541406Z [00:02:02.049]➜    removed_comdat_mem=0
2025-08-20T22:48:48.2541925Z [00:02:02.049]➜              num_dsos=0
2025-08-20T22:48:48.2542431Z [00:02:02.049]➜       parsed_lto_objs=1
2025-08-20T22:48:48.2542917Z [00:02:02.049]➜              num_cies=1
2025-08-20T22:48:48.2543414Z [00:02:02.049]➜       num_unique_cies=1
2025-08-20T22:48:48.2543902Z [00:02:02.049]➜              num_fdes=1
2025-08-20T22:48:48.2544397Z [00:02:02.049]➜        merged_strings=6
2025-08-20T22:48:48.2544888Z [00:02:02.049]➜              num_objs=17
2025-08-20T22:48:48.2545373Z [00:02:02.049]➜         output_chunks=24
2025-08-20T22:48:48.2545855Z [00:02:02.049]➜      string_fragments=28
2025-08-20T22:48:48.2546340Z [00:02:02.049]➜      garbage_sections=45
2025-08-20T22:48:48.2546828Z [00:02:02.049]➜           reloc_alloc=83
2025-08-20T22:48:48.2547323Z [00:02:02.049]➜        undefined_syms=99
2025-08-20T22:48:48.2547815Z [00:02:02.049]➜          defined_syms=150
2025-08-20T22:48:48.2548342Z [00:02:02.049]➜        input_sections=370
2025-08-20T22:48:48.2548874Z [00:02:02.049]➜           parsed_objs=1657
2025-08-20T22:48:48.2549369Z [00:02:02.049]➜      regular_sections=9628
2025-08-20T22:48:48.2549864Z [00:02:02.049]➜              all_syms=25245
2025-08-20T22:48:48.2550419Z [00:02:02.049]➜     total_input_bytes=38747110
2025-08-20T22:48:48.2551174Z [00:02:02.049]➜  .comment estimation=1627 actual=4
2025-08-20T22:48:48.2551811Z [00:02:02.049]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:48:48.2575918Z [00:02:02.053]➜        reloc_nonalloc=0
2025-08-20T22:48:48.2580559Z [00:02:02.053]➜               comdats=0
2025-08-20T22:48:48.2592598Z [00:02:02.053]➜    removed_comdat_mem=0
2025-08-20T22:48:48.2593154Z [00:02:02.053]➜              num_dsos=0
2025-08-20T22:48:48.2593677Z [00:02:02.053]➜       parsed_lto_objs=1
2025-08-20T22:48:48.2594177Z [00:02:02.053]➜              num_cies=1
2025-08-20T22:48:48.2594740Z [00:02:02.053]➜       num_unique_cies=1
2025-08-20T22:48:48.2595253Z [00:02:02.053]➜              num_fdes=1
2025-08-20T22:48:48.2596144Z [00:02:02.053]➜        merged_strings=6
2025-08-20T22:48:48.2596656Z [00:02:02.053]➜              num_objs=17
2025-08-20T22:48:48.2597203Z [00:02:02.053]➜         output_chunks=24
2025-08-20T22:48:48.2597742Z [00:02:02.053]➜      string_fragments=28
2025-08-20T22:48:48.2598278Z [00:02:02.053]➜      garbage_sections=45
2025-08-20T22:48:48.2598790Z [00:02:02.053]➜           reloc_alloc=83
2025-08-20T22:48:48.2599294Z [00:02:02.053]➜        undefined_syms=99
2025-08-20T22:48:48.2599822Z [00:02:02.053]➜          defined_syms=150
2025-08-20T22:48:48.2600368Z [00:02:02.053]➜        input_sections=370
2025-08-20T22:48:48.2601036Z [00:02:02.053]➜           parsed_objs=1657
2025-08-20T22:48:48.2601587Z [00:02:02.053]➜      regular_sections=9628
2025-08-20T22:48:48.2602100Z [00:02:02.053]➜              all_syms=25245
2025-08-20T22:48:48.2602644Z [00:02:02.053]➜     total_input_bytes=38747110
2025-08-20T22:48:48.2603263Z [00:02:02.053]➜  .comment estimation=1627 actual=4
2025-08-20T22:48:48.2603933Z [00:02:02.053]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:48:48.2749459Z [00:02:02.070]➜  using __atomic_fetch_sub ... yes
2025-08-20T22:48:48.2761965Z [00:02:02.070]➜        reloc_nonalloc=0
2025-08-20T22:48:48.2762482Z [00:02:02.070]➜               comdats=0
2025-08-20T22:48:48.2762969Z [00:02:02.070]➜    removed_comdat_mem=0
2025-08-20T22:48:48.2763453Z [00:02:02.070]➜              num_dsos=0
2025-08-20T22:48:48.2763942Z [00:02:02.070]➜       parsed_lto_objs=1
2025-08-20T22:48:48.2764425Z [00:02:02.070]➜              num_cies=1
2025-08-20T22:48:48.2764894Z [00:02:02.070]➜       num_unique_cies=1
2025-08-20T22:48:48.2765352Z [00:02:02.070]➜              num_fdes=1
2025-08-20T22:48:48.2765813Z [00:02:02.070]➜        merged_strings=6
2025-08-20T22:48:48.2766280Z [00:02:02.070]➜              num_objs=17
2025-08-20T22:48:48.2766753Z [00:02:02.070]➜         output_chunks=24
2025-08-20T22:48:48.2767523Z [00:02:02.070]➜      string_fragments=28
2025-08-20T22:48:48.2768024Z [00:02:02.070]➜      garbage_sections=45
2025-08-20T22:48:48.2768525Z [00:02:02.070]➜           reloc_alloc=83
2025-08-20T22:48:48.2769003Z [00:02:02.070]➜        undefined_syms=99
2025-08-20T22:48:48.2769447Z [00:02:02.070]➜          defined_syms=150
2025-08-20T22:48:48.2769950Z [00:02:02.070]➜        input_sections=370
2025-08-20T22:48:48.2770460Z [00:02:02.070]➜           parsed_objs=1657
2025-08-20T22:48:48.2771143Z [00:02:02.070]➜      regular_sections=9628
2025-08-20T22:48:48.2771650Z [00:02:02.070]➜              all_syms=25245
2025-08-20T22:48:48.2772165Z [00:02:02.070]➜     total_input_bytes=38747134
2025-08-20T22:48:48.2772713Z [00:02:02.070]➜  .comment estimation=1627 actual=4
2025-08-20T22:48:48.2773295Z [00:02:02.070]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:48:48.2779658Z [00:02:02.073]➜  using __atomic_fetch_xor ... yes
2025-08-20T22:48:48.2900703Z [00:02:02.084]➜  using __atomic_fetch_nand ... yes
2025-08-20T22:48:48.3073261Z [00:02:02.102]➜        reloc_nonalloc=0
2025-08-20T22:48:48.3084399Z [00:02:02.103]➜               comdats=0
2025-08-20T22:48:48.3086566Z [00:02:02.104]➜    removed_comdat_mem=0
2025-08-20T22:48:48.3088548Z [00:02:02.104]➜              num_dsos=0
2025-08-20T22:48:48.3089196Z [00:02:02.104]➜       parsed_lto_objs=1
2025-08-20T22:48:48.3090740Z [00:02:02.104]➜              num_cies=1
2025-08-20T22:48:48.3091449Z [00:02:02.104]➜       num_unique_cies=1
2025-08-20T22:48:48.3091910Z [00:02:02.104]➜              num_fdes=1
2025-08-20T22:48:48.3092360Z [00:02:02.104]➜        merged_strings=6
2025-08-20T22:48:48.3092824Z [00:02:02.104]➜              num_objs=17
2025-08-20T22:48:48.3093310Z [00:02:02.104]➜         output_chunks=24
2025-08-20T22:48:48.3093795Z [00:02:02.104]➜      string_fragments=28
2025-08-20T22:48:48.3094277Z [00:02:02.104]➜      garbage_sections=45
2025-08-20T22:48:48.3094759Z [00:02:02.104]➜           reloc_alloc=83
2025-08-20T22:48:48.3095252Z [00:02:02.104]➜        undefined_syms=99
2025-08-20T22:48:48.3095805Z [00:02:02.104]➜          defined_syms=150
2025-08-20T22:48:48.3096597Z [00:02:02.104]➜        input_sections=370
2025-08-20T22:48:48.3097089Z [00:02:02.104]➜           parsed_objs=1657
2025-08-20T22:48:48.3097589Z [00:02:02.104]➜      regular_sections=9628
2025-08-20T22:48:48.3098094Z [00:02:02.104]➜              all_syms=25245
2025-08-20T22:48:48.3098612Z [00:02:02.104]➜     total_input_bytes=38747110
2025-08-20T22:48:48.3099162Z [00:02:02.104]➜  .comment estimation=1627 actual=4
2025-08-20T22:48:48.3099751Z [00:02:02.104]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:48:48.3252774Z [00:02:02.120]➜  using __atomic_fetch_or ... yes
2025-08-20T22:48:48.4209169Z [00:02:02.216]➜        reloc_nonalloc=0
2025-08-20T22:48:48.4213674Z [00:02:02.216]➜               comdats=0
2025-08-20T22:48:48.4214543Z [00:02:02.216]➜    removed_comdat_mem=0
2025-08-20T22:48:48.4215342Z [00:02:02.216]➜              num_dsos=0
2025-08-20T22:48:48.4215909Z [00:02:02.216]➜       parsed_lto_objs=1
2025-08-20T22:48:48.4216389Z [00:02:02.216]➜              num_cies=1
2025-08-20T22:48:48.4216885Z [00:02:02.216]➜       num_unique_cies=1
2025-08-20T22:48:48.4217345Z [00:02:02.216]➜              num_fdes=1
2025-08-20T22:48:48.4217803Z [00:02:02.216]➜        merged_strings=6
2025-08-20T22:48:48.4218262Z [00:02:02.216]➜              num_objs=17
2025-08-20T22:48:48.4218739Z [00:02:02.216]➜         output_chunks=24
2025-08-20T22:48:48.4219242Z [00:02:02.216]➜      string_fragments=28
2025-08-20T22:48:48.4219724Z [00:02:02.216]➜      garbage_sections=45
2025-08-20T22:48:48.4220198Z [00:02:02.216]➜           reloc_alloc=83
2025-08-20T22:48:48.4220672Z [00:02:02.216]➜        undefined_syms=99
2025-08-20T22:48:48.4221358Z [00:02:02.216]➜          defined_syms=150
2025-08-20T22:48:48.4221846Z [00:02:02.216]➜        input_sections=370
2025-08-20T22:48:48.4222342Z [00:02:02.216]➜           parsed_objs=1657
2025-08-20T22:48:48.4222840Z [00:02:02.216]➜      regular_sections=9628
2025-08-20T22:48:48.4223581Z [00:02:02.216]➜              all_syms=25245
2025-08-20T22:48:48.4224106Z [00:02:02.216]➜     total_input_bytes=38746862
2025-08-20T22:48:48.4224672Z [00:02:02.216]➜  .comment estimation=1627 actual=4
2025-08-20T22:48:48.4225266Z [00:02:02.216]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:48:48.4369625Z [00:02:02.232]➜  using __atomic_load ... yes
2025-08-20T22:48:48.4772957Z [00:02:02.272]➜        reloc_nonalloc=0
2025-08-20T22:48:48.4773550Z [00:02:02.272]➜               comdats=0
2025-08-20T22:48:48.4774024Z [00:02:02.272]➜    removed_comdat_mem=0
2025-08-20T22:48:48.4774491Z [00:02:02.272]➜              num_dsos=0
2025-08-20T22:48:48.4774967Z [00:02:02.272]➜       parsed_lto_objs=1
2025-08-20T22:48:48.4775430Z [00:02:02.272]➜              num_cies=1
2025-08-20T22:48:48.4775889Z [00:02:02.272]➜       num_unique_cies=1
2025-08-20T22:48:48.4776344Z [00:02:02.272]➜              num_fdes=1
2025-08-20T22:48:48.4776793Z [00:02:02.272]➜        merged_strings=6
2025-08-20T22:48:48.4777300Z [00:02:02.272]➜              num_objs=17
2025-08-20T22:48:48.4777780Z [00:02:02.272]➜         output_chunks=24
2025-08-20T22:48:48.4778278Z [00:02:02.272]➜      string_fragments=28
2025-08-20T22:48:48.4778758Z [00:02:02.272]➜      garbage_sections=45
2025-08-20T22:48:48.4779226Z [00:02:02.272]➜           reloc_alloc=83
2025-08-20T22:48:48.4779692Z [00:02:02.272]➜        undefined_syms=99
2025-08-20T22:48:48.4780165Z [00:02:02.272]➜          defined_syms=150
2025-08-20T22:48:48.4780648Z [00:02:02.272]➜        input_sections=370
2025-08-20T22:48:48.4781297Z [00:02:02.272]➜           parsed_objs=1657
2025-08-20T22:48:48.4781795Z [00:02:02.272]➜      regular_sections=9628
2025-08-20T22:48:48.4782286Z [00:02:02.272]➜              all_syms=25245
2025-08-20T22:48:48.4782798Z [00:02:02.272]➜     total_input_bytes=38746874
2025-08-20T22:48:48.4783345Z [00:02:02.272]➜  .comment estimation=1627 actual=4
2025-08-20T22:48:48.4783937Z [00:02:02.272]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:48:48.4836921Z [00:02:02.279]➜        reloc_nonalloc=0
2025-08-20T22:48:48.4848783Z [00:02:02.280]➜               comdats=0
2025-08-20T22:48:48.4849594Z [00:02:02.280]➜    removed_comdat_mem=0
2025-08-20T22:48:48.4850033Z [00:02:02.280]➜              num_dsos=0
2025-08-20T22:48:48.4850476Z [00:02:02.280]➜       parsed_lto_objs=1
2025-08-20T22:48:48.4851060Z [00:02:02.280]➜              num_cies=1
2025-08-20T22:48:48.4851480Z [00:02:02.280]➜       num_unique_cies=1
2025-08-20T22:48:48.4851894Z [00:02:02.280]➜              num_fdes=1
2025-08-20T22:48:48.4852305Z [00:02:02.280]➜        merged_strings=6
2025-08-20T22:48:48.4852725Z [00:02:02.280]➜              num_objs=17
2025-08-20T22:48:48.4853159Z [00:02:02.280]➜         output_chunks=24
2025-08-20T22:48:48.4853608Z [00:02:02.280]➜      string_fragments=28
2025-08-20T22:48:48.4854050Z [00:02:02.280]➜      garbage_sections=45
2025-08-20T22:48:48.4854511Z [00:02:02.280]➜           reloc_alloc=83
2025-08-20T22:48:48.4854985Z [00:02:02.280]➜        undefined_syms=99
2025-08-20T22:48:48.4855471Z [00:02:02.280]➜          defined_syms=150
2025-08-20T22:48:48.4855927Z [00:02:02.280]➜        input_sections=370
2025-08-20T22:48:48.4856402Z [00:02:02.280]➜           parsed_objs=1657
2025-08-20T22:48:48.4856906Z [00:02:02.280]➜      regular_sections=9628
2025-08-20T22:48:48.4857403Z [00:02:02.280]➜              all_syms=25245
2025-08-20T22:48:48.4857922Z [00:02:02.280]➜     total_input_bytes=38747134
2025-08-20T22:48:48.4858475Z [00:02:02.280]➜  .comment estimation=1627 actual=4
2025-08-20T22:48:48.4859080Z [00:02:02.280]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:48:48.4961300Z [00:02:02.291]➜        reloc_nonalloc=0
2025-08-20T22:48:48.4974724Z [00:02:02.292]➜               comdats=0
2025-08-20T22:48:48.4975281Z [00:02:02.292]➜    removed_comdat_mem=0
2025-08-20T22:48:48.4975759Z [00:02:02.292]➜              num_dsos=0
2025-08-20T22:48:48.4976239Z [00:02:02.292]➜       parsed_lto_objs=1
2025-08-20T22:48:48.4976714Z [00:02:02.292]➜              num_cies=1
2025-08-20T22:48:48.4977468Z [00:02:02.292]➜       num_unique_cies=1
2025-08-20T22:48:48.4977951Z [00:02:02.292]➜              num_fdes=1
2025-08-20T22:48:48.4978430Z [00:02:02.292]➜        merged_strings=6
2025-08-20T22:48:48.4978895Z [00:02:02.292]➜              num_objs=17
2025-08-20T22:48:48.4979372Z [00:02:02.292]➜         output_chunks=24
2025-08-20T22:48:48.4979845Z [00:02:02.292]➜      string_fragments=28
2025-08-20T22:48:48.4980325Z [00:02:02.292]➜      garbage_sections=45
2025-08-20T22:48:48.4980954Z [00:02:02.292]➜           reloc_alloc=83
2025-08-20T22:48:48.4981429Z [00:02:02.292]➜        undefined_syms=99
2025-08-20T22:48:48.4981916Z [00:02:02.292]➜          defined_syms=150
2025-08-20T22:48:48.4982443Z [00:02:02.292]➜        input_sections=370
2025-08-20T22:48:48.4982978Z [00:02:02.292]➜           parsed_objs=1657
2025-08-20T22:48:48.4983484Z [00:02:02.292]➜      regular_sections=9628
2025-08-20T22:48:48.4983970Z [00:02:02.292]➜              all_syms=25245
2025-08-20T22:48:48.4984509Z [00:02:02.292]➜     total_input_bytes=38746866
2025-08-20T22:48:48.4985082Z [00:02:02.292]➜  .comment estimation=1627 actual=4
2025-08-20T22:48:48.4985702Z [00:02:02.292]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:48:48.4989244Z [00:02:02.294]➜  using __atomic_load_double ... yes
2025-08-20T22:48:48.4989871Z [00:02:02.294]➜  using __atomic_nand_fetch ... yes
2025-08-20T22:48:48.5233599Z [00:02:02.318]➜        reloc_nonalloc=0
2025-08-20T22:48:48.5234197Z [00:02:02.318]➜               comdats=0
2025-08-20T22:48:48.5234678Z [00:02:02.318]➜    removed_comdat_mem=0
2025-08-20T22:48:48.5235128Z [00:02:02.318]➜              num_dsos=0
2025-08-20T22:48:48.5235594Z [00:02:02.318]➜       parsed_lto_objs=1
2025-08-20T22:48:48.5236066Z [00:02:02.318]➜              num_cies=1
2025-08-20T22:48:48.5236534Z [00:02:02.318]➜       num_unique_cies=1
2025-08-20T22:48:48.5237001Z [00:02:02.318]➜              num_fdes=1
2025-08-20T22:48:48.5237465Z [00:02:02.318]➜        merged_strings=6
2025-08-20T22:48:48.5237980Z [00:02:02.318]➜              num_objs=17
2025-08-20T22:48:48.5238461Z [00:02:02.318]➜         output_chunks=24
2025-08-20T22:48:48.5239255Z [00:02:02.318]➜      string_fragments=28
2025-08-20T22:48:48.5239739Z [00:02:02.318]➜      garbage_sections=45
2025-08-20T22:48:48.5240220Z [00:02:02.318]➜           reloc_alloc=83
2025-08-20T22:48:48.5240685Z [00:02:02.318]➜        undefined_syms=99
2025-08-20T22:48:48.5241586Z [00:02:02.318]➜          defined_syms=150
2025-08-20T22:48:48.5242077Z [00:02:02.318]➜        input_sections=370
2025-08-20T22:48:48.5242580Z [00:02:02.318]➜           parsed_objs=1657
2025-08-20T22:48:48.5243087Z [00:02:02.318]➜      regular_sections=9628
2025-08-20T22:48:48.5243585Z [00:02:02.318]➜              all_syms=25245
2025-08-20T22:48:48.5244099Z [00:02:02.318]➜     total_input_bytes=38747110
2025-08-20T22:48:48.5244647Z [00:02:02.318]➜  .comment estimation=1627 actual=4
2025-08-20T22:48:48.5245253Z [00:02:02.318]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:48:48.5264849Z [00:02:02.321]➜  using __atomic_store ... yes
2025-08-20T22:48:48.5383143Z [00:02:02.331]➜  using __atomic_or_fetch ... yes
2025-08-20T22:48:48.6316220Z [00:02:02.426]➜        reloc_nonalloc=0
2025-08-20T22:48:48.6316781Z [00:02:02.426]➜               comdats=0
2025-08-20T22:48:48.6317256Z [00:02:02.426]➜    removed_comdat_mem=0
2025-08-20T22:48:48.6317722Z [00:02:02.426]➜              num_dsos=0
2025-08-20T22:48:48.6318204Z [00:02:02.426]➜       parsed_lto_objs=1
2025-08-20T22:48:48.6318676Z [00:02:02.426]➜              num_cies=1
2025-08-20T22:48:48.6319134Z [00:02:02.426]➜       num_unique_cies=1
2025-08-20T22:48:48.6319595Z [00:02:02.426]➜              num_fdes=1
2025-08-20T22:48:48.6320055Z [00:02:02.426]➜        merged_strings=6
2025-08-20T22:48:48.6320539Z [00:02:02.426]➜              num_objs=17
2025-08-20T22:48:48.6321224Z [00:02:02.426]➜         output_chunks=24
2025-08-20T22:48:48.6321718Z [00:02:02.426]➜      string_fragments=28
2025-08-20T22:48:48.6322211Z [00:02:02.426]➜      garbage_sections=45
2025-08-20T22:48:48.6322977Z [00:02:02.426]➜           reloc_alloc=83
2025-08-20T22:48:48.6323473Z [00:02:02.426]➜        undefined_syms=99
2025-08-20T22:48:48.6323979Z [00:02:02.426]➜          defined_syms=150
2025-08-20T22:48:48.6324475Z [00:02:02.426]➜        input_sections=370
2025-08-20T22:48:48.6324973Z [00:02:02.426]➜           parsed_objs=1657
2025-08-20T22:48:48.6325482Z [00:02:02.426]➜      regular_sections=9628
2025-08-20T22:48:48.6325973Z [00:02:02.426]➜              all_syms=25245
2025-08-20T22:48:48.6326493Z [00:02:02.426]➜     total_input_bytes=38746878
2025-08-20T22:48:48.6327017Z [00:02:02.426]➜  .comment estimation=1627 actual=4
2025-08-20T22:48:48.6327571Z [00:02:02.426]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:48:48.6415665Z [00:02:02.436]➜  using __atomic_store_double ... yes
2025-08-20T22:48:48.6762855Z [00:02:02.471]➜        reloc_nonalloc=0
2025-08-20T22:48:48.6771129Z [00:02:02.472]➜               comdats=0
2025-08-20T22:48:48.6771702Z [00:02:02.472]➜    removed_comdat_mem=0
2025-08-20T22:48:48.6772760Z [00:02:02.472]➜              num_dsos=0
2025-08-20T22:48:48.6773668Z [00:02:02.472]➜       parsed_lto_objs=1
2025-08-20T22:48:48.6774538Z [00:02:02.472]➜              num_cies=1
2025-08-20T22:48:48.6775444Z [00:02:02.472]➜       num_unique_cies=1
2025-08-20T22:48:48.6776339Z [00:02:02.472]➜              num_fdes=1
2025-08-20T22:48:48.6777258Z [00:02:02.472]➜        merged_strings=6
2025-08-20T22:48:48.6778150Z [00:02:02.472]➜              num_objs=17
2025-08-20T22:48:48.6779050Z [00:02:02.472]➜         output_chunks=24
2025-08-20T22:48:48.6779946Z [00:02:02.472]➜      string_fragments=28
2025-08-20T22:48:48.6781334Z [00:02:02.472]➜      garbage_sections=45
2025-08-20T22:48:48.6781833Z [00:02:02.472]➜           reloc_alloc=83
2025-08-20T22:48:48.6782291Z [00:02:02.472]➜        undefined_syms=99
2025-08-20T22:48:48.6782748Z [00:02:02.472]➜          defined_syms=150
2025-08-20T22:48:48.6783214Z [00:02:02.472]➜        input_sections=370
2025-08-20T22:48:48.6783680Z [00:02:02.472]➜           parsed_objs=1657
2025-08-20T22:48:48.6784168Z [00:02:02.472]➜      regular_sections=9628
2025-08-20T22:48:48.6784924Z [00:02:02.472]➜              all_syms=25245
2025-08-20T22:48:48.6785418Z [00:02:02.472]➜     total_input_bytes=38747110
2025-08-20T22:48:48.6785946Z [00:02:02.472]➜  .comment estimation=1627 actual=4
2025-08-20T22:48:48.6786521Z [00:02:02.472]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:48:48.6904302Z [00:02:02.485]➜  using __atomic_xor_fetch ... yes
2025-08-20T22:48:48.6978710Z [00:02:02.493]➜        reloc_nonalloc=0
2025-08-20T22:48:48.6988578Z [00:02:02.494]➜               comdats=0
2025-08-20T22:48:48.6989188Z [00:02:02.494]➜    removed_comdat_mem=0
2025-08-20T22:48:48.6989774Z [00:02:02.494]➜              num_dsos=0
2025-08-20T22:48:48.6990366Z [00:02:02.494]➜       parsed_lto_objs=1
2025-08-20T22:48:48.6991077Z [00:02:02.494]➜              num_cies=1
2025-08-20T22:48:48.6995494Z [00:02:02.494]➜       num_unique_cies=1
2025-08-20T22:48:48.6996298Z [00:02:02.494]➜              num_fdes=1
2025-08-20T22:48:48.6996864Z [00:02:02.494]➜        merged_strings=6
2025-08-20T22:48:48.6997404Z [00:02:02.494]➜              num_objs=17
2025-08-20T22:48:48.6997894Z [00:02:02.494]➜         output_chunks=24
2025-08-20T22:48:48.6998363Z [00:02:02.494]➜      string_fragments=28
2025-08-20T22:48:48.6998835Z [00:02:02.494]➜      garbage_sections=45
2025-08-20T22:48:48.6999300Z [00:02:02.494]➜           reloc_alloc=83
2025-08-20T22:48:48.6999769Z [00:02:02.494]➜        undefined_syms=99
2025-08-20T22:48:48.7009653Z [00:02:02.494]➜          defined_syms=150
2025-08-20T22:48:48.7010264Z [00:02:02.494]➜        input_sections=370
2025-08-20T22:48:48.7010940Z [00:02:02.494]➜           parsed_objs=1657
2025-08-20T22:48:48.7011491Z [00:02:02.494]➜      regular_sections=9628
2025-08-20T22:48:48.7011999Z [00:02:02.494]➜              all_syms=25245
2025-08-20T22:48:48.7012517Z [00:02:02.494]➜     total_input_bytes=38747310
2025-08-20T22:48:48.7013083Z [00:02:02.494]➜  .comment estimation=1627 actual=4
2025-08-20T22:48:48.7013969Z [00:02:02.494]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:48:48.7147379Z [00:02:02.509]➜  using __atomic_test_and_set ... yes
2025-08-20T22:48:48.7587629Z [00:02:02.553]➜        reloc_nonalloc=0
2025-08-20T22:48:48.7588181Z [00:02:02.553]➜               comdats=0
2025-08-20T22:48:48.7588597Z [00:02:02.553]➜    removed_comdat_mem=0
2025-08-20T22:48:48.7589014Z [00:02:02.553]➜              num_dsos=0
2025-08-20T22:48:48.7589462Z [00:02:02.553]➜       parsed_lto_objs=1
2025-08-20T22:48:48.7589936Z [00:02:02.553]➜              num_cies=1
2025-08-20T22:48:48.7590406Z [00:02:02.553]➜       num_unique_cies=1
2025-08-20T22:48:48.7591099Z [00:02:02.553]➜              num_fdes=1
2025-08-20T22:48:48.7591529Z [00:02:02.553]➜        merged_strings=6
2025-08-20T22:48:48.7591971Z [00:02:02.553]➜              num_objs=17
2025-08-20T22:48:48.7592457Z [00:02:02.553]➜         output_chunks=24
2025-08-20T22:48:48.7592941Z [00:02:02.553]➜      string_fragments=28
2025-08-20T22:48:48.7593469Z [00:02:02.553]➜      garbage_sections=45
2025-08-20T22:48:48.7593950Z [00:02:02.553]➜           reloc_alloc=83
2025-08-20T22:48:48.7594406Z [00:02:02.553]➜        undefined_syms=99
2025-08-20T22:48:48.7594886Z [00:02:02.553]➜          defined_syms=150
2025-08-20T22:48:48.7595376Z [00:02:02.553]➜        input_sections=370
2025-08-20T22:48:48.7595867Z [00:02:02.553]➜           parsed_objs=1657
2025-08-20T22:48:48.7596370Z [00:02:02.553]➜      regular_sections=9628
2025-08-20T22:48:48.7596867Z [00:02:02.553]➜              all_syms=25245
2025-08-20T22:48:48.7597430Z [00:02:02.553]➜     total_input_bytes=38747110
2025-08-20T22:48:48.7597984Z [00:02:02.553]➜  .comment estimation=1627 actual=4
2025-08-20T22:48:48.7598794Z [00:02:02.553]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:48:48.7602806Z [00:02:02.555]➜        reloc_nonalloc=0
2025-08-20T22:48:48.7603628Z [00:02:02.555]➜               comdats=0
2025-08-20T22:48:48.7604982Z [00:02:02.555]➜    removed_comdat_mem=0
2025-08-20T22:48:48.7605709Z [00:02:02.555]➜              num_dsos=0
2025-08-20T22:48:48.7607078Z [00:02:02.555]➜       parsed_lto_objs=1
2025-08-20T22:48:48.7607848Z [00:02:02.555]➜              num_cies=1
2025-08-20T22:48:48.7608306Z [00:02:02.555]➜       num_unique_cies=1
2025-08-20T22:48:48.7613222Z [00:02:02.555]➜              num_fdes=1
2025-08-20T22:48:48.7615060Z [00:02:02.555]➜        merged_strings=6
2025-08-20T22:48:48.7616879Z [00:02:02.556]➜              num_objs=20
2025-08-20T22:48:48.7617738Z [00:02:02.556]➜         output_chunks=24
2025-08-20T22:48:48.7619700Z [00:02:02.556]➜      string_fragments=34
2025-08-20T22:48:48.7620560Z [00:02:02.556]➜      garbage_sections=54
2025-08-20T22:48:48.7632749Z [00:02:02.556]➜           reloc_alloc=86
2025-08-20T22:48:48.7633631Z [00:02:02.556]➜        undefined_syms=106
2025-08-20T22:48:48.7634897Z [00:02:02.556]➜          defined_syms=179
2025-08-20T22:48:48.7635759Z [00:02:02.556]➜        input_sections=449
2025-08-20T22:48:48.7637027Z [00:02:02.556]➜           parsed_objs=1657
2025-08-20T22:48:48.7637927Z [00:02:02.556]➜      regular_sections=9628
2025-08-20T22:48:48.7639202Z [00:02:02.556]➜              all_syms=25247
2025-08-20T22:48:48.7640114Z [00:02:02.556]➜     total_input_bytes=38747274
2025-08-20T22:48:48.7641815Z [00:02:02.556]➜  .comment estimation=1627 actual=4
2025-08-20T22:48:48.7642809Z [00:02:02.556]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:48:48.7723733Z [00:02:02.567]➜  using __atomic_sub_fetch ... yes
2025-08-20T22:48:48.7741306Z [00:02:02.569]➜  using brk ... yes
2025-08-20T22:48:48.8048176Z [00:02:02.600]➜  using backtrace ... no
2025-08-20T22:48:48.8878474Z [00:02:02.683]➜        reloc_nonalloc=0
2025-08-20T22:48:48.8890958Z [00:02:02.684]➜               comdats=0
2025-08-20T22:48:48.8891690Z [00:02:02.684]➜    removed_comdat_mem=0
2025-08-20T22:48:48.8892184Z [00:02:02.684]➜              num_dsos=0
2025-08-20T22:48:48.8892667Z [00:02:02.684]➜       parsed_lto_objs=1
2025-08-20T22:48:48.8893150Z [00:02:02.684]➜              num_cies=1
2025-08-20T22:48:48.8893902Z [00:02:02.684]➜       num_unique_cies=1
2025-08-20T22:48:48.8894388Z [00:02:02.684]➜              num_fdes=1
2025-08-20T22:48:48.8894877Z [00:02:02.684]➜        merged_strings=6
2025-08-20T22:48:48.8895344Z [00:02:02.684]➜              num_objs=17
2025-08-20T22:48:48.8895817Z [00:02:02.684]➜         output_chunks=24
2025-08-20T22:48:48.8896269Z [00:02:02.684]➜      string_fragments=28
2025-08-20T22:48:48.8896718Z [00:02:02.684]➜      garbage_sections=45
2025-08-20T22:48:48.8897190Z [00:02:02.684]➜           reloc_alloc=83
2025-08-20T22:48:48.8897660Z [00:02:02.684]➜        undefined_syms=99
2025-08-20T22:48:48.8898188Z [00:02:02.684]➜          defined_syms=150
2025-08-20T22:48:48.8898621Z [00:02:02.684]➜        input_sections=370
2025-08-20T22:48:48.8899066Z [00:02:02.684]➜           parsed_objs=1703
2025-08-20T22:48:48.8899528Z [00:02:02.684]➜      regular_sections=9892
2025-08-20T22:48:48.8899984Z [00:02:02.684]➜              all_syms=25928
2025-08-20T22:48:48.8900478Z [00:02:02.684]➜     total_input_bytes=39166560
2025-08-20T22:48:48.8901257Z [00:02:02.684]➜  .comment estimation=1627 actual=4
2025-08-20T22:48:48.8901898Z [00:02:02.684]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:48:48.8995471Z [00:02:02.694]➜  using strlcat ... yes
2025-08-20T22:48:48.9364729Z [00:02:02.731]➜        reloc_nonalloc=0
2025-08-20T22:48:48.9391812Z [00:02:02.732]➜               comdats=0
2025-08-20T22:48:48.9393415Z [00:02:02.732]➜    removed_comdat_mem=0
2025-08-20T22:48:48.9393908Z [00:02:02.732]➜              num_dsos=0
2025-08-20T22:48:48.9394364Z [00:02:02.732]➜       parsed_lto_objs=1
2025-08-20T22:48:48.9394823Z [00:02:02.732]➜              num_cies=1
2025-08-20T22:48:48.9395294Z [00:02:02.732]➜       num_unique_cies=1
2025-08-20T22:48:48.9395760Z [00:02:02.732]➜              num_fdes=2
2025-08-20T22:48:48.9396228Z [00:02:02.732]➜        merged_strings=7
2025-08-20T22:48:48.9396705Z [00:02:02.732]➜              num_objs=19
2025-08-20T22:48:48.9397197Z [00:02:02.732]➜         output_chunks=25
2025-08-20T22:48:48.9397732Z [00:02:02.732]➜      string_fragments=33
2025-08-20T22:48:48.9398278Z [00:02:02.732]➜      garbage_sections=52
2025-08-20T22:48:48.9399073Z [00:02:02.732]➜           reloc_alloc=90
2025-08-20T22:48:48.9399559Z [00:02:02.732]➜        undefined_syms=108
2025-08-20T22:48:48.9400058Z [00:02:02.732]➜          defined_syms=174
2025-08-20T22:48:48.9400564Z [00:02:02.732]➜        input_sections=428
2025-08-20T22:48:48.9401248Z [00:02:02.732]➜           parsed_objs=1657
2025-08-20T22:48:48.9401768Z [00:02:02.732]➜      regular_sections=9630
2025-08-20T22:48:48.9402283Z [00:02:02.732]➜              all_syms=25251
2025-08-20T22:48:48.9402811Z [00:02:02.732]➜     total_input_bytes=38749010
2025-08-20T22:48:48.9403374Z [00:02:02.732]➜  .comment estimation=1627 actual=4
2025-08-20T22:48:48.9403971Z [00:02:02.732]➜  .rodata.cst16 estimation=1626 actual=1
2025-08-20T22:48:48.9404592Z [00:02:02.732]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:48:48.9524094Z [00:02:02.747]➜  using bsearch ... yes
2025-08-20T22:48:48.9556328Z [00:02:02.750]➜        reloc_nonalloc=0
2025-08-20T22:48:48.9558191Z [00:02:02.750]➜               comdats=0
2025-08-20T22:48:48.9558718Z [00:02:02.750]➜    removed_comdat_mem=0
2025-08-20T22:48:48.9559195Z [00:02:02.750]➜              num_dsos=0
2025-08-20T22:48:48.9559673Z [00:02:02.750]➜       parsed_lto_objs=1
2025-08-20T22:48:48.9560161Z [00:02:02.750]➜              num_cies=1
2025-08-20T22:48:48.9560660Z [00:02:02.750]➜       num_unique_cies=1
2025-08-20T22:48:48.9561386Z [00:02:02.750]➜              num_fdes=1
2025-08-20T22:48:48.9561879Z [00:02:02.750]➜        merged_strings=6
2025-08-20T22:48:48.9562378Z [00:02:02.750]➜              num_objs=17
2025-08-20T22:48:48.9562880Z [00:02:02.750]➜         output_chunks=24
2025-08-20T22:48:48.9563384Z [00:02:02.750]➜      string_fragments=28
2025-08-20T22:48:48.9563898Z [00:02:02.750]➜      garbage_sections=45
2025-08-20T22:48:48.9564408Z [00:02:02.751]➜           reloc_alloc=83
2025-08-20T22:48:48.9564924Z [00:02:02.751]➜        undefined_syms=99
2025-08-20T22:48:48.9565718Z [00:02:02.751]➜          defined_syms=150
2025-08-20T22:48:48.9566284Z [00:02:02.751]➜        input_sections=370
2025-08-20T22:48:48.9566836Z [00:02:02.751]➜           parsed_objs=1703
2025-08-20T22:48:48.9567368Z [00:02:02.751]➜      regular_sections=9892
2025-08-20T22:48:48.9567890Z [00:02:02.751]➜              all_syms=25928
2025-08-20T22:48:48.9568429Z [00:02:02.751]➜     total_input_bytes=39166560
2025-08-20T22:48:48.9569005Z [00:02:02.751]➜  .comment estimation=1627 actual=4
2025-08-20T22:48:48.9569609Z [00:02:02.751]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:48:48.9816694Z [00:02:02.776]➜  using strlcpy ... yes
2025-08-20T22:48:48.9871370Z [00:02:02.782]➜        reloc_nonalloc=0
2025-08-20T22:48:48.9882228Z [00:02:02.783]➜               comdats=0
2025-08-20T22:48:48.9883096Z [00:02:02.783]➜    removed_comdat_mem=0
2025-08-20T22:48:48.9883584Z [00:02:02.783]➜              num_dsos=0
2025-08-20T22:48:48.9884065Z [00:02:02.783]➜       parsed_lto_objs=1
2025-08-20T22:48:48.9884591Z [00:02:02.783]➜              num_cies=1
2025-08-20T22:48:48.9885059Z [00:02:02.783]➜       num_unique_cies=1
2025-08-20T22:48:48.9885539Z [00:02:02.783]➜              num_fdes=1
2025-08-20T22:48:48.9885987Z [00:02:02.783]➜        merged_strings=6
2025-08-20T22:48:48.9886457Z [00:02:02.783]➜              num_objs=17
2025-08-20T22:48:48.9886950Z [00:02:02.783]➜         output_chunks=24
2025-08-20T22:48:48.9887442Z [00:02:02.783]➜      string_fragments=28
2025-08-20T22:48:48.9887931Z [00:02:02.783]➜      garbage_sections=45
2025-08-20T22:48:48.9888420Z [00:02:02.783]➜           reloc_alloc=83
2025-08-20T22:48:48.9888897Z [00:02:02.783]➜        undefined_syms=99
2025-08-20T22:48:48.9889377Z [00:02:02.783]➜          defined_syms=150
2025-08-20T22:48:48.9889865Z [00:02:02.783]➜        input_sections=370
2025-08-20T22:48:48.9890369Z [00:02:02.783]➜           parsed_objs=1657
2025-08-20T22:48:48.9891089Z [00:02:02.783]➜      regular_sections=9628
2025-08-20T22:48:48.9891618Z [00:02:02.783]➜              all_syms=25245
2025-08-20T22:48:48.9892138Z [00:02:02.783]➜     total_input_bytes=38747014
2025-08-20T22:48:48.9892987Z [00:02:02.783]➜  .comment estimation=1627 actual=4
2025-08-20T22:48:48.9893590Z [00:02:02.783]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:48:49.0110092Z [00:02:02.806]➜  using __builtin_assume_aligned ... yes
2025-08-20T22:48:49.0219497Z [00:02:02.817]➜        reloc_nonalloc=0
2025-08-20T22:48:49.0231058Z [00:02:02.818]➜               comdats=0
2025-08-20T22:48:49.0234635Z [00:02:02.818]➜    removed_comdat_mem=0
2025-08-20T22:48:49.0235097Z [00:02:02.818]➜              num_dsos=0
2025-08-20T22:48:49.0235535Z [00:02:02.818]➜       parsed_lto_objs=1
2025-08-20T22:48:49.0235970Z [00:02:02.818]➜              num_cies=1
2025-08-20T22:48:49.0236397Z [00:02:02.818]➜       num_unique_cies=1
2025-08-20T22:48:49.0236820Z [00:02:02.818]➜              num_fdes=1
2025-08-20T22:48:49.0237264Z [00:02:02.818]➜        merged_strings=6
2025-08-20T22:48:49.0237770Z [00:02:02.818]➜              num_objs=17
2025-08-20T22:48:49.0238247Z [00:02:02.818]➜         output_chunks=24
2025-08-20T22:48:49.0238721Z [00:02:02.818]➜      string_fragments=28
2025-08-20T22:48:49.0239161Z [00:02:02.818]➜      garbage_sections=45
2025-08-20T22:48:49.0239598Z [00:02:02.818]➜           reloc_alloc=84
2025-08-20T22:48:49.0240056Z [00:02:02.818]➜        undefined_syms=99
2025-08-20T22:48:49.0240760Z [00:02:02.818]➜          defined_syms=150
2025-08-20T22:48:49.0242114Z [00:02:02.818]➜        input_sections=371
2025-08-20T22:48:49.0242743Z [00:02:02.818]➜           parsed_objs=1657
2025-08-20T22:48:49.0243384Z [00:02:02.818]➜      regular_sections=9628
2025-08-20T22:48:49.0244009Z [00:02:02.818]➜              all_syms=25245
2025-08-20T22:48:49.0244624Z [00:02:02.818]➜     total_input_bytes=38747538
2025-08-20T22:48:49.0245297Z [00:02:02.818]➜  .comment estimation=1627 actual=4
2025-08-20T22:48:49.0246046Z [00:02:02.818]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:48:49.0383887Z [00:02:02.831]➜  using __builtin_bitreverse ... yes
2025-08-20T22:48:49.0901674Z [00:02:02.885]➜        reloc_nonalloc=0
2025-08-20T22:48:49.0907575Z [00:02:02.885]➜               comdats=0
2025-08-20T22:48:49.0908153Z [00:02:02.885]➜    removed_comdat_mem=0
2025-08-20T22:48:49.0908639Z [00:02:02.885]➜              num_dsos=0
2025-08-20T22:48:49.0909131Z [00:02:02.885]➜       parsed_lto_objs=1
2025-08-20T22:48:49.0909603Z [00:02:02.885]➜              num_cies=1
2025-08-20T22:48:49.0910079Z [00:02:02.885]➜       num_unique_cies=1
2025-08-20T22:48:49.0910564Z [00:02:02.885]➜              num_fdes=1
2025-08-20T22:48:49.0911206Z [00:02:02.885]➜        merged_strings=6
2025-08-20T22:48:49.0911678Z [00:02:02.885]➜              num_objs=17
2025-08-20T22:48:49.0912172Z [00:02:02.885]➜         output_chunks=24
2025-08-20T22:48:49.0912674Z [00:02:02.885]➜      string_fragments=28
2025-08-20T22:48:49.0913146Z [00:02:02.885]➜      garbage_sections=45
2025-08-20T22:48:49.0913595Z [00:02:02.885]➜           reloc_alloc=83
2025-08-20T22:48:49.0914098Z [00:02:02.885]➜        undefined_syms=99
2025-08-20T22:48:49.0914590Z [00:02:02.885]➜          defined_syms=150
2025-08-20T22:48:49.0915102Z [00:02:02.885]➜        input_sections=370
2025-08-20T22:48:49.0915608Z [00:02:02.885]➜           parsed_objs=1657
2025-08-20T22:48:49.0916116Z [00:02:02.885]➜      regular_sections=9628
2025-08-20T22:48:49.0916620Z [00:02:02.885]➜              all_syms=25245
2025-08-20T22:48:49.0917149Z [00:02:02.885]➜     total_input_bytes=38746894
2025-08-20T22:48:49.0917714Z [00:02:02.886]➜  .comment estimation=1627 actual=4
2025-08-20T22:48:49.0918322Z [00:02:02.886]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:48:49.1046148Z [00:02:02.899]➜  using __builtin_bswap32 ... yes
2025-08-20T22:48:49.1174819Z [00:02:02.912]➜  using __builtin_cabs ... no
2025-08-20T22:48:49.1683199Z [00:02:02.963]➜  using __builtin_cabsf ... no
2025-08-20T22:48:49.1813926Z [00:02:02.973]➜  using __builtin_cbrt ... no
2025-08-20T22:48:49.1967116Z [00:02:02.991]➜  using __builtin_cabsl ... no
2025-08-20T22:48:49.2153264Z [00:02:03.010]➜  using __builtin_cbrtf ... no
2025-08-20T22:48:49.2383108Z [00:02:03.033]➜  using __builtin_cbrtl ... no
2025-08-20T22:48:49.2895085Z [00:02:03.084]➜  using __builtin_ccosf ... no
2025-08-20T22:48:49.3187297Z [00:02:03.113]➜  using __builtin_ccos ... no
2025-08-20T22:48:49.3378666Z [00:02:03.133]➜  using __builtin_cexp ... no
2025-08-20T22:48:49.3549548Z [00:02:03.150]➜  using __builtin_ccosl ... no
2025-08-20T22:48:49.3790334Z [00:02:03.174]➜  using __builtin_cexpf ... no
2025-08-20T22:48:49.4533965Z [00:02:03.248]➜  using __builtin_cexpl ... no
2025-08-20T22:48:49.4705585Z [00:02:03.265]➜  using __builtin_clogf ... no
2025-08-20T22:48:49.4785483Z [00:02:03.273]➜        reloc_nonalloc=0
2025-08-20T22:48:49.4791638Z [00:02:03.274]➜               comdats=0
2025-08-20T22:48:49.4792723Z [00:02:03.274]➜    removed_comdat_mem=0
2025-08-20T22:48:49.4793482Z [00:02:03.274]➜              num_dsos=0
2025-08-20T22:48:49.4793976Z [00:02:03.274]➜       parsed_lto_objs=1
2025-08-20T22:48:49.4794515Z [00:02:03.274]➜              num_cies=1
2025-08-20T22:48:49.4794976Z [00:02:03.274]➜       num_unique_cies=1
2025-08-20T22:48:49.4795449Z [00:02:03.274]➜              num_fdes=1
2025-08-20T22:48:49.4795907Z [00:02:03.274]➜        merged_strings=6
2025-08-20T22:48:49.4796372Z [00:02:03.274]➜              num_objs=17
2025-08-20T22:48:49.4796823Z [00:02:03.274]➜         output_chunks=24
2025-08-20T22:48:49.4797264Z [00:02:03.274]➜      string_fragments=28
2025-08-20T22:48:49.4797703Z [00:02:03.274]➜      garbage_sections=46
2025-08-20T22:48:49.4798133Z [00:02:03.274]➜           reloc_alloc=83
2025-08-20T22:48:49.4798568Z [00:02:03.274]➜        undefined_syms=99
2025-08-20T22:48:49.4799014Z [00:02:03.274]➜          defined_syms=151
2025-08-20T22:48:49.4799512Z [00:02:03.274]➜        input_sections=371
2025-08-20T22:48:49.4799966Z [00:02:03.274]➜           parsed_objs=1657
2025-08-20T22:48:49.4800424Z [00:02:03.274]➜      regular_sections=9629
2025-08-20T22:48:49.4801327Z [00:02:03.274]➜              all_syms=25246
2025-08-20T22:48:49.4801825Z [00:02:03.274]➜     total_input_bytes=38747190
2025-08-20T22:48:49.4802375Z [00:02:03.274]➜  .comment estimation=1627 actual=4
2025-08-20T22:48:49.4802976Z [00:02:03.274]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:48:49.4803536Z [00:02:03.274]➜  using __builtin_clog ... no
2025-08-20T22:48:49.4924977Z [00:02:03.287]➜  using __builtin___clear_cache ... yes
2025-08-20T22:48:49.5355796Z [00:02:03.330]➜  using __builtin_clogl ... no
2025-08-20T22:48:49.6439730Z [00:02:03.439]➜        reloc_nonalloc=0
2025-08-20T22:48:49.6445634Z [00:02:03.439]➜               comdats=0
2025-08-20T22:48:49.6450098Z [00:02:03.439]➜    removed_comdat_mem=0
2025-08-20T22:48:49.6451148Z [00:02:03.439]➜              num_dsos=0
2025-08-20T22:48:49.6452075Z [00:02:03.439]➜       parsed_lto_objs=1
2025-08-20T22:48:49.6452806Z [00:02:03.439]➜              num_cies=1
2025-08-20T22:48:49.6453571Z [00:02:03.439]➜       num_unique_cies=1
2025-08-20T22:48:49.6454372Z [00:02:03.439]➜              num_fdes=1
2025-08-20T22:48:49.6454898Z [00:02:03.439]➜        merged_strings=6
2025-08-20T22:48:49.6455668Z [00:02:03.439]➜              num_objs=17
2025-08-20T22:48:49.6456156Z [00:02:03.439]➜         output_chunks=24
2025-08-20T22:48:49.6456639Z [00:02:03.439]➜      string_fragments=28
2025-08-20T22:48:49.6457116Z [00:02:03.439]➜      garbage_sections=45
2025-08-20T22:48:49.6457592Z [00:02:03.439]➜           reloc_alloc=83
2025-08-20T22:48:49.6458059Z [00:02:03.439]➜        undefined_syms=99
2025-08-20T22:48:49.6458539Z [00:02:03.439]➜          defined_syms=150
2025-08-20T22:48:49.6459027Z [00:02:03.439]➜        input_sections=370
2025-08-20T22:48:49.6459511Z [00:02:03.439]➜           parsed_objs=1657
2025-08-20T22:48:49.6460011Z [00:02:03.439]➜      regular_sections=9628
2025-08-20T22:48:49.6460508Z [00:02:03.439]➜              all_syms=25245
2025-08-20T22:48:49.6461274Z [00:02:03.439]➜     total_input_bytes=38747002
2025-08-20T22:48:49.6461827Z [00:02:03.439]➜  .comment estimation=1627 actual=4
2025-08-20T22:48:49.6462437Z [00:02:03.439]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:48:49.6505420Z [00:02:03.445]➜        reloc_nonalloc=0
2025-08-20T22:48:49.6505936Z [00:02:03.445]➜               comdats=0
2025-08-20T22:48:49.6506415Z [00:02:03.445]➜    removed_comdat_mem=0
2025-08-20T22:48:49.6506831Z [00:02:03.445]➜              num_dsos=0
2025-08-20T22:48:49.6507252Z [00:02:03.445]➜       parsed_lto_objs=1
2025-08-20T22:48:49.6507673Z [00:02:03.445]➜              num_cies=1
2025-08-20T22:48:49.6508087Z [00:02:03.445]➜       num_unique_cies=1
2025-08-20T22:48:49.6508495Z [00:02:03.445]➜              num_fdes=1
2025-08-20T22:48:49.6508902Z [00:02:03.445]➜        merged_strings=6
2025-08-20T22:48:49.6509317Z [00:02:03.445]➜              num_objs=17
2025-08-20T22:48:49.6509744Z [00:02:03.445]➜         output_chunks=24
2025-08-20T22:48:49.6510175Z [00:02:03.445]➜      string_fragments=28
2025-08-20T22:48:49.6510607Z [00:02:03.445]➜      garbage_sections=45
2025-08-20T22:48:49.6511485Z [00:02:03.445]➜           reloc_alloc=83
2025-08-20T22:48:49.6511952Z [00:02:03.445]➜        undefined_syms=99
2025-08-20T22:48:49.6512439Z [00:02:03.445]➜          defined_syms=150
2025-08-20T22:48:49.6512912Z [00:02:03.445]➜        input_sections=370
2025-08-20T22:48:49.6513361Z [00:02:03.445]➜           parsed_objs=1657
2025-08-20T22:48:49.6513819Z [00:02:03.445]➜      regular_sections=9628
2025-08-20T22:48:49.6514285Z [00:02:03.445]➜              all_syms=25245
2025-08-20T22:48:49.6514807Z [00:02:03.445]➜     total_input_bytes=38746882
2025-08-20T22:48:49.6515356Z [00:02:03.445]➜  .comment estimation=1627 actual=4
2025-08-20T22:48:49.6515946Z [00:02:03.445]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:48:49.6609652Z [00:02:03.456]➜        reloc_nonalloc=0
2025-08-20T22:48:49.6665346Z [00:02:03.461]➜               comdats=0
2025-08-20T22:48:49.6665861Z [00:02:03.461]➜    removed_comdat_mem=0
2025-08-20T22:48:49.6671456Z [00:02:03.461]➜              num_dsos=0
2025-08-20T22:48:49.6672847Z [00:02:03.461]➜       parsed_lto_objs=1
2025-08-20T22:48:49.6674912Z [00:02:03.461]➜              num_cies=1
2025-08-20T22:48:49.6675493Z [00:02:03.461]➜       num_unique_cies=1
2025-08-20T22:48:49.6676012Z [00:02:03.461]➜              num_fdes=1
2025-08-20T22:48:49.6676533Z [00:02:03.461]➜        merged_strings=6
2025-08-20T22:48:49.6677043Z [00:02:03.461]➜              num_objs=17
2025-08-20T22:48:49.6677571Z [00:02:03.461]➜         output_chunks=24
2025-08-20T22:48:49.6678085Z [00:02:03.461]➜      string_fragments=28
2025-08-20T22:48:49.6678568Z [00:02:03.461]➜      garbage_sections=45
2025-08-20T22:48:49.6679012Z [00:02:03.461]➜           reloc_alloc=83
2025-08-20T22:48:49.6679410Z [00:02:03.461]➜        undefined_syms=99
2025-08-20T22:48:49.6679812Z [00:02:03.461]➜          defined_syms=150
2025-08-20T22:48:49.6680218Z [00:02:03.461]➜        input_sections=370
2025-08-20T22:48:49.6680633Z [00:02:03.461]➜           parsed_objs=1657
2025-08-20T22:48:49.6681277Z [00:02:03.461]➜      regular_sections=9628
2025-08-20T22:48:49.6681808Z [00:02:03.461]➜              all_syms=25245
2025-08-20T22:48:49.6682331Z [00:02:03.461]➜     total_input_bytes=38747014
2025-08-20T22:48:49.6683184Z [00:02:03.461]➜  .comment estimation=1627 actual=4
2025-08-20T22:48:49.6683770Z [00:02:03.461]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:48:49.6687244Z [00:02:03.464]➜  using __builtin_clz ... yes
2025-08-20T22:48:49.6691710Z [00:02:03.464]➜  using __builtin_constant_p ... yes
2025-08-20T22:48:49.6826370Z [00:02:03.477]➜  using __builtin_clzl ... yes
2025-08-20T22:48:49.6828488Z [00:02:03.478]➜        reloc_nonalloc=0
2025-08-20T22:48:49.6831065Z [00:02:03.478]➜               comdats=0
2025-08-20T22:48:49.6831563Z [00:02:03.478]➜    removed_comdat_mem=0
2025-08-20T22:48:49.6832024Z [00:02:03.478]➜              num_dsos=0
2025-08-20T22:48:49.6832465Z [00:02:03.478]➜       parsed_lto_objs=1
2025-08-20T22:48:49.6832912Z [00:02:03.478]➜              num_cies=1
2025-08-20T22:48:49.6833364Z [00:02:03.478]➜       num_unique_cies=1
2025-08-20T22:48:49.6833820Z [00:02:03.478]➜              num_fdes=1
2025-08-20T22:48:49.6834243Z [00:02:03.478]➜        merged_strings=6
2025-08-20T22:48:49.6834732Z [00:02:03.478]➜              num_objs=17
2025-08-20T22:48:49.6835218Z [00:02:03.478]➜         output_chunks=24
2025-08-20T22:48:49.6835676Z [00:02:03.478]➜      string_fragments=28
2025-08-20T22:48:49.6836175Z [00:02:03.478]➜      garbage_sections=45
2025-08-20T22:48:49.6836670Z [00:02:03.478]➜           reloc_alloc=83
2025-08-20T22:48:49.6837161Z [00:02:03.478]➜        undefined_syms=99
2025-08-20T22:48:49.6837629Z [00:02:03.478]➜          defined_syms=150
2025-08-20T22:48:49.6838119Z [00:02:03.478]➜        input_sections=370
2025-08-20T22:48:49.6838604Z [00:02:03.478]➜           parsed_objs=1657
2025-08-20T22:48:49.6839112Z [00:02:03.478]➜      regular_sections=9628
2025-08-20T22:48:49.6839602Z [00:02:03.478]➜              all_syms=25245
2025-08-20T22:48:49.6840110Z [00:02:03.478]➜     total_input_bytes=38747014
2025-08-20T22:48:49.6841167Z [00:02:03.478]➜  .comment estimation=1627 actual=4
2025-08-20T22:48:49.6841813Z [00:02:03.478]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:48:49.6922049Z [00:02:03.487]➜  using __builtin_clzll ... yes
2025-08-20T22:48:49.7187754Z [00:02:03.513]➜  using __builtin_cos ... no
2025-08-20T22:48:49.7835768Z [00:02:03.578]➜  using __builtin_coshf ... no
2025-08-20T22:48:49.7920013Z [00:02:03.587]➜  using __builtin_cosf ... no
2025-08-20T22:48:49.8339416Z [00:02:03.629]➜  using __builtin_cpow ... no
2025-08-20T22:48:49.8615856Z [00:02:03.656]➜  using __builtin_cosl ... no
2025-08-20T22:48:49.8777952Z [00:02:03.673]➜  using __builtin_coshl ... no
2025-08-20T22:48:49.9025960Z [00:02:03.697]➜  using __builtin_cpowl ... no
2025-08-20T22:48:49.9039737Z [00:02:03.699]➜  using __builtin_cpowf ... no
2025-08-20T22:48:49.9287806Z [00:02:03.723]➜  using __builtin_cpu_is(power9) ... no
2025-08-20T22:48:49.9604738Z [00:02:03.755]➜  using __builtin_cpu_is(power10) ... no
2025-08-20T22:48:50.0204171Z [00:02:03.815]➜  using __builtin_cpu_is(power11) ... no
2025-08-20T22:48:50.0415555Z [00:02:03.836]➜  using __builtin_csinf ... no
2025-08-20T22:48:50.0978779Z [00:02:03.893]➜  using __builtin_csinl ... no
2025-08-20T22:48:50.1005700Z [00:02:03.895]➜  using __builtin_csin ... no
2025-08-20T22:48:50.1025189Z [00:02:03.897]➜  using __builtin_csqrt ... no
2025-08-20T22:48:50.1500421Z [00:02:03.945]➜  using __builtin_csqrtl ... no
2025-08-20T22:48:50.1534203Z [00:02:03.948]➜  using __builtin_csqrtf ... no
2025-08-20T22:48:50.2418223Z [00:02:04.037]➜  using __builtin_exp ... no
2025-08-20T22:48:50.2443132Z [00:02:04.039]➜  using __builtin_exp10 ... no
2025-08-20T22:48:50.2711500Z [00:02:04.066]➜  using __builtin_exp10f ... no
2025-08-20T22:48:50.2836562Z [00:02:04.078]➜        reloc_nonalloc=0
2025-08-20T22:48:50.2839245Z [00:02:04.079]➜               comdats=0
2025-08-20T22:48:50.2840290Z [00:02:04.079]➜    removed_comdat_mem=0
2025-08-20T22:48:50.2841238Z [00:02:04.079]➜              num_dsos=0
2025-08-20T22:48:50.2841814Z [00:02:04.079]➜       parsed_lto_objs=1
2025-08-20T22:48:50.2842311Z [00:02:04.079]➜              num_cies=1
2025-08-20T22:48:50.2843085Z [00:02:04.079]➜       num_unique_cies=1
2025-08-20T22:48:50.2843561Z [00:02:04.079]➜              num_fdes=1
2025-08-20T22:48:50.2844023Z [00:02:04.079]➜        merged_strings=6
2025-08-20T22:48:50.2844469Z [00:02:04.079]➜              num_objs=17
2025-08-20T22:48:50.2844955Z [00:02:04.079]➜         output_chunks=24
2025-08-20T22:48:50.2845461Z [00:02:04.079]➜      string_fragments=28
2025-08-20T22:48:50.2845950Z [00:02:04.079]➜      garbage_sections=45
2025-08-20T22:48:50.2846395Z [00:02:04.079]➜           reloc_alloc=83
2025-08-20T22:48:50.2846861Z [00:02:04.079]➜        undefined_syms=99
2025-08-20T22:48:50.2847361Z [00:02:04.079]➜          defined_syms=150
2025-08-20T22:48:50.2847869Z [00:02:04.079]➜        input_sections=370
2025-08-20T22:48:50.2848360Z [00:02:04.079]➜           parsed_objs=1657
2025-08-20T22:48:50.2848864Z [00:02:04.079]➜      regular_sections=9628
2025-08-20T22:48:50.2849392Z [00:02:04.079]➜              all_syms=25245
2025-08-20T22:48:50.2849918Z [00:02:04.079]➜     total_input_bytes=38747002
2025-08-20T22:48:50.2850494Z [00:02:04.079]➜  .comment estimation=1627 actual=4
2025-08-20T22:48:50.2851337Z [00:02:04.079]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:48:50.2933552Z [00:02:04.088]➜  using __builtin_exp10l ... no
2025-08-20T22:48:50.2974380Z [00:02:04.092]➜  using __builtin_ctz ... yes
2025-08-20T22:48:50.3578488Z [00:02:04.153]➜  using __builtin_exp2 ... no
2025-08-20T22:48:50.3764927Z [00:02:04.171]➜  using __builtin_exp2f ... no
2025-08-20T22:48:50.3940503Z [00:02:04.189]➜  using __builtin_exp2l ... no
2025-08-20T22:48:50.4757891Z [00:02:04.270]➜  using __builtin_expf ... no
2025-08-20T22:48:50.4989329Z [00:02:04.294]➜        reloc_nonalloc=0
2025-08-20T22:48:50.4991295Z [00:02:04.294]➜               comdats=0
2025-08-20T22:48:50.4991807Z [00:02:04.294]➜    removed_comdat_mem=0
2025-08-20T22:48:50.4992266Z [00:02:04.294]➜              num_dsos=0
2025-08-20T22:48:50.4993028Z [00:02:04.294]➜       parsed_lto_objs=1
2025-08-20T22:48:50.4993515Z [00:02:04.294]➜              num_cies=1
2025-08-20T22:48:50.4994002Z [00:02:04.294]➜       num_unique_cies=1
2025-08-20T22:48:50.4994462Z [00:02:04.294]➜              num_fdes=1
2025-08-20T22:48:50.4994918Z [00:02:04.294]➜        merged_strings=6
2025-08-20T22:48:50.4995386Z [00:02:04.294]➜              num_objs=17
2025-08-20T22:48:50.4995865Z [00:02:04.294]➜         output_chunks=24
2025-08-20T22:48:50.4996348Z [00:02:04.294]➜      string_fragments=28
2025-08-20T22:48:50.4996830Z [00:02:04.294]➜      garbage_sections=45
2025-08-20T22:48:50.4997305Z [00:02:04.294]➜           reloc_alloc=83
2025-08-20T22:48:50.4997778Z [00:02:04.294]➜        undefined_syms=99
2025-08-20T22:48:50.4998258Z [00:02:04.294]➜          defined_syms=150
2025-08-20T22:48:50.4998736Z [00:02:04.294]➜        input_sections=370
2025-08-20T22:48:50.4999231Z [00:02:04.294]➜           parsed_objs=1657
2025-08-20T22:48:50.4999742Z [00:02:04.294]➜      regular_sections=9628
2025-08-20T22:48:50.5000244Z [00:02:04.294]➜              all_syms=25245
2025-08-20T22:48:50.5000937Z [00:02:04.294]➜     total_input_bytes=38747014
2025-08-20T22:48:50.5001506Z [00:02:04.294]➜  .comment estimation=1627 actual=4
2025-08-20T22:48:50.5002113Z [00:02:04.294]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:48:50.5104040Z [00:02:04.305]➜  using __builtin_expect ... yes
2025-08-20T22:48:50.5113409Z [00:02:04.306]➜  using __builtin_expl ... no
2025-08-20T22:48:50.5676613Z [00:02:04.362]➜        reloc_nonalloc=0
2025-08-20T22:48:50.5680105Z [00:02:04.363]➜               comdats=0
2025-08-20T22:48:50.5680607Z [00:02:04.363]➜    removed_comdat_mem=0
2025-08-20T22:48:50.5681320Z [00:02:04.363]➜              num_dsos=0
2025-08-20T22:48:50.5681817Z [00:02:04.363]➜       parsed_lto_objs=1
2025-08-20T22:48:50.5682293Z [00:02:04.363]➜              num_cies=1
2025-08-20T22:48:50.5682760Z [00:02:04.363]➜       num_unique_cies=1
2025-08-20T22:48:50.5683264Z [00:02:04.363]➜              num_fdes=1
2025-08-20T22:48:50.5683712Z [00:02:04.363]➜        merged_strings=8
2025-08-20T22:48:50.5684467Z [00:02:04.363]➜              num_objs=17
2025-08-20T22:48:50.5684936Z [00:02:04.363]➜         output_chunks=26
2025-08-20T22:48:50.5685413Z [00:02:04.363]➜      string_fragments=30
2025-08-20T22:48:50.5685890Z [00:02:04.363]➜      garbage_sections=45
2025-08-20T22:48:50.5686358Z [00:02:04.363]➜           reloc_alloc=85
2025-08-20T22:48:50.5686826Z [00:02:04.363]➜        undefined_syms=99
2025-08-20T22:48:50.5687302Z [00:02:04.363]➜          defined_syms=152
2025-08-20T22:48:50.5687790Z [00:02:04.363]➜        input_sections=373
2025-08-20T22:48:50.5688280Z [00:02:04.363]➜           parsed_objs=1657
2025-08-20T22:48:50.5688771Z [00:02:04.363]➜      regular_sections=9630
2025-08-20T22:48:50.5689252Z [00:02:04.363]➜              all_syms=25247
2025-08-20T22:48:50.5689756Z [00:02:04.363]➜     total_input_bytes=38747374
2025-08-20T22:48:50.5690309Z [00:02:04.363]➜  .comment estimation=1627 actual=4
2025-08-20T22:48:50.5691080Z [00:02:04.363]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:48:50.5691721Z [00:02:04.363]➜  .rodata.cst8 estimation=1626 actual=1
2025-08-20T22:48:50.5692313Z [00:02:04.363]➜  .rodata.cst16 estimation=1626 actual=1
2025-08-20T22:48:50.5819167Z [00:02:04.377]➜  using __builtin_fabs ... yes
2025-08-20T22:48:50.5991713Z [00:02:04.394]➜        reloc_nonalloc=0
2025-08-20T22:48:50.6004857Z [00:02:04.395]➜               comdats=0
2025-08-20T22:48:50.6023057Z [00:02:04.396]➜    removed_comdat_mem=0
2025-08-20T22:48:50.6023579Z [00:02:04.396]➜              num_dsos=0
2025-08-20T22:48:50.6024065Z [00:02:04.396]➜       parsed_lto_objs=1
2025-08-20T22:48:50.6024533Z [00:02:04.396]➜              num_cies=1
2025-08-20T22:48:50.6025005Z [00:02:04.396]➜       num_unique_cies=1
2025-08-20T22:48:50.6025477Z [00:02:04.396]➜              num_fdes=1
2025-08-20T22:48:50.6025934Z [00:02:04.396]➜        merged_strings=8
2025-08-20T22:48:50.6026403Z [00:02:04.396]➜              num_objs=17
2025-08-20T22:48:50.6027127Z [00:02:04.396]➜         output_chunks=26
2025-08-20T22:48:50.6027635Z [00:02:04.396]➜      string_fragments=30
2025-08-20T22:48:50.6028140Z [00:02:04.396]➜      garbage_sections=45
2025-08-20T22:48:50.6028612Z [00:02:04.396]➜           reloc_alloc=85
2025-08-20T22:48:50.6029092Z [00:02:04.396]➜        undefined_syms=99
2025-08-20T22:48:50.6029579Z [00:02:04.396]➜          defined_syms=152
2025-08-20T22:48:50.6030070Z [00:02:04.396]➜        input_sections=373
2025-08-20T22:48:50.6030572Z [00:02:04.396]➜           parsed_objs=1657
2025-08-20T22:48:50.6031295Z [00:02:04.396]➜      regular_sections=9630
2025-08-20T22:48:50.6031808Z [00:02:04.396]➜              all_syms=25247
2025-08-20T22:48:50.6032332Z [00:02:04.396]➜     total_input_bytes=38747390
2025-08-20T22:48:50.6032885Z [00:02:04.396]➜  .comment estimation=1627 actual=4
2025-08-20T22:48:50.6033489Z [00:02:04.396]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:48:50.6034093Z [00:02:04.396]➜  .rodata.cst8 estimation=1626 actual=1
2025-08-20T22:48:50.6034690Z [00:02:04.396]➜  .rodata.cst16 estimation=1626 actual=1
2025-08-20T22:48:50.6137475Z [00:02:04.409]➜  using __builtin_fabsf ... yes
2025-08-20T22:48:50.6272446Z [00:02:04.422]➜  using __builtin_fma ... no
2025-08-20T22:48:50.6864185Z [00:02:04.481]➜  using __builtin_fmaf ... no
2025-08-20T22:48:50.6905277Z [00:02:04.485]➜        reloc_nonalloc=0
2025-08-20T22:48:50.6906699Z [00:02:04.486]➜               comdats=0
2025-08-20T22:48:50.6908856Z [00:02:04.486]➜    removed_comdat_mem=0
2025-08-20T22:48:50.6910505Z [00:02:04.486]➜              num_dsos=0
2025-08-20T22:48:50.6911200Z [00:02:04.486]➜       parsed_lto_objs=1
2025-08-20T22:48:50.6911658Z [00:02:04.486]➜              num_cies=1
2025-08-20T22:48:50.6912108Z [00:02:04.486]➜       num_unique_cies=1
2025-08-20T22:48:50.6912567Z [00:02:04.486]➜              num_fdes=1
2025-08-20T22:48:50.6913029Z [00:02:04.486]➜        merged_strings=7
2025-08-20T22:48:50.6913472Z [00:02:04.486]➜              num_objs=17
2025-08-20T22:48:50.6913927Z [00:02:04.486]➜         output_chunks=25
2025-08-20T22:48:50.6914371Z [00:02:04.486]➜      string_fragments=29
2025-08-20T22:48:50.6915111Z [00:02:04.486]➜      garbage_sections=45
2025-08-20T22:48:50.6915558Z [00:02:04.486]➜           reloc_alloc=84
2025-08-20T22:48:50.6916040Z [00:02:04.486]➜        undefined_syms=99
2025-08-20T22:48:50.6916501Z [00:02:04.486]➜          defined_syms=151
2025-08-20T22:48:50.6916968Z [00:02:04.486]➜        input_sections=372
2025-08-20T22:48:50.6917442Z [00:02:04.486]➜           parsed_objs=1657
2025-08-20T22:48:50.6917895Z [00:02:04.486]➜      regular_sections=9629
2025-08-20T22:48:50.6918373Z [00:02:04.486]➜              all_syms=25246
2025-08-20T22:48:50.6918886Z [00:02:04.486]➜     total_input_bytes=38747250
2025-08-20T22:48:50.6919393Z [00:02:04.486]➜  .comment estimation=1627 actual=4
2025-08-20T22:48:50.6919948Z [00:02:04.486]➜  .rodata.cst8 estimation=1626 actual=1
2025-08-20T22:48:50.6920571Z [00:02:04.486]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:48:50.7026432Z [00:02:04.497]➜  using __builtin_fabsl ... yes
2025-08-20T22:48:50.7207137Z [00:02:04.515]➜  using __builtin_hypot ... no
2025-08-20T22:48:50.7505295Z [00:02:04.545]➜  using __builtin_hypotf ... no
2025-08-20T22:48:50.7895993Z [00:02:04.584]➜  using __builtin_hypotl ... no
2025-08-20T22:48:50.9063837Z [00:02:04.699]➜  using __builtin_j0 ... no
2025-08-20T22:48:50.9093253Z [00:02:04.704]➜  using __builtin_ia32_movntdq ... no
2025-08-20T22:48:50.9407216Z [00:02:04.736]➜  using __builtin_j1 ... no
2025-08-20T22:48:50.9470541Z [00:02:04.742]➜        reloc_nonalloc=0
2025-08-20T22:48:50.9471403Z [00:02:04.742]➜               comdats=0
2025-08-20T22:48:50.9472594Z [00:02:04.742]➜    removed_comdat_mem=0
2025-08-20T22:48:50.9473360Z [00:02:04.742]➜              num_dsos=0
2025-08-20T22:48:50.9473893Z [00:02:04.742]➜       parsed_lto_objs=1
2025-08-20T22:48:50.9474378Z [00:02:04.742]➜              num_cies=1
2025-08-20T22:48:50.9474854Z [00:02:04.742]➜       num_unique_cies=1
2025-08-20T22:48:50.9475623Z [00:02:04.742]➜              num_fdes=1
2025-08-20T22:48:50.9476105Z [00:02:04.742]➜        merged_strings=6
2025-08-20T22:48:50.9476595Z [00:02:04.742]➜              num_objs=17
2025-08-20T22:48:50.9477085Z [00:02:04.742]➜         output_chunks=24
2025-08-20T22:48:50.9477570Z [00:02:04.742]➜      string_fragments=28
2025-08-20T22:48:50.9478065Z [00:02:04.742]➜      garbage_sections=45
2025-08-20T22:48:50.9478502Z [00:02:04.742]➜           reloc_alloc=83
2025-08-20T22:48:50.9478923Z [00:02:04.742]➜        undefined_syms=99
2025-08-20T22:48:50.9479366Z [00:02:04.742]➜          defined_syms=150
2025-08-20T22:48:50.9479797Z [00:02:04.742]➜        input_sections=370
2025-08-20T22:48:50.9480316Z [00:02:04.742]➜           parsed_objs=1657
2025-08-20T22:48:50.9480992Z [00:02:04.742]➜      regular_sections=9628
2025-08-20T22:48:50.9481516Z [00:02:04.742]➜              all_syms=25245
2025-08-20T22:48:50.9482065Z [00:02:04.742]➜     total_input_bytes=38746878
2025-08-20T22:48:50.9482636Z [00:02:04.742]➜  .comment estimation=1627 actual=4
2025-08-20T22:48:50.9483229Z [00:02:04.742]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:48:50.9607026Z [00:02:04.756]➜        reloc_nonalloc=0
2025-08-20T22:48:50.9608074Z [00:02:04.756]➜               comdats=0
2025-08-20T22:48:50.9608556Z [00:02:04.756]➜    removed_comdat_mem=0
2025-08-20T22:48:50.9609027Z [00:02:04.756]➜              num_dsos=0
2025-08-20T22:48:50.9609516Z [00:02:04.756]➜       parsed_lto_objs=1
2025-08-20T22:48:50.9609993Z [00:02:04.756]➜              num_cies=1
2025-08-20T22:48:50.9610458Z [00:02:04.756]➜       num_unique_cies=1
2025-08-20T22:48:50.9611076Z [00:02:04.756]➜              num_fdes=1
2025-08-20T22:48:50.9611541Z [00:02:04.756]➜        merged_strings=6
2025-08-20T22:48:50.9612008Z [00:02:04.756]➜              num_objs=17
2025-08-20T22:48:50.9612496Z [00:02:04.756]➜         output_chunks=24
2025-08-20T22:48:50.9612975Z [00:02:04.756]➜      string_fragments=28
2025-08-20T22:48:50.9613456Z [00:02:04.756]➜      garbage_sections=45
2025-08-20T22:48:50.9613978Z [00:02:04.756]➜           reloc_alloc=83
2025-08-20T22:48:50.9614449Z [00:02:04.756]➜        undefined_syms=99
2025-08-20T22:48:50.9615215Z [00:02:04.756]➜          defined_syms=150
2025-08-20T22:48:50.9615698Z [00:02:04.756]➜        input_sections=370
2025-08-20T22:48:50.9616184Z [00:02:04.756]➜           parsed_objs=1657
2025-08-20T22:48:50.9616669Z [00:02:04.756]➜      regular_sections=9628
2025-08-20T22:48:50.9617141Z [00:02:04.756]➜              all_syms=25245
2025-08-20T22:48:50.9617648Z [00:02:04.756]➜     total_input_bytes=38746882
2025-08-20T22:48:50.9618198Z [00:02:04.756]➜  .comment estimation=1627 actual=4
2025-08-20T22:48:50.9618781Z [00:02:04.756]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:48:50.9679847Z [00:02:04.763]➜  using __builtin_ia32_movnti ... yes
2025-08-20T22:48:50.9714189Z [00:02:04.766]➜  using __builtin_ia32_movnti64 ... yes
2025-08-20T22:48:51.0478637Z [00:02:04.843]➜  using __builtin_j0f ... no
2025-08-20T22:48:51.0627448Z [00:02:04.857]➜  using __builtin_jn ... no
2025-08-20T22:48:51.0934083Z [00:02:04.888]➜  using __builtin_jnf ... no
2025-08-20T22:48:51.0966678Z [00:02:04.891]➜  using __builtin_j1f ... no
2025-08-20T22:48:51.1160582Z [00:02:04.911]➜  using __builtin_j0l ... no
2025-08-20T22:48:51.1645639Z [00:02:04.959]➜  using __builtin_j1l ... no
2025-08-20T22:48:51.2040428Z [00:02:04.999]➜  using __builtin_lgammal ... no
2025-08-20T22:48:51.2168440Z [00:02:05.012]➜  using __builtin_jnl ... no
2025-08-20T22:48:51.2725662Z [00:02:05.067]➜        reloc_nonalloc=0
2025-08-20T22:48:51.2726785Z [00:02:05.067]➜               comdats=0
2025-08-20T22:48:51.2727431Z [00:02:05.067]➜    removed_comdat_mem=0
2025-08-20T22:48:51.2728201Z [00:02:05.067]➜              num_dsos=0
2025-08-20T22:48:51.2729913Z [00:02:05.067]➜       parsed_lto_objs=1
2025-08-20T22:48:51.2730359Z [00:02:05.067]➜              num_cies=1
2025-08-20T22:48:51.2730960Z [00:02:05.067]➜       num_unique_cies=1
2025-08-20T22:48:51.2731437Z [00:02:05.067]➜              num_fdes=1
2025-08-20T22:48:51.2732203Z [00:02:05.067]➜        merged_strings=6
2025-08-20T22:48:51.2732683Z [00:02:05.067]➜              num_objs=17
2025-08-20T22:48:51.2733184Z [00:02:05.067]➜         output_chunks=24
2025-08-20T22:48:51.2733658Z [00:02:05.067]➜      string_fragments=28
2025-08-20T22:48:51.2734145Z [00:02:05.067]➜      garbage_sections=45
2025-08-20T22:48:51.2734622Z [00:02:05.067]➜           reloc_alloc=83
2025-08-20T22:48:51.2735090Z [00:02:05.067]➜        undefined_syms=99
2025-08-20T22:48:51.2735516Z [00:02:05.067]➜          defined_syms=150
2025-08-20T22:48:51.2735986Z [00:02:05.067]➜        input_sections=370
2025-08-20T22:48:51.2736484Z [00:02:05.067]➜           parsed_objs=1657
2025-08-20T22:48:51.2736980Z [00:02:05.067]➜      regular_sections=9628
2025-08-20T22:48:51.2737482Z [00:02:05.067]➜              all_syms=25245
2025-08-20T22:48:51.2738001Z [00:02:05.067]➜     total_input_bytes=38746886
2025-08-20T22:48:51.2738554Z [00:02:05.067]➜  .comment estimation=1627 actual=4
2025-08-20T22:48:51.2739162Z [00:02:05.067]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:48:51.2775434Z [00:02:05.072]➜  using __builtin_log ... no
2025-08-20T22:48:51.2893246Z [00:02:05.084]➜  using __builtin_llabs ... yes
2025-08-20T22:48:51.3187836Z [00:02:05.113]➜  using __builtin_log10 ... no
2025-08-20T22:48:51.3483757Z [00:02:05.143]➜  using __builtin_log10l ... no
2025-08-20T22:48:51.3836746Z [00:02:05.178]➜  using __builtin_log10f ... no
2025-08-20T22:48:51.4017679Z [00:02:05.196]➜  using __builtin_log2 ... no
2025-08-20T22:48:51.4318875Z [00:02:05.226]➜  using __builtin_log2f ... no
2025-08-20T22:48:51.4320439Z [00:02:05.227]➜  using __builtin_log2l ... no
2025-08-20T22:48:51.4690587Z [00:02:05.264]➜  using __builtin_logb ... no
2025-08-20T22:48:51.5074571Z [00:02:05.302]➜  using __builtin_logbf ... no
2025-08-20T22:48:51.5235318Z [00:02:05.318]➜  using __builtin_logbl ... no
2025-08-20T22:48:51.5854766Z [00:02:05.380]➜  using __builtin_logf ... no
2025-08-20T22:48:51.5855380Z [00:02:05.380]➜  using __builtin_logl ... no
2025-08-20T22:48:51.6470051Z [00:02:05.442]➜        reloc_nonalloc=0
2025-08-20T22:48:51.6480689Z [00:02:05.443]➜               comdats=0
2025-08-20T22:48:51.6482133Z [00:02:05.443]➜    removed_comdat_mem=0
2025-08-20T22:48:51.6482649Z [00:02:05.443]➜              num_dsos=0
2025-08-20T22:48:51.6483164Z [00:02:05.443]➜       parsed_lto_objs=1
2025-08-20T22:48:51.6483642Z [00:02:05.443]➜              num_cies=1
2025-08-20T22:48:51.6484114Z [00:02:05.443]➜       num_unique_cies=1
2025-08-20T22:48:51.6484587Z [00:02:05.443]➜              num_fdes=1
2025-08-20T22:48:51.6485059Z [00:02:05.443]➜        merged_strings=6
2025-08-20T22:48:51.6485535Z [00:02:05.443]➜              num_objs=18
2025-08-20T22:48:51.6486031Z [00:02:05.443]➜         output_chunks=24
2025-08-20T22:48:51.6486533Z [00:02:05.443]➜      string_fragments=30
2025-08-20T22:48:51.6487026Z [00:02:05.443]➜      garbage_sections=49
2025-08-20T22:48:51.6487511Z [00:02:05.443]➜           reloc_alloc=83
2025-08-20T22:48:51.6488014Z [00:02:05.443]➜        undefined_syms=100
2025-08-20T22:48:51.6488518Z [00:02:05.443]➜          defined_syms=160
2025-08-20T22:48:51.6489024Z [00:02:05.443]➜        input_sections=396
2025-08-20T22:48:51.6489511Z [00:02:05.443]➜           parsed_objs=1657
2025-08-20T22:48:51.6490016Z [00:02:05.443]➜      regular_sections=9628
2025-08-20T22:48:51.6490523Z [00:02:05.443]➜              all_syms=25246
2025-08-20T22:48:51.6491308Z [00:02:05.443]➜     total_input_bytes=38747598
2025-08-20T22:48:51.6491881Z [00:02:05.443]➜  .comment estimation=1627 actual=4
2025-08-20T22:48:51.6492475Z [00:02:05.443]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:48:51.6635972Z [00:02:05.458]➜  using __builtin_memcmp ... yes
2025-08-20T22:48:51.6861255Z [00:02:05.481]➜        reloc_nonalloc=0
2025-08-20T22:48:51.6862412Z [00:02:05.481]➜               comdats=0
2025-08-20T22:48:51.6864534Z [00:02:05.481]➜    removed_comdat_mem=0
2025-08-20T22:48:51.6865817Z [00:02:05.481]➜              num_dsos=0
2025-08-20T22:48:51.6866598Z [00:02:05.481]➜       parsed_lto_objs=1
2025-08-20T22:48:51.6867094Z [00:02:05.481]➜              num_cies=1
2025-08-20T22:48:51.6867585Z [00:02:05.481]➜       num_unique_cies=1
2025-08-20T22:48:51.6868054Z [00:02:05.481]➜              num_fdes=1
2025-08-20T22:48:51.6868518Z [00:02:05.481]➜        merged_strings=6
2025-08-20T22:48:51.6868990Z [00:02:05.481]➜              num_objs=17
2025-08-20T22:48:51.6869473Z [00:02:05.481]➜         output_chunks=24
2025-08-20T22:48:51.6869959Z [00:02:05.481]➜      string_fragments=28
2025-08-20T22:48:51.6870445Z [00:02:05.481]➜      garbage_sections=45
2025-08-20T22:48:51.6871092Z [00:02:05.481]➜           reloc_alloc=83
2025-08-20T22:48:51.6871573Z [00:02:05.481]➜        undefined_syms=99
2025-08-20T22:48:51.6872055Z [00:02:05.481]➜          defined_syms=150
2025-08-20T22:48:51.6872550Z [00:02:05.481]➜        input_sections=370
2025-08-20T22:48:51.6873042Z [00:02:05.481]➜           parsed_objs=1657
2025-08-20T22:48:51.6873545Z [00:02:05.481]➜      regular_sections=9628
2025-08-20T22:48:51.6874067Z [00:02:05.481]➜              all_syms=25245
2025-08-20T22:48:51.6874600Z [00:02:05.481]➜     total_input_bytes=38746866
2025-08-20T22:48:51.6875181Z [00:02:05.481]➜  .comment estimation=1627 actual=4
2025-08-20T22:48:51.6875798Z [00:02:05.481]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:48:51.7025974Z [00:02:05.497]➜  using __builtin_memcpy ... yes
2025-08-20T22:48:51.7214801Z [00:02:05.516]➜        reloc_nonalloc=0
2025-08-20T22:48:51.7249105Z [00:02:05.516]➜               comdats=0
2025-08-20T22:48:51.7249624Z [00:02:05.516]➜    removed_comdat_mem=0
2025-08-20T22:48:51.7250108Z [00:02:05.516]➜              num_dsos=0
2025-08-20T22:48:51.7250594Z [00:02:05.516]➜       parsed_lto_objs=1
2025-08-20T22:48:51.7251269Z [00:02:05.516]➜              num_cies=1
2025-08-20T22:48:51.7251724Z [00:02:05.516]➜       num_unique_cies=1
2025-08-20T22:48:51.7252181Z [00:02:05.516]➜              num_fdes=1
2025-08-20T22:48:51.7252650Z [00:02:05.516]➜        merged_strings=6
2025-08-20T22:48:51.7253157Z [00:02:05.516]➜              num_objs=17
2025-08-20T22:48:51.7253628Z [00:02:05.516]➜         output_chunks=24
2025-08-20T22:48:51.7254469Z [00:02:05.516]➜      string_fragments=28
2025-08-20T22:48:51.7254975Z [00:02:05.516]➜      garbage_sections=45
2025-08-20T22:48:51.7255451Z [00:02:05.516]➜           reloc_alloc=83
2025-08-20T22:48:51.7255927Z [00:02:05.516]➜        undefined_syms=99
2025-08-20T22:48:51.7256410Z [00:02:05.516]➜          defined_syms=150
2025-08-20T22:48:51.7256909Z [00:02:05.516]➜        input_sections=370
2025-08-20T22:48:51.7257433Z [00:02:05.516]➜           parsed_objs=1657
2025-08-20T22:48:51.7258057Z [00:02:05.516]➜      regular_sections=9628
2025-08-20T22:48:51.7258593Z [00:02:05.516]➜              all_syms=25245
2025-08-20T22:48:51.7259146Z [00:02:05.516]➜     total_input_bytes=38746870
2025-08-20T22:48:51.7259743Z [00:02:05.516]➜  .comment estimation=1627 actual=4
2025-08-20T22:48:51.7260368Z [00:02:05.516]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:48:51.7417395Z [00:02:05.536]➜  using __builtin_memmove ... yes
2025-08-20T22:48:51.7754570Z [00:02:05.570]➜        reloc_nonalloc=0
2025-08-20T22:48:51.7769735Z [00:02:05.571]➜               comdats=0
2025-08-20T22:48:51.7770258Z [00:02:05.571]➜    removed_comdat_mem=0
2025-08-20T22:48:51.7770747Z [00:02:05.571]➜              num_dsos=0
2025-08-20T22:48:51.7771419Z [00:02:05.571]➜       parsed_lto_objs=1
2025-08-20T22:48:51.7771891Z [00:02:05.571]➜              num_cies=1
2025-08-20T22:48:51.7781590Z [00:02:05.571]➜       num_unique_cies=1
2025-08-20T22:48:51.7782362Z [00:02:05.571]➜              num_fdes=1
2025-08-20T22:48:51.7783400Z [00:02:05.571]➜        merged_strings=6
2025-08-20T22:48:51.7783994Z [00:02:05.571]➜              num_objs=17
2025-08-20T22:48:51.7784583Z [00:02:05.571]➜         output_chunks=24
2025-08-20T22:48:51.7785170Z [00:02:05.571]➜      string_fragments=28
2025-08-20T22:48:51.7786793Z [00:02:05.571]➜      garbage_sections=45
2025-08-20T22:48:51.7787295Z [00:02:05.571]➜           reloc_alloc=83
2025-08-20T22:48:51.7788058Z [00:02:05.571]➜        undefined_syms=99
2025-08-20T22:48:51.7788573Z [00:02:05.571]➜          defined_syms=150
2025-08-20T22:48:51.7789100Z [00:02:05.571]➜        input_sections=370
2025-08-20T22:48:51.7789589Z [00:02:05.571]➜           parsed_objs=1657
2025-08-20T22:48:51.7790096Z [00:02:05.571]➜      regular_sections=9628
2025-08-20T22:48:51.7790593Z [00:02:05.571]➜              all_syms=25245
2025-08-20T22:48:51.7791369Z [00:02:05.571]➜     total_input_bytes=38746866
2025-08-20T22:48:51.7791940Z [00:02:05.571]➜  .comment estimation=1627 actual=4
2025-08-20T22:48:51.7792547Z [00:02:05.571]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:48:51.7856076Z [00:02:05.580]➜  using __builtin_memset ... yes
2025-08-20T22:48:51.8137449Z [00:02:05.609]➜        reloc_nonalloc=0
2025-08-20T22:48:51.8143356Z [00:02:05.609]➜               comdats=0
2025-08-20T22:48:51.8147320Z [00:02:05.609]➜    removed_comdat_mem=0
2025-08-20T22:48:51.8148050Z [00:02:05.609]➜              num_dsos=0
2025-08-20T22:48:51.8148733Z [00:02:05.609]➜       parsed_lto_objs=1
2025-08-20T22:48:51.8149345Z [00:02:05.609]➜              num_cies=1
2025-08-20T22:48:51.8149978Z [00:02:05.609]➜       num_unique_cies=1
2025-08-20T22:48:51.8150541Z [00:02:05.609]➜              num_fdes=1
2025-08-20T22:48:51.8151325Z [00:02:05.609]➜        merged_strings=6
2025-08-20T22:48:51.8151942Z [00:02:05.609]➜              num_objs=17
2025-08-20T22:48:51.8152565Z [00:02:05.609]➜         output_chunks=24
2025-08-20T22:48:51.8153182Z [00:02:05.609]➜      string_fragments=28
2025-08-20T22:48:51.8153811Z [00:02:05.609]➜      garbage_sections=45
2025-08-20T22:48:51.8154377Z [00:02:05.609]➜           reloc_alloc=83
2025-08-20T22:48:51.8154989Z [00:02:05.609]➜        undefined_syms=99
2025-08-20T22:48:51.8155620Z [00:02:05.609]➜          defined_syms=150
2025-08-20T22:48:51.8156258Z [00:02:05.609]➜        input_sections=370
2025-08-20T22:48:51.8156850Z [00:02:05.609]➜           parsed_objs=1657
2025-08-20T22:48:51.8157452Z [00:02:05.609]➜      regular_sections=9628
2025-08-20T22:48:51.8158099Z [00:02:05.609]➜              all_syms=25245
2025-08-20T22:48:51.8158974Z [00:02:05.609]➜     total_input_bytes=38746886
2025-08-20T22:48:51.8159724Z [00:02:05.609]➜  .comment estimation=1627 actual=4
2025-08-20T22:48:51.8162450Z [00:02:05.609]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:48:51.8313901Z [00:02:05.626]➜  using __builtin_nontemporal_load ... yes
2025-08-20T22:48:51.8811448Z [00:02:05.676]➜        reloc_nonalloc=0
2025-08-20T22:48:51.8814054Z [00:02:05.676]➜               comdats=0
2025-08-20T22:48:51.8814866Z [00:02:05.676]➜    removed_comdat_mem=0
2025-08-20T22:48:51.8819236Z [00:02:05.676]➜              num_dsos=0
2025-08-20T22:48:51.8819749Z [00:02:05.676]➜       parsed_lto_objs=1
2025-08-20T22:48:51.8820227Z [00:02:05.676]➜              num_cies=1
2025-08-20T22:48:51.8820692Z [00:02:05.676]➜       num_unique_cies=1
2025-08-20T22:48:51.8821413Z [00:02:05.676]➜              num_fdes=1
2025-08-20T22:48:51.8821881Z [00:02:05.676]➜        merged_strings=6
2025-08-20T22:48:51.8822315Z [00:02:05.676]➜              num_objs=17
2025-08-20T22:48:51.8822774Z [00:02:05.676]➜         output_chunks=24
2025-08-20T22:48:51.8823228Z [00:02:05.676]➜      string_fragments=28
2025-08-20T22:48:51.8823720Z [00:02:05.676]➜      garbage_sections=45
2025-08-20T22:48:51.8824190Z [00:02:05.676]➜           reloc_alloc=83
2025-08-20T22:48:51.8824653Z [00:02:05.676]➜        undefined_syms=99
2025-08-20T22:48:51.8825110Z [00:02:05.676]➜          defined_syms=150
2025-08-20T22:48:51.8825551Z [00:02:05.676]➜        input_sections=370
2025-08-20T22:48:51.8826023Z [00:02:05.676]➜           parsed_objs=1657
2025-08-20T22:48:51.8826510Z [00:02:05.676]➜      regular_sections=9628
2025-08-20T22:48:51.8826985Z [00:02:05.676]➜              all_syms=25245
2025-08-20T22:48:51.8827457Z [00:02:05.676]➜     total_input_bytes=38746890
2025-08-20T22:48:51.8827987Z [00:02:05.676]➜  .comment estimation=1627 actual=4
2025-08-20T22:48:51.8828847Z [00:02:05.676]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:48:51.9021959Z [00:02:05.696]➜        reloc_nonalloc=0
2025-08-20T22:48:51.9022649Z [00:02:05.697]➜               comdats=0
2025-08-20T22:48:51.9023138Z [00:02:05.697]➜    removed_comdat_mem=0
2025-08-20T22:48:51.9023614Z [00:02:05.697]➜              num_dsos=0
2025-08-20T22:48:51.9024099Z [00:02:05.697]➜       parsed_lto_objs=1
2025-08-20T22:48:51.9024575Z [00:02:05.697]➜              num_cies=1
2025-08-20T22:48:51.9025044Z [00:02:05.697]➜       num_unique_cies=1
2025-08-20T22:48:51.9025494Z [00:02:05.697]➜              num_fdes=1
2025-08-20T22:48:51.9025968Z [00:02:05.697]➜        merged_strings=6
2025-08-20T22:48:51.9026454Z [00:02:05.697]➜              num_objs=17
2025-08-20T22:48:51.9026940Z [00:02:05.697]➜         output_chunks=24
2025-08-20T22:48:51.9027435Z [00:02:05.697]➜      string_fragments=28
2025-08-20T22:48:51.9027931Z [00:02:05.697]➜      garbage_sections=45
2025-08-20T22:48:51.9028408Z [00:02:05.697]➜           reloc_alloc=83
2025-08-20T22:48:51.9028915Z [00:02:05.697]➜        undefined_syms=99
2025-08-20T22:48:51.9029406Z [00:02:05.697]➜          defined_syms=150
2025-08-20T22:48:51.9030230Z [00:02:05.697]➜        input_sections=370
2025-08-20T22:48:51.9030728Z [00:02:05.697]➜           parsed_objs=1657
2025-08-20T22:48:51.9031391Z [00:02:05.697]➜      regular_sections=9628
2025-08-20T22:48:51.9031890Z [00:02:05.697]➜              all_syms=25245
2025-08-20T22:48:51.9032406Z [00:02:05.697]➜     total_input_bytes=38746990
2025-08-20T22:48:51.9032957Z [00:02:05.697]➜  .comment estimation=1627 actual=4
2025-08-20T22:48:51.9033561Z [00:02:05.697]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:48:51.9075764Z [00:02:05.702]➜  using __builtin_nontemporal_store ... yes
2025-08-20T22:48:51.9209314Z [00:02:05.716]➜  using __builtin_parity ... yes
2025-08-20T22:48:51.9535951Z [00:02:05.748]➜        reloc_nonalloc=0
2025-08-20T22:48:51.9547058Z [00:02:05.750]➜               comdats=0
2025-08-20T22:48:51.9554731Z [00:02:05.750]➜    removed_comdat_mem=0
2025-08-20T22:48:51.9555278Z [00:02:05.750]➜              num_dsos=0
2025-08-20T22:48:51.9555760Z [00:02:05.750]➜       parsed_lto_objs=1
2025-08-20T22:48:51.9556255Z [00:02:05.750]➜              num_cies=1
2025-08-20T22:48:51.9556722Z [00:02:05.750]➜       num_unique_cies=1
2025-08-20T22:48:51.9557179Z [00:02:05.750]➜              num_fdes=1
2025-08-20T22:48:51.9557634Z [00:02:05.750]➜        merged_strings=6
2025-08-20T22:48:51.9558097Z [00:02:05.750]➜              num_objs=17
2025-08-20T22:48:51.9558574Z [00:02:05.750]➜         output_chunks=24
2025-08-20T22:48:51.9559045Z [00:02:05.750]➜      string_fragments=28
2025-08-20T22:48:51.9559527Z [00:02:05.750]➜      garbage_sections=45
2025-08-20T22:48:51.9559997Z [00:02:05.750]➜           reloc_alloc=83
2025-08-20T22:48:51.9560467Z [00:02:05.750]➜        undefined_syms=99
2025-08-20T22:48:51.9561130Z [00:02:05.750]➜          defined_syms=150
2025-08-20T22:48:51.9561628Z [00:02:05.750]➜        input_sections=370
2025-08-20T22:48:51.9562117Z [00:02:05.750]➜           parsed_objs=1657
2025-08-20T22:48:51.9562864Z [00:02:05.750]➜      regular_sections=9628
2025-08-20T22:48:51.9563376Z [00:02:05.750]➜              all_syms=25245
2025-08-20T22:48:51.9563900Z [00:02:05.750]➜     total_input_bytes=38747018
2025-08-20T22:48:51.9564446Z [00:02:05.750]➜  .comment estimation=1627 actual=4
2025-08-20T22:48:51.9565039Z [00:02:05.750]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:48:51.9735006Z [00:02:05.768]➜  using __builtin_popcount ... yes
2025-08-20T22:48:51.9909384Z [00:02:05.786]➜        reloc_nonalloc=0
2025-08-20T22:48:51.9915039Z [00:02:05.786]➜               comdats=0
2025-08-20T22:48:51.9916130Z [00:02:05.786]➜    removed_comdat_mem=0
2025-08-20T22:48:51.9917460Z [00:02:05.786]➜              num_dsos=0
2025-08-20T22:48:51.9918100Z [00:02:05.786]➜       parsed_lto_objs=1
2025-08-20T22:48:51.9918684Z [00:02:05.786]➜              num_cies=1
2025-08-20T22:48:51.9919382Z [00:02:05.786]➜       num_unique_cies=1
2025-08-20T22:48:51.9920060Z [00:02:05.786]➜              num_fdes=1
2025-08-20T22:48:51.9920564Z [00:02:05.786]➜        merged_strings=6
2025-08-20T22:48:51.9921854Z [00:02:05.786]➜              num_objs=17
2025-08-20T22:48:51.9922357Z [00:02:05.786]➜         output_chunks=24
2025-08-20T22:48:51.9922836Z [00:02:05.786]➜      string_fragments=28
2025-08-20T22:48:51.9923313Z [00:02:05.786]➜      garbage_sections=45
2025-08-20T22:48:51.9923784Z [00:02:05.786]➜           reloc_alloc=83
2025-08-20T22:48:51.9924245Z [00:02:05.786]➜        undefined_syms=99
2025-08-20T22:48:51.9924743Z [00:02:05.786]➜          defined_syms=150
2025-08-20T22:48:51.9925234Z [00:02:05.786]➜        input_sections=370
2025-08-20T22:48:51.9925730Z [00:02:05.786]➜           parsed_objs=1657
2025-08-20T22:48:51.9926228Z [00:02:05.786]➜      regular_sections=9628
2025-08-20T22:48:51.9926723Z [00:02:05.786]➜              all_syms=25245
2025-08-20T22:48:51.9927242Z [00:02:05.786]➜     total_input_bytes=38747086
2025-08-20T22:48:51.9927801Z [00:02:05.786]➜  .comment estimation=1627 actual=4
2025-08-20T22:48:51.9928433Z [00:02:05.786]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:48:52.0056670Z [00:02:05.800]➜  using __builtin_popcountl ... yes
2025-08-20T22:48:52.0484588Z [00:02:05.843]➜  using __builtin_pow ... no
2025-08-20T22:48:52.0523680Z [00:02:05.847]➜        reloc_nonalloc=0
2025-08-20T22:48:52.0525887Z [00:02:05.847]➜               comdats=0
2025-08-20T22:48:52.0540662Z [00:02:05.847]➜    removed_comdat_mem=0
2025-08-20T22:48:52.0541806Z [00:02:05.847]➜              num_dsos=0
2025-08-20T22:48:52.0542708Z [00:02:05.847]➜       parsed_lto_objs=1
2025-08-20T22:48:52.0543750Z [00:02:05.847]➜              num_cies=1
2025-08-20T22:48:52.0544602Z [00:02:05.847]➜       num_unique_cies=1
2025-08-20T22:48:52.0545292Z [00:02:05.847]➜              num_fdes=1
2025-08-20T22:48:52.0545929Z [00:02:05.847]➜        merged_strings=6
2025-08-20T22:48:52.0547247Z [00:02:05.847]➜              num_objs=17
2025-08-20T22:48:52.0547734Z [00:02:05.848]➜         output_chunks=24
2025-08-20T22:48:52.0548255Z [00:02:05.848]➜      string_fragments=28
2025-08-20T22:48:52.0548735Z [00:02:05.848]➜      garbage_sections=45
2025-08-20T22:48:52.0549226Z [00:02:05.848]➜           reloc_alloc=83
2025-08-20T22:48:52.0549702Z [00:02:05.848]➜        undefined_syms=99
2025-08-20T22:48:52.0550174Z [00:02:05.848]➜          defined_syms=150
2025-08-20T22:48:52.0550657Z [00:02:05.848]➜        input_sections=370
2025-08-20T22:48:52.0559073Z [00:02:05.848]➜           parsed_objs=1657
2025-08-20T22:48:52.0559574Z [00:02:05.848]➜      regular_sections=9628
2025-08-20T22:48:52.0560064Z [00:02:05.848]➜              all_syms=25245
2025-08-20T22:48:52.0560583Z [00:02:05.848]➜     total_input_bytes=38747086
2025-08-20T22:48:52.0561299Z [00:02:05.848]➜  .comment estimation=1627 actual=4
2025-08-20T22:48:52.0561895Z [00:02:05.848]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:48:52.0657724Z [00:02:05.860]➜  using __builtin_popcountll ... yes
2025-08-20T22:48:52.0817892Z [00:02:05.876]➜  using __builtin_powf ... no
2025-08-20T22:48:52.1053577Z [00:02:05.900]➜  using __builtin_powl ... no
2025-08-20T22:48:52.1789212Z [00:02:05.974]➜        reloc_nonalloc=0
2025-08-20T22:48:52.1794559Z [00:02:05.974]➜               comdats=0
2025-08-20T22:48:52.1795910Z [00:02:05.974]➜    removed_comdat_mem=0
2025-08-20T22:48:52.1797833Z [00:02:05.974]➜              num_dsos=0
2025-08-20T22:48:52.1798374Z [00:02:05.974]➜       parsed_lto_objs=1
2025-08-20T22:48:52.1798862Z [00:02:05.974]➜              num_cies=1
2025-08-20T22:48:52.1799343Z [00:02:05.974]➜       num_unique_cies=1
2025-08-20T22:48:52.1799818Z [00:02:05.974]➜              num_fdes=1
2025-08-20T22:48:52.1800309Z [00:02:05.974]➜        merged_strings=6
2025-08-20T22:48:52.1800980Z [00:02:05.974]➜              num_objs=18
2025-08-20T22:48:52.1801480Z [00:02:05.974]➜         output_chunks=24
2025-08-20T22:48:52.1801981Z [00:02:05.974]➜      string_fragments=30
2025-08-20T22:48:52.1802465Z [00:02:05.974]➜      garbage_sections=49
2025-08-20T22:48:52.1802943Z [00:02:05.974]➜           reloc_alloc=87
2025-08-20T22:48:52.1803454Z [00:02:05.974]➜        undefined_syms=106
2025-08-20T22:48:52.1803956Z [00:02:05.974]➜          defined_syms=161
2025-08-20T22:48:52.1804477Z [00:02:05.974]➜        input_sections=400
2025-08-20T22:48:52.1804985Z [00:02:05.974]➜           parsed_objs=1657
2025-08-20T22:48:52.1805493Z [00:02:05.974]➜      regular_sections=9628
2025-08-20T22:48:52.1805989Z [00:02:05.974]➜              all_syms=25246
2025-08-20T22:48:52.1806514Z [00:02:05.974]➜     total_input_bytes=38747446
2025-08-20T22:48:52.1807081Z [00:02:05.974]➜  .comment estimation=1627 actual=4
2025-08-20T22:48:52.1807698Z [00:02:05.974]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:48:52.1944855Z [00:02:05.989]➜  using __builtin_prefetch ... yes
2025-08-20T22:48:52.2620458Z [00:02:06.057]➜        reloc_nonalloc=0
2025-08-20T22:48:52.2631439Z [00:02:06.057]➜               comdats=0
2025-08-20T22:48:52.2631971Z [00:02:06.057]➜    removed_comdat_mem=0
2025-08-20T22:48:52.2632451Z [00:02:06.057]➜              num_dsos=0
2025-08-20T22:48:52.2632990Z [00:02:06.057]➜       parsed_lto_objs=1
2025-08-20T22:48:52.2633475Z [00:02:06.057]➜              num_cies=1
2025-08-20T22:48:52.2634246Z [00:02:06.057]➜       num_unique_cies=1
2025-08-20T22:48:52.2634712Z [00:02:06.057]➜              num_fdes=1
2025-08-20T22:48:52.2635181Z [00:02:06.057]➜        merged_strings=7
2025-08-20T22:48:52.2635647Z [00:02:06.057]➜              num_objs=18
2025-08-20T22:48:52.2636132Z [00:02:06.057]➜         output_chunks=25
2025-08-20T22:48:52.2636618Z [00:02:06.057]➜      string_fragments=31
2025-08-20T22:48:52.2637101Z [00:02:06.057]➜      garbage_sections=48
2025-08-20T22:48:52.2637581Z [00:02:06.057]➜           reloc_alloc=85
2025-08-20T22:48:52.2638066Z [00:02:06.057]➜        undefined_syms=101
2025-08-20T22:48:52.2638555Z [00:02:06.057]➜          defined_syms=161
2025-08-20T22:48:52.2639044Z [00:02:06.057]➜        input_sections=398
2025-08-20T22:48:52.2639536Z [00:02:06.057]➜           parsed_objs=1657
2025-08-20T22:48:52.2640047Z [00:02:06.057]➜      regular_sections=9629
2025-08-20T22:48:52.2640546Z [00:02:06.057]➜              all_syms=25247
2025-08-20T22:48:52.2641249Z [00:02:06.057]➜     total_input_bytes=38747314
2025-08-20T22:48:52.2641810Z [00:02:06.057]➜  .comment estimation=1627 actual=4
2025-08-20T22:48:52.2642403Z [00:02:06.057]➜  .rodata.cst8 estimation=1626 actual=1
2025-08-20T22:48:52.2643011Z [00:02:06.057]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:48:52.2674937Z [00:02:06.062]➜        reloc_nonalloc=0
2025-08-20T22:48:52.2688026Z [00:02:06.064]➜               comdats=0
2025-08-20T22:48:52.2702759Z [00:02:06.064]➜    removed_comdat_mem=0
2025-08-20T22:48:52.2703272Z [00:02:06.064]➜              num_dsos=0
2025-08-20T22:48:52.2703757Z [00:02:06.064]➜       parsed_lto_objs=1
2025-08-20T22:48:52.2704234Z [00:02:06.064]➜              num_cies=1
2025-08-20T22:48:52.2704706Z [00:02:06.064]➜       num_unique_cies=1
2025-08-20T22:48:52.2705182Z [00:02:06.064]➜              num_fdes=1
2025-08-20T22:48:52.2705894Z [00:02:06.064]➜        merged_strings=9
2025-08-20T22:48:52.2706368Z [00:02:06.064]➜              num_objs=18
2025-08-20T22:48:52.2706863Z [00:02:06.064]➜         output_chunks=25
2025-08-20T22:48:52.2707364Z [00:02:06.064]➜      string_fragments=33
2025-08-20T22:48:52.2707890Z [00:02:06.064]➜      garbage_sections=48
2025-08-20T22:48:52.2708514Z [00:02:06.064]➜           reloc_alloc=87
2025-08-20T22:48:52.2708925Z [00:02:06.064]➜        undefined_syms=101
2025-08-20T22:48:52.2709355Z [00:02:06.064]➜          defined_syms=163
2025-08-20T22:48:52.2709782Z [00:02:06.064]➜        input_sections=400
2025-08-20T22:48:52.2710285Z [00:02:06.064]➜           parsed_objs=1657
2025-08-20T22:48:52.2734404Z [00:02:06.064]➜      regular_sections=9629
2025-08-20T22:48:52.2735047Z [00:02:06.064]➜              all_syms=25247
2025-08-20T22:48:52.2735578Z [00:02:06.064]➜     total_input_bytes=38747270
2025-08-20T22:48:52.2736130Z [00:02:06.064]➜  .comment estimation=1627 actual=4
2025-08-20T22:48:52.2736722Z [00:02:06.064]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:48:52.2737337Z [00:02:06.064]➜  .rodata.cst8 estimation=1627 actual=3
2025-08-20T22:48:52.2737908Z [00:02:06.066]➜        reloc_nonalloc=0
2025-08-20T22:48:52.2738368Z [00:02:06.066]➜               comdats=0
2025-08-20T22:48:52.2738829Z [00:02:06.066]➜    removed_comdat_mem=0
2025-08-20T22:48:52.2739284Z [00:02:06.066]➜              num_dsos=0
2025-08-20T22:48:52.2739751Z [00:02:06.066]➜       parsed_lto_objs=1
2025-08-20T22:48:52.2740216Z [00:02:06.066]➜              num_cies=1
2025-08-20T22:48:52.2740665Z [00:02:06.066]➜       num_unique_cies=1
2025-08-20T22:48:52.2741298Z [00:02:06.066]➜              num_fdes=1
2025-08-20T22:48:52.2741735Z [00:02:06.066]➜        merged_strings=6
2025-08-20T22:48:52.2742162Z [00:02:06.066]➜              num_objs=17
2025-08-20T22:48:52.2742616Z [00:02:06.066]➜         output_chunks=24
2025-08-20T22:48:52.2743097Z [00:02:06.066]➜      string_fragments=28
2025-08-20T22:48:52.2743589Z [00:02:06.066]➜      garbage_sections=45
2025-08-20T22:48:52.2744082Z [00:02:06.066]➜           reloc_alloc=83
2025-08-20T22:48:52.2744558Z [00:02:06.066]➜        undefined_syms=99
2025-08-20T22:48:52.2745268Z [00:02:06.066]➜          defined_syms=150
2025-08-20T22:48:52.2745760Z [00:02:06.066]➜        input_sections=370
2025-08-20T22:48:52.2746257Z [00:02:06.066]➜           parsed_objs=1657
2025-08-20T22:48:52.2746762Z [00:02:06.066]➜      regular_sections=9628
2025-08-20T22:48:52.2747262Z [00:02:06.066]➜              all_syms=25245
2025-08-20T22:48:52.2747782Z [00:02:06.066]➜     total_input_bytes=38746978
2025-08-20T22:48:52.2748333Z [00:02:06.066]➜  .comment estimation=1627 actual=4
2025-08-20T22:48:52.2748925Z [00:02:06.066]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:48:52.2825982Z [00:02:06.077]➜  using __builtin_rint ... yes
2025-08-20T22:48:52.2853992Z [00:02:06.080]➜  using __builtin_rintl ... yes
2025-08-20T22:48:52.2904385Z [00:02:06.085]➜  using __builtin_rotateleft32 ... yes
2025-08-20T22:48:52.3305154Z [00:02:06.125]➜        reloc_nonalloc=0
2025-08-20T22:48:52.3317525Z [00:02:06.126]➜               comdats=0
2025-08-20T22:48:52.3318164Z [00:02:06.127]➜    removed_comdat_mem=0
2025-08-20T22:48:52.3318775Z [00:02:06.127]➜              num_dsos=0
2025-08-20T22:48:52.3319355Z [00:02:06.127]➜       parsed_lto_objs=1
2025-08-20T22:48:52.3319937Z [00:02:06.127]➜              num_cies=1
2025-08-20T22:48:52.3320517Z [00:02:06.127]➜       num_unique_cies=1
2025-08-20T22:48:52.3321241Z [00:02:06.127]➜              num_fdes=1
2025-08-20T22:48:52.3321801Z [00:02:06.127]➜        merged_strings=6
2025-08-20T22:48:52.3322376Z [00:02:06.127]➜              num_objs=17
2025-08-20T22:48:52.3322967Z [00:02:06.127]➜         output_chunks=24
2025-08-20T22:48:52.3323567Z [00:02:06.127]➜      string_fragments=28
2025-08-20T22:48:52.3324154Z [00:02:06.127]➜      garbage_sections=45
2025-08-20T22:48:52.3324732Z [00:02:06.127]➜           reloc_alloc=83
2025-08-20T22:48:52.3325308Z [00:02:06.127]➜        undefined_syms=99
2025-08-20T22:48:52.3325894Z [00:02:06.127]➜          defined_syms=150
2025-08-20T22:48:52.3326786Z [00:02:06.127]➜        input_sections=370
2025-08-20T22:48:52.3327470Z [00:02:06.127]➜           parsed_objs=1657
2025-08-20T22:48:52.3328109Z [00:02:06.127]➜      regular_sections=9628
2025-08-20T22:48:52.3328726Z [00:02:06.127]➜              all_syms=25245
2025-08-20T22:48:52.3329358Z [00:02:06.127]➜     total_input_bytes=38747006
2025-08-20T22:48:52.3330028Z [00:02:06.127]➜  .comment estimation=1627 actual=4
2025-08-20T22:48:52.3330754Z [00:02:06.127]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:48:52.3432306Z [00:02:06.138]➜  using __builtin_rotateleft16 ... yes
2025-08-20T22:48:52.3770345Z [00:02:06.172]➜        reloc_nonalloc=0
2025-08-20T22:48:52.3771116Z [00:02:06.172]➜               comdats=0
2025-08-20T22:48:52.3771635Z [00:02:06.172]➜    removed_comdat_mem=0
2025-08-20T22:48:52.3772110Z [00:02:06.172]➜              num_dsos=0
2025-08-20T22:48:52.3772599Z [00:02:06.172]➜       parsed_lto_objs=1
2025-08-20T22:48:52.3773116Z [00:02:06.172]➜              num_cies=1
2025-08-20T22:48:52.3773597Z [00:02:06.172]➜       num_unique_cies=1
2025-08-20T22:48:52.3774086Z [00:02:06.172]➜              num_fdes=1
2025-08-20T22:48:52.3774557Z [00:02:06.172]➜        merged_strings=6
2025-08-20T22:48:52.3775032Z [00:02:06.172]➜              num_objs=17
2025-08-20T22:48:52.3775519Z [00:02:06.172]➜         output_chunks=24
2025-08-20T22:48:52.3776009Z [00:02:06.172]➜      string_fragments=28
2025-08-20T22:48:52.3776493Z [00:02:06.172]➜      garbage_sections=45
2025-08-20T22:48:52.3776975Z [00:02:06.172]➜           reloc_alloc=83
2025-08-20T22:48:52.3777460Z [00:02:06.172]➜        undefined_syms=99
2025-08-20T22:48:52.3777945Z [00:02:06.172]➜          defined_syms=150
2025-08-20T22:48:52.3778441Z [00:02:06.172]➜        input_sections=370
2025-08-20T22:48:52.3778943Z [00:02:06.172]➜           parsed_objs=1657
2025-08-20T22:48:52.3779445Z [00:02:06.172]➜      regular_sections=9628
2025-08-20T22:48:52.3779938Z [00:02:06.172]➜              all_syms=25245
2025-08-20T22:48:52.3780479Z [00:02:06.172]➜     total_input_bytes=38747002
2025-08-20T22:48:52.3781378Z [00:02:06.172]➜  .comment estimation=1627 actual=4
2025-08-20T22:48:52.3782325Z [00:02:06.172]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:48:52.3864570Z [00:02:06.181]➜  using __builtin_rotateleft64 ... yes
2025-08-20T22:48:52.4658892Z [00:02:06.260]➜        reloc_nonalloc=0
2025-08-20T22:48:52.4665428Z [00:02:06.261]➜               comdats=0
2025-08-20T22:48:52.4665938Z [00:02:06.261]➜    removed_comdat_mem=0
2025-08-20T22:48:52.4666415Z [00:02:06.261]➜              num_dsos=0
2025-08-20T22:48:52.4666898Z [00:02:06.261]➜       parsed_lto_objs=1
2025-08-20T22:48:52.4667371Z [00:02:06.261]➜              num_cies=1
2025-08-20T22:48:52.4667832Z [00:02:06.261]➜       num_unique_cies=1
2025-08-20T22:48:52.4668290Z [00:02:06.261]➜              num_fdes=1
2025-08-20T22:48:52.4668752Z [00:02:06.261]➜        merged_strings=6
2025-08-20T22:48:52.4669227Z [00:02:06.261]➜              num_objs=17
2025-08-20T22:48:52.4669743Z [00:02:06.261]➜         output_chunks=24
2025-08-20T22:48:52.4670217Z [00:02:06.261]➜      string_fragments=28
2025-08-20T22:48:52.4670706Z [00:02:06.261]➜      garbage_sections=45
2025-08-20T22:48:52.4671342Z [00:02:06.261]➜           reloc_alloc=83
2025-08-20T22:48:52.4671822Z [00:02:06.261]➜        undefined_syms=99
2025-08-20T22:48:52.4672296Z [00:02:06.261]➜          defined_syms=150
2025-08-20T22:48:52.4672786Z [00:02:06.261]➜        input_sections=370
2025-08-20T22:48:52.4673282Z [00:02:06.261]➜           parsed_objs=1657
2025-08-20T22:48:52.4673788Z [00:02:06.261]➜      regular_sections=9628
2025-08-20T22:48:52.4674283Z [00:02:06.261]➜              all_syms=25245
2025-08-20T22:48:52.4674802Z [00:02:06.261]➜     total_input_bytes=38747006
2025-08-20T22:48:52.4675354Z [00:02:06.261]➜  .comment estimation=1627 actual=4
2025-08-20T22:48:52.4675955Z [00:02:06.261]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:48:52.4773398Z [00:02:06.272]➜  using __builtin_rotateright16 ... yes
2025-08-20T22:48:52.4818829Z [00:02:06.277]➜        reloc_nonalloc=0
2025-08-20T22:48:52.4821553Z [00:02:06.277]➜               comdats=0
2025-08-20T22:48:52.4823136Z [00:02:06.277]➜    removed_comdat_mem=0
2025-08-20T22:48:52.4823651Z [00:02:06.277]➜              num_dsos=0
2025-08-20T22:48:52.4824123Z [00:02:06.277]➜       parsed_lto_objs=1
2025-08-20T22:48:52.4824591Z [00:02:06.277]➜              num_cies=1
2025-08-20T22:48:52.4825061Z [00:02:06.277]➜       num_unique_cies=1
2025-08-20T22:48:52.4825512Z [00:02:06.277]➜              num_fdes=1
2025-08-20T22:48:52.4825962Z [00:02:06.277]➜        merged_strings=6
2025-08-20T22:48:52.4826426Z [00:02:06.277]➜              num_objs=17
2025-08-20T22:48:52.4826862Z [00:02:06.277]➜         output_chunks=24
2025-08-20T22:48:52.4827287Z [00:02:06.277]➜      string_fragments=28
2025-08-20T22:48:52.4827722Z [00:02:06.277]➜      garbage_sections=45
2025-08-20T22:48:52.4828165Z [00:02:06.277]➜           reloc_alloc=83
2025-08-20T22:48:52.4828618Z [00:02:06.277]➜        undefined_syms=99
2025-08-20T22:48:52.4829124Z [00:02:06.277]➜          defined_syms=150
2025-08-20T22:48:52.4829619Z [00:02:06.277]➜        input_sections=370
2025-08-20T22:48:52.4830127Z [00:02:06.277]➜           parsed_objs=1657
2025-08-20T22:48:52.4830608Z [00:02:06.277]➜      regular_sections=9628
2025-08-20T22:48:52.4831270Z [00:02:06.277]➜              all_syms=25245
2025-08-20T22:48:52.4831767Z [00:02:06.277]➜     total_input_bytes=38746990
2025-08-20T22:48:52.4832311Z [00:02:06.277]➜  .comment estimation=1627 actual=4
2025-08-20T22:48:52.4832874Z [00:02:06.277]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:48:52.4921019Z [00:02:06.287]➜  using __builtin_rotateright32 ... yes
2025-08-20T22:48:52.5133014Z [00:02:06.308]➜        reloc_nonalloc=0
2025-08-20T22:48:52.5145005Z [00:02:06.308]➜               comdats=0
2025-08-20T22:48:52.5145554Z [00:02:06.308]➜    removed_comdat_mem=0
2025-08-20T22:48:52.5146035Z [00:02:06.308]➜              num_dsos=0
2025-08-20T22:48:52.5146524Z [00:02:06.308]➜       parsed_lto_objs=1
2025-08-20T22:48:52.5147058Z [00:02:06.308]➜              num_cies=1
2025-08-20T22:48:52.5147530Z [00:02:06.308]➜       num_unique_cies=1
2025-08-20T22:48:52.5148345Z [00:02:06.308]➜              num_fdes=1
2025-08-20T22:48:52.5148810Z [00:02:06.308]➜        merged_strings=6
2025-08-20T22:48:52.5149288Z [00:02:06.308]➜              num_objs=17
2025-08-20T22:48:52.5149783Z [00:02:06.308]➜         output_chunks=24
2025-08-20T22:48:52.5150279Z [00:02:06.308]➜      string_fragments=28
2025-08-20T22:48:52.5150936Z [00:02:06.308]➜      garbage_sections=45
2025-08-20T22:48:52.5151432Z [00:02:06.308]➜           reloc_alloc=83
2025-08-20T22:48:52.5151906Z [00:02:06.308]➜        undefined_syms=99
2025-08-20T22:48:52.5152417Z [00:02:06.308]➜          defined_syms=150
2025-08-20T22:48:52.5152921Z [00:02:06.308]➜        input_sections=370
2025-08-20T22:48:52.5153436Z [00:02:06.308]➜           parsed_objs=1657
2025-08-20T22:48:52.5153940Z [00:02:06.308]➜      regular_sections=9628
2025-08-20T22:48:52.5154447Z [00:02:06.308]➜              all_syms=25245
2025-08-20T22:48:52.5154960Z [00:02:06.308]➜     total_input_bytes=38747006
2025-08-20T22:48:52.5155520Z [00:02:06.308]➜  .comment estimation=1627 actual=4
2025-08-20T22:48:52.5156112Z [00:02:06.308]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:48:52.5275090Z [00:02:06.322]➜  using __builtin_rotateleft8 ... yes
2025-08-20T22:48:52.5644372Z [00:02:06.359]➜        reloc_nonalloc=0
2025-08-20T22:48:52.5644938Z [00:02:06.359]➜               comdats=0
2025-08-20T22:48:52.5645414Z [00:02:06.359]➜    removed_comdat_mem=0
2025-08-20T22:48:52.5645899Z [00:02:06.359]➜              num_dsos=0
2025-08-20T22:48:52.5651432Z [00:02:06.359]➜       parsed_lto_objs=1
2025-08-20T22:48:52.5652316Z [00:02:06.359]➜              num_cies=1
2025-08-20T22:48:52.5652801Z [00:02:06.359]➜       num_unique_cies=1
2025-08-20T22:48:52.5653267Z [00:02:06.359]➜              num_fdes=1
2025-08-20T22:48:52.5653732Z [00:02:06.359]➜        merged_strings=6
2025-08-20T22:48:52.5654480Z [00:02:06.359]➜              num_objs=17
2025-08-20T22:48:52.5654970Z [00:02:06.359]➜         output_chunks=24
2025-08-20T22:48:52.5655479Z [00:02:06.359]➜      string_fragments=28
2025-08-20T22:48:52.5655959Z [00:02:06.359]➜      garbage_sections=45
2025-08-20T22:48:52.5656429Z [00:02:06.359]➜           reloc_alloc=83
2025-08-20T22:48:52.5656900Z [00:02:06.359]➜        undefined_syms=99
2025-08-20T22:48:52.5657377Z [00:02:06.359]➜          defined_syms=150
2025-08-20T22:48:52.5657867Z [00:02:06.359]➜        input_sections=370
2025-08-20T22:48:52.5658357Z [00:02:06.359]➜           parsed_objs=1657
2025-08-20T22:48:52.5658854Z [00:02:06.359]➜      regular_sections=9628
2025-08-20T22:48:52.5659343Z [00:02:06.359]➜              all_syms=25245
2025-08-20T22:48:52.5659856Z [00:02:06.359]➜     total_input_bytes=38747006
2025-08-20T22:48:52.5660403Z [00:02:06.359]➜  .comment estimation=1627 actual=4
2025-08-20T22:48:52.5661191Z [00:02:06.359]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:48:52.5736169Z [00:02:06.368]➜  using __builtin_rotateright8 ... yes
2025-08-20T22:48:52.6038103Z [00:02:06.399]➜        reloc_nonalloc=0
2025-08-20T22:48:52.6040145Z [00:02:06.399]➜               comdats=0
2025-08-20T22:48:52.6041938Z [00:02:06.399]➜    removed_comdat_mem=0
2025-08-20T22:48:52.6042913Z [00:02:06.399]➜              num_dsos=0
2025-08-20T22:48:52.6043581Z [00:02:06.399]➜       parsed_lto_objs=1
2025-08-20T22:48:52.6044079Z [00:02:06.399]➜              num_cies=1
2025-08-20T22:48:52.6044549Z [00:02:06.399]➜       num_unique_cies=1
2025-08-20T22:48:52.6045008Z [00:02:06.399]➜              num_fdes=1
2025-08-20T22:48:52.6045462Z [00:02:06.399]➜        merged_strings=6
2025-08-20T22:48:52.6045934Z [00:02:06.399]➜              num_objs=17
2025-08-20T22:48:52.6046422Z [00:02:06.399]➜         output_chunks=24
2025-08-20T22:48:52.6046932Z [00:02:06.399]➜      string_fragments=28
2025-08-20T22:48:52.6047417Z [00:02:06.399]➜      garbage_sections=45
2025-08-20T22:48:52.6047896Z [00:02:06.399]➜           reloc_alloc=83
2025-08-20T22:48:52.6048364Z [00:02:06.399]➜        undefined_syms=99
2025-08-20T22:48:52.6048849Z [00:02:06.399]➜          defined_syms=150
2025-08-20T22:48:52.6049597Z [00:02:06.399]➜        input_sections=370
2025-08-20T22:48:52.6050101Z [00:02:06.399]➜           parsed_objs=1657
2025-08-20T22:48:52.6050610Z [00:02:06.399]➜      regular_sections=9628
2025-08-20T22:48:52.6051294Z [00:02:06.399]➜              all_syms=25245
2025-08-20T22:48:52.6051819Z [00:02:06.399]➜     total_input_bytes=38746902
2025-08-20T22:48:52.6052384Z [00:02:06.399]➜  .comment estimation=1627 actual=4
2025-08-20T22:48:52.6052981Z [00:02:06.399]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:48:52.6194414Z [00:02:06.414]➜  using __builtin_rotateright64 ... yes
2025-08-20T22:48:52.6406617Z [00:02:06.435]➜  using __builtin_roundl ... no
2025-08-20T22:48:52.6935259Z [00:02:06.488]➜        reloc_nonalloc=0
2025-08-20T22:48:52.6936553Z [00:02:06.488]➜               comdats=0
2025-08-20T22:48:52.6937515Z [00:02:06.488]➜    removed_comdat_mem=0
2025-08-20T22:48:52.6938305Z [00:02:06.488]➜              num_dsos=0
2025-08-20T22:48:52.6939085Z [00:02:06.488]➜       parsed_lto_objs=1
2025-08-20T22:48:52.6940971Z [00:02:06.488]➜              num_cies=1
2025-08-20T22:48:52.6941742Z [00:02:06.488]➜       num_unique_cies=1
2025-08-20T22:48:52.6942432Z [00:02:06.488]➜              num_fdes=1
2025-08-20T22:48:52.6943310Z [00:02:06.488]➜        merged_strings=6
2025-08-20T22:48:52.6944230Z [00:02:06.488]➜              num_objs=17
2025-08-20T22:48:52.6944940Z [00:02:06.488]➜         output_chunks=24
2025-08-20T22:48:52.6946578Z [00:02:06.488]➜      string_fragments=28
2025-08-20T22:48:52.6947379Z [00:02:06.488]➜      garbage_sections=45
2025-08-20T22:48:52.6948120Z [00:02:06.488]➜           reloc_alloc=83
2025-08-20T22:48:52.6949126Z [00:02:06.488]➜        undefined_syms=99
2025-08-20T22:48:52.6950254Z [00:02:06.488]➜          defined_syms=150
2025-08-20T22:48:52.6951236Z [00:02:06.488]➜        input_sections=370
2025-08-20T22:48:52.6953746Z [00:02:06.488]➜           parsed_objs=1657
2025-08-20T22:48:52.6954876Z [00:02:06.488]➜      regular_sections=9628
2025-08-20T22:48:52.6955996Z [00:02:06.488]➜              all_syms=25245
2025-08-20T22:48:52.6956926Z [00:02:06.488]➜     total_input_bytes=38746938
2025-08-20T22:48:52.6957716Z [00:02:06.488]➜  .comment estimation=1627 actual=4
2025-08-20T22:48:52.6958737Z [00:02:06.488]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:48:52.6961482Z [00:02:06.490]➜  using __builtin_shuffle ... no
2025-08-20T22:48:52.6984857Z [00:02:06.493]➜  using __builtin_sin ... no
2025-08-20T22:48:52.7072826Z [00:02:06.502]➜  using __builtin_ia32_sfence ... yes
2025-08-20T22:48:52.7760141Z [00:02:06.571]➜  using __builtin_sincos ... no
2025-08-20T22:48:52.7955590Z [00:02:06.590]➜  using __builtin_sincosf ... no
2025-08-20T22:48:52.8167720Z [00:02:06.611]➜  using __builtin_sincosl ... no
2025-08-20T22:48:52.8174370Z [00:02:06.612]➜  using __builtin_sinf ... no
2025-08-20T22:48:52.8547543Z [00:02:06.650]➜  using __builtin_sinh ... no
2025-08-20T22:48:52.9094410Z [00:02:06.704]➜  using __builtin_sinhf ... no
2025-08-20T22:48:52.9335351Z [00:02:06.728]➜  using __builtin_sinl ... no
2025-08-20T22:48:52.9339576Z [00:02:06.729]➜  using __builtin_sinhl ... no
2025-08-20T22:48:52.9587338Z [00:02:06.754]➜  using __builtin_sqrt ... no
2025-08-20T22:48:52.9676110Z [00:02:06.762]➜  using __builtin_sqrtf ... no
2025-08-20T22:48:53.0307075Z [00:02:06.825]➜  using __builtin_stdc_rotate_left ... no
2025-08-20T22:48:53.0357425Z [00:02:06.830]➜  using __builtin_stdc_rotate_right ... no
2025-08-20T22:48:53.0426664Z [00:02:06.837]➜  using __builtin_sqrtl ... no
2025-08-20T22:48:53.1536866Z [00:02:06.948]➜  using __builtin_tan ... no
2025-08-20T22:48:53.1591151Z [00:02:06.954]➜  using __builtin_tanf ... no
2025-08-20T22:48:53.1592443Z [00:02:06.954]➜        reloc_nonalloc=0
2025-08-20T22:48:53.1600265Z [00:02:06.955]➜               comdats=0
2025-08-20T22:48:53.1611777Z [00:02:06.955]➜    removed_comdat_mem=0
2025-08-20T22:48:53.1612655Z [00:02:06.955]➜              num_dsos=0
2025-08-20T22:48:53.1613551Z [00:02:06.955]➜       parsed_lto_objs=1
2025-08-20T22:48:53.1614876Z [00:02:06.955]➜              num_cies=1
2025-08-20T22:48:53.1615632Z [00:02:06.955]➜       num_unique_cies=1
2025-08-20T22:48:53.1616396Z [00:02:06.955]➜              num_fdes=1
2025-08-20T22:48:53.1617142Z [00:02:06.955]➜        merged_strings=6
2025-08-20T22:48:53.1619096Z [00:02:06.955]➜              num_objs=17
2025-08-20T22:48:53.1619602Z [00:02:06.955]➜         output_chunks=24
2025-08-20T22:48:53.1620096Z [00:02:06.955]➜      string_fragments=28
2025-08-20T22:48:53.1620590Z [00:02:06.955]➜      garbage_sections=45
2025-08-20T22:48:53.1621670Z [00:02:06.955]➜           reloc_alloc=83
2025-08-20T22:48:53.1622170Z [00:02:06.955]➜        undefined_syms=99
2025-08-20T22:48:53.1622655Z [00:02:06.955]➜          defined_syms=150
2025-08-20T22:48:53.1623153Z [00:02:06.955]➜        input_sections=370
2025-08-20T22:48:53.1623676Z [00:02:06.955]➜           parsed_objs=1657
2025-08-20T22:48:53.1624249Z [00:02:06.955]➜      regular_sections=9628
2025-08-20T22:48:53.1624781Z [00:02:06.955]➜              all_syms=25245
2025-08-20T22:48:53.1625328Z [00:02:06.955]➜     total_input_bytes=38746866
2025-08-20T22:48:53.1625893Z [00:02:06.955]➜  .comment estimation=1627 actual=4
2025-08-20T22:48:53.1626506Z [00:02:06.955]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:48:53.1777176Z [00:02:06.972]➜  using __builtin_tanl ... no
2025-08-20T22:48:53.1782000Z [00:02:06.973]➜  using __builtin_strdup ... yes
2025-08-20T22:48:53.1993368Z [00:02:06.994]➜        reloc_nonalloc=0
2025-08-20T22:48:53.1995355Z [00:02:06.994]➜               comdats=0
2025-08-20T22:48:53.1996429Z [00:02:06.994]➜    removed_comdat_mem=0
2025-08-20T22:48:53.1997330Z [00:02:06.994]➜              num_dsos=0
2025-08-20T22:48:53.1998103Z [00:02:06.994]➜       parsed_lto_objs=1
2025-08-20T22:48:53.1999039Z [00:02:06.994]➜       num_unique_cies=1
2025-08-20T22:48:53.1999682Z [00:02:06.994]➜              num_cies=2
2025-08-20T22:48:53.2000981Z [00:02:06.994]➜              num_fdes=2
2025-08-20T22:48:53.2001686Z [00:02:06.994]➜              num_objs=18
2025-08-20T22:48:53.2004009Z [00:02:06.994]➜         output_chunks=26
2025-08-20T22:48:53.2004543Z [00:02:06.994]➜        merged_strings=26
2025-08-20T22:48:53.2005066Z [00:02:06.994]➜      garbage_sections=47
2025-08-20T22:48:53.2005611Z [00:02:06.994]➜      string_fragments=50
2025-08-20T22:48:53.2006145Z [00:02:06.994]➜        undefined_syms=104
2025-08-20T22:48:53.2006695Z [00:02:06.994]➜          defined_syms=172
2025-08-20T22:48:53.2007229Z [00:02:06.994]➜        input_sections=390
2025-08-20T22:48:53.2007766Z [00:02:06.994]➜           reloc_alloc=449
2025-08-20T22:48:53.2008359Z [00:02:06.994]➜           parsed_objs=1657
2025-08-20T22:48:53.2008939Z [00:02:06.994]➜      regular_sections=9628
2025-08-20T22:48:53.2009520Z [00:02:06.994]➜              all_syms=25247
2025-08-20T22:48:53.2010079Z [00:02:06.994]➜     total_input_bytes=38747130
2025-08-20T22:48:53.2010702Z [00:02:06.994]➜  .comment estimation=1627 actual=4
2025-08-20T22:48:53.2016017Z [00:02:06.994]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:48:53.2016716Z [00:02:06.994]➜  .rodata.cst8 estimation=1636 actual=20
2025-08-20T22:48:53.2076610Z [00:02:07.002]➜  using __builtin_supports ... yes
2025-08-20T22:48:53.2966876Z [00:02:07.091]➜  using __builtin_tanhf ... no
2025-08-20T22:48:53.3148643Z [00:02:07.110]➜  using __builtin_y0 ... no
2025-08-20T22:48:53.3255815Z [00:02:07.120]➜  using __builtin_tanh ... no
2025-08-20T22:48:53.3283961Z [00:02:07.123]➜  using __builtin_tanhl ... no
2025-08-20T22:48:53.3765602Z [00:02:07.171]➜        reloc_nonalloc=0
2025-08-20T22:48:53.3784555Z [00:02:07.173]➜               comdats=0
2025-08-20T22:48:53.3787392Z [00:02:07.174]➜    removed_comdat_mem=0
2025-08-20T22:48:53.3789889Z [00:02:07.174]➜              num_dsos=0
2025-08-20T22:48:53.3791372Z [00:02:07.174]➜       parsed_lto_objs=1
2025-08-20T22:48:53.3792070Z [00:02:07.174]➜              num_cies=1
2025-08-20T22:48:53.3792735Z [00:02:07.174]➜       num_unique_cies=1
2025-08-20T22:48:53.3793333Z [00:02:07.174]➜              num_fdes=1
2025-08-20T22:48:53.3794265Z [00:02:07.174]➜        merged_strings=6
2025-08-20T22:48:53.3794853Z [00:02:07.174]➜              num_objs=17
2025-08-20T22:48:53.3795451Z [00:02:07.174]➜         output_chunks=24
2025-08-20T22:48:53.3796053Z [00:02:07.174]➜      string_fragments=28
2025-08-20T22:48:53.3796647Z [00:02:07.174]➜      garbage_sections=45
2025-08-20T22:48:53.3797236Z [00:02:07.174]➜           reloc_alloc=83
2025-08-20T22:48:53.3797814Z [00:02:07.174]➜        undefined_syms=99
2025-08-20T22:48:53.3798409Z [00:02:07.174]➜          defined_syms=150
2025-08-20T22:48:53.3799016Z [00:02:07.174]➜        input_sections=370
2025-08-20T22:48:53.3799620Z [00:02:07.174]➜           parsed_objs=1657
2025-08-20T22:48:53.3800232Z [00:02:07.174]➜      regular_sections=9628
2025-08-20T22:48:53.3800986Z [00:02:07.174]➜              all_syms=25245
2025-08-20T22:48:53.3801632Z [00:02:07.174]➜     total_input_bytes=38747094
2025-08-20T22:48:53.3802316Z [00:02:07.174]➜  .comment estimation=1627 actual=4
2025-08-20T22:48:53.3803052Z [00:02:07.174]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:48:53.3936824Z [00:02:07.188]➜  using __builtin_thread_pointer ... yes
2025-08-20T22:48:53.4418329Z [00:02:07.237]➜  using __builtin_y1 ... no
2025-08-20T22:48:53.4508057Z [00:02:07.246]➜  using __builtin_y0f ... no
2025-08-20T22:48:53.4688320Z [00:02:07.264]➜  using __builtin_y1f ... no
2025-08-20T22:48:53.4767115Z [00:02:07.272]➜  using __builtin_yn ... no
2025-08-20T22:48:53.5241755Z [00:02:07.319]➜  using __builtin_ynf ... no
2025-08-20T22:48:53.5765037Z [00:02:07.371]➜  using __builtin_y1l ... no
2025-08-20T22:48:53.5836077Z [00:02:07.378]➜  using __builtin_ynl ... no
2025-08-20T22:48:53.5901748Z [00:02:07.385]➜  using __builtin_y0l ... no
2025-08-20T22:48:53.6476743Z [00:02:07.442]➜        reloc_nonalloc=0
2025-08-20T22:48:53.6477847Z [00:02:07.443]➜               comdats=0
2025-08-20T22:48:53.6478584Z [00:02:07.443]➜    removed_comdat_mem=0
2025-08-20T22:48:53.6480574Z [00:02:07.443]➜              num_dsos=0
2025-08-20T22:48:53.6481319Z [00:02:07.443]➜       parsed_lto_objs=1
2025-08-20T22:48:53.6481840Z [00:02:07.443]➜              num_cies=1
2025-08-20T22:48:53.6482307Z [00:02:07.443]➜       num_unique_cies=1
2025-08-20T22:48:53.6482779Z [00:02:07.443]➜              num_fdes=1
2025-08-20T22:48:53.6483262Z [00:02:07.443]➜        merged_strings=9
2025-08-20T22:48:53.6483740Z [00:02:07.443]➜              num_objs=21
2025-08-20T22:48:53.6484240Z [00:02:07.443]➜         output_chunks=26
2025-08-20T22:48:53.6484740Z [00:02:07.443]➜      string_fragments=39
2025-08-20T22:48:53.6485225Z [00:02:07.443]➜      garbage_sections=57
2025-08-20T22:48:53.6485723Z [00:02:07.443]➜           reloc_alloc=92
2025-08-20T22:48:53.6486247Z [00:02:07.443]➜        undefined_syms=107
2025-08-20T22:48:53.6486739Z [00:02:07.443]➜          defined_syms=192
2025-08-20T22:48:53.6487214Z [00:02:07.443]➜        input_sections=477
2025-08-20T22:48:53.6487741Z [00:02:07.443]➜           parsed_objs=1657
2025-08-20T22:48:53.6488246Z [00:02:07.443]➜      regular_sections=9628
2025-08-20T22:48:53.6488767Z [00:02:07.443]➜              all_syms=25247
2025-08-20T22:48:53.6489303Z [00:02:07.443]➜     total_input_bytes=38747274
2025-08-20T22:48:53.6489904Z [00:02:07.443]➜  .comment estimation=1627 actual=4
2025-08-20T22:48:53.6490529Z [00:02:07.443]➜  .rodata.cst16 estimation=1627 actual=2
2025-08-20T22:48:53.6491448Z [00:02:07.443]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:48:53.6492075Z [00:02:07.443]➜  .rodata.cst8 estimation=1626 actual=1
2025-08-20T22:48:53.6706109Z [00:02:07.465]➜  using cabsl ... yes
2025-08-20T22:48:53.6734245Z [00:02:07.468]➜  using cacheflush ... no
2025-08-20T22:48:53.7278161Z [00:02:07.523]➜        reloc_nonalloc=0
2025-08-20T22:48:53.7283133Z [00:02:07.523]➜               comdats=0
2025-08-20T22:48:53.7283888Z [00:02:07.523]➜    removed_comdat_mem=0
2025-08-20T22:48:53.7285972Z [00:02:07.523]➜              num_dsos=0
2025-08-20T22:48:53.7286532Z [00:02:07.523]➜       parsed_lto_objs=1
2025-08-20T22:48:53.7287017Z [00:02:07.523]➜              num_cies=1
2025-08-20T22:48:53.7287766Z [00:02:07.523]➜       num_unique_cies=1
2025-08-20T22:48:53.7288241Z [00:02:07.523]➜              num_fdes=1
2025-08-20T22:48:53.7288717Z [00:02:07.523]➜        merged_strings=12
2025-08-20T22:48:53.7289200Z [00:02:07.523]➜              num_objs=18
2025-08-20T22:48:53.7289679Z [00:02:07.523]➜         output_chunks=25
2025-08-20T22:48:53.7290160Z [00:02:07.523]➜      string_fragments=36
2025-08-20T22:48:53.7290647Z [00:02:07.523]➜      garbage_sections=48
2025-08-20T22:48:53.7291336Z [00:02:07.523]➜           reloc_alloc=90
2025-08-20T22:48:53.7291816Z [00:02:07.523]➜        undefined_syms=101
2025-08-20T22:48:53.7292294Z [00:02:07.523]➜          defined_syms=166
2025-08-20T22:48:53.7292783Z [00:02:07.523]➜        input_sections=399
2025-08-20T22:48:53.7293287Z [00:02:07.523]➜           parsed_objs=1657
2025-08-20T22:48:53.7293776Z [00:02:07.523]➜      regular_sections=9628
2025-08-20T22:48:53.7294474Z [00:02:07.523]➜              all_syms=25247
2025-08-20T22:48:53.7294999Z [00:02:07.523]➜     total_input_bytes=38747270
2025-08-20T22:48:53.7295563Z [00:02:07.523]➜  .comment estimation=1627 actual=4
2025-08-20T22:48:53.7296155Z [00:02:07.523]➜  .rodata.cst8 estimation=1630 actual=6
2025-08-20T22:48:53.7296765Z [00:02:07.523]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:48:53.7442113Z [00:02:07.539]➜  using cbrt ... yes
2025-08-20T22:48:53.8101787Z [00:02:07.605]➜        reloc_nonalloc=0
2025-08-20T22:48:53.8115158Z [00:02:07.606]➜               comdats=0
2025-08-20T22:48:53.8118696Z [00:02:07.607]➜    removed_comdat_mem=0
2025-08-20T22:48:53.8121135Z [00:02:07.607]➜              num_dsos=0
2025-08-20T22:48:53.8123659Z [00:02:07.607]➜       parsed_lto_objs=1
2025-08-20T22:48:53.8126143Z [00:02:07.607]➜              num_cies=1
2025-08-20T22:48:53.8128149Z [00:02:07.607]➜       num_unique_cies=1
2025-08-20T22:48:53.8129098Z [00:02:07.607]➜              num_fdes=1
2025-08-20T22:48:53.8130091Z [00:02:07.607]➜        merged_strings=10
2025-08-20T22:48:53.8132120Z [00:02:07.607]➜              num_objs=18
2025-08-20T22:48:53.8133483Z [00:02:07.607]➜         output_chunks=26
2025-08-20T22:48:53.8134417Z [00:02:07.607]➜      string_fragments=34
2025-08-20T22:48:53.8135424Z [00:02:07.607]➜      garbage_sections=48
2025-08-20T22:48:53.8136898Z [00:02:07.607]➜           reloc_alloc=88
2025-08-20T22:48:53.8137726Z [00:02:07.607]➜        undefined_syms=101
2025-08-20T22:48:53.8138748Z [00:02:07.607]➜          defined_syms=164
2025-08-20T22:48:53.8139361Z [00:02:07.607]➜        input_sections=400
2025-08-20T22:48:53.8139953Z [00:02:07.607]➜           parsed_objs=1657
2025-08-20T22:48:53.8140963Z [00:02:07.607]➜      regular_sections=9628
2025-08-20T22:48:53.8141714Z [00:02:07.607]➜              all_syms=25247
2025-08-20T22:48:53.8142795Z [00:02:07.607]➜     total_input_bytes=38747270
2025-08-20T22:48:53.8143931Z [00:02:07.607]➜  .comment estimation=1627 actual=4
2025-08-20T22:48:53.8144712Z [00:02:07.607]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:48:53.8146326Z [00:02:07.607]➜  .rodata.cst4 estimation=1627 actual=3
2025-08-20T22:48:53.8147880Z [00:02:07.607]➜  .rodata.cst16 estimation=1626 actual=1
2025-08-20T22:48:53.8172181Z [00:02:07.612]➜        reloc_nonalloc=0
2025-08-20T22:48:53.8185112Z [00:02:07.613]➜               comdats=0
2025-08-20T22:48:53.8185884Z [00:02:07.613]➜    removed_comdat_mem=0
2025-08-20T22:48:53.8186947Z [00:02:07.613]➜              num_dsos=0
2025-08-20T22:48:53.8187754Z [00:02:07.613]➜       parsed_lto_objs=1
2025-08-20T22:48:53.8188364Z [00:02:07.613]➜              num_cies=1
2025-08-20T22:48:53.8189049Z [00:02:07.613]➜       num_unique_cies=1
2025-08-20T22:48:53.8191077Z [00:02:07.613]➜              num_fdes=1
2025-08-20T22:48:53.8191565Z [00:02:07.613]➜        merged_strings=7
2025-08-20T22:48:53.8192022Z [00:02:07.613]➜              num_objs=18
2025-08-20T22:48:53.8192513Z [00:02:07.613]➜         output_chunks=25
2025-08-20T22:48:53.8193048Z [00:02:07.613]➜      string_fragments=31
2025-08-20T22:48:53.8193562Z [00:02:07.613]➜      garbage_sections=48
2025-08-20T22:48:53.8194066Z [00:02:07.613]➜           reloc_alloc=85
2025-08-20T22:48:53.8194552Z [00:02:07.613]➜        undefined_syms=101
2025-08-20T22:48:53.8195038Z [00:02:07.613]➜          defined_syms=161
2025-08-20T22:48:53.8195517Z [00:02:07.613]➜        input_sections=399
2025-08-20T22:48:53.8196062Z [00:02:07.613]➜           parsed_objs=1657
2025-08-20T22:48:53.8196570Z [00:02:07.613]➜      regular_sections=9628
2025-08-20T22:48:53.8197071Z [00:02:07.613]➜              all_syms=25247
2025-08-20T22:48:53.8197586Z [00:02:07.613]➜     total_input_bytes=38747270
2025-08-20T22:48:53.8198167Z [00:02:07.613]➜  .comment estimation=1627 actual=4
2025-08-20T22:48:53.8198759Z [00:02:07.613]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:48:53.8199340Z [00:02:07.613]➜  .rodata.cst4 estimation=1626 actual=1
2025-08-20T22:48:53.8307818Z [00:02:07.625]➜  using cbrtl ... yes
2025-08-20T22:48:53.8343504Z [00:02:07.629]➜  using cbrtf ... yes
2025-08-20T22:48:53.8847359Z [00:02:07.679]➜        reloc_nonalloc=0
2025-08-20T22:48:53.8854383Z [00:02:07.680]➜               comdats=0
2025-08-20T22:48:53.8854887Z [00:02:07.680]➜    removed_comdat_mem=0
2025-08-20T22:48:53.8855356Z [00:02:07.680]➜              num_dsos=0
2025-08-20T22:48:53.8855828Z [00:02:07.680]➜       parsed_lto_objs=1
2025-08-20T22:48:53.8856296Z [00:02:07.680]➜              num_cies=1
2025-08-20T22:48:53.8856759Z [00:02:07.680]➜       num_unique_cies=1
2025-08-20T22:48:53.8857231Z [00:02:07.680]➜              num_fdes=1
2025-08-20T22:48:53.8857712Z [00:02:07.680]➜         output_chunks=27
2025-08-20T22:48:53.8867304Z [00:02:07.680]➜              num_objs=39
2025-08-20T22:48:53.8867840Z [00:02:07.680]➜        merged_strings=70
2025-08-20T22:48:53.8868341Z [00:02:07.680]➜      garbage_sections=111
2025-08-20T22:48:53.8868844Z [00:02:07.680]➜        undefined_syms=154
2025-08-20T22:48:53.8869330Z [00:02:07.680]➜      string_fragments=163
2025-08-20T22:48:53.8871712Z [00:02:07.680]➜           reloc_alloc=283
2025-08-20T22:48:53.8872215Z [00:02:07.680]➜          defined_syms=463
2025-08-20T22:48:53.8872715Z [00:02:07.680]➜        input_sections=979
2025-08-20T22:48:53.8873208Z [00:02:07.680]➜           parsed_objs=1657
2025-08-20T22:48:53.8873713Z [00:02:07.680]➜      regular_sections=9628
2025-08-20T22:48:53.8874213Z [00:02:07.680]➜              all_syms=25247
2025-08-20T22:48:53.8874728Z [00:02:07.680]➜     total_input_bytes=38747282
2025-08-20T22:48:53.8875288Z [00:02:07.680]➜  .comment estimation=1627 actual=4
2025-08-20T22:48:53.8875880Z [00:02:07.680]➜  .rodata.cst8 estimation=1659 actual=63
2025-08-20T22:48:53.8876487Z [00:02:07.680]➜  .rodata.cst16 estimation=1626 actual=1
2025-08-20T22:48:53.8877107Z [00:02:07.680]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:48:53.8877676Z [00:02:07.682]➜        reloc_nonalloc=0
2025-08-20T22:48:53.8888989Z [00:02:07.684]➜               comdats=0
2025-08-20T22:48:53.8896199Z [00:02:07.684]➜    removed_comdat_mem=0
2025-08-20T22:48:53.8896717Z [00:02:07.684]➜              num_dsos=0
2025-08-20T22:48:53.8907630Z [00:02:07.685]➜       parsed_lto_objs=1
2025-08-20T22:48:53.8908123Z [00:02:07.685]➜              num_cies=1
2025-08-20T22:48:53.8908588Z [00:02:07.685]➜       num_unique_cies=1
2025-08-20T22:48:53.8909047Z [00:02:07.685]➜              num_fdes=1
2025-08-20T22:48:53.8909521Z [00:02:07.685]➜         output_chunks=28
2025-08-20T22:48:53.8910005Z [00:02:07.685]➜              num_objs=39
2025-08-20T22:48:53.8910481Z [00:02:07.685]➜        merged_strings=59
2025-08-20T22:48:53.8911658Z [00:02:07.685]➜      garbage_sections=111
2025-08-20T22:48:53.8912166Z [00:02:07.685]➜      string_fragments=151
2025-08-20T22:48:53.8912652Z [00:02:07.685]➜        undefined_syms=154
2025-08-20T22:48:53.8913125Z [00:02:07.685]➜           reloc_alloc=282
2025-08-20T22:48:53.8913654Z [00:02:07.685]➜          defined_syms=451
2025-08-20T22:48:53.8914136Z [00:02:07.685]➜        input_sections=983
2025-08-20T22:48:53.8914654Z [00:02:07.685]➜           parsed_objs=1657
2025-08-20T22:48:53.8915151Z [00:02:07.685]➜      regular_sections=9628
2025-08-20T22:48:53.8915661Z [00:02:07.685]➜              all_syms=25247
2025-08-20T22:48:53.8916178Z [00:02:07.685]➜     total_input_bytes=38747274
2025-08-20T22:48:53.8916732Z [00:02:07.685]➜  .comment estimation=1627 actual=4
2025-08-20T22:48:53.8917324Z [00:02:07.685]➜  .rodata.cst4 estimation=1637 actual=23
2025-08-20T22:48:53.8917920Z [00:02:07.685]➜  .rodata.cst16 estimation=1627 actual=2
2025-08-20T22:48:53.8918521Z [00:02:07.685]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:48:53.8919114Z [00:02:07.685]➜  .rodata.cst8 estimation=1641 actual=28
2025-08-20T22:48:53.8948240Z [00:02:07.690]➜  using ccosf ... yes
2025-08-20T22:48:53.8984125Z [00:02:07.693]➜  using ccosf ... yes
2025-08-20T22:48:54.0172348Z [00:02:07.812]➜        reloc_nonalloc=0
2025-08-20T22:48:54.0173240Z [00:02:07.812]➜               comdats=0
2025-08-20T22:48:54.0173798Z [00:02:07.812]➜    removed_comdat_mem=0
2025-08-20T22:48:54.0175527Z [00:02:07.812]➜              num_dsos=0
2025-08-20T22:48:54.0177302Z [00:02:07.812]➜       parsed_lto_objs=1
2025-08-20T22:48:54.0177812Z [00:02:07.812]➜              num_cies=1
2025-08-20T22:48:54.0178270Z [00:02:07.812]➜       num_unique_cies=1
2025-08-20T22:48:54.0178735Z [00:02:07.812]➜              num_fdes=1
2025-08-20T22:48:54.0179218Z [00:02:07.812]➜         output_chunks=27
2025-08-20T22:48:54.0179677Z [00:02:07.812]➜              num_objs=40
2025-08-20T22:48:54.0180181Z [00:02:07.812]➜        merged_strings=70
2025-08-20T22:48:54.0180687Z [00:02:07.812]➜      garbage_sections=114
2025-08-20T22:48:54.0181399Z [00:02:07.812]➜        undefined_syms=156
2025-08-20T22:48:54.0181876Z [00:02:07.812]➜      string_fragments=164
2025-08-20T22:48:54.0182369Z [00:02:07.812]➜           reloc_alloc=283
2025-08-20T22:48:54.0182842Z [00:02:07.812]➜          defined_syms=472
2025-08-20T22:48:54.0183325Z [00:02:07.812]➜        input_sections=1005
2025-08-20T22:48:54.0183833Z [00:02:07.812]➜           parsed_objs=1657
2025-08-20T22:48:54.0184326Z [00:02:07.812]➜      regular_sections=9628
2025-08-20T22:48:54.0184829Z [00:02:07.812]➜              all_syms=25247
2025-08-20T22:48:54.0185330Z [00:02:07.812]➜     total_input_bytes=38747274
2025-08-20T22:48:54.0185877Z [00:02:07.812]➜  .comment estimation=1627 actual=4
2025-08-20T22:48:54.0186469Z [00:02:07.812]➜  .rodata.cst8 estimation=1659 actual=63
2025-08-20T22:48:54.0187059Z [00:02:07.812]➜  .rodata.cst16 estimation=1626 actual=1
2025-08-20T22:48:54.0187652Z [00:02:07.812]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:48:54.0330201Z [00:02:07.828]➜  using ccosl ... yes
2025-08-20T22:48:54.0452711Z [00:02:07.840]➜        reloc_nonalloc=0
2025-08-20T22:48:54.0460523Z [00:02:07.840]➜               comdats=0
2025-08-20T22:48:54.0461229Z [00:02:07.840]➜    removed_comdat_mem=0
2025-08-20T22:48:54.0461669Z [00:02:07.840]➜              num_dsos=0
2025-08-20T22:48:54.0462109Z [00:02:07.840]➜       parsed_lto_objs=1
2025-08-20T22:48:54.0462607Z [00:02:07.840]➜              num_cies=1
2025-08-20T22:48:54.0463038Z [00:02:07.840]➜       num_unique_cies=1
2025-08-20T22:48:54.0463770Z [00:02:07.840]➜              num_fdes=1
2025-08-20T22:48:54.0464248Z [00:02:07.840]➜         output_chunks=27
2025-08-20T22:48:54.0464723Z [00:02:07.840]➜              num_objs=32
2025-08-20T22:48:54.0465176Z [00:02:07.840]➜        merged_strings=54
2025-08-20T22:48:54.0465677Z [00:02:07.840]➜      garbage_sections=90
2025-08-20T22:48:54.0466180Z [00:02:07.840]➜      string_fragments=118
2025-08-20T22:48:54.0466676Z [00:02:07.840]➜        undefined_syms=136
2025-08-20T22:48:54.0467141Z [00:02:07.840]➜           reloc_alloc=220
2025-08-20T22:48:54.0467619Z [00:02:07.840]➜          defined_syms=363
2025-08-20T22:48:54.0468091Z [00:02:07.840]➜        input_sections=788
2025-08-20T22:48:54.0468572Z [00:02:07.840]➜           parsed_objs=1657
2025-08-20T22:48:54.0469066Z [00:02:07.840]➜      regular_sections=9628
2025-08-20T22:48:54.0469572Z [00:02:07.840]➜              all_syms=25247
2025-08-20T22:48:54.0470086Z [00:02:07.840]➜     total_input_bytes=38747282
2025-08-20T22:48:54.0470672Z [00:02:07.840]➜  .rodata.cst8 estimation=1649 actual=47
2025-08-20T22:48:54.0471757Z [00:02:07.840]➜  .comment estimation=1627 actual=4
2025-08-20T22:48:54.0472343Z [00:02:07.840]➜  .rodata.cst16 estimation=1626 actual=1
2025-08-20T22:48:54.0472937Z [00:02:07.840]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:48:54.0587116Z [00:02:07.853]➜  using cexp ... yes
2025-08-20T22:48:54.0747833Z [00:02:07.869]➜        reloc_nonalloc=0
2025-08-20T22:48:54.0755881Z [00:02:07.870]➜               comdats=0
2025-08-20T22:48:54.0756430Z [00:02:07.870]➜    removed_comdat_mem=0
2025-08-20T22:48:54.0756921Z [00:02:07.870]➜              num_dsos=0
2025-08-20T22:48:54.0757415Z [00:02:07.870]➜       parsed_lto_objs=1
2025-08-20T22:48:54.0757925Z [00:02:07.870]➜              num_cies=1
2025-08-20T22:48:54.0758424Z [00:02:07.870]➜       num_unique_cies=1
2025-08-20T22:48:54.0759193Z [00:02:07.870]➜              num_fdes=1
2025-08-20T22:48:54.0759697Z [00:02:07.870]➜         output_chunks=27
2025-08-20T22:48:54.0760209Z [00:02:07.870]➜              num_objs=33
2025-08-20T22:48:54.0760690Z [00:02:07.870]➜        merged_strings=54
2025-08-20T22:48:54.0761360Z [00:02:07.870]➜      garbage_sections=93
2025-08-20T22:48:54.0761862Z [00:02:07.870]➜      string_fragments=120
2025-08-20T22:48:54.0762356Z [00:02:07.870]➜        undefined_syms=138
2025-08-20T22:48:54.0762841Z [00:02:07.870]➜           reloc_alloc=221
2025-08-20T22:48:54.0763312Z [00:02:07.870]➜          defined_syms=372
2025-08-20T22:48:54.0763792Z [00:02:07.870]➜        input_sections=813
2025-08-20T22:48:54.0764280Z [00:02:07.870]➜           parsed_objs=1657
2025-08-20T22:48:54.0764776Z [00:02:07.870]➜      regular_sections=9628
2025-08-20T22:48:54.0765271Z [00:02:07.870]➜              all_syms=25247
2025-08-20T22:48:54.0765797Z [00:02:07.870]➜     total_input_bytes=38747274
2025-08-20T22:48:54.0766358Z [00:02:07.870]➜  .comment estimation=1627 actual=4
2025-08-20T22:48:54.0766981Z [00:02:07.870]➜  .rodata.cst8 estimation=1649 actual=47
2025-08-20T22:48:54.0767605Z [00:02:07.870]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:48:54.0768210Z [00:02:07.870]➜  .rodata.cst16 estimation=1626 actual=1
2025-08-20T22:48:54.0878604Z [00:02:07.883]➜        reloc_nonalloc=0
2025-08-20T22:48:54.0891551Z [00:02:07.884]➜               comdats=0
2025-08-20T22:48:54.0898533Z [00:02:07.884]➜    removed_comdat_mem=0
2025-08-20T22:48:54.0899032Z [00:02:07.884]➜              num_dsos=0
2025-08-20T22:48:54.0899521Z [00:02:07.884]➜       parsed_lto_objs=1
2025-08-20T22:48:54.0899983Z [00:02:07.884]➜              num_cies=1
2025-08-20T22:48:54.0900436Z [00:02:07.884]➜       num_unique_cies=1
2025-08-20T22:48:54.0931711Z [00:02:07.884]➜              num_fdes=1
2025-08-20T22:48:54.0932464Z [00:02:07.884]➜        merged_strings=6
2025-08-20T22:48:54.0933063Z [00:02:07.884]➜         output_chunks=25
2025-08-20T22:48:54.0933680Z [00:02:07.884]➜              num_objs=30
2025-08-20T22:48:54.0934322Z [00:02:07.884]➜      string_fragments=54
2025-08-20T22:48:54.0934989Z [00:02:07.884]➜      garbage_sections=86
2025-08-20T22:48:54.0937291Z [00:02:07.884]➜           reloc_alloc=109
2025-08-20T22:48:54.0937811Z [00:02:07.884]➜        undefined_syms=143
2025-08-20T22:48:54.0938301Z [00:02:07.884]➜          defined_syms=282
2025-08-20T22:48:54.0938785Z [00:02:07.884]➜        input_sections=722
2025-08-20T22:48:54.0939272Z [00:02:07.884]➜           parsed_objs=1657
2025-08-20T22:48:54.0939765Z [00:02:07.884]➜      regular_sections=9628
2025-08-20T22:48:54.0940242Z [00:02:07.884]➜              all_syms=25254
2025-08-20T22:48:54.0940754Z [00:02:07.884]➜     total_input_bytes=38748458
2025-08-20T22:48:54.0941537Z [00:02:07.884]➜  .comment estimation=1627 actual=4
2025-08-20T22:48:54.0942166Z [00:02:07.884]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:48:54.0951922Z [00:02:07.890]➜  using cexpl ... yes
2025-08-20T22:48:54.1063343Z [00:02:07.899]➜  using cfgetispeed ... yes
2025-08-20T22:48:54.1437869Z [00:02:07.938]➜        reloc_nonalloc=0
2025-08-20T22:48:54.1442524Z [00:02:07.939]➜               comdats=0
2025-08-20T22:48:54.1445025Z [00:02:07.939]➜    removed_comdat_mem=0
2025-08-20T22:48:54.1446230Z [00:02:07.939]➜              num_dsos=0
2025-08-20T22:48:54.1447100Z [00:02:07.939]➜       parsed_lto_objs=1
2025-08-20T22:48:54.1447774Z [00:02:07.939]➜              num_cies=1
2025-08-20T22:48:54.1448664Z [00:02:07.939]➜       num_unique_cies=1
2025-08-20T22:48:54.1449499Z [00:02:07.939]➜              num_fdes=1
2025-08-20T22:48:54.1450540Z [00:02:07.939]➜         output_chunks=28
2025-08-20T22:48:54.1451942Z [00:02:07.939]➜              num_objs=32
2025-08-20T22:48:54.1452728Z [00:02:07.939]➜        merged_strings=44
2025-08-20T22:48:54.1453695Z [00:02:07.939]➜      garbage_sections=90
2025-08-20T22:48:54.1454601Z [00:02:07.939]➜      string_fragments=110
2025-08-20T22:48:54.1455924Z [00:02:07.939]➜        undefined_syms=136
2025-08-20T22:48:54.1457334Z [00:02:07.939]➜           reloc_alloc=217
2025-08-20T22:48:54.1458164Z [00:02:07.939]➜          defined_syms=355
2025-08-20T22:48:54.1459643Z [00:02:07.939]➜        input_sections=792
2025-08-20T22:48:54.1460163Z [00:02:07.939]➜           parsed_objs=1657
2025-08-20T22:48:54.1460673Z [00:02:07.939]➜      regular_sections=9628
2025-08-20T22:48:54.1461412Z [00:02:07.939]➜              all_syms=25247
2025-08-20T22:48:54.1461933Z [00:02:07.939]➜     total_input_bytes=38747274
2025-08-20T22:48:54.1462483Z [00:02:07.939]➜  .comment estimation=1627 actual=4
2025-08-20T22:48:54.1463066Z [00:02:07.939]➜  .rodata.cst4 estimation=1630 actual=8
2025-08-20T22:48:54.1463662Z [00:02:07.939]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:48:54.1464262Z [00:02:07.939]➜  .rodata.cst8 estimation=1641 actual=28
2025-08-20T22:48:54.1464842Z [00:02:07.939]➜  .rodata.cst16 estimation=1627 actual=2
2025-08-20T22:48:54.1664385Z [00:02:07.961]➜  using cexp ... yes
2025-08-20T22:48:54.2549300Z [00:02:08.049]➜        reloc_nonalloc=0
2025-08-20T22:48:54.2552887Z [00:02:08.050]➜               comdats=0
2025-08-20T22:48:54.2553387Z [00:02:08.050]➜    removed_comdat_mem=0
2025-08-20T22:48:54.2553880Z [00:02:08.050]➜              num_dsos=0
2025-08-20T22:48:54.2554360Z [00:02:08.050]➜       parsed_lto_objs=1
2025-08-20T22:48:54.2554831Z [00:02:08.050]➜              num_cies=1
2025-08-20T22:48:54.2555280Z [00:02:08.050]➜       num_unique_cies=1
2025-08-20T22:48:54.2555734Z [00:02:08.050]➜              num_fdes=1
2025-08-20T22:48:54.2556191Z [00:02:08.050]➜        merged_strings=7
2025-08-20T22:48:54.2556664Z [00:02:08.050]➜              num_objs=20
2025-08-20T22:48:54.2557144Z [00:02:08.050]➜         output_chunks=24
2025-08-20T22:48:54.2557626Z [00:02:08.050]➜      string_fragments=35
2025-08-20T22:48:54.2558112Z [00:02:08.050]➜      garbage_sections=54
2025-08-20T22:48:54.2558591Z [00:02:08.050]➜           reloc_alloc=87
2025-08-20T22:48:54.2559064Z [00:02:08.050]➜        undefined_syms=106
2025-08-20T22:48:54.2559558Z [00:02:08.050]➜          defined_syms=180
2025-08-20T22:48:54.2560061Z [00:02:08.050]➜        input_sections=450
2025-08-20T22:48:54.2560553Z [00:02:08.050]➜           parsed_objs=1657
2025-08-20T22:48:54.2561502Z [00:02:08.050]➜      regular_sections=9629
2025-08-20T22:48:54.2561996Z [00:02:08.050]➜              all_syms=25248
2025-08-20T22:48:54.2562507Z [00:02:08.050]➜     total_input_bytes=38747506
2025-08-20T22:48:54.2563067Z [00:02:08.050]➜  .comment estimation=1627 actual=4
2025-08-20T22:48:54.2563674Z [00:02:08.050]➜  .rodata.str1.1 estimation=1628 actual=3
2025-08-20T22:48:54.2566246Z [00:02:08.051]➜        reloc_nonalloc=0
2025-08-20T22:48:54.2567248Z [00:02:08.051]➜               comdats=0
2025-08-20T22:48:54.2568721Z [00:02:08.051]➜    removed_comdat_mem=0
2025-08-20T22:48:54.2569377Z [00:02:08.051]➜              num_dsos=0
2025-08-20T22:48:54.2570054Z [00:02:08.051]➜       parsed_lto_objs=1
2025-08-20T22:48:54.2570642Z [00:02:08.051]➜              num_cies=1
2025-08-20T22:48:54.2571593Z [00:02:08.051]➜       num_unique_cies=1
2025-08-20T22:48:54.2572212Z [00:02:08.051]➜              num_fdes=1
2025-08-20T22:48:54.2572777Z [00:02:08.051]➜        merged_strings=6
2025-08-20T22:48:54.2573348Z [00:02:08.051]➜         output_chunks=25
2025-08-20T22:48:54.2573910Z [00:02:08.051]➜              num_objs=31
2025-08-20T22:48:54.2574632Z [00:02:08.051]➜      string_fragments=56
2025-08-20T22:48:54.2575277Z [00:02:08.052]➜      garbage_sections=90
2025-08-20T22:48:54.2575899Z [00:02:08.052]➜           reloc_alloc=109
2025-08-20T22:48:54.2576510Z [00:02:08.052]➜        undefined_syms=145
2025-08-20T22:48:54.2577121Z [00:02:08.052]➜          defined_syms=292
2025-08-20T22:48:54.2577730Z [00:02:08.052]➜        input_sections=749
2025-08-20T22:48:54.2578339Z [00:02:08.052]➜           parsed_objs=1657
2025-08-20T22:48:54.2578928Z [00:02:08.052]➜      regular_sections=9628
2025-08-20T22:48:54.2579515Z [00:02:08.052]➜              all_syms=25254
2025-08-20T22:48:54.2580111Z [00:02:08.052]➜     total_input_bytes=38748458
2025-08-20T22:48:54.2581155Z [00:02:08.052]➜  .comment estimation=1627 actual=4
2025-08-20T22:48:54.2581862Z [00:02:08.052]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:48:54.2718201Z [00:02:08.066]➜  using cfgetospeed ... yes
2025-08-20T22:48:54.2858031Z [00:02:08.080]➜  using chroot ... yes
2025-08-20T22:48:54.3008135Z [00:02:08.095]➜        reloc_nonalloc=0
2025-08-20T22:48:54.3009435Z [00:02:08.096]➜               comdats=0
2025-08-20T22:48:54.3010366Z [00:02:08.096]➜    removed_comdat_mem=0
2025-08-20T22:48:54.3011320Z [00:02:08.096]➜              num_dsos=0
2025-08-20T22:48:54.3011981Z [00:02:08.096]➜       parsed_lto_objs=1
2025-08-20T22:48:54.3012465Z [00:02:08.096]➜              num_cies=1
2025-08-20T22:48:54.3012932Z [00:02:08.096]➜       num_unique_cies=1
2025-08-20T22:48:54.3013396Z [00:02:08.096]➜              num_fdes=1
2025-08-20T22:48:54.3013855Z [00:02:08.096]➜        merged_strings=6
2025-08-20T22:48:54.3014320Z [00:02:08.096]➜              num_objs=18
2025-08-20T22:48:54.3014803Z [00:02:08.096]➜         output_chunks=24
2025-08-20T22:48:54.3015389Z [00:02:08.096]➜      string_fragments=30
2025-08-20T22:48:54.3015894Z [00:02:08.096]➜      garbage_sections=48
2025-08-20T22:48:54.3016439Z [00:02:08.096]➜           reloc_alloc=84
2025-08-20T22:48:54.3016950Z [00:02:08.096]➜        undefined_syms=101
2025-08-20T22:48:54.3017456Z [00:02:08.096]➜          defined_syms=159
2025-08-20T22:48:54.3017965Z [00:02:08.096]➜        input_sections=395
2025-08-20T22:48:54.3018450Z [00:02:08.096]➜           parsed_objs=1657
2025-08-20T22:48:54.3018950Z [00:02:08.096]➜      regular_sections=9628
2025-08-20T22:48:54.3019455Z [00:02:08.096]➜              all_syms=25247
2025-08-20T22:48:54.3019971Z [00:02:08.096]➜     total_input_bytes=38747278
2025-08-20T22:48:54.3020560Z [00:02:08.096]➜  .comment estimation=1627 actual=4
2025-08-20T22:48:54.3021332Z [00:02:08.096]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:48:54.3131107Z [00:02:08.108]➜  using cimag ... yes
2025-08-20T22:48:54.3444953Z [00:02:08.139]➜        reloc_nonalloc=0
2025-08-20T22:48:54.3445625Z [00:02:08.139]➜               comdats=0
2025-08-20T22:48:54.3446819Z [00:02:08.139]➜    removed_comdat_mem=0
2025-08-20T22:48:54.3447884Z [00:02:08.139]➜              num_dsos=0
2025-08-20T22:48:54.3450327Z [00:02:08.139]➜       parsed_lto_objs=1
2025-08-20T22:48:54.3451002Z [00:02:08.139]➜              num_cies=1
2025-08-20T22:48:54.3451497Z [00:02:08.139]➜       num_unique_cies=1
2025-08-20T22:48:54.3451963Z [00:02:08.139]➜              num_fdes=1
2025-08-20T22:48:54.3452419Z [00:02:08.139]➜        merged_strings=6
2025-08-20T22:48:54.3452884Z [00:02:08.139]➜              num_objs=18
2025-08-20T22:48:54.3453364Z [00:02:08.139]➜         output_chunks=24
2025-08-20T22:48:54.3453849Z [00:02:08.139]➜      string_fragments=30
2025-08-20T22:48:54.3454317Z [00:02:08.139]➜      garbage_sections=48
2025-08-20T22:48:54.3454786Z [00:02:08.139]➜           reloc_alloc=84
2025-08-20T22:48:54.3455265Z [00:02:08.139]➜        undefined_syms=101
2025-08-20T22:48:54.3455769Z [00:02:08.139]➜          defined_syms=159
2025-08-20T22:48:54.3456250Z [00:02:08.139]➜        input_sections=395
2025-08-20T22:48:54.3456753Z [00:02:08.139]➜           parsed_objs=1657
2025-08-20T22:48:54.3457244Z [00:02:08.139]➜      regular_sections=9628
2025-08-20T22:48:54.3457739Z [00:02:08.139]➜              all_syms=25247
2025-08-20T22:48:54.3458254Z [00:02:08.139]➜     total_input_bytes=38747274
2025-08-20T22:48:54.3458802Z [00:02:08.139]➜  .comment estimation=1627 actual=4
2025-08-20T22:48:54.3459402Z [00:02:08.139]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:48:54.3568662Z [00:02:08.152]➜  using cimagf ... yes
2025-08-20T22:48:54.3798585Z [00:02:08.174]➜        reloc_nonalloc=0
2025-08-20T22:48:54.3808776Z [00:02:08.175]➜               comdats=0
2025-08-20T22:48:54.3809284Z [00:02:08.175]➜    removed_comdat_mem=0
2025-08-20T22:48:54.3809763Z [00:02:08.175]➜              num_dsos=0
2025-08-20T22:48:54.3810211Z [00:02:08.175]➜       parsed_lto_objs=1
2025-08-20T22:48:54.3810701Z [00:02:08.175]➜              num_cies=1
2025-08-20T22:48:54.3811739Z [00:02:08.175]➜       num_unique_cies=1
2025-08-20T22:48:54.3812251Z [00:02:08.175]➜              num_fdes=1
2025-08-20T22:48:54.3812744Z [00:02:08.175]➜        merged_strings=6
2025-08-20T22:48:54.3813223Z [00:02:08.175]➜              num_objs=18
2025-08-20T22:48:54.3813709Z [00:02:08.175]➜         output_chunks=24
2025-08-20T22:48:54.3814196Z [00:02:08.175]➜      string_fragments=30
2025-08-20T22:48:54.3814686Z [00:02:08.175]➜      garbage_sections=48
2025-08-20T22:48:54.3815164Z [00:02:08.175]➜           reloc_alloc=84
2025-08-20T22:48:54.3815720Z [00:02:08.175]➜        undefined_syms=101
2025-08-20T22:48:54.3816203Z [00:02:08.175]➜          defined_syms=159
2025-08-20T22:48:54.3816688Z [00:02:08.175]➜        input_sections=395
2025-08-20T22:48:54.3817174Z [00:02:08.175]➜           parsed_objs=1657
2025-08-20T22:48:54.3817666Z [00:02:08.175]➜      regular_sections=9628
2025-08-20T22:48:54.3818163Z [00:02:08.175]➜              all_syms=25247
2025-08-20T22:48:54.3818691Z [00:02:08.175]➜     total_input_bytes=38747274
2025-08-20T22:48:54.3819255Z [00:02:08.175]➜  .comment estimation=1627 actual=4
2025-08-20T22:48:54.3819875Z [00:02:08.175]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:48:54.3894250Z [00:02:08.184]➜  using cimagl ... yes
2025-08-20T22:48:54.4959660Z [00:02:08.291]➜        reloc_nonalloc=0
2025-08-20T22:48:54.4970651Z [00:02:08.292]➜               comdats=0
2025-08-20T22:48:54.4971448Z [00:02:08.292]➜    removed_comdat_mem=0
2025-08-20T22:48:54.4974773Z [00:02:08.292]➜              num_dsos=0
2025-08-20T22:48:54.4975774Z [00:02:08.292]➜       parsed_lto_objs=1
2025-08-20T22:48:54.4977185Z [00:02:08.292]➜              num_cies=1
2025-08-20T22:48:54.4978069Z [00:02:08.292]➜       num_unique_cies=1
2025-08-20T22:48:54.4979337Z [00:02:08.292]➜              num_fdes=1
2025-08-20T22:48:54.4980214Z [00:02:08.292]➜        merged_strings=6
2025-08-20T22:48:54.4981790Z [00:02:08.292]➜              num_objs=18
2025-08-20T22:48:54.4982703Z [00:02:08.292]➜         output_chunks=24
2025-08-20T22:48:54.4984037Z [00:02:08.292]➜      string_fragments=30
2025-08-20T22:48:54.4985280Z [00:02:08.292]➜      garbage_sections=48
2025-08-20T22:48:54.4986260Z [00:02:08.292]➜           reloc_alloc=86
2025-08-20T22:48:54.4986901Z [00:02:08.292]➜        undefined_syms=104
2025-08-20T22:48:54.4987402Z [00:02:08.292]➜          defined_syms=162
2025-08-20T22:48:54.4987891Z [00:02:08.292]➜        input_sections=399
2025-08-20T22:48:54.4988391Z [00:02:08.292]➜           parsed_objs=1657
2025-08-20T22:48:54.4988897Z [00:02:08.292]➜      regular_sections=9628
2025-08-20T22:48:54.4989414Z [00:02:08.292]➜              all_syms=25247
2025-08-20T22:48:54.4989951Z [00:02:08.292]➜     total_input_bytes=38747250
2025-08-20T22:48:54.4990514Z [00:02:08.292]➜  .comment estimation=1627 actual=4
2025-08-20T22:48:54.4991323Z [00:02:08.292]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:48:54.5119157Z [00:02:08.307]➜        reloc_nonalloc=0
2025-08-20T22:48:54.5121803Z [00:02:08.307]➜               comdats=0
2025-08-20T22:48:54.5122364Z [00:02:08.307]➜    removed_comdat_mem=0
2025-08-20T22:48:54.5122832Z [00:02:08.307]➜              num_dsos=0
2025-08-20T22:48:54.5123324Z [00:02:08.307]➜       parsed_lto_objs=1
2025-08-20T22:48:54.5123795Z [00:02:08.307]➜              num_cies=1
2025-08-20T22:48:54.5124256Z [00:02:08.307]➜       num_unique_cies=1
2025-08-20T22:48:54.5124716Z [00:02:08.307]➜              num_fdes=1
2025-08-20T22:48:54.5125175Z [00:02:08.307]➜        merged_strings=6
2025-08-20T22:48:54.5125638Z [00:02:08.307]➜              num_objs=22
2025-08-20T22:48:54.5126118Z [00:02:08.307]➜         output_chunks=24
2025-08-20T22:48:54.5126606Z [00:02:08.307]➜      string_fragments=36
2025-08-20T22:48:54.5127084Z [00:02:08.307]➜      garbage_sections=60
2025-08-20T22:48:54.5127553Z [00:02:08.307]➜           reloc_alloc=92
2025-08-20T22:48:54.5128033Z [00:02:08.307]➜        undefined_syms=115
2025-08-20T22:48:54.5128517Z [00:02:08.307]➜          defined_syms=197
2025-08-20T22:48:54.5129285Z [00:02:08.307]➜        input_sections=498
2025-08-20T22:48:54.5129807Z [00:02:08.307]➜           parsed_objs=1657
2025-08-20T22:48:54.5130347Z [00:02:08.307]➜      regular_sections=9628
2025-08-20T22:48:54.5131007Z [00:02:08.307]➜              all_syms=25249
2025-08-20T22:48:54.5131534Z [00:02:08.307]➜     total_input_bytes=38747914
2025-08-20T22:48:54.5132098Z [00:02:08.307]➜  .comment estimation=1627 actual=4
2025-08-20T22:48:54.5132717Z [00:02:08.307]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:48:54.5133405Z [00:02:08.308]➜  using clearenv ... yes
2025-08-20T22:48:54.5369627Z [00:02:08.332]➜        reloc_nonalloc=0
2025-08-20T22:48:54.5374079Z [00:02:08.332]➜               comdats=0
2025-08-20T22:48:54.5374587Z [00:02:08.332]➜    removed_comdat_mem=0
2025-08-20T22:48:54.5375052Z [00:02:08.332]➜              num_dsos=0
2025-08-20T22:48:54.5375526Z [00:02:08.332]➜       parsed_lto_objs=1
2025-08-20T22:48:54.5375954Z [00:02:08.332]➜              num_cies=1
2025-08-20T22:48:54.5376402Z [00:02:08.332]➜       num_unique_cies=1
2025-08-20T22:48:54.5376840Z [00:02:08.332]➜              num_fdes=1
2025-08-20T22:48:54.5377279Z [00:02:08.332]➜        merged_strings=8
2025-08-20T22:48:54.5377706Z [00:02:08.332]➜              num_objs=23
2025-08-20T22:48:54.5378175Z [00:02:08.332]➜         output_chunks=24
2025-08-20T22:48:54.5378663Z [00:02:08.332]➜      string_fragments=42
2025-08-20T22:48:54.5379147Z [00:02:08.332]➜      garbage_sections=64
2025-08-20T22:48:54.5379608Z [00:02:08.332]➜           reloc_alloc=100
2025-08-20T22:48:54.5380052Z [00:02:08.332]➜        undefined_syms=119
2025-08-20T22:48:54.5380492Z [00:02:08.332]➜          defined_syms=217
2025-08-20T22:48:54.5381153Z [00:02:08.332]➜        input_sections=536
2025-08-20T22:48:54.5381633Z [00:02:08.332]➜           parsed_objs=1657
2025-08-20T22:48:54.5382084Z [00:02:08.332]➜      regular_sections=9628
2025-08-20T22:48:54.5382556Z [00:02:08.332]➜              all_syms=25248
2025-08-20T22:48:54.5383086Z [00:02:08.332]➜     total_input_bytes=38747646
2025-08-20T22:48:54.5383691Z [00:02:08.332]➜  .comment estimation=1627 actual=4
2025-08-20T22:48:54.5384340Z [00:02:08.332]➜  .rodata.str1.1 estimation=1628 actual=4
2025-08-20T22:48:54.5486302Z [00:02:08.343]➜  using clock_adjtime ... yes
2025-08-20T22:48:54.5516573Z [00:02:08.346]➜  using clock_gettime ... yes
2025-08-20T22:48:54.5597630Z [00:02:08.354]➜        reloc_nonalloc=0
2025-08-20T22:48:54.5608245Z [00:02:08.355]➜               comdats=0
2025-08-20T22:48:54.5608753Z [00:02:08.355]➜    removed_comdat_mem=0
2025-08-20T22:48:54.5609223Z [00:02:08.355]➜              num_dsos=0
2025-08-20T22:48:54.5609700Z [00:02:08.355]➜       parsed_lto_objs=1
2025-08-20T22:48:54.5613055Z [00:02:08.355]➜              num_cies=1
2025-08-20T22:48:54.5613544Z [00:02:08.355]➜       num_unique_cies=1
2025-08-20T22:48:54.5613998Z [00:02:08.355]➜              num_fdes=1
2025-08-20T22:48:54.5614463Z [00:02:08.355]➜        merged_strings=6
2025-08-20T22:48:54.5614920Z [00:02:08.355]➜              num_objs=21
2025-08-20T22:48:54.5615431Z [00:02:08.355]➜         output_chunks=24
2025-08-20T22:48:54.5615959Z [00:02:08.355]➜      string_fragments=36
2025-08-20T22:48:54.5616466Z [00:02:08.355]➜      garbage_sections=58
2025-08-20T22:48:54.5616926Z [00:02:08.355]➜           reloc_alloc=90
2025-08-20T22:48:54.5617389Z [00:02:08.355]➜        undefined_syms=113
2025-08-20T22:48:54.5617866Z [00:02:08.355]➜          defined_syms=190
2025-08-20T22:48:54.5618335Z [00:02:08.355]➜        input_sections=478
2025-08-20T22:48:54.5618830Z [00:02:08.355]➜           parsed_objs=1657
2025-08-20T22:48:54.5619321Z [00:02:08.355]➜      regular_sections=9628
2025-08-20T22:48:54.5619821Z [00:02:08.355]➜              all_syms=25248
2025-08-20T22:48:54.5620333Z [00:02:08.355]➜     total_input_bytes=38747642
2025-08-20T22:48:54.5641131Z [00:02:08.355]➜  .comment estimation=1627 actual=4
2025-08-20T22:48:54.5641873Z [00:02:08.355]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:48:54.5777919Z [00:02:08.373]➜  using clock_getres ... yes
2025-08-20T22:48:54.6189185Z [00:02:08.414]➜        reloc_nonalloc=0
2025-08-20T22:48:54.6192019Z [00:02:08.414]➜               comdats=0
2025-08-20T22:48:54.6193117Z [00:02:08.414]➜    removed_comdat_mem=0
2025-08-20T22:48:54.6193800Z [00:02:08.414]➜              num_dsos=0
2025-08-20T22:48:54.6194295Z [00:02:08.414]➜       parsed_lto_objs=1
2025-08-20T22:48:54.6194765Z [00:02:08.414]➜              num_cies=1
2025-08-20T22:48:54.6195230Z [00:02:08.414]➜       num_unique_cies=1
2025-08-20T22:48:54.6195692Z [00:02:08.414]➜              num_fdes=1
2025-08-20T22:48:54.6196151Z [00:02:08.414]➜        merged_strings=6
2025-08-20T22:48:54.6196623Z [00:02:08.414]➜              num_objs=20
2025-08-20T22:48:54.6197108Z [00:02:08.414]➜         output_chunks=24
2025-08-20T22:48:54.6197596Z [00:02:08.414]➜      string_fragments=34
2025-08-20T22:48:54.6198080Z [00:02:08.414]➜      garbage_sections=55
2025-08-20T22:48:54.6198559Z [00:02:08.414]➜           reloc_alloc=91
2025-08-20T22:48:54.6199041Z [00:02:08.414]➜        undefined_syms=112
2025-08-20T22:48:54.6199557Z [00:02:08.414]➜          defined_syms=183
2025-08-20T22:48:54.6200048Z [00:02:08.414]➜        input_sections=455
2025-08-20T22:48:54.6200557Z [00:02:08.414]➜           parsed_objs=1657
2025-08-20T22:48:54.6201322Z [00:02:08.414]➜      regular_sections=9628
2025-08-20T22:48:54.6201833Z [00:02:08.414]➜              all_syms=25248
2025-08-20T22:48:54.6202354Z [00:02:08.414]➜     total_input_bytes=38747866
2025-08-20T22:48:54.6202911Z [00:02:08.414]➜  .comment estimation=1627 actual=4
2025-08-20T22:48:54.6203505Z [00:02:08.414]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:48:54.6354074Z [00:02:08.430]➜  using clock_nanosleep ... yes
2025-08-20T22:48:54.7138103Z [00:02:08.509]➜        reloc_nonalloc=0
2025-08-20T22:48:54.7155135Z [00:02:08.510]➜               comdats=0
2025-08-20T22:48:54.7155695Z [00:02:08.510]➜    removed_comdat_mem=0
2025-08-20T22:48:54.7156167Z [00:02:08.510]➜              num_dsos=0
2025-08-20T22:48:54.7156652Z [00:02:08.510]➜       parsed_lto_objs=1
2025-08-20T22:48:54.7157162Z [00:02:08.510]➜              num_cies=1
2025-08-20T22:48:54.7157622Z [00:02:08.510]➜       num_unique_cies=1
2025-08-20T22:48:54.7158381Z [00:02:08.510]➜              num_fdes=1
2025-08-20T22:48:54.7158840Z [00:02:08.510]➜        merged_strings=6
2025-08-20T22:48:54.7159301Z [00:02:08.510]➜              num_objs=21
2025-08-20T22:48:54.7159771Z [00:02:08.510]➜         output_chunks=24
2025-08-20T22:48:54.7160242Z [00:02:08.510]➜      string_fragments=36
2025-08-20T22:48:54.7160716Z [00:02:08.510]➜      garbage_sections=58
2025-08-20T22:48:54.7161403Z [00:02:08.510]➜           reloc_alloc=90
2025-08-20T22:48:54.7161870Z [00:02:08.510]➜        undefined_syms=113
2025-08-20T22:48:54.7162357Z [00:02:08.510]➜          defined_syms=190
2025-08-20T22:48:54.7162831Z [00:02:08.510]➜        input_sections=478
2025-08-20T22:48:54.7163311Z [00:02:08.510]➜           parsed_objs=1657
2025-08-20T22:48:54.7163809Z [00:02:08.510]➜      regular_sections=9628
2025-08-20T22:48:54.7164520Z [00:02:08.510]➜              all_syms=25248
2025-08-20T22:48:54.7165053Z [00:02:08.510]➜     total_input_bytes=38747802
2025-08-20T22:48:54.7165625Z [00:02:08.510]➜  .comment estimation=1627 actual=4
2025-08-20T22:48:54.7166229Z [00:02:08.510]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:48:54.7317998Z [00:02:08.526]➜  using clock_settime ... yes
2025-08-20T22:48:54.7420141Z [00:02:08.537]➜        reloc_nonalloc=0
2025-08-20T22:48:54.7435278Z [00:02:08.538]➜               comdats=0
2025-08-20T22:48:54.7435853Z [00:02:08.538]➜    removed_comdat_mem=0
2025-08-20T22:48:54.7436334Z [00:02:08.538]➜              num_dsos=0
2025-08-20T22:48:54.7436844Z [00:02:08.538]➜       parsed_lto_objs=1
2025-08-20T22:48:54.7437334Z [00:02:08.538]➜              num_cies=1
2025-08-20T22:48:54.7437814Z [00:02:08.538]➜       num_unique_cies=1
2025-08-20T22:48:54.7438291Z [00:02:08.538]➜              num_fdes=1
2025-08-20T22:48:54.7438780Z [00:02:08.538]➜         output_chunks=27
2025-08-20T22:48:54.7439278Z [00:02:08.538]➜              num_objs=29
2025-08-20T22:48:54.7439805Z [00:02:08.538]➜        merged_strings=34
2025-08-20T22:48:54.7440311Z [00:02:08.538]➜      garbage_sections=81
2025-08-20T22:48:54.7441122Z [00:02:08.538]➜      string_fragments=86
2025-08-20T22:48:54.7441649Z [00:02:08.538]➜        undefined_syms=124
2025-08-20T22:48:54.7442161Z [00:02:08.538]➜           reloc_alloc=163
2025-08-20T22:48:54.7442671Z [00:02:08.538]➜          defined_syms=306
2025-08-20T22:48:54.7443166Z [00:02:08.538]➜        input_sections=692
2025-08-20T22:48:54.7443659Z [00:02:08.538]➜           parsed_objs=1657
2025-08-20T22:48:54.7444164Z [00:02:08.538]➜      regular_sections=9628
2025-08-20T22:48:54.7444663Z [00:02:08.538]➜              all_syms=25247
2025-08-20T22:48:54.7445178Z [00:02:08.538]➜     total_input_bytes=38747282
2025-08-20T22:48:54.7445734Z [00:02:08.538]➜  .comment estimation=1627 actual=4
2025-08-20T22:48:54.7446351Z [00:02:08.538]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:48:54.7446942Z [00:02:08.538]➜  .rodata.cst8 estimation=1640 actual=27
2025-08-20T22:48:54.7447500Z [00:02:08.538]➜  .rodata.cst16 estimation=1626 actual=1
2025-08-20T22:48:54.7569097Z [00:02:08.551]➜        reloc_nonalloc=0
2025-08-20T22:48:54.7569670Z [00:02:08.552]➜               comdats=0
2025-08-20T22:48:54.7570148Z [00:02:08.552]➜    removed_comdat_mem=0
2025-08-20T22:48:54.7574828Z [00:02:08.552]➜              num_dsos=0
2025-08-20T22:48:54.7576726Z [00:02:08.552]➜       parsed_lto_objs=1
2025-08-20T22:48:54.7577383Z [00:02:08.552]➜              num_cies=1
2025-08-20T22:48:54.7577881Z [00:02:08.552]➜       num_unique_cies=1
2025-08-20T22:48:54.7578363Z [00:02:08.552]➜              num_fdes=1
2025-08-20T22:48:54.7578842Z [00:02:08.552]➜         output_chunks=28
2025-08-20T22:48:54.7579327Z [00:02:08.552]➜              num_objs=29
2025-08-20T22:48:54.7579797Z [00:02:08.552]➜        merged_strings=39
2025-08-20T22:48:54.7580283Z [00:02:08.552]➜      garbage_sections=81
2025-08-20T22:48:54.7580946Z [00:02:08.552]➜      string_fragments=89
2025-08-20T22:48:54.7581498Z [00:02:08.552]➜        undefined_syms=124
2025-08-20T22:48:54.7581990Z [00:02:08.552]➜           reloc_alloc=158
2025-08-20T22:48:54.7582494Z [00:02:08.552]➜          defined_syms=303
2025-08-20T22:48:54.7582979Z [00:02:08.552]➜        input_sections=690
2025-08-20T22:48:54.7583475Z [00:02:08.552]➜           parsed_objs=1657
2025-08-20T22:48:54.7583982Z [00:02:08.552]➜      regular_sections=9628
2025-08-20T22:48:54.7584479Z [00:02:08.552]➜              all_syms=25247
2025-08-20T22:48:54.7585007Z [00:02:08.552]➜     total_input_bytes=38747274
2025-08-20T22:48:54.7585566Z [00:02:08.552]➜  .comment estimation=1627 actual=4
2025-08-20T22:48:54.7586175Z [00:02:08.552]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:48:54.7586788Z [00:02:08.552]➜  .rodata.cst4 estimation=1642 actual=31
2025-08-20T22:48:54.7587384Z [00:02:08.552]➜  .rodata.cst16 estimation=1626 actual=1
2025-08-20T22:48:54.7587972Z [00:02:08.552]➜  .rodata.cst8 estimation=1626 actual=1
2025-08-20T22:48:54.7612167Z [00:02:08.556]➜  using clog ... yes
2025-08-20T22:48:54.7793080Z [00:02:08.574]➜  using clogf ... yes
2025-08-20T22:48:54.8003600Z [00:02:08.595]➜        reloc_nonalloc=0
2025-08-20T22:48:54.8017103Z [00:02:08.596]➜               comdats=0
2025-08-20T22:48:54.8018154Z [00:02:08.596]➜    removed_comdat_mem=0
2025-08-20T22:48:54.8019032Z [00:02:08.596]➜              num_dsos=0
2025-08-20T22:48:54.8019820Z [00:02:08.596]➜       parsed_lto_objs=1
2025-08-20T22:48:54.8041630Z [00:02:08.596]➜              num_cies=1
2025-08-20T22:48:54.8042140Z [00:02:08.597]➜       num_unique_cies=1
2025-08-20T22:48:54.8042626Z [00:02:08.597]➜              num_fdes=1
2025-08-20T22:48:54.8043095Z [00:02:08.597]➜        merged_strings=9
2025-08-20T22:48:54.8043582Z [00:02:08.597]➜              num_objs=25
2025-08-20T22:48:54.8044072Z [00:02:08.597]➜         output_chunks=26
2025-08-20T22:48:54.8044559Z [00:02:08.597]➜      string_fragments=43
2025-08-20T22:48:54.8045047Z [00:02:08.597]➜      garbage_sections=67
2025-08-20T22:48:54.8045569Z [00:02:08.597]➜           reloc_alloc=96
2025-08-20T22:48:54.8046051Z [00:02:08.597]➜        undefined_syms=115
2025-08-20T22:48:54.8046565Z [00:02:08.597]➜          defined_syms=226
2025-08-20T22:48:54.8047072Z [00:02:08.597]➜        input_sections=571
2025-08-20T22:48:54.8047561Z [00:02:08.597]➜           parsed_objs=1657
2025-08-20T22:48:54.8048071Z [00:02:08.597]➜      regular_sections=9628
2025-08-20T22:48:54.8048587Z [00:02:08.597]➜              all_syms=25247
2025-08-20T22:48:54.8049107Z [00:02:08.597]➜     total_input_bytes=38747274
2025-08-20T22:48:54.8049667Z [00:02:08.597]➜  .comment estimation=1627 actual=4
2025-08-20T22:48:54.8050275Z [00:02:08.597]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:48:54.8051056Z [00:02:08.597]➜  .rodata.cst16 estimation=1627 actual=2
2025-08-20T22:48:54.8051668Z [00:02:08.597]➜  .rodata.cst8 estimation=1626 actual=1
2025-08-20T22:48:54.8207356Z [00:02:08.615]➜  using clogl ... yes
2025-08-20T22:48:54.8487514Z [00:02:08.643]➜  using close_range ... no
2025-08-20T22:48:54.8942849Z [00:02:08.689]➜        reloc_nonalloc=0
2025-08-20T22:48:54.8949551Z [00:02:08.689]➜               comdats=0
2025-08-20T22:48:54.8950493Z [00:02:08.689]➜    removed_comdat_mem=0
2025-08-20T22:48:54.8951193Z [00:02:08.689]➜              num_dsos=0
2025-08-20T22:48:54.8951714Z [00:02:08.689]➜       parsed_lto_objs=1
2025-08-20T22:48:54.8952211Z [00:02:08.689]➜              num_cies=1
2025-08-20T22:48:54.8952684Z [00:02:08.689]➜       num_unique_cies=1
2025-08-20T22:48:54.8953156Z [00:02:08.689]➜              num_fdes=2
2025-08-20T22:48:54.8953636Z [00:02:08.689]➜        merged_strings=6
2025-08-20T22:48:54.8954126Z [00:02:08.689]➜         output_chunks=25
2025-08-20T22:48:54.8954605Z [00:02:08.689]➜              num_objs=25
2025-08-20T22:48:54.8955098Z [00:02:08.689]➜      string_fragments=42
2025-08-20T22:48:54.8955585Z [00:02:08.689]➜      garbage_sections=71
2025-08-20T22:48:54.8956069Z [00:02:08.689]➜           reloc_alloc=115
2025-08-20T22:48:54.8956568Z [00:02:08.689]➜        undefined_syms=131
2025-08-20T22:48:54.8957088Z [00:02:08.689]➜          defined_syms=238
2025-08-20T22:48:54.8957583Z [00:02:08.689]➜        input_sections=583
2025-08-20T22:48:54.8958101Z [00:02:08.689]➜           parsed_objs=1657
2025-08-20T22:48:54.8958603Z [00:02:08.689]➜      regular_sections=9630
2025-08-20T22:48:54.8959108Z [00:02:08.689]➜              all_syms=25251
2025-08-20T22:48:54.8959652Z [00:02:08.689]➜     total_input_bytes=38748174
2025-08-20T22:48:54.8960203Z [00:02:08.689]➜  .comment estimation=1627 actual=4
2025-08-20T22:48:54.8960975Z [00:02:08.689]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:48:54.9136599Z [00:02:08.708]➜  using clone ... yes
2025-08-20T22:48:54.9751366Z [00:02:08.770]➜        reloc_nonalloc=0
2025-08-20T22:48:54.9789247Z [00:02:08.770]➜               comdats=0
2025-08-20T22:48:54.9789792Z [00:02:08.770]➜    removed_comdat_mem=0
2025-08-20T22:48:54.9790287Z [00:02:08.770]➜              num_dsos=0
2025-08-20T22:48:54.9790968Z [00:02:08.770]➜       parsed_lto_objs=1
2025-08-20T22:48:54.9791798Z [00:02:08.770]➜              num_cies=1
2025-08-20T22:48:54.9792346Z [00:02:08.770]➜       num_unique_cies=1
2025-08-20T22:48:54.9792872Z [00:02:08.770]➜              num_fdes=1
2025-08-20T22:48:54.9793358Z [00:02:08.770]➜              num_objs=25
2025-08-20T22:48:54.9793860Z [00:02:08.770]➜         output_chunks=27
2025-08-20T22:48:54.9794360Z [00:02:08.770]➜        merged_strings=33
2025-08-20T22:48:54.9794858Z [00:02:08.770]➜      garbage_sections=69
2025-08-20T22:48:54.9795344Z [00:02:08.770]➜      string_fragments=74
2025-08-20T22:48:54.9795841Z [00:02:08.770]➜        undefined_syms=117
2025-08-20T22:48:54.9796341Z [00:02:08.770]➜           reloc_alloc=147
2025-08-20T22:48:54.9796821Z [00:02:08.770]➜          defined_syms=256
2025-08-20T22:48:54.9797309Z [00:02:08.770]➜        input_sections=587
2025-08-20T22:48:54.9797799Z [00:02:08.770]➜           parsed_objs=1657
2025-08-20T22:48:54.9798300Z [00:02:08.770]➜      regular_sections=9628
2025-08-20T22:48:54.9798816Z [00:02:08.770]➜              all_syms=25247
2025-08-20T22:48:54.9799333Z [00:02:08.770]➜     total_input_bytes=38747270
2025-08-20T22:48:54.9799912Z [00:02:08.770]➜  .comment estimation=1627 actual=4
2025-08-20T22:48:54.9800510Z [00:02:08.770]➜  .rodata.cst8 estimation=1639 actual=26
2025-08-20T22:48:54.9801881Z [00:02:08.770]➜  .rodata.cst16 estimation=1626 actual=1
2025-08-20T22:48:54.9802489Z [00:02:08.770]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:48:54.9986809Z [00:02:08.793]➜  using cosh ... yes
2025-08-20T22:48:55.0130384Z [00:02:08.808]➜        reloc_nonalloc=0
2025-08-20T22:48:55.0140063Z [00:02:08.808]➜               comdats=0
2025-08-20T22:48:55.0140577Z [00:02:08.808]➜    removed_comdat_mem=0
2025-08-20T22:48:55.0141214Z [00:02:08.808]➜              num_dsos=0
2025-08-20T22:48:55.0141697Z [00:02:08.808]➜       parsed_lto_objs=1
2025-08-20T22:48:55.0142167Z [00:02:08.808]➜              num_cies=1
2025-08-20T22:48:55.0142639Z [00:02:08.808]➜       num_unique_cies=1
2025-08-20T22:48:55.0143146Z [00:02:08.808]➜              num_fdes=1
2025-08-20T22:48:55.0143614Z [00:02:08.808]➜        merged_strings=6
2025-08-20T22:48:55.0144365Z [00:02:08.808]➜              num_objs=20
2025-08-20T22:48:55.0144847Z [00:02:08.808]➜         output_chunks=24
2025-08-20T22:48:55.0145331Z [00:02:08.808]➜      string_fragments=34
2025-08-20T22:48:55.0145818Z [00:02:08.808]➜      garbage_sections=54
2025-08-20T22:48:55.0146286Z [00:02:08.808]➜           reloc_alloc=86
2025-08-20T22:48:55.0146755Z [00:02:08.808]➜        undefined_syms=106
2025-08-20T22:48:55.0147229Z [00:02:08.808]➜          defined_syms=179
2025-08-20T22:48:55.0147704Z [00:02:08.808]➜        input_sections=449
2025-08-20T22:48:55.0148180Z [00:02:08.808]➜           parsed_objs=1657
2025-08-20T22:48:55.0148667Z [00:02:08.808]➜      regular_sections=9628
2025-08-20T22:48:55.0149133Z [00:02:08.808]➜              all_syms=25247
2025-08-20T22:48:55.0149627Z [00:02:08.808]➜     total_input_bytes=38747370
2025-08-20T22:48:55.0150163Z [00:02:08.808]➜  .comment estimation=1627 actual=4
2025-08-20T22:48:55.0150753Z [00:02:08.808]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:48:55.0394850Z [00:02:08.834]➜  using copy_file_range ... yes
2025-08-20T22:48:55.0539649Z [00:02:08.849]➜        reloc_nonalloc=0
2025-08-20T22:48:55.0541219Z [00:02:08.849]➜               comdats=0
2025-08-20T22:48:55.0543289Z [00:02:08.849]➜    removed_comdat_mem=0
2025-08-20T22:48:55.0544101Z [00:02:08.849]➜              num_dsos=0
2025-08-20T22:48:55.0546126Z [00:02:08.849]➜       parsed_lto_objs=1
2025-08-20T22:48:55.0546866Z [00:02:08.849]➜              num_cies=1
2025-08-20T22:48:55.0549298Z [00:02:08.849]➜       num_unique_cies=1
2025-08-20T22:48:55.0549800Z [00:02:08.849]➜              num_fdes=1
2025-08-20T22:48:55.0550277Z [00:02:08.849]➜        merged_strings=9
2025-08-20T22:48:55.0550756Z [00:02:08.849]➜              num_objs=20
2025-08-20T22:48:55.0551769Z [00:02:08.849]➜         output_chunks=26
2025-08-20T22:48:55.0552265Z [00:02:08.849]➜      string_fragments=33
2025-08-20T22:48:55.0553113Z [00:02:08.849]➜      garbage_sections=52
2025-08-20T22:48:55.0553676Z [00:02:08.849]➜           reloc_alloc=92
2025-08-20T22:48:55.0554183Z [00:02:08.849]➜        undefined_syms=107
2025-08-20T22:48:55.0554669Z [00:02:08.849]➜          defined_syms=177
2025-08-20T22:48:55.0555137Z [00:02:08.849]➜        input_sections=441
2025-08-20T22:48:55.0555628Z [00:02:08.849]➜           parsed_objs=1657
2025-08-20T22:48:55.0556136Z [00:02:08.849]➜      regular_sections=9628
2025-08-20T22:48:55.0556643Z [00:02:08.849]➜              all_syms=25247
2025-08-20T22:48:55.0557175Z [00:02:08.849]➜     total_input_bytes=38747270
2025-08-20T22:48:55.0557750Z [00:02:08.849]➜  .comment estimation=1627 actual=4
2025-08-20T22:48:55.0558362Z [00:02:08.849]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:48:55.0558969Z [00:02:08.849]➜  .rodata.cst4 estimation=1626 actual=2
2025-08-20T22:48:55.0559573Z [00:02:08.849]➜  .rodata.cst16 estimation=1626 actual=1
2025-08-20T22:48:55.0583207Z [00:02:08.853]➜        reloc_nonalloc=0
2025-08-20T22:48:55.0602883Z [00:02:08.855]➜               comdats=0
2025-08-20T22:48:55.0607851Z [00:02:08.855]➜    removed_comdat_mem=0
2025-08-20T22:48:55.0608362Z [00:02:08.855]➜              num_dsos=0
2025-08-20T22:48:55.0608830Z [00:02:08.855]➜       parsed_lto_objs=1
2025-08-20T22:48:55.0609279Z [00:02:08.855]➜              num_cies=1
2025-08-20T22:48:55.0614906Z [00:02:08.855]➜       num_unique_cies=1
2025-08-20T22:48:55.0615396Z [00:02:08.855]➜              num_fdes=1
2025-08-20T22:48:55.0615859Z [00:02:08.855]➜              num_objs=25
2025-08-20T22:48:55.0616316Z [00:02:08.855]➜         output_chunks=28
2025-08-20T22:48:55.0616777Z [00:02:08.855]➜        merged_strings=30
2025-08-20T22:48:55.0617244Z [00:02:08.855]➜      garbage_sections=69
2025-08-20T22:48:55.0617800Z [00:02:08.855]➜      string_fragments=70
2025-08-20T22:48:55.0618283Z [00:02:08.855]➜        undefined_syms=117
2025-08-20T22:48:55.0618768Z [00:02:08.855]➜           reloc_alloc=142
2025-08-20T22:48:55.0619259Z [00:02:08.855]➜          defined_syms=252
2025-08-20T22:48:55.0619735Z [00:02:08.855]➜        input_sections=588
2025-08-20T22:48:55.0620501Z [00:02:08.855]➜           parsed_objs=1657
2025-08-20T22:48:55.0621188Z [00:02:08.855]➜      regular_sections=9628
2025-08-20T22:48:55.0621687Z [00:02:08.855]➜              all_syms=25247
2025-08-20T22:48:55.0622199Z [00:02:08.855]➜     total_input_bytes=38747270
2025-08-20T22:48:55.0622747Z [00:02:08.855]➜  .comment estimation=1627 actual=4
2025-08-20T22:48:55.0623338Z [00:02:08.855]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:48:55.0623939Z [00:02:08.855]➜  .rodata.cst4 estimation=1636 actual=22
2025-08-20T22:48:55.0624528Z [00:02:08.855]➜  .rodata.cst16 estimation=1626 actual=1
2025-08-20T22:48:55.0625113Z [00:02:08.855]➜  .rodata.cst8 estimation=1626 actual=1
2025-08-20T22:48:55.0687210Z [00:02:08.864]➜  using coshl ... yes
2025-08-20T22:48:55.0715588Z [00:02:08.866]➜  using coshf ... yes
2025-08-20T22:48:55.1413117Z [00:02:08.936]➜        reloc_nonalloc=0
2025-08-20T22:48:55.1454949Z [00:02:08.940]➜               comdats=0
2025-08-20T22:48:55.1456147Z [00:02:08.940]➜    removed_comdat_mem=0
2025-08-20T22:48:55.1457291Z [00:02:08.940]➜              num_dsos=0
2025-08-20T22:48:55.1457838Z [00:02:08.940]➜       parsed_lto_objs=1
2025-08-20T22:48:55.1471407Z [00:02:08.940]➜              num_cies=1
2025-08-20T22:48:55.1472726Z [00:02:08.940]➜       num_unique_cies=1
2025-08-20T22:48:55.1473776Z [00:02:08.940]➜              num_fdes=1
2025-08-20T22:48:55.1474543Z [00:02:08.940]➜              num_objs=24
2025-08-20T22:48:55.1475825Z [00:02:08.940]➜         output_chunks=28
2025-08-20T22:48:55.1476565Z [00:02:08.940]➜        merged_strings=46
2025-08-20T22:48:55.1477437Z [00:02:08.940]➜      garbage_sections=66
2025-08-20T22:48:55.1478423Z [00:02:08.940]➜      string_fragments=84
2025-08-20T22:48:55.1479146Z [00:02:08.940]➜        undefined_syms=113
2025-08-20T22:48:55.1480205Z [00:02:08.940]➜           reloc_alloc=157
2025-08-20T22:48:55.1481244Z [00:02:08.940]➜          defined_syms=269
2025-08-20T22:48:55.1482450Z [00:02:08.940]➜        input_sections=577
2025-08-20T22:48:55.1483307Z [00:02:08.940]➜           parsed_objs=1657
2025-08-20T22:48:55.1484091Z [00:02:08.940]➜      regular_sections=9628
2025-08-20T22:48:55.1485029Z [00:02:08.940]➜              all_syms=25247
2025-08-20T22:48:55.1485772Z [00:02:08.940]➜     total_input_bytes=38747270
2025-08-20T22:48:55.1486572Z [00:02:08.940]➜  .comment estimation=1627 actual=4
2025-08-20T22:48:55.1487627Z [00:02:08.940]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:48:55.1488577Z [00:02:08.940]➜  .rodata.cst4 estimation=1627 actual=3
2025-08-20T22:48:55.1489724Z [00:02:08.940]➜  .rodata.cst8 estimation=1641 actual=27
2025-08-20T22:48:55.1490568Z [00:02:08.940]➜  .rodata.cst16 estimation=1631 actual=10
2025-08-20T22:48:55.1619328Z [00:02:08.957]➜  using cosl ... yes
2025-08-20T22:48:55.2084027Z [00:02:09.003]➜        reloc_nonalloc=0
2025-08-20T22:48:55.2085110Z [00:02:09.003]➜               comdats=0
2025-08-20T22:48:55.2102935Z [00:02:09.003]➜    removed_comdat_mem=0
2025-08-20T22:48:55.2155303Z [00:02:09.003]➜              num_dsos=0
2025-08-20T22:48:55.2159496Z [00:02:09.003]➜       parsed_lto_objs=1
2025-08-20T22:48:55.2160082Z [00:02:09.003]➜       num_unique_cies=1
2025-08-20T22:48:55.2160578Z [00:02:09.003]➜              num_cies=2
2025-08-20T22:48:55.2161533Z [00:02:09.003]➜              num_fdes=2
2025-08-20T22:48:55.2162019Z [00:02:09.003]➜         output_chunks=27
2025-08-20T22:48:55.2162497Z [00:02:09.003]➜              num_objs=46
2025-08-20T22:48:55.2162968Z [00:02:09.003]➜        merged_strings=79
2025-08-20T22:48:55.2163446Z [00:02:09.003]➜      garbage_sections=131
2025-08-20T22:48:55.2163932Z [00:02:09.003]➜        undefined_syms=165
2025-08-20T22:48:55.2164418Z [00:02:09.003]➜      string_fragments=185
2025-08-20T22:48:55.2164889Z [00:02:09.003]➜           reloc_alloc=330
2025-08-20T22:48:55.2165353Z [00:02:09.003]➜          defined_syms=534
2025-08-20T22:48:55.2165834Z [00:02:09.003]➜        input_sections=1149
2025-08-20T22:48:55.2166347Z [00:02:09.003]➜           parsed_objs=1657
2025-08-20T22:48:55.2166835Z [00:02:09.003]➜      regular_sections=9628
2025-08-20T22:48:55.2167632Z [00:02:09.003]➜              all_syms=25247
2025-08-20T22:48:55.2168146Z [00:02:09.003]➜     total_input_bytes=38747298
2025-08-20T22:48:55.2168698Z [00:02:09.003]➜  .comment estimation=1627 actual=4
2025-08-20T22:48:55.2169289Z [00:02:09.003]➜  .rodata.cst8 estimation=1661 actual=71
2025-08-20T22:48:55.2169877Z [00:02:09.003]➜  .rodata.cst16 estimation=1627 actual=2
2025-08-20T22:48:55.2170469Z [00:02:09.003]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:48:55.2291025Z [00:02:09.024]➜  using cpow ... yes
2025-08-20T22:48:55.2317931Z [00:02:09.027]➜        reloc_nonalloc=0
2025-08-20T22:48:55.2335977Z [00:02:09.028]➜               comdats=0
2025-08-20T22:48:55.2336529Z [00:02:09.028]➜    removed_comdat_mem=0
2025-08-20T22:48:55.2337010Z [00:02:09.028]➜              num_dsos=0
2025-08-20T22:48:55.2337538Z [00:02:09.028]➜       parsed_lto_objs=1
2025-08-20T22:48:55.2338027Z [00:02:09.028]➜       num_unique_cies=1
2025-08-20T22:48:55.2338518Z [00:02:09.028]➜              num_cies=2
2025-08-20T22:48:55.2338982Z [00:02:09.028]➜              num_fdes=2
2025-08-20T22:48:55.2339457Z [00:02:09.028]➜         output_chunks=28
2025-08-20T22:48:55.2339947Z [00:02:09.028]➜              num_objs=46
2025-08-20T22:48:55.2340429Z [00:02:09.028]➜        merged_strings=76
2025-08-20T22:48:55.2341088Z [00:02:09.028]➜      garbage_sections=131
2025-08-20T22:48:55.2341604Z [00:02:09.028]➜        undefined_syms=165
2025-08-20T22:48:55.2342105Z [00:02:09.028]➜      string_fragments=180
2025-08-20T22:48:55.2342592Z [00:02:09.028]➜           reloc_alloc=333
2025-08-20T22:48:55.2343082Z [00:02:09.028]➜          defined_syms=523
2025-08-20T22:48:55.2343585Z [00:02:09.028]➜        input_sections=1151
2025-08-20T22:48:55.2344091Z [00:02:09.028]➜           parsed_objs=1657
2025-08-20T22:48:55.2344595Z [00:02:09.028]➜      regular_sections=9628
2025-08-20T22:48:55.2345353Z [00:02:09.028]➜              all_syms=25247
2025-08-20T22:48:55.2345882Z [00:02:09.028]➜     total_input_bytes=38747282
2025-08-20T22:48:55.2346466Z [00:02:09.028]➜  .comment estimation=1627 actual=4
2025-08-20T22:48:55.2347075Z [00:02:09.028]➜  .rodata.cst8 estimation=1641 actual=28
2025-08-20T22:48:55.2347683Z [00:02:09.028]➜  .rodata.cst16 estimation=1627 actual=3
2025-08-20T22:48:55.2348277Z [00:02:09.028]➜  .rodata.cst4 estimation=1646 actual=39
2025-08-20T22:48:55.2348885Z [00:02:09.028]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:48:55.2505924Z [00:02:09.045]➜  using cpowf ... yes
2025-08-20T22:48:55.2979366Z [00:02:09.093]➜        reloc_nonalloc=0
2025-08-20T22:48:55.2983569Z [00:02:09.093]➜               comdats=0
2025-08-20T22:48:55.2984081Z [00:02:09.093]➜    removed_comdat_mem=0
2025-08-20T22:48:55.2984528Z [00:02:09.093]➜              num_dsos=0
2025-08-20T22:48:55.2985007Z [00:02:09.093]➜       parsed_lto_objs=1
2025-08-20T22:48:55.2985478Z [00:02:09.093]➜              num_cies=1
2025-08-20T22:48:55.2985982Z [00:02:09.093]➜       num_unique_cies=1
2025-08-20T22:48:55.2986444Z [00:02:09.093]➜              num_fdes=1
2025-08-20T22:48:55.2986925Z [00:02:09.093]➜        merged_strings=6
2025-08-20T22:48:55.2987391Z [00:02:09.093]➜              num_objs=18
2025-08-20T22:48:55.2987878Z [00:02:09.093]➜         output_chunks=24
2025-08-20T22:48:55.2988363Z [00:02:09.093]➜      string_fragments=30
2025-08-20T22:48:55.2988844Z [00:02:09.093]➜      garbage_sections=48
2025-08-20T22:48:55.2989322Z [00:02:09.093]➜           reloc_alloc=84
2025-08-20T22:48:55.2989806Z [00:02:09.093]➜        undefined_syms=101
2025-08-20T22:48:55.2990293Z [00:02:09.093]➜          defined_syms=159
2025-08-20T22:48:55.2990949Z [00:02:09.093]➜        input_sections=395
2025-08-20T22:48:55.2991460Z [00:02:09.093]➜           parsed_objs=1657
2025-08-20T22:48:55.2991959Z [00:02:09.093]➜      regular_sections=9628
2025-08-20T22:48:55.2992473Z [00:02:09.093]➜              all_syms=25247
2025-08-20T22:48:55.2993004Z [00:02:09.093]➜     total_input_bytes=38747278
2025-08-20T22:48:55.2993562Z [00:02:09.093]➜  .comment estimation=1627 actual=4
2025-08-20T22:48:55.2994432Z [00:02:09.093]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:48:55.3104562Z [00:02:09.105]➜  using creal ... yes
2025-08-20T22:48:55.3351679Z [00:02:09.130]➜        reloc_nonalloc=0
2025-08-20T22:48:55.3362187Z [00:02:09.130]➜               comdats=0
2025-08-20T22:48:55.3362697Z [00:02:09.130]➜    removed_comdat_mem=0
2025-08-20T22:48:55.3363177Z [00:02:09.130]➜              num_dsos=0
2025-08-20T22:48:55.3363666Z [00:02:09.130]➜       parsed_lto_objs=1
2025-08-20T22:48:55.3364155Z [00:02:09.130]➜       num_unique_cies=1
2025-08-20T22:48:55.3364621Z [00:02:09.130]➜              num_cies=2
2025-08-20T22:48:55.3365079Z [00:02:09.130]➜              num_fdes=2
2025-08-20T22:48:55.3365551Z [00:02:09.130]➜         output_chunks=28
2025-08-20T22:48:55.3366028Z [00:02:09.130]➜              num_objs=43
2025-08-20T22:48:55.3366548Z [00:02:09.130]➜        merged_strings=59
2025-08-20T22:48:55.3367037Z [00:02:09.130]➜      garbage_sections=120
2025-08-20T22:48:55.3367552Z [00:02:09.130]➜      string_fragments=141
2025-08-20T22:48:55.3368041Z [00:02:09.130]➜        undefined_syms=158
2025-08-20T22:48:55.3368522Z [00:02:09.130]➜           reloc_alloc=245
2025-08-20T22:48:55.3368996Z [00:02:09.130]➜          defined_syms=461
2025-08-20T22:48:55.3369491Z [00:02:09.130]➜        input_sections=1055
2025-08-20T22:48:55.3369999Z [00:02:09.130]➜           parsed_objs=1657
2025-08-20T22:48:55.3370507Z [00:02:09.130]➜      regular_sections=9628
2025-08-20T22:48:55.3371819Z [00:02:09.130]➜              all_syms=25247
2025-08-20T22:48:55.3372345Z [00:02:09.130]➜     total_input_bytes=38747286
2025-08-20T22:48:55.3372905Z [00:02:09.130]➜  .comment estimation=1627 actual=4
2025-08-20T22:48:55.3373502Z [00:02:09.130]➜  .rodata.cst16 estimation=1628 actual=4
2025-08-20T22:48:55.3374100Z [00:02:09.130]➜  .rodata.cst8 estimation=1649 actual=48
2025-08-20T22:48:55.3375011Z [00:02:09.130]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:48:55.3375643Z [00:02:09.130]➜  .rodata.cst4 estimation=1626 actual=1
2025-08-20T22:48:55.3573278Z [00:02:09.152]➜  using cpowl ... yes
2025-08-20T22:48:55.3751090Z [00:02:09.170]➜        reloc_nonalloc=0
2025-08-20T22:48:55.3758044Z [00:02:09.170]➜               comdats=0
2025-08-20T22:48:55.3758548Z [00:02:09.170]➜    removed_comdat_mem=0
2025-08-20T22:48:55.3759020Z [00:02:09.170]➜              num_dsos=0
2025-08-20T22:48:55.3759498Z [00:02:09.170]➜       parsed_lto_objs=1
2025-08-20T22:48:55.3759968Z [00:02:09.170]➜              num_cies=1
2025-08-20T22:48:55.3760430Z [00:02:09.170]➜       num_unique_cies=1
2025-08-20T22:48:55.3761078Z [00:02:09.170]➜              num_fdes=1
2025-08-20T22:48:55.3761562Z [00:02:09.170]➜        merged_strings=6
2025-08-20T22:48:55.3762041Z [00:02:09.170]➜              num_objs=18
2025-08-20T22:48:55.3762524Z [00:02:09.170]➜         output_chunks=24
2025-08-20T22:48:55.3763013Z [00:02:09.170]➜      string_fragments=30
2025-08-20T22:48:55.3763536Z [00:02:09.170]➜      garbage_sections=48
2025-08-20T22:48:55.3764022Z [00:02:09.170]➜           reloc_alloc=84
2025-08-20T22:48:55.3764518Z [00:02:09.170]➜        undefined_syms=101
2025-08-20T22:48:55.3765007Z [00:02:09.170]➜          defined_syms=159
2025-08-20T22:48:55.3765487Z [00:02:09.170]➜        input_sections=395
2025-08-20T22:48:55.3765970Z [00:02:09.170]➜           parsed_objs=1657
2025-08-20T22:48:55.3766462Z [00:02:09.170]➜      regular_sections=9628
2025-08-20T22:48:55.3766952Z [00:02:09.170]➜              all_syms=25247
2025-08-20T22:48:55.3767464Z [00:02:09.170]➜     total_input_bytes=38747274
2025-08-20T22:48:55.3768024Z [00:02:09.170]➜  .comment estimation=1627 actual=4
2025-08-20T22:48:55.3768632Z [00:02:09.170]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:48:55.3844604Z [00:02:09.179]➜  using crealf ... yes
2025-08-20T22:48:55.3956316Z [00:02:09.190]➜  using crypt_r ... no
2025-08-20T22:48:55.4659525Z [00:02:09.261]➜        reloc_nonalloc=0
2025-08-20T22:48:55.4662971Z [00:02:09.261]➜               comdats=0
2025-08-20T22:48:55.4663486Z [00:02:09.261]➜    removed_comdat_mem=0
2025-08-20T22:48:55.4664264Z [00:02:09.261]➜              num_dsos=0
2025-08-20T22:48:55.4664753Z [00:02:09.261]➜       parsed_lto_objs=1
2025-08-20T22:48:55.4665218Z [00:02:09.261]➜              num_cies=1
2025-08-20T22:48:55.4665701Z [00:02:09.261]➜       num_unique_cies=1
2025-08-20T22:48:55.4666164Z [00:02:09.261]➜              num_fdes=1
2025-08-20T22:48:55.4666622Z [00:02:09.261]➜        merged_strings=6
2025-08-20T22:48:55.4667092Z [00:02:09.261]➜              num_objs=18
2025-08-20T22:48:55.4667583Z [00:02:09.261]➜         output_chunks=24
2025-08-20T22:48:55.4668078Z [00:02:09.261]➜      string_fragments=30
2025-08-20T22:48:55.4668581Z [00:02:09.261]➜      garbage_sections=48
2025-08-20T22:48:55.4669071Z [00:02:09.261]➜           reloc_alloc=84
2025-08-20T22:48:55.4669551Z [00:02:09.261]➜        undefined_syms=101
2025-08-20T22:48:55.4670060Z [00:02:09.261]➜          defined_syms=159
2025-08-20T22:48:55.4670545Z [00:02:09.261]➜        input_sections=395
2025-08-20T22:48:55.4671264Z [00:02:09.261]➜           parsed_objs=1657
2025-08-20T22:48:55.4671791Z [00:02:09.261]➜      regular_sections=9628
2025-08-20T22:48:55.4672301Z [00:02:09.261]➜              all_syms=25247
2025-08-20T22:48:55.4672833Z [00:02:09.261]➜     total_input_bytes=38747274
2025-08-20T22:48:55.4673399Z [00:02:09.261]➜  .comment estimation=1627 actual=4
2025-08-20T22:48:55.4674010Z [00:02:09.261]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:48:55.4764265Z [00:02:09.271]➜  using creall ... yes
2025-08-20T22:48:55.5209446Z [00:02:09.315]➜        reloc_nonalloc=0
2025-08-20T22:48:55.5232735Z [00:02:09.316]➜               comdats=0
2025-08-20T22:48:55.5233296Z [00:02:09.316]➜    removed_comdat_mem=0
2025-08-20T22:48:55.5233789Z [00:02:09.316]➜              num_dsos=0
2025-08-20T22:48:55.5234285Z [00:02:09.316]➜       parsed_lto_objs=1
2025-08-20T22:48:55.5234773Z [00:02:09.316]➜              num_cies=1
2025-08-20T22:48:55.5235558Z [00:02:09.316]➜       num_unique_cies=1
2025-08-20T22:48:55.5236065Z [00:02:09.316]➜              num_fdes=1
2025-08-20T22:48:55.5236576Z [00:02:09.316]➜         output_chunks=27
2025-08-20T22:48:55.5237070Z [00:02:09.316]➜              num_objs=39
2025-08-20T22:48:55.5237560Z [00:02:09.316]➜        merged_strings=71
2025-08-20T22:48:55.5238054Z [00:02:09.316]➜      garbage_sections=111
2025-08-20T22:48:55.5238559Z [00:02:09.316]➜        undefined_syms=154
2025-08-20T22:48:55.5239064Z [00:02:09.316]➜      string_fragments=164
2025-08-20T22:48:55.5239561Z [00:02:09.316]➜           reloc_alloc=285
2025-08-20T22:48:55.5240048Z [00:02:09.316]➜          defined_syms=464
2025-08-20T22:48:55.5240537Z [00:02:09.316]➜        input_sections=979
2025-08-20T22:48:55.5242378Z [00:02:09.316]➜           parsed_objs=1657
2025-08-20T22:48:55.5242908Z [00:02:09.316]➜      regular_sections=9628
2025-08-20T22:48:55.5243422Z [00:02:09.316]➜              all_syms=25247
2025-08-20T22:48:55.5243970Z [00:02:09.316]➜     total_input_bytes=38747282
2025-08-20T22:48:55.5244532Z [00:02:09.316]➜  .comment estimation=1627 actual=4
2025-08-20T22:48:55.5245139Z [00:02:09.316]➜  .rodata.cst8 estimation=1659 actual=64
2025-08-20T22:48:55.5245730Z [00:02:09.316]➜  .rodata.cst16 estimation=1626 actual=1
2025-08-20T22:48:55.5246314Z [00:02:09.316]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:48:55.5320161Z [00:02:09.327]➜  using csin ... yes
2025-08-20T22:48:55.5848676Z [00:02:09.380]➜        reloc_nonalloc=0
2025-08-20T22:48:55.5854562Z [00:02:09.380]➜               comdats=0
2025-08-20T22:48:55.5857199Z [00:02:09.380]➜    removed_comdat_mem=0
2025-08-20T22:48:55.5857691Z [00:02:09.380]➜              num_dsos=0
2025-08-20T22:48:55.5858389Z [00:02:09.380]➜       parsed_lto_objs=1
2025-08-20T22:48:55.5859047Z [00:02:09.380]➜              num_cies=1
2025-08-20T22:48:55.5859638Z [00:02:09.380]➜       num_unique_cies=1
2025-08-20T22:48:55.5860956Z [00:02:09.380]➜              num_fdes=1
2025-08-20T22:48:55.5861643Z [00:02:09.380]➜         output_chunks=27
2025-08-20T22:48:55.5862228Z [00:02:09.380]➜              num_objs=40
2025-08-20T22:48:55.5863311Z [00:02:09.380]➜        merged_strings=71
2025-08-20T22:48:55.5864007Z [00:02:09.380]➜      garbage_sections=114
2025-08-20T22:48:55.5864819Z [00:02:09.380]➜        undefined_syms=156
2025-08-20T22:48:55.5866643Z [00:02:09.380]➜      string_fragments=165
2025-08-20T22:48:55.5867124Z [00:02:09.380]➜           reloc_alloc=284
2025-08-20T22:48:55.5867595Z [00:02:09.380]➜          defined_syms=473
2025-08-20T22:48:55.5868079Z [00:02:09.380]➜        input_sections=1005
2025-08-20T22:48:55.5868578Z [00:02:09.380]➜           parsed_objs=1657
2025-08-20T22:48:55.5869075Z [00:02:09.380]➜      regular_sections=9628
2025-08-20T22:48:55.5869559Z [00:02:09.380]➜              all_syms=25247
2025-08-20T22:48:55.5870065Z [00:02:09.380]➜     total_input_bytes=38747274
2025-08-20T22:48:55.5870638Z [00:02:09.380]➜  .rodata.cst8 estimation=1659 actual=64
2025-08-20T22:48:55.5873687Z [00:02:09.380]➜  .comment estimation=1627 actual=4
2025-08-20T22:48:55.5874276Z [00:02:09.380]➜  .rodata.cst16 estimation=1626 actual=1
2025-08-20T22:48:55.5874882Z [00:02:09.380]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:48:55.5875415Z [00:02:09.380]➜        reloc_nonalloc=0
2025-08-20T22:48:55.5875874Z [00:02:09.380]➜               comdats=0
2025-08-20T22:48:55.5876321Z [00:02:09.380]➜    removed_comdat_mem=0
2025-08-20T22:48:55.5876778Z [00:02:09.380]➜              num_dsos=0
2025-08-20T22:48:55.5877236Z [00:02:09.380]➜       parsed_lto_objs=1
2025-08-20T22:48:55.5877696Z [00:02:09.380]➜              num_cies=1
2025-08-20T22:48:55.5878147Z [00:02:09.380]➜       num_unique_cies=1
2025-08-20T22:48:55.5878599Z [00:02:09.380]➜              num_fdes=1
2025-08-20T22:48:55.5879055Z [00:02:09.380]➜         output_chunks=28
2025-08-20T22:48:55.5879522Z [00:02:09.380]➜              num_objs=39
2025-08-20T22:48:55.5879989Z [00:02:09.380]➜        merged_strings=60
2025-08-20T22:48:55.5880944Z [00:02:09.380]➜      garbage_sections=111
2025-08-20T22:48:55.5881469Z [00:02:09.380]➜      string_fragments=152
2025-08-20T22:48:55.5881974Z [00:02:09.380]➜        undefined_syms=154
2025-08-20T22:48:55.5882446Z [00:02:09.380]➜           reloc_alloc=284
2025-08-20T22:48:55.5882914Z [00:02:09.380]➜          defined_syms=452
2025-08-20T22:48:55.5883382Z [00:02:09.380]➜        input_sections=983
2025-08-20T22:48:55.5883863Z [00:02:09.380]➜           parsed_objs=1657
2025-08-20T22:48:55.5884351Z [00:02:09.380]➜      regular_sections=9628
2025-08-20T22:48:55.5884836Z [00:02:09.380]➜              all_syms=25247
2025-08-20T22:48:55.5885337Z [00:02:09.380]➜     total_input_bytes=38747274
2025-08-20T22:48:55.5885878Z [00:02:09.380]➜  .comment estimation=1627 actual=4
2025-08-20T22:48:55.5886459Z [00:02:09.380]➜  .rodata.cst4 estimation=1638 actual=24
2025-08-20T22:48:55.5887047Z [00:02:09.380]➜  .rodata.cst16 estimation=1627 actual=2
2025-08-20T22:48:55.5887638Z [00:02:09.380]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:48:55.5888233Z [00:02:09.380]➜  .rodata.cst8 estimation=1641 actual=28
2025-08-20T22:48:55.5944897Z [00:02:09.389]➜  using csinl ... yes
2025-08-20T22:48:55.6000518Z [00:02:09.395]➜  using csinf ... yes
2025-08-20T22:48:55.6415875Z [00:02:09.436]➜        reloc_nonalloc=0
2025-08-20T22:48:55.6427639Z [00:02:09.438]➜               comdats=0
2025-08-20T22:48:55.6430307Z [00:02:09.438]➜    removed_comdat_mem=0
2025-08-20T22:48:55.6432398Z [00:02:09.438]➜              num_dsos=0
2025-08-20T22:48:55.6434106Z [00:02:09.438]➜       parsed_lto_objs=1
2025-08-20T22:48:55.6434876Z [00:02:09.438]➜              num_cies=1
2025-08-20T22:48:55.6435540Z [00:02:09.438]➜       num_unique_cies=1
2025-08-20T22:48:55.6436388Z [00:02:09.438]➜              num_fdes=1
2025-08-20T22:48:55.6438085Z [00:02:09.438]➜        merged_strings=14
2025-08-20T22:48:55.6438783Z [00:02:09.438]➜              num_objs=22
2025-08-20T22:48:55.6439424Z [00:02:09.438]➜         output_chunks=25
2025-08-20T22:48:55.6440132Z [00:02:09.438]➜      string_fragments=46
2025-08-20T22:48:55.6440989Z [00:02:09.438]➜      garbage_sections=60
2025-08-20T22:48:55.6441748Z [00:02:09.438]➜           reloc_alloc=108
2025-08-20T22:48:55.6443067Z [00:02:09.438]➜        undefined_syms=110
2025-08-20T22:48:55.6443879Z [00:02:09.438]➜          defined_syms=208
2025-08-20T22:48:55.6444617Z [00:02:09.438]➜        input_sections=505
2025-08-20T22:48:55.6446896Z [00:02:09.438]➜           parsed_objs=1657
2025-08-20T22:48:55.6447394Z [00:02:09.438]➜      regular_sections=9628
2025-08-20T22:48:55.6447880Z [00:02:09.438]➜              all_syms=25247
2025-08-20T22:48:55.6448390Z [00:02:09.438]➜     total_input_bytes=38747282
2025-08-20T22:48:55.6448940Z [00:02:09.438]➜  .comment estimation=1627 actual=4
2025-08-20T22:48:55.6449520Z [00:02:09.438]➜  .rodata.cst8 estimation=1630 actual=8
2025-08-20T22:48:55.6450114Z [00:02:09.438]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:48:55.6559717Z [00:02:09.451]➜  using csqrt ... yes
2025-08-20T22:48:55.7025875Z [00:02:09.497]➜        reloc_nonalloc=0
2025-08-20T22:48:55.7041737Z [00:02:09.499]➜               comdats=0
2025-08-20T22:48:55.7042307Z [00:02:09.499]➜    removed_comdat_mem=0
2025-08-20T22:48:55.7042774Z [00:02:09.499]➜              num_dsos=0
2025-08-20T22:48:55.7043252Z [00:02:09.499]➜       parsed_lto_objs=1
2025-08-20T22:48:55.7043719Z [00:02:09.499]➜              num_cies=1
2025-08-20T22:48:55.7044181Z [00:02:09.499]➜       num_unique_cies=1
2025-08-20T22:48:55.7044633Z [00:02:09.499]➜              num_fdes=1
2025-08-20T22:48:55.7045096Z [00:02:09.499]➜        merged_strings=13
2025-08-20T22:48:55.7045570Z [00:02:09.499]➜              num_objs=22
2025-08-20T22:48:55.7046033Z [00:02:09.499]➜         output_chunks=27
2025-08-20T22:48:55.7046502Z [00:02:09.499]➜      string_fragments=45
2025-08-20T22:48:55.7046979Z [00:02:09.499]➜      garbage_sections=60
2025-08-20T22:48:55.7047453Z [00:02:09.499]➜           reloc_alloc=104
2025-08-20T22:48:55.7047935Z [00:02:09.499]➜        undefined_syms=110
2025-08-20T22:48:55.7048661Z [00:02:09.499]➜          defined_syms=207
2025-08-20T22:48:55.7049159Z [00:02:09.499]➜        input_sections=507
2025-08-20T22:48:55.7049657Z [00:02:09.499]➜           parsed_objs=1657
2025-08-20T22:48:55.7050157Z [00:02:09.499]➜      regular_sections=9628
2025-08-20T22:48:55.7050640Z [00:02:09.499]➜              all_syms=25247
2025-08-20T22:48:55.7051341Z [00:02:09.499]➜     total_input_bytes=38747274
2025-08-20T22:48:55.7051914Z [00:02:09.499]➜  .comment estimation=1627 actual=4
2025-08-20T22:48:55.7052518Z [00:02:09.499]➜  .rodata.cst4 estimation=1626 actual=1
2025-08-20T22:48:55.7053126Z [00:02:09.499]➜  .rodata.cst8 estimation=1628 actual=5
2025-08-20T22:48:55.7053740Z [00:02:09.499]➜  .rodata.cst16 estimation=1626 actual=1
2025-08-20T22:48:55.7054360Z [00:02:09.499]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:48:55.7184118Z [00:02:09.513]➜  using csqrtf ... yes
2025-08-20T22:48:55.7254296Z [00:02:09.520]➜  using eigen C++ functions ... no, not using gcc
2025-08-20T22:48:55.7518605Z [00:02:09.547]➜  using delete_module ... no
2025-08-20T22:48:55.7619371Z [00:02:09.557]➜        reloc_nonalloc=0
2025-08-20T22:48:55.7658475Z [00:02:09.560]➜               comdats=0
2025-08-20T22:48:55.7675792Z [00:02:09.560]➜    removed_comdat_mem=0
2025-08-20T22:48:55.7676311Z [00:02:09.560]➜              num_dsos=0
2025-08-20T22:48:55.7676797Z [00:02:09.560]➜       parsed_lto_objs=1
2025-08-20T22:48:55.7677266Z [00:02:09.561]➜              num_cies=1
2025-08-20T22:48:55.7677721Z [00:02:09.561]➜       num_unique_cies=1
2025-08-20T22:48:55.7678208Z [00:02:09.561]➜              num_fdes=1
2025-08-20T22:48:55.7678661Z [00:02:09.561]➜        merged_strings=7
2025-08-20T22:48:55.7679125Z [00:02:09.561]➜              num_objs=20
2025-08-20T22:48:55.7679597Z [00:02:09.561]➜         output_chunks=25
2025-08-20T22:48:55.7680074Z [00:02:09.561]➜      string_fragments=35
2025-08-20T22:48:55.7680550Z [00:02:09.561]➜      garbage_sections=54
2025-08-20T22:48:55.7681485Z [00:02:09.561]➜           reloc_alloc=89
2025-08-20T22:48:55.7681948Z [00:02:09.561]➜        undefined_syms=106
2025-08-20T22:48:55.7682352Z [00:02:09.561]➜          defined_syms=178
2025-08-20T22:48:55.7682769Z [00:02:09.561]➜        input_sections=447
2025-08-20T22:48:55.7683208Z [00:02:09.561]➜           parsed_objs=1657
2025-08-20T22:48:55.7683618Z [00:02:09.561]➜      regular_sections=9628
2025-08-20T22:48:55.7684014Z [00:02:09.561]➜              all_syms=25247
2025-08-20T22:48:55.7684438Z [00:02:09.561]➜     total_input_bytes=38747258
2025-08-20T22:48:55.7684889Z [00:02:09.561]➜  .comment estimation=1627 actual=4
2025-08-20T22:48:55.7685422Z [00:02:09.561]➜  .rodata.cst8 estimation=1626 actual=1
2025-08-20T22:48:55.7686047Z [00:02:09.561]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:48:55.7708301Z [00:02:09.565]➜        reloc_nonalloc=0
2025-08-20T22:48:55.7718302Z [00:02:09.566]➜               comdats=0
2025-08-20T22:48:55.7718794Z [00:02:09.566]➜    removed_comdat_mem=0
2025-08-20T22:48:55.7719267Z [00:02:09.566]➜              num_dsos=0
2025-08-20T22:48:55.7720066Z [00:02:09.566]➜       parsed_lto_objs=1
2025-08-20T22:48:55.7720559Z [00:02:09.566]➜              num_cies=1
2025-08-20T22:48:55.7721218Z [00:02:09.566]➜       num_unique_cies=1
2025-08-20T22:48:55.7721667Z [00:02:09.566]➜              num_fdes=1
2025-08-20T22:48:55.7722130Z [00:02:09.566]➜        merged_strings=14
2025-08-20T22:48:55.7722598Z [00:02:09.566]➜              num_objs=23
2025-08-20T22:48:55.7723064Z [00:02:09.566]➜         output_chunks=25
2025-08-20T22:48:55.7723532Z [00:02:09.566]➜      string_fragments=48
2025-08-20T22:48:55.7724004Z [00:02:09.566]➜      garbage_sections=63
2025-08-20T22:48:55.7724481Z [00:02:09.566]➜           reloc_alloc=109
2025-08-20T22:48:55.7724960Z [00:02:09.566]➜        undefined_syms=112
2025-08-20T22:48:55.7725432Z [00:02:09.566]➜          defined_syms=217
2025-08-20T22:48:55.7725902Z [00:02:09.566]➜        input_sections=530
2025-08-20T22:48:55.7726383Z [00:02:09.566]➜           parsed_objs=1657
2025-08-20T22:48:55.7726887Z [00:02:09.566]➜      regular_sections=9628
2025-08-20T22:48:55.7727382Z [00:02:09.566]➜              all_syms=25247
2025-08-20T22:48:55.7727938Z [00:02:09.566]➜     total_input_bytes=38747274
2025-08-20T22:48:55.7728479Z [00:02:09.566]➜  .comment estimation=1627 actual=4
2025-08-20T22:48:55.7729063Z [00:02:09.566]➜  .rodata.cst8 estimation=1630 actual=8
2025-08-20T22:48:55.7729657Z [00:02:09.566]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:48:55.7844253Z [00:02:09.579]➜  using drand48 ... yes
2025-08-20T22:48:55.7886564Z [00:02:09.583]➜  using csqrtl ... yes
2025-08-20T22:48:55.8784605Z [00:02:09.673]➜        reloc_nonalloc=0
2025-08-20T22:48:55.8796916Z [00:02:09.674]➜               comdats=0
2025-08-20T22:48:55.8807240Z [00:02:09.674]➜    removed_comdat_mem=0
2025-08-20T22:48:55.8807754Z [00:02:09.674]➜              num_dsos=0
2025-08-20T22:48:55.8808246Z [00:02:09.674]➜       parsed_lto_objs=1
2025-08-20T22:48:55.8808717Z [00:02:09.674]➜              num_cies=1
2025-08-20T22:48:55.8809177Z [00:02:09.674]➜       num_unique_cies=1
2025-08-20T22:48:55.8809669Z [00:02:09.674]➜              num_fdes=1
2025-08-20T22:48:55.8810122Z [00:02:09.674]➜        merged_strings=7
2025-08-20T22:48:55.8810990Z [00:02:09.674]➜              num_objs=23
2025-08-20T22:48:55.8811474Z [00:02:09.674]➜         output_chunks=24
2025-08-20T22:48:55.8811947Z [00:02:09.674]➜      string_fragments=42
2025-08-20T22:48:55.8812419Z [00:02:09.674]➜      garbage_sections=63
2025-08-20T22:48:55.8812891Z [00:02:09.674]➜           reloc_alloc=100
2025-08-20T22:48:55.8813373Z [00:02:09.674]➜        undefined_syms=118
2025-08-20T22:48:55.8813851Z [00:02:09.674]➜          defined_syms=215
2025-08-20T22:48:55.8814324Z [00:02:09.674]➜        input_sections=533
2025-08-20T22:48:55.8814809Z [00:02:09.675]➜           parsed_objs=1657
2025-08-20T22:48:55.8815304Z [00:02:09.675]➜      regular_sections=9629
2025-08-20T22:48:55.8815792Z [00:02:09.675]➜              all_syms=25253
2025-08-20T22:48:55.8816300Z [00:02:09.675]➜     total_input_bytes=38748374
2025-08-20T22:48:55.8816872Z [00:02:09.675]➜  .comment estimation=1627 actual=4
2025-08-20T22:48:55.8817482Z [00:02:09.675]➜  .rodata.str1.1 estimation=1628 actual=3
2025-08-20T22:48:55.9036627Z [00:02:09.698]➜  using dup3 ... yes
2025-08-20T22:48:55.9209893Z [00:02:09.716]➜        reloc_nonalloc=0
2025-08-20T22:48:55.9215480Z [00:02:09.716]➜               comdats=0
2025-08-20T22:48:55.9215990Z [00:02:09.716]➜    removed_comdat_mem=0
2025-08-20T22:48:55.9216453Z [00:02:09.716]➜              num_dsos=0
2025-08-20T22:48:55.9216924Z [00:02:09.716]➜       parsed_lto_objs=1
2025-08-20T22:48:55.9217399Z [00:02:09.716]➜              num_cies=1
2025-08-20T22:48:55.9217866Z [00:02:09.716]➜       num_unique_cies=1
2025-08-20T22:48:55.9218327Z [00:02:09.716]➜              num_fdes=1
2025-08-20T22:48:55.9218788Z [00:02:09.716]➜        merged_strings=11
2025-08-20T22:48:55.9219266Z [00:02:09.716]➜         output_chunks=25
2025-08-20T22:48:55.9219735Z [00:02:09.716]➜              num_objs=67
2025-08-20T22:48:55.9220575Z [00:02:09.716]➜      string_fragments=135
2025-08-20T22:48:55.9221254Z [00:02:09.716]➜           reloc_alloc=157
2025-08-20T22:48:55.9221759Z [00:02:09.716]➜      garbage_sections=264
2025-08-20T22:48:55.9222248Z [00:02:09.716]➜        undefined_syms=331
2025-08-20T22:48:55.9222742Z [00:02:09.716]➜          defined_syms=732
2025-08-20T22:48:55.9223238Z [00:02:09.716]➜           parsed_objs=1657
2025-08-20T22:48:55.9223746Z [00:02:09.716]➜        input_sections=1772
2025-08-20T22:48:55.9224267Z [00:02:09.716]➜      regular_sections=9628
2025-08-20T22:48:55.9224785Z [00:02:09.716]➜              all_syms=25247
2025-08-20T22:48:55.9225331Z [00:02:09.716]➜     total_input_bytes=38747262
2025-08-20T22:48:55.9225895Z [00:02:09.716]➜  .comment estimation=1627 actual=4
2025-08-20T22:48:55.9226522Z [00:02:09.716]➜  .rodata.str1.1 estimation=1629 actual=7
2025-08-20T22:48:55.9287386Z [00:02:09.724]➜        reloc_nonalloc=0
2025-08-20T22:48:55.9312673Z [00:02:09.725]➜               comdats=0
2025-08-20T22:48:55.9313191Z [00:02:09.725]➜    removed_comdat_mem=0
2025-08-20T22:48:55.9313629Z [00:02:09.725]➜              num_dsos=0
2025-08-20T22:48:55.9314080Z [00:02:09.725]➜       parsed_lto_objs=1
2025-08-20T22:48:55.9314525Z [00:02:09.725]➜              num_cies=1
2025-08-20T22:48:55.9314977Z [00:02:09.725]➜       num_unique_cies=1
2025-08-20T22:48:55.9315434Z [00:02:09.725]➜              num_fdes=1
2025-08-20T22:48:55.9315899Z [00:02:09.725]➜         output_chunks=26
2025-08-20T22:48:55.9316389Z [00:02:09.725]➜        merged_strings=43
2025-08-20T22:48:55.9316854Z [00:02:09.725]➜              num_objs=87
2025-08-20T22:48:55.9317333Z [00:02:09.725]➜      string_fragments=207
2025-08-20T22:48:55.9317820Z [00:02:09.725]➜           reloc_alloc=281
2025-08-20T22:48:55.9318300Z [00:02:09.725]➜      garbage_sections=349
2025-08-20T22:48:55.9318782Z [00:02:09.725]➜        undefined_syms=401
2025-08-20T22:48:55.9319266Z [00:02:09.725]➜          defined_syms=1004
2025-08-20T22:48:55.9319758Z [00:02:09.725]➜           parsed_objs=1657
2025-08-20T22:48:55.9320327Z [00:02:09.725]➜        input_sections=2351
2025-08-20T22:48:55.9320967Z [00:02:09.725]➜      regular_sections=9629
2025-08-20T22:48:55.9321743Z [00:02:09.725]➜              all_syms=25251
2025-08-20T22:48:55.9322257Z [00:02:09.725]➜     total_input_bytes=38747842
2025-08-20T22:48:55.9322807Z [00:02:09.725]➜  .comment estimation=1627 actual=4
2025-08-20T22:48:55.9323406Z [00:02:09.725]➜  .rodata.str1.1 estimation=1633 actual=15
2025-08-20T22:48:55.9324015Z [00:02:09.725]➜  .rodata.cst16 estimation=1628 actual=5
2025-08-20T22:48:55.9324595Z [00:02:09.725]➜  .rodata.cst4 estimation=1632 actual=12
2025-08-20T22:48:55.9325173Z [00:02:09.725]➜  .rodata.cst8 estimation=1629 actual=6
2025-08-20T22:48:55.9325778Z [00:02:09.725]➜  .rodata.str1.8 estimation=1626 actual=1
2025-08-20T22:48:55.9430395Z [00:02:09.738]➜  using endpwent ... yes
2025-08-20T22:48:55.9448821Z [00:02:09.740]➜  using endmntent ... yes
2025-08-20T22:48:56.0085387Z [00:02:09.802]➜        reloc_nonalloc=0
2025-08-20T22:48:56.0085992Z [00:02:09.803]➜               comdats=0
2025-08-20T22:48:56.0086467Z [00:02:09.803]➜    removed_comdat_mem=0
2025-08-20T22:48:56.0092262Z [00:02:09.803]➜              num_dsos=0
2025-08-20T22:48:56.0092756Z [00:02:09.803]➜       parsed_lto_objs=1
2025-08-20T22:48:56.0093226Z [00:02:09.803]➜              num_cies=1
2025-08-20T22:48:56.0093685Z [00:02:09.803]➜       num_unique_cies=1
2025-08-20T22:48:56.0094136Z [00:02:09.803]➜              num_fdes=1
2025-08-20T22:48:56.0094586Z [00:02:09.803]➜        merged_strings=6
2025-08-20T22:48:56.0095050Z [00:02:09.803]➜              num_objs=21
2025-08-20T22:48:56.0095523Z [00:02:09.803]➜         output_chunks=24
2025-08-20T22:48:56.0096011Z [00:02:09.803]➜      string_fragments=36
2025-08-20T22:48:56.0096478Z [00:02:09.803]➜      garbage_sections=62
2025-08-20T22:48:56.0096947Z [00:02:09.803]➜           reloc_alloc=88
2025-08-20T22:48:56.0097418Z [00:02:09.803]➜        undefined_syms=113
2025-08-20T22:48:56.0097900Z [00:02:09.803]➜          defined_syms=195
2025-08-20T22:48:56.0098636Z [00:02:09.803]➜        input_sections=485
2025-08-20T22:48:56.0099136Z [00:02:09.803]➜           parsed_objs=1657
2025-08-20T22:48:56.0099647Z [00:02:09.803]➜      regular_sections=9628
2025-08-20T22:48:56.0100138Z [00:02:09.803]➜              all_syms=25247
2025-08-20T22:48:56.0100647Z [00:02:09.803]➜     total_input_bytes=38747286
2025-08-20T22:48:56.0101523Z [00:02:09.803]➜  .comment estimation=1627 actual=4
2025-08-20T22:48:56.0102113Z [00:02:09.803]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:48:56.0102648Z [00:02:09.803]➜        reloc_nonalloc=0
2025-08-20T22:48:56.0114530Z [00:02:09.806]➜               comdats=0
2025-08-20T22:48:56.0115473Z [00:02:09.807]➜    removed_comdat_mem=0
2025-08-20T22:48:56.0117189Z [00:02:09.807]➜              num_dsos=0
2025-08-20T22:48:56.0117827Z [00:02:09.807]➜       parsed_lto_objs=1
2025-08-20T22:48:56.0118403Z [00:02:09.807]➜              num_cies=1
2025-08-20T22:48:56.0119083Z [00:02:09.807]➜       num_unique_cies=1
2025-08-20T22:48:56.0120330Z [00:02:09.807]➜              num_fdes=1
2025-08-20T22:48:56.0121838Z [00:02:09.807]➜        merged_strings=6
2025-08-20T22:48:56.0124666Z [00:02:09.807]➜              num_objs=21
2025-08-20T22:48:56.0125168Z [00:02:09.807]➜         output_chunks=24
2025-08-20T22:48:56.0125648Z [00:02:09.807]➜      string_fragments=36
2025-08-20T22:48:56.0126143Z [00:02:09.807]➜      garbage_sections=63
2025-08-20T22:48:56.0126626Z [00:02:09.807]➜           reloc_alloc=86
2025-08-20T22:48:56.0127110Z [00:02:09.807]➜        undefined_syms=113
2025-08-20T22:48:56.0127600Z [00:02:09.807]➜          defined_syms=195
2025-08-20T22:48:56.0128090Z [00:02:09.807]➜        input_sections=485
2025-08-20T22:48:56.0128587Z [00:02:09.807]➜           parsed_objs=1657
2025-08-20T22:48:56.0129089Z [00:02:09.807]➜      regular_sections=9628
2025-08-20T22:48:56.0129584Z [00:02:09.807]➜              all_syms=25247
2025-08-20T22:48:56.0130100Z [00:02:09.807]➜     total_input_bytes=38747274
2025-08-20T22:48:56.0130669Z [00:02:09.807]➜  .comment estimation=1627 actual=4
2025-08-20T22:48:56.0131442Z [00:02:09.807]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:48:56.0162736Z [00:02:09.811]➜  using epoll_create ... yes
2025-08-20T22:48:56.0283257Z [00:02:09.823]➜  using epoll_create1 ... yes
2025-08-20T22:48:56.0780254Z [00:02:09.873]➜        reloc_nonalloc=0
2025-08-20T22:48:56.0786349Z [00:02:09.873]➜               comdats=0
2025-08-20T22:48:56.0786859Z [00:02:09.873]➜    removed_comdat_mem=0
2025-08-20T22:48:56.0787392Z [00:02:09.873]➜              num_dsos=0
2025-08-20T22:48:56.0787922Z [00:02:09.873]➜       parsed_lto_objs=1
2025-08-20T22:48:56.0788417Z [00:02:09.873]➜              num_cies=1
2025-08-20T22:48:56.0788912Z [00:02:09.873]➜       num_unique_cies=1
2025-08-20T22:48:56.0789375Z [00:02:09.873]➜              num_fdes=1
2025-08-20T22:48:56.0789852Z [00:02:09.873]➜        merged_strings=6
2025-08-20T22:48:56.0790319Z [00:02:09.873]➜              num_objs=23
2025-08-20T22:48:56.0790958Z [00:02:09.873]➜         output_chunks=24
2025-08-20T22:48:56.0791480Z [00:02:09.873]➜      string_fragments=40
2025-08-20T22:48:56.0791954Z [00:02:09.873]➜      garbage_sections=69
2025-08-20T22:48:56.0792448Z [00:02:09.873]➜           reloc_alloc=86
2025-08-20T22:48:56.0792916Z [00:02:09.873]➜        undefined_syms=118
2025-08-20T22:48:56.0793399Z [00:02:09.873]➜          defined_syms=213
2025-08-20T22:48:56.0793870Z [00:02:09.873]➜        input_sections=535
2025-08-20T22:48:56.0794358Z [00:02:09.873]➜           parsed_objs=1657
2025-08-20T22:48:56.0794854Z [00:02:09.873]➜      regular_sections=9628
2025-08-20T22:48:56.0795342Z [00:02:09.873]➜              all_syms=25247
2025-08-20T22:48:56.0795844Z [00:02:09.873]➜     total_input_bytes=38747294
2025-08-20T22:48:56.0796395Z [00:02:09.873]➜  .comment estimation=1627 actual=4
2025-08-20T22:48:56.0796986Z [00:02:09.873]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:48:56.0873145Z [00:02:09.882]➜  using eventfd ... yes
2025-08-20T22:48:56.1504566Z [00:02:09.945]➜        reloc_nonalloc=0
2025-08-20T22:48:56.1518885Z [00:02:09.945]➜               comdats=0
2025-08-20T22:48:56.1519460Z [00:02:09.945]➜    removed_comdat_mem=0
2025-08-20T22:48:56.1519967Z [00:02:09.945]➜              num_dsos=0
2025-08-20T22:48:56.1520502Z [00:02:09.945]➜       parsed_lto_objs=1
2025-08-20T22:48:56.1521157Z [00:02:09.945]➜              num_cies=1
2025-08-20T22:48:56.1521622Z [00:02:09.945]➜       num_unique_cies=1
2025-08-20T22:48:56.1522086Z [00:02:09.945]➜              num_fdes=1
2025-08-20T22:48:56.1522762Z [00:02:09.945]➜        merged_strings=8
2025-08-20T22:48:56.1523326Z [00:02:09.945]➜              num_objs=21
2025-08-20T22:48:56.1523906Z [00:02:09.945]➜         output_chunks=25
2025-08-20T22:48:56.1525496Z [00:02:09.945]➜      string_fragments=38
2025-08-20T22:48:56.1526019Z [00:02:09.945]➜      garbage_sections=58
2025-08-20T22:48:56.1526503Z [00:02:09.945]➜           reloc_alloc=94
2025-08-20T22:48:56.1526990Z [00:02:09.945]➜        undefined_syms=114
2025-08-20T22:48:56.1527483Z [00:02:09.945]➜          defined_syms=193
2025-08-20T22:48:56.1527996Z [00:02:09.945]➜        input_sections=481
2025-08-20T22:48:56.1528494Z [00:02:09.945]➜           parsed_objs=1657
2025-08-20T22:48:56.1529015Z [00:02:09.945]➜      regular_sections=9630
2025-08-20T22:48:56.1529515Z [00:02:09.945]➜              all_syms=25251
2025-08-20T22:48:56.1530031Z [00:02:09.945]➜     total_input_bytes=38748650
2025-08-20T22:48:56.1530594Z [00:02:09.945]➜  .comment estimation=1627 actual=4
2025-08-20T22:48:56.1532341Z [00:02:09.945]➜  .rodata.str1.1 estimation=1628 actual=4
2025-08-20T22:48:56.1705662Z [00:02:09.965]➜  using execveat ... yes
2025-08-20T22:48:56.1745201Z [00:02:09.969]➜        reloc_nonalloc=0
2025-08-20T22:48:56.1749480Z [00:02:09.970]➜               comdats=0
2025-08-20T22:48:56.1752489Z [00:02:09.970]➜    removed_comdat_mem=0
2025-08-20T22:48:56.1754972Z [00:02:09.970]➜              num_dsos=0
2025-08-20T22:48:56.1756020Z [00:02:09.970]➜       parsed_lto_objs=1
2025-08-20T22:48:56.1782678Z [00:02:09.970]➜              num_cies=1
2025-08-20T22:48:56.1783632Z [00:02:09.970]➜       num_unique_cies=1
2025-08-20T22:48:56.1785052Z [00:02:09.970]➜              num_fdes=1
2025-08-20T22:48:56.1786312Z [00:02:09.970]➜        merged_strings=6
2025-08-20T22:48:56.1787055Z [00:02:09.970]➜              num_objs=17
2025-08-20T22:48:56.1788136Z [00:02:09.970]➜         output_chunks=24
2025-08-20T22:48:56.1789047Z [00:02:09.970]➜      string_fragments=28
2025-08-20T22:48:56.1790290Z [00:02:09.970]➜      garbage_sections=45
2025-08-20T22:48:56.1791169Z [00:02:09.970]➜           reloc_alloc=84
2025-08-20T22:48:56.1792337Z [00:02:09.970]➜        undefined_syms=100
2025-08-20T22:48:56.1793205Z [00:02:09.970]➜          defined_syms=150
2025-08-20T22:48:56.1793852Z [00:02:09.970]➜        input_sections=371
2025-08-20T22:48:56.1794584Z [00:02:09.970]➜           parsed_objs=1657
2025-08-20T22:48:56.1795677Z [00:02:09.970]➜      regular_sections=9628
2025-08-20T22:48:56.1796480Z [00:02:09.970]➜              all_syms=25247
2025-08-20T22:48:56.1797344Z [00:02:09.970]➜     total_input_bytes=38747178
2025-08-20T22:48:56.1798476Z [00:02:09.970]➜  .comment estimation=1627 actual=4
2025-08-20T22:48:56.1799428Z [00:02:09.970]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:48:56.1881310Z [00:02:09.983]➜  using __executable_start ... yes
2025-08-20T22:48:56.2288863Z [00:02:10.024]➜        reloc_nonalloc=0
2025-08-20T22:48:56.2291983Z [00:02:10.024]➜               comdats=0
2025-08-20T22:48:56.2292560Z [00:02:10.024]➜    removed_comdat_mem=0
2025-08-20T22:48:56.2294250Z [00:02:10.024]➜              num_dsos=0
2025-08-20T22:48:56.2294746Z [00:02:10.024]➜       parsed_lto_objs=1
2025-08-20T22:48:56.2295232Z [00:02:10.024]➜              num_cies=1
2025-08-20T22:48:56.2295699Z [00:02:10.024]➜       num_unique_cies=1
2025-08-20T22:48:56.2296156Z [00:02:10.024]➜              num_fdes=1
2025-08-20T22:48:56.2296621Z [00:02:10.024]➜        merged_strings=16
2025-08-20T22:48:56.2297104Z [00:02:10.024]➜         output_chunks=27
2025-08-20T22:48:56.2297836Z [00:02:10.024]➜              num_objs=28
2025-08-20T22:48:56.2298325Z [00:02:10.024]➜      string_fragments=63
2025-08-20T22:48:56.2298824Z [00:02:10.024]➜      garbage_sections=78
2025-08-20T22:48:56.2299308Z [00:02:10.024]➜        undefined_syms=126
2025-08-20T22:48:56.2299793Z [00:02:10.024]➜           reloc_alloc=148
2025-08-20T22:48:56.2300275Z [00:02:10.024]➜          defined_syms=267
2025-08-20T22:48:56.2302102Z [00:02:10.024]➜        input_sections=659
2025-08-20T22:48:56.2302682Z [00:02:10.024]➜           parsed_objs=1657
2025-08-20T22:48:56.2303188Z [00:02:10.024]➜      regular_sections=9628
2025-08-20T22:48:56.2303682Z [00:02:10.024]➜              all_syms=25247
2025-08-20T22:48:56.2304193Z [00:02:10.024]➜     total_input_bytes=38747258
2025-08-20T22:48:56.2304738Z [00:02:10.024]➜  .comment estimation=1627 actual=4
2025-08-20T22:48:56.2305331Z [00:02:10.024]➜  .rodata.cst8 estimation=1630 actual=9
2025-08-20T22:48:56.2305936Z [00:02:10.024]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:48:56.2306546Z [00:02:10.024]➜  .rodata.cst16 estimation=1626 actual=1
2025-08-20T22:48:56.2467621Z [00:02:10.041]➜  using exp10 ... yes
2025-08-20T22:48:56.2541078Z [00:02:10.049]➜        reloc_nonalloc=0
2025-08-20T22:48:56.2546658Z [00:02:10.049]➜               comdats=0
2025-08-20T22:48:56.2547126Z [00:02:10.049]➜    removed_comdat_mem=0
2025-08-20T22:48:56.2547564Z [00:02:10.049]➜              num_dsos=0
2025-08-20T22:48:56.2548031Z [00:02:10.049]➜       parsed_lto_objs=1
2025-08-20T22:48:56.2548486Z [00:02:10.049]➜              num_cies=1
2025-08-20T22:48:56.2548904Z [00:02:10.049]➜       num_unique_cies=1
2025-08-20T22:48:56.2549322Z [00:02:10.049]➜              num_fdes=1
2025-08-20T22:48:56.2549766Z [00:02:10.049]➜        merged_strings=12
2025-08-20T22:48:56.2550259Z [00:02:10.049]➜              num_objs=22
2025-08-20T22:48:56.2550705Z [00:02:10.049]➜         output_chunks=27
2025-08-20T22:48:56.2551442Z [00:02:10.049]➜      string_fragments=44
2025-08-20T22:48:56.2551945Z [00:02:10.049]➜      garbage_sections=60
2025-08-20T22:48:56.2552480Z [00:02:10.049]➜           reloc_alloc=106
2025-08-20T22:48:56.2552979Z [00:02:10.049]➜        undefined_syms=110
2025-08-20T22:48:56.2553763Z [00:02:10.049]➜          defined_syms=202
2025-08-20T22:48:56.2554240Z [00:02:10.049]➜        input_sections=503
2025-08-20T22:48:56.2554720Z [00:02:10.049]➜           parsed_objs=1657
2025-08-20T22:48:56.2555210Z [00:02:10.049]➜      regular_sections=9628
2025-08-20T22:48:56.2555697Z [00:02:10.049]➜              all_syms=25247
2025-08-20T22:48:56.2556205Z [00:02:10.049]➜     total_input_bytes=38747270
2025-08-20T22:48:56.2556749Z [00:02:10.049]➜  .comment estimation=1627 actual=4
2025-08-20T22:48:56.2557325Z [00:02:10.049]➜  .rodata.cst8 estimation=1628 actual=5
2025-08-20T22:48:56.2557913Z [00:02:10.049]➜  .rodata.cst16 estimation=1626 actual=1
2025-08-20T22:48:56.2558507Z [00:02:10.049]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:48:56.2717350Z [00:02:10.066]➜  using exp ... yes
2025-08-20T22:48:56.3665988Z [00:02:10.161]➜        reloc_nonalloc=0
2025-08-20T22:48:56.3676405Z [00:02:10.162]➜               comdats=0
2025-08-20T22:48:56.3676951Z [00:02:10.162]➜    removed_comdat_mem=0
2025-08-20T22:48:56.3677466Z [00:02:10.162]➜              num_dsos=0
2025-08-20T22:48:56.3677968Z [00:02:10.162]➜       parsed_lto_objs=1
2025-08-20T22:48:56.3678455Z [00:02:10.162]➜              num_cies=1
2025-08-20T22:48:56.3678941Z [00:02:10.162]➜       num_unique_cies=1
2025-08-20T22:48:56.3682576Z [00:02:10.162]➜              num_fdes=1
2025-08-20T22:48:56.3683008Z [00:02:10.162]➜        merged_strings=17
2025-08-20T22:48:56.3683419Z [00:02:10.162]➜         output_chunks=28
2025-08-20T22:48:56.3683834Z [00:02:10.162]➜              num_objs=29
2025-08-20T22:48:56.3684236Z [00:02:10.162]➜      string_fragments=64
2025-08-20T22:48:56.3684686Z [00:02:10.162]➜      garbage_sections=81
2025-08-20T22:48:56.3685185Z [00:02:10.162]➜           reloc_alloc=124
2025-08-20T22:48:56.3685686Z [00:02:10.162]➜        undefined_syms=126
2025-08-20T22:48:56.3686437Z [00:02:10.162]➜          defined_syms=276
2025-08-20T22:48:56.3686930Z [00:02:10.162]➜        input_sections=692
2025-08-20T22:48:56.3687429Z [00:02:10.162]➜           parsed_objs=1657
2025-08-20T22:48:56.3687933Z [00:02:10.162]➜      regular_sections=9628
2025-08-20T22:48:56.3688427Z [00:02:10.162]➜              all_syms=25247
2025-08-20T22:48:56.3688941Z [00:02:10.162]➜     total_input_bytes=38747258
2025-08-20T22:48:56.3689486Z [00:02:10.162]➜  .comment estimation=1627 actual=4
2025-08-20T22:48:56.3690074Z [00:02:10.162]➜  .rodata.cst16 estimation=1627 actual=2
2025-08-20T22:48:56.3690661Z [00:02:10.162]➜  .rodata.cst4 estimation=1628 actual=4
2025-08-20T22:48:56.3691448Z [00:02:10.162]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:48:56.3692044Z [00:02:10.162]➜  .rodata.cst8 estimation=1628 actual=5
2025-08-20T22:48:56.3784709Z [00:02:10.173]➜        reloc_nonalloc=0
2025-08-20T22:48:56.3802136Z [00:02:10.175]➜               comdats=0
2025-08-20T22:48:56.3803192Z [00:02:10.175]➜    removed_comdat_mem=0
2025-08-20T22:48:56.3804229Z [00:02:10.175]➜              num_dsos=0
2025-08-20T22:48:56.3805046Z [00:02:10.175]➜       parsed_lto_objs=1
2025-08-20T22:48:56.3805700Z [00:02:10.175]➜              num_cies=1
2025-08-20T22:48:56.3806806Z [00:02:10.175]➜       num_unique_cies=1
2025-08-20T22:48:56.3807462Z [00:02:10.175]➜              num_fdes=1
2025-08-20T22:48:56.3808435Z [00:02:10.175]➜        merged_strings=11
2025-08-20T22:48:56.3809046Z [00:02:10.175]➜              num_objs=22
2025-08-20T22:48:56.3809622Z [00:02:10.175]➜         output_chunks=27
2025-08-20T22:48:56.3811193Z [00:02:10.175]➜      string_fragments=43
2025-08-20T22:48:56.3811689Z [00:02:10.175]➜      garbage_sections=60
2025-08-20T22:48:56.3812175Z [00:02:10.175]➜           reloc_alloc=103
2025-08-20T22:48:56.3812653Z [00:02:10.175]➜        undefined_syms=110
2025-08-20T22:48:56.3813132Z [00:02:10.175]➜          defined_syms=201
2025-08-20T22:48:56.3813607Z [00:02:10.175]➜        input_sections=503
2025-08-20T22:48:56.3814109Z [00:02:10.175]➜           parsed_objs=1657
2025-08-20T22:48:56.3814613Z [00:02:10.175]➜      regular_sections=9628
2025-08-20T22:48:56.3815378Z [00:02:10.175]➜              all_syms=25247
2025-08-20T22:48:56.3815907Z [00:02:10.175]➜     total_input_bytes=38747270
2025-08-20T22:48:56.3816467Z [00:02:10.175]➜  .comment estimation=1627 actual=4
2025-08-20T22:48:56.3817058Z [00:02:10.175]➜  .rodata.cst8 estimation=1627 actual=4
2025-08-20T22:48:56.3817654Z [00:02:10.175]➜  .rodata.cst16 estimation=1626 actual=1
2025-08-20T22:48:56.3818256Z [00:02:10.175]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:48:56.3982023Z [00:02:10.193]➜  using exp10f ... yes
2025-08-20T22:48:56.4009264Z [00:02:10.196]➜  using exp2 ... yes
2025-08-20T22:48:56.4037695Z [00:02:10.199]➜        reloc_nonalloc=0
2025-08-20T22:48:56.4048073Z [00:02:10.200]➜               comdats=0
2025-08-20T22:48:56.4071370Z [00:02:10.200]➜    removed_comdat_mem=0
2025-08-20T22:48:56.4071902Z [00:02:10.200]➜              num_dsos=0
2025-08-20T22:48:56.4073127Z [00:02:10.200]➜       parsed_lto_objs=1
2025-08-20T22:48:56.4074196Z [00:02:10.200]➜              num_cies=1
2025-08-20T22:48:56.4074983Z [00:02:10.200]➜       num_unique_cies=1
2025-08-20T22:48:56.4075669Z [00:02:10.200]➜              num_fdes=1
2025-08-20T22:48:56.4077009Z [00:02:10.200]➜         output_chunks=28
2025-08-20T22:48:56.4077518Z [00:02:10.200]➜              num_objs=28
2025-08-20T22:48:56.4078008Z [00:02:10.200]➜        merged_strings=35
2025-08-20T22:48:56.4078498Z [00:02:10.200]➜      string_fragments=75
2025-08-20T22:48:56.4078984Z [00:02:10.200]➜      garbage_sections=76
2025-08-20T22:48:56.4079487Z [00:02:10.200]➜        undefined_syms=128
2025-08-20T22:48:56.4080041Z [00:02:10.200]➜           reloc_alloc=169
2025-08-20T22:48:56.4080539Z [00:02:10.200]➜          defined_syms=298
2025-08-20T22:48:56.4081210Z [00:02:10.200]➜        input_sections=664
2025-08-20T22:48:56.4082370Z [00:02:10.200]➜           parsed_objs=1657
2025-08-20T22:48:56.4082919Z [00:02:10.200]➜      regular_sections=9628
2025-08-20T22:48:56.4083705Z [00:02:10.200]➜              all_syms=25247
2025-08-20T22:48:56.4084483Z [00:02:10.200]➜     total_input_bytes=38747258
2025-08-20T22:48:56.4085095Z [00:02:10.200]➜  .rodata.cst4 estimation=1631 actual=10
2025-08-20T22:48:56.4085706Z [00:02:10.200]➜  .comment estimation=1627 actual=4
2025-08-20T22:48:56.4086314Z [00:02:10.200]➜  .rodata.cst16 estimation=1635 actual=17
2025-08-20T22:48:56.4086922Z [00:02:10.200]➜  .rodata.cst8 estimation=1627 actual=2
2025-08-20T22:48:56.4087534Z [00:02:10.200]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:48:56.4223648Z [00:02:10.216]➜  using exp10l ... yes
2025-08-20T22:48:56.4517325Z [00:02:10.246]➜        reloc_nonalloc=0
2025-08-20T22:48:56.4524968Z [00:02:10.246]➜               comdats=0
2025-08-20T22:48:56.4525457Z [00:02:10.246]➜    removed_comdat_mem=0
2025-08-20T22:48:56.4525927Z [00:02:10.246]➜              num_dsos=0
2025-08-20T22:48:56.4526412Z [00:02:10.246]➜       parsed_lto_objs=1
2025-08-20T22:48:56.4526901Z [00:02:10.246]➜              num_cies=1
2025-08-20T22:48:56.4527383Z [00:02:10.246]➜       num_unique_cies=1
2025-08-20T22:48:56.4527878Z [00:02:10.246]➜              num_fdes=1
2025-08-20T22:48:56.4528355Z [00:02:10.246]➜        merged_strings=6
2025-08-20T22:48:56.4528799Z [00:02:10.246]➜              num_objs=18
2025-08-20T22:48:56.4539535Z [00:02:10.246]➜         output_chunks=24
2025-08-20T22:48:56.4540155Z [00:02:10.246]➜      string_fragments=28
2025-08-20T22:48:56.4540652Z [00:02:10.246]➜      garbage_sections=47
2025-08-20T22:48:56.4541337Z [00:02:10.246]➜           reloc_alloc=84
2025-08-20T22:48:56.4541824Z [00:02:10.246]➜        undefined_syms=102
2025-08-20T22:48:56.4542313Z [00:02:10.246]➜          defined_syms=157
2025-08-20T22:48:56.4542793Z [00:02:10.246]➜        input_sections=391
2025-08-20T22:48:56.4543285Z [00:02:10.246]➜           parsed_objs=1657
2025-08-20T22:48:56.4543785Z [00:02:10.246]➜      regular_sections=9628
2025-08-20T22:48:56.4544286Z [00:02:10.246]➜              all_syms=25247
2025-08-20T22:48:56.4544825Z [00:02:10.246]➜     total_input_bytes=38747270
2025-08-20T22:48:56.4545379Z [00:02:10.246]➜  .comment estimation=1627 actual=4
2025-08-20T22:48:56.4546298Z [00:02:10.246]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:48:56.4647097Z [00:02:10.259]➜  using exp2l ... yes
2025-08-20T22:48:56.4843671Z [00:02:10.279]➜        reloc_nonalloc=0
2025-08-20T22:48:56.4850265Z [00:02:10.279]➜               comdats=0
2025-08-20T22:48:56.4850934Z [00:02:10.279]➜    removed_comdat_mem=0
2025-08-20T22:48:56.4851443Z [00:02:10.279]➜              num_dsos=0
2025-08-20T22:48:56.4851938Z [00:02:10.279]➜       parsed_lto_objs=1
2025-08-20T22:48:56.4852423Z [00:02:10.279]➜              num_cies=1
2025-08-20T22:48:56.4852897Z [00:02:10.279]➜       num_unique_cies=1
2025-08-20T22:48:56.4853363Z [00:02:10.279]➜              num_fdes=1
2025-08-20T22:48:56.4853844Z [00:02:10.279]➜        merged_strings=11
2025-08-20T22:48:56.4854334Z [00:02:10.279]➜              num_objs=22
2025-08-20T22:48:56.4854865Z [00:02:10.279]➜         output_chunks=28
2025-08-20T22:48:56.4855353Z [00:02:10.279]➜      string_fragments=43
2025-08-20T22:48:56.4855863Z [00:02:10.279]➜      garbage_sections=60
2025-08-20T22:48:56.4856341Z [00:02:10.279]➜           reloc_alloc=98
2025-08-20T22:48:56.4856819Z [00:02:10.279]➜        undefined_syms=110
2025-08-20T22:48:56.4857316Z [00:02:10.279]➜          defined_syms=201
2025-08-20T22:48:56.4857796Z [00:02:10.279]➜        input_sections=504
2025-08-20T22:48:56.4858290Z [00:02:10.279]➜           parsed_objs=1657
2025-08-20T22:48:56.4858793Z [00:02:10.279]➜      regular_sections=9628
2025-08-20T22:48:56.4859296Z [00:02:10.279]➜              all_syms=25247
2025-08-20T22:48:56.4859821Z [00:02:10.279]➜     total_input_bytes=38747270
2025-08-20T22:48:56.4860378Z [00:02:10.279]➜  .comment estimation=1627 actual=4
2025-08-20T22:48:56.4861126Z [00:02:10.279]➜  .rodata.cst4 estimation=1628 actual=3
2025-08-20T22:48:56.4861743Z [00:02:10.279]➜  .rodata.cst16 estimation=1626 actual=1
2025-08-20T22:48:56.4862615Z [00:02:10.279]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:48:56.4863232Z [00:02:10.279]➜  .rodata.cst8 estimation=1626 actual=1
2025-08-20T22:48:56.5046776Z [00:02:10.299]➜  using exp2f ... yes
2025-08-20T22:48:56.6029878Z [00:02:10.398]➜        reloc_nonalloc=0
2025-08-20T22:48:56.6031090Z [00:02:10.398]➜               comdats=0
2025-08-20T22:48:56.6032765Z [00:02:10.398]➜    removed_comdat_mem=0
2025-08-20T22:48:56.6033264Z [00:02:10.398]➜              num_dsos=0
2025-08-20T22:48:56.6033792Z [00:02:10.398]➜       parsed_lto_objs=1
2025-08-20T22:48:56.6034263Z [00:02:10.398]➜              num_cies=1
2025-08-20T22:48:56.6034735Z [00:02:10.398]➜       num_unique_cies=1
2025-08-20T22:48:56.6035183Z [00:02:10.398]➜              num_fdes=1
2025-08-20T22:48:56.6035642Z [00:02:10.398]➜        merged_strings=12
2025-08-20T22:48:56.6036094Z [00:02:10.398]➜              num_objs=22
2025-08-20T22:48:56.6036564Z [00:02:10.398]➜         output_chunks=28
2025-08-20T22:48:56.6037073Z [00:02:10.398]➜      string_fragments=44
2025-08-20T22:48:56.6037593Z [00:02:10.398]➜      garbage_sections=60
2025-08-20T22:48:56.6038136Z [00:02:10.398]➜           reloc_alloc=100
2025-08-20T22:48:56.6038667Z [00:02:10.398]➜        undefined_syms=110
2025-08-20T22:48:56.6039189Z [00:02:10.398]➜          defined_syms=202
2025-08-20T22:48:56.6039694Z [00:02:10.398]➜        input_sections=504
2025-08-20T22:48:56.6040199Z [00:02:10.398]➜           parsed_objs=1657
2025-08-20T22:48:56.6040706Z [00:02:10.398]➜      regular_sections=9628
2025-08-20T22:48:56.6041390Z [00:02:10.398]➜              all_syms=25247
2025-08-20T22:48:56.6041931Z [00:02:10.398]➜     total_input_bytes=38747270
2025-08-20T22:48:56.6042497Z [00:02:10.398]➜  .comment estimation=1627 actual=4
2025-08-20T22:48:56.6043112Z [00:02:10.398]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:48:56.6043725Z [00:02:10.398]➜  .rodata.cst4 estimation=1628 actual=4
2025-08-20T22:48:56.6044322Z [00:02:10.398]➜  .rodata.cst16 estimation=1626 actual=1
2025-08-20T22:48:56.6044936Z [00:02:10.398]➜  .rodata.cst8 estimation=1626 actual=1
2025-08-20T22:48:56.6247789Z [00:02:10.419]➜  using faccessat2 ... no
2025-08-20T22:48:56.6337382Z [00:02:10.428]➜        reloc_nonalloc=0
2025-08-20T22:48:56.6346876Z [00:02:10.428]➜               comdats=0
2025-08-20T22:48:56.6347371Z [00:02:10.428]➜    removed_comdat_mem=0
2025-08-20T22:48:56.6347846Z [00:02:10.428]➜              num_dsos=0
2025-08-20T22:48:56.6348324Z [00:02:10.428]➜       parsed_lto_objs=1
2025-08-20T22:48:56.6348798Z [00:02:10.428]➜              num_cies=1
2025-08-20T22:48:56.6349258Z [00:02:10.428]➜       num_unique_cies=1
2025-08-20T22:48:56.6349719Z [00:02:10.428]➜              num_fdes=1
2025-08-20T22:48:56.6350177Z [00:02:10.428]➜        merged_strings=7
2025-08-20T22:48:56.6350650Z [00:02:10.428]➜         output_chunks=25
2025-08-20T22:48:56.6351529Z [00:02:10.428]➜              num_objs=28
2025-08-20T22:48:56.6352113Z [00:02:10.428]➜      string_fragments=49
2025-08-20T22:48:56.6352685Z [00:02:10.428]➜      garbage_sections=79
2025-08-20T22:48:56.6353293Z [00:02:10.428]➜           reloc_alloc=106
2025-08-20T22:48:56.6353871Z [00:02:10.428]➜        undefined_syms=127
2025-08-20T22:48:56.6355253Z [00:02:10.428]➜          defined_syms=265
2025-08-20T22:48:56.6355758Z [00:02:10.428]➜        input_sections=661
2025-08-20T22:48:56.6356245Z [00:02:10.428]➜           parsed_objs=1657
2025-08-20T22:48:56.6356742Z [00:02:10.428]➜      regular_sections=9629
2025-08-20T22:48:56.6357233Z [00:02:10.428]➜              all_syms=25248
2025-08-20T22:48:56.6357746Z [00:02:10.428]➜     total_input_bytes=38747562
2025-08-20T22:48:56.6358303Z [00:02:10.428]➜  .comment estimation=1627 actual=4
2025-08-20T22:48:56.6358896Z [00:02:10.428]➜  .rodata.str1.1 estimation=1627 actual=3
2025-08-20T22:48:56.6359430Z [00:02:10.428]➜  using expf ... yes
2025-08-20T22:48:56.6437480Z [00:02:10.439]➜        reloc_nonalloc=0
2025-08-20T22:48:56.6453980Z [00:02:10.439]➜               comdats=0
2025-08-20T22:48:56.6454986Z [00:02:10.439]➜    removed_comdat_mem=0
2025-08-20T22:48:56.6457128Z [00:02:10.439]➜              num_dsos=0
2025-08-20T22:48:56.6457911Z [00:02:10.439]➜       parsed_lto_objs=1
2025-08-20T22:48:56.6459501Z [00:02:10.439]➜              num_cies=1
2025-08-20T22:48:56.6459998Z [00:02:10.439]➜       num_unique_cies=1
2025-08-20T22:48:56.6460445Z [00:02:10.439]➜              num_fdes=1
2025-08-20T22:48:56.6461189Z [00:02:10.439]➜        merged_strings=6
2025-08-20T22:48:56.6461669Z [00:02:10.439]➜              num_objs=19
2025-08-20T22:48:56.6462144Z [00:02:10.439]➜         output_chunks=24
2025-08-20T22:48:56.6462631Z [00:02:10.439]➜      string_fragments=28
2025-08-20T22:48:56.6463099Z [00:02:10.439]➜      garbage_sections=49
2025-08-20T22:48:56.6463568Z [00:02:10.439]➜           reloc_alloc=85
2025-08-20T22:48:56.6464098Z [00:02:10.439]➜        undefined_syms=104
2025-08-20T22:48:56.6464581Z [00:02:10.439]➜          defined_syms=164
2025-08-20T22:48:56.6465057Z [00:02:10.439]➜        input_sections=412
2025-08-20T22:48:56.6465563Z [00:02:10.439]➜           parsed_objs=1657
2025-08-20T22:48:56.6466058Z [00:02:10.439]➜      regular_sections=9628
2025-08-20T22:48:56.6466847Z [00:02:10.439]➜              all_syms=25247
2025-08-20T22:48:56.6467362Z [00:02:10.439]➜     total_input_bytes=38747270
2025-08-20T22:48:56.6467907Z [00:02:10.439]➜  .comment estimation=1627 actual=4
2025-08-20T22:48:56.6468509Z [00:02:10.439]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:48:56.6469054Z [00:02:10.441]➜  using faccessat ... yes
2025-08-20T22:48:56.6586271Z [00:02:10.453]➜  using expl ... yes
2025-08-20T22:48:56.6758849Z [00:02:10.471]➜        reloc_nonalloc=0
2025-08-20T22:48:56.6760460Z [00:02:10.471]➜               comdats=0
2025-08-20T22:48:56.6761154Z [00:02:10.471]➜    removed_comdat_mem=0
2025-08-20T22:48:56.6761644Z [00:02:10.471]➜              num_dsos=0
2025-08-20T22:48:56.6762126Z [00:02:10.471]➜       parsed_lto_objs=1
2025-08-20T22:48:56.6762604Z [00:02:10.471]➜              num_cies=1
2025-08-20T22:48:56.6763073Z [00:02:10.471]➜       num_unique_cies=1
2025-08-20T22:48:56.6763578Z [00:02:10.471]➜              num_fdes=1
2025-08-20T22:48:56.6764045Z [00:02:10.471]➜        merged_strings=6
2025-08-20T22:48:56.6764553Z [00:02:10.471]➜              num_objs=20
2025-08-20T22:48:56.6765051Z [00:02:10.471]➜         output_chunks=24
2025-08-20T22:48:56.6765538Z [00:02:10.471]➜      string_fragments=34
2025-08-20T22:48:56.6766027Z [00:02:10.471]➜      garbage_sections=54
2025-08-20T22:48:56.6766515Z [00:02:10.471]➜           reloc_alloc=86
2025-08-20T22:48:56.6767003Z [00:02:10.471]➜        undefined_syms=106
2025-08-20T22:48:56.6767502Z [00:02:10.471]➜          defined_syms=179
2025-08-20T22:48:56.6768008Z [00:02:10.471]➜        input_sections=449
2025-08-20T22:48:56.6768504Z [00:02:10.471]➜           parsed_objs=1657
2025-08-20T22:48:56.6769014Z [00:02:10.471]➜      regular_sections=9628
2025-08-20T22:48:56.6769516Z [00:02:10.471]➜              all_syms=25247
2025-08-20T22:48:56.6770047Z [00:02:10.471]➜     total_input_bytes=38747314
2025-08-20T22:48:56.6771022Z [00:02:10.471]➜  .comment estimation=1627 actual=4
2025-08-20T22:48:56.6771692Z [00:02:10.471]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:48:56.6932647Z [00:02:10.488]➜  using fallocate ... yes
2025-08-20T22:48:56.7531625Z [00:02:10.548]➜  using fchmodat2 ... no
2025-08-20T22:48:56.8142084Z [00:02:10.609]➜        reloc_nonalloc=0
2025-08-20T22:48:56.8149168Z [00:02:10.610]➜               comdats=0
2025-08-20T22:48:56.8150302Z [00:02:10.610]➜    removed_comdat_mem=0
2025-08-20T22:48:56.8151159Z [00:02:10.610]➜              num_dsos=0
2025-08-20T22:48:56.8151838Z [00:02:10.610]➜       parsed_lto_objs=1
2025-08-20T22:48:56.8152769Z [00:02:10.610]➜              num_cies=1
2025-08-20T22:48:56.8153542Z [00:02:10.610]➜       num_unique_cies=1
2025-08-20T22:48:56.8154208Z [00:02:10.610]➜              num_fdes=1
2025-08-20T22:48:56.8154918Z [00:02:10.610]➜        merged_strings=6
2025-08-20T22:48:56.8155820Z [00:02:10.610]➜              num_objs=20
2025-08-20T22:48:56.8161507Z [00:02:10.610]➜         output_chunks=24
2025-08-20T22:48:56.8162611Z [00:02:10.610]➜      string_fragments=35
2025-08-20T22:48:56.8163507Z [00:02:10.610]➜      garbage_sections=54
2025-08-20T22:48:56.8164714Z [00:02:10.610]➜           reloc_alloc=87
2025-08-20T22:48:56.8165357Z [00:02:10.610]➜        undefined_syms=106
2025-08-20T22:48:56.8166469Z [00:02:10.610]➜          defined_syms=180
2025-08-20T22:48:56.8167218Z [00:02:10.610]➜        input_sections=450
2025-08-20T22:48:56.8167805Z [00:02:10.610]➜           parsed_objs=1657
2025-08-20T22:48:56.8168685Z [00:02:10.610]➜      regular_sections=9629
2025-08-20T22:48:56.8169340Z [00:02:10.610]➜              all_syms=25248
2025-08-20T22:48:56.8170376Z [00:02:10.610]➜     total_input_bytes=38747518
2025-08-20T22:48:56.8171362Z [00:02:10.610]➜  .comment estimation=1627 actual=4
2025-08-20T22:48:56.8172618Z [00:02:10.610]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:48:56.8284600Z [00:02:10.623]➜  using fchownat ... yes
2025-08-20T22:48:56.8400736Z [00:02:10.635]➜        reloc_nonalloc=0
2025-08-20T22:48:56.8409926Z [00:02:10.636]➜               comdats=0
2025-08-20T22:48:56.8410614Z [00:02:10.636]➜    removed_comdat_mem=0
2025-08-20T22:48:56.8413064Z [00:02:10.636]➜              num_dsos=0
2025-08-20T22:48:56.8413560Z [00:02:10.636]➜       parsed_lto_objs=1
2025-08-20T22:48:56.8414025Z [00:02:10.636]➜              num_cies=1
2025-08-20T22:48:56.8414483Z [00:02:10.636]➜       num_unique_cies=1
2025-08-20T22:48:56.8414943Z [00:02:10.636]➜              num_fdes=1
2025-08-20T22:48:56.8415404Z [00:02:10.636]➜        merged_strings=7
2025-08-20T22:48:56.8415879Z [00:02:10.636]➜         output_chunks=25
2025-08-20T22:48:56.8416358Z [00:02:10.636]➜              num_objs=34
2025-08-20T22:48:56.8416837Z [00:02:10.636]➜      string_fragments=63
2025-08-20T22:48:56.8417323Z [00:02:10.636]➜      garbage_sections=100
2025-08-20T22:48:56.8417816Z [00:02:10.636]➜        undefined_syms=181
2025-08-20T22:48:56.8418303Z [00:02:10.636]➜           reloc_alloc=232
2025-08-20T22:48:56.8418798Z [00:02:10.636]➜          defined_syms=342
2025-08-20T22:48:56.8419275Z [00:02:10.636]➜        input_sections=849
2025-08-20T22:48:56.8419775Z [00:02:10.636]➜           parsed_objs=1657
2025-08-20T22:48:56.8420233Z [00:02:10.636]➜      regular_sections=9629
2025-08-20T22:48:56.8420734Z [00:02:10.636]➜              all_syms=25259
2025-08-20T22:48:56.8424317Z [00:02:10.636]➜     total_input_bytes=38749666
2025-08-20T22:48:56.8424878Z [00:02:10.636]➜  .comment estimation=1627 actual=4
2025-08-20T22:48:56.8425486Z [00:02:10.636]➜  .rodata.str1.1 estimation=1628 actual=3
2025-08-20T22:48:56.8533368Z [00:02:10.647]➜        reloc_nonalloc=0
2025-08-20T22:48:56.8542545Z [00:02:10.647]➜               comdats=0
2025-08-20T22:48:56.8543057Z [00:02:10.647]➜    removed_comdat_mem=0
2025-08-20T22:48:56.8543537Z [00:02:10.647]➜              num_dsos=0
2025-08-20T22:48:56.8544039Z [00:02:10.647]➜       parsed_lto_objs=1
2025-08-20T22:48:56.8544534Z [00:02:10.647]➜              num_cies=1
2025-08-20T22:48:56.8545286Z [00:02:10.647]➜       num_unique_cies=1
2025-08-20T22:48:56.8545772Z [00:02:10.647]➜              num_fdes=1
2025-08-20T22:48:56.8546275Z [00:02:10.647]➜        merged_strings=7
2025-08-20T22:48:56.8546752Z [00:02:10.647]➜              num_objs=23
2025-08-20T22:48:56.8547245Z [00:02:10.647]➜         output_chunks=25
2025-08-20T22:48:56.8547747Z [00:02:10.647]➜      string_fragments=42
2025-08-20T22:48:56.8548233Z [00:02:10.647]➜      garbage_sections=63
2025-08-20T22:48:56.8548730Z [00:02:10.647]➜           reloc_alloc=100
2025-08-20T22:48:56.8549238Z [00:02:10.647]➜        undefined_syms=116
2025-08-20T22:48:56.8549743Z [00:02:10.647]➜          defined_syms=211
2025-08-20T22:48:56.8550239Z [00:02:10.647]➜        input_sections=532
2025-08-20T22:48:56.8550749Z [00:02:10.647]➜           parsed_objs=1657
2025-08-20T22:48:56.8551439Z [00:02:10.647]➜      regular_sections=9629
2025-08-20T22:48:56.8551963Z [00:02:10.647]➜              all_syms=25248
2025-08-20T22:48:56.8552502Z [00:02:10.647]➜     total_input_bytes=38747498
2025-08-20T22:48:56.8553090Z [00:02:10.647]➜  .comment estimation=1627 actual=4
2025-08-20T22:48:56.8553710Z [00:02:10.647]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:48:56.8554353Z [00:02:10.647]➜  .rodata.cst8 estimation=1626 actual=1
2025-08-20T22:48:56.8669180Z [00:02:10.662]➜  using fanotify ... yes
2025-08-20T22:48:56.8697691Z [00:02:10.664]➜  using fchmodat ... yes
2025-08-20T22:48:56.9753130Z [00:02:10.770]➜        reloc_nonalloc=0
2025-08-20T22:48:56.9756909Z [00:02:10.770]➜               comdats=0
2025-08-20T22:48:56.9759331Z [00:02:10.770]➜    removed_comdat_mem=0
2025-08-20T22:48:56.9772728Z [00:02:10.770]➜              num_dsos=0
2025-08-20T22:48:56.9775456Z [00:02:10.770]➜       parsed_lto_objs=1
2025-08-20T22:48:56.9775956Z [00:02:10.770]➜              num_cies=1
2025-08-20T22:48:56.9776795Z [00:02:10.770]➜       num_unique_cies=1
2025-08-20T22:48:56.9777481Z [00:02:10.770]➜              num_fdes=1
2025-08-20T22:48:56.9778063Z [00:02:10.770]➜        merged_strings=6
2025-08-20T22:48:56.9778683Z [00:02:10.770]➜              num_objs=24
2025-08-20T22:48:56.9779792Z [00:02:10.770]➜         output_chunks=25
2025-08-20T22:48:56.9781008Z [00:02:10.770]➜      string_fragments=42
2025-08-20T22:48:56.9781752Z [00:02:10.770]➜      garbage_sections=66
2025-08-20T22:48:56.9782782Z [00:02:10.770]➜           reloc_alloc=99
2025-08-20T22:48:56.9783885Z [00:02:10.770]➜        undefined_syms=121
2025-08-20T22:48:56.9784651Z [00:02:10.770]➜          defined_syms=225
2025-08-20T22:48:56.9785501Z [00:02:10.770]➜        input_sections=560
2025-08-20T22:48:56.9787118Z [00:02:10.770]➜           parsed_objs=1657
2025-08-20T22:48:56.9787630Z [00:02:10.770]➜      regular_sections=9629
2025-08-20T22:48:56.9788143Z [00:02:10.770]➜              all_syms=25255
2025-08-20T22:48:56.9788664Z [00:02:10.770]➜     total_input_bytes=38748550
2025-08-20T22:48:56.9789223Z [00:02:10.770]➜  .comment estimation=1627 actual=4
2025-08-20T22:48:56.9789824Z [00:02:10.770]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:48:56.9946525Z [00:02:10.789]➜  using fdatasync ... yes
2025-08-20T22:48:57.0050441Z [00:02:10.800]➜        reloc_nonalloc=0
2025-08-20T22:48:57.0052033Z [00:02:10.800]➜               comdats=0
2025-08-20T22:48:57.0053960Z [00:02:10.800]➜    removed_comdat_mem=0
2025-08-20T22:48:57.0054447Z [00:02:10.800]➜              num_dsos=0
2025-08-20T22:48:57.0054921Z [00:02:10.800]➜       parsed_lto_objs=1
2025-08-20T22:48:57.0055383Z [00:02:10.800]➜              num_cies=1
2025-08-20T22:48:57.0055842Z [00:02:10.800]➜       num_unique_cies=1
2025-08-20T22:48:57.0056299Z [00:02:10.800]➜              num_fdes=1
2025-08-20T22:48:57.0056755Z [00:02:10.800]➜        merged_strings=9
2025-08-20T22:48:57.0057222Z [00:02:10.800]➜         output_chunks=25
2025-08-20T22:48:57.0057700Z [00:02:10.800]➜              num_objs=26
2025-08-20T22:48:57.0058172Z [00:02:10.800]➜      string_fragments=50
2025-08-20T22:48:57.0058649Z [00:02:10.800]➜      garbage_sections=73
2025-08-20T22:48:57.0059120Z [00:02:10.800]➜           reloc_alloc=104
2025-08-20T22:48:57.0059876Z [00:02:10.800]➜        undefined_syms=127
2025-08-20T22:48:57.0060374Z [00:02:10.800]➜          defined_syms=247
2025-08-20T22:48:57.0061067Z [00:02:10.800]➜        input_sections=616
2025-08-20T22:48:57.0061565Z [00:02:10.800]➜           parsed_objs=1657
2025-08-20T22:48:57.0062056Z [00:02:10.800]➜      regular_sections=9629
2025-08-20T22:48:57.0062542Z [00:02:10.800]➜              all_syms=25254
2025-08-20T22:48:57.0063052Z [00:02:10.800]➜     total_input_bytes=38749170
2025-08-20T22:48:57.0063601Z [00:02:10.800]➜  .comment estimation=1627 actual=4
2025-08-20T22:48:57.0064193Z [00:02:10.800]➜  .rodata.str1.1 estimation=1628 actual=4
2025-08-20T22:48:57.0064795Z [00:02:10.800]➜  .rodata.cst8 estimation=1626 actual=1
2025-08-20T22:48:57.0295138Z [00:02:10.824]➜  using fexecve ... yes
2025-08-20T22:48:57.0356812Z [00:02:10.830]➜        reloc_nonalloc=0
2025-08-20T22:48:57.0373761Z [00:02:10.831]➜               comdats=0
2025-08-20T22:48:57.0374278Z [00:02:10.831]➜    removed_comdat_mem=0
2025-08-20T22:48:57.0374793Z [00:02:10.831]➜              num_dsos=0
2025-08-20T22:48:57.0375272Z [00:02:10.831]➜       parsed_lto_objs=1
2025-08-20T22:48:57.0375764Z [00:02:10.831]➜              num_cies=1
2025-08-20T22:48:57.0376221Z [00:02:10.831]➜       num_unique_cies=1
2025-08-20T22:48:57.0376672Z [00:02:10.831]➜              num_fdes=1
2025-08-20T22:48:57.0377124Z [00:02:10.831]➜        merged_strings=8
2025-08-20T22:48:57.0377588Z [00:02:10.831]➜              num_objs=21
2025-08-20T22:48:57.0378056Z [00:02:10.831]➜         output_chunks=24
2025-08-20T22:48:57.0378530Z [00:02:10.831]➜      string_fragments=38
2025-08-20T22:48:57.0379004Z [00:02:10.831]➜      garbage_sections=69
2025-08-20T22:48:57.0379471Z [00:02:10.831]➜           reloc_alloc=91
2025-08-20T22:48:57.0379933Z [00:02:10.831]➜        undefined_syms=124
2025-08-20T22:48:57.0380412Z [00:02:10.831]➜          defined_syms=202
2025-08-20T22:48:57.0383295Z [00:02:10.831]➜        input_sections=501
2025-08-20T22:48:57.0383911Z [00:02:10.831]➜           parsed_objs=1657
2025-08-20T22:48:57.0384447Z [00:02:10.831]➜      regular_sections=9629
2025-08-20T22:48:57.0385233Z [00:02:10.831]➜              all_syms=25249
2025-08-20T22:48:57.0385740Z [00:02:10.831]➜     total_input_bytes=38748178
2025-08-20T22:48:57.0386284Z [00:02:10.831]➜  .comment estimation=1627 actual=4
2025-08-20T22:48:57.0386876Z [00:02:10.831]➜  .rodata.str1.1 estimation=1628 actual=4
2025-08-20T22:48:57.0467209Z [00:02:10.841]➜        reloc_nonalloc=0
2025-08-20T22:48:57.0472445Z [00:02:10.841]➜               comdats=0
2025-08-20T22:48:57.0472955Z [00:02:10.841]➜    removed_comdat_mem=0
2025-08-20T22:48:57.0473435Z [00:02:10.841]➜              num_dsos=0
2025-08-20T22:48:57.0474462Z [00:02:10.841]➜       parsed_lto_objs=1
2025-08-20T22:48:57.0475315Z [00:02:10.841]➜              num_cies=1
2025-08-20T22:48:57.0476193Z [00:02:10.841]➜       num_unique_cies=1
2025-08-20T22:48:57.0476776Z [00:02:10.841]➜              num_fdes=1
2025-08-20T22:48:57.0477338Z [00:02:10.841]➜        merged_strings=6
2025-08-20T22:48:57.0477986Z [00:02:10.841]➜              num_objs=21
2025-08-20T22:48:57.0479150Z [00:02:10.841]➜         output_chunks=24
2025-08-20T22:48:57.0479822Z [00:02:10.842]➜      string_fragments=36
2025-08-20T22:48:57.0480486Z [00:02:10.842]➜      garbage_sections=69
2025-08-20T22:48:57.0481270Z [00:02:10.842]➜           reloc_alloc=90
2025-08-20T22:48:57.0481883Z [00:02:10.842]➜        undefined_syms=124
2025-08-20T22:48:57.0483465Z [00:02:10.842]➜          defined_syms=201
2025-08-20T22:48:57.0483968Z [00:02:10.842]➜        input_sections=500
2025-08-20T22:48:57.0484465Z [00:02:10.842]➜           parsed_objs=1657
2025-08-20T22:48:57.0484981Z [00:02:10.842]➜      regular_sections=9628
2025-08-20T22:48:57.0485486Z [00:02:10.842]➜              all_syms=25248
2025-08-20T22:48:57.0486004Z [00:02:10.842]➜     total_input_bytes=38747666
2025-08-20T22:48:57.0486556Z [00:02:10.842]➜  .comment estimation=1627 actual=4
2025-08-20T22:48:57.0487157Z [00:02:10.842]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:48:57.0535947Z [00:02:10.848]➜  using fgetxattr ... yes
2025-08-20T22:48:57.0641596Z [00:02:10.859]➜  using flistxattr ... yes
2025-08-20T22:48:57.0883171Z [00:02:10.883]➜  using finit_module ... no
2025-08-20T22:48:57.2007572Z [00:02:10.995]➜        reloc_nonalloc=0
2025-08-20T22:48:57.2010605Z [00:02:10.995]➜               comdats=0
2025-08-20T22:48:57.2012639Z [00:02:10.995]➜    removed_comdat_mem=0
2025-08-20T22:48:57.2013556Z [00:02:10.995]➜              num_dsos=0
2025-08-20T22:48:57.2015192Z [00:02:10.995]➜       parsed_lto_objs=1
2025-08-20T22:48:57.2016016Z [00:02:10.995]➜              num_cies=1
2025-08-20T22:48:57.2016748Z [00:02:10.995]➜       num_unique_cies=1
2025-08-20T22:48:57.2017844Z [00:02:10.995]➜              num_fdes=1
2025-08-20T22:48:57.2019236Z [00:02:10.995]➜        merged_strings=6
2025-08-20T22:48:57.2020153Z [00:02:10.995]➜              num_objs=20
2025-08-20T22:48:57.2021241Z [00:02:10.995]➜         output_chunks=24
2025-08-20T22:48:57.2028515Z [00:02:10.995]➜      string_fragments=34
2025-08-20T22:48:57.2029400Z [00:02:10.995]➜      garbage_sections=54
2025-08-20T22:48:57.2032026Z [00:02:10.995]➜           reloc_alloc=88
2025-08-20T22:48:57.2032543Z [00:02:10.995]➜        undefined_syms=106
2025-08-20T22:48:57.2033026Z [00:02:10.995]➜          defined_syms=179
2025-08-20T22:48:57.2033500Z [00:02:10.995]➜        input_sections=449
2025-08-20T22:48:57.2033992Z [00:02:10.995]➜           parsed_objs=1657
2025-08-20T22:48:57.2034495Z [00:02:10.995]➜      regular_sections=9628
2025-08-20T22:48:57.2035015Z [00:02:10.995]➜              all_syms=25247
2025-08-20T22:48:57.2035525Z [00:02:10.995]➜     total_input_bytes=38747366
2025-08-20T22:48:57.2036071Z [00:02:10.995]➜  .comment estimation=1627 actual=4
2025-08-20T22:48:57.2036662Z [00:02:10.995]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:48:57.2198990Z [00:02:11.015]➜  using flock ... yes
2025-08-20T22:48:57.2302737Z [00:02:11.025]➜        reloc_nonalloc=0
2025-08-20T22:48:57.2326336Z [00:02:11.027]➜               comdats=0
2025-08-20T22:48:57.2327099Z [00:02:11.027]➜    removed_comdat_mem=0
2025-08-20T22:48:57.2328901Z [00:02:11.027]➜              num_dsos=0
2025-08-20T22:48:57.2329694Z [00:02:11.027]➜       parsed_lto_objs=1
2025-08-20T22:48:57.2330286Z [00:02:11.027]➜              num_cies=1
2025-08-20T22:48:57.2331068Z [00:02:11.027]➜       num_unique_cies=1
2025-08-20T22:48:57.2331801Z [00:02:11.027]➜              num_fdes=1
2025-08-20T22:48:57.2334020Z [00:02:11.027]➜        merged_strings=12
2025-08-20T22:48:57.2334525Z [00:02:11.027]➜              num_objs=19
2025-08-20T22:48:57.2335010Z [00:02:11.027]➜         output_chunks=25
2025-08-20T22:48:57.2335493Z [00:02:11.027]➜      string_fragments=38
2025-08-20T22:48:57.2335966Z [00:02:11.027]➜      garbage_sections=51
2025-08-20T22:48:57.2336444Z [00:02:11.027]➜           reloc_alloc=96
2025-08-20T22:48:57.2336929Z [00:02:11.027]➜        undefined_syms=103
2025-08-20T22:48:57.2337408Z [00:02:11.027]➜          defined_syms=178
2025-08-20T22:48:57.2337907Z [00:02:11.027]➜        input_sections=429
2025-08-20T22:48:57.2338394Z [00:02:11.027]➜           parsed_objs=1657
2025-08-20T22:48:57.2338904Z [00:02:11.027]➜      regular_sections=9628
2025-08-20T22:48:57.2339387Z [00:02:11.027]➜              all_syms=25247
2025-08-20T22:48:57.2339886Z [00:02:11.027]➜     total_input_bytes=38747286
2025-08-20T22:48:57.2340427Z [00:02:11.028]➜  .comment estimation=1627 actual=4
2025-08-20T22:48:57.2341215Z [00:02:11.028]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:48:57.2341801Z [00:02:11.028]➜  .rodata.cst8 estimation=1629 actual=6
2025-08-20T22:48:57.2503377Z [00:02:11.045]➜  using fma ... yes
2025-08-20T22:48:57.2666992Z [00:02:11.061]➜        reloc_nonalloc=0
2025-08-20T22:48:57.2685640Z [00:02:11.063]➜               comdats=0
2025-08-20T22:48:57.2693459Z [00:02:11.064]➜    removed_comdat_mem=0
2025-08-20T22:48:57.2693959Z [00:02:11.064]➜              num_dsos=0
2025-08-20T22:48:57.2694427Z [00:02:11.064]➜       parsed_lto_objs=1
2025-08-20T22:48:57.2695190Z [00:02:11.064]➜              num_cies=1
2025-08-20T22:48:57.2695668Z [00:02:11.064]➜       num_unique_cies=1
2025-08-20T22:48:57.2696140Z [00:02:11.064]➜              num_fdes=1
2025-08-20T22:48:57.2696592Z [00:02:11.064]➜        merged_strings=6
2025-08-20T22:48:57.2697046Z [00:02:11.064]➜              num_objs=19
2025-08-20T22:48:57.2697518Z [00:02:11.064]➜         output_chunks=24
2025-08-20T22:48:57.2697990Z [00:02:11.064]➜      string_fragments=30
2025-08-20T22:48:57.2698461Z [00:02:11.064]➜      garbage_sections=50
2025-08-20T22:48:57.2698924Z [00:02:11.064]➜           reloc_alloc=90
2025-08-20T22:48:57.2699395Z [00:02:11.064]➜        undefined_syms=112
2025-08-20T22:48:57.2699873Z [00:02:11.064]➜          defined_syms=167
2025-08-20T22:48:57.2700347Z [00:02:11.064]➜        input_sections=418
2025-08-20T22:48:57.2700986Z [00:02:11.064]➜           parsed_objs=1657
2025-08-20T22:48:57.2701506Z [00:02:11.064]➜      regular_sections=9628
2025-08-20T22:48:57.2702021Z [00:02:11.064]➜              all_syms=25247
2025-08-20T22:48:57.2702563Z [00:02:11.064]➜     total_input_bytes=38747286
2025-08-20T22:48:57.2703111Z [00:02:11.064]➜  .comment estimation=1627 actual=4
2025-08-20T22:48:57.2703713Z [00:02:11.064]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:48:57.2777750Z [00:02:11.073]➜  using fmaf ... yes
2025-08-20T22:48:57.2849367Z [00:02:11.080]➜        reloc_nonalloc=0
2025-08-20T22:48:57.2866394Z [00:02:11.081]➜               comdats=0
2025-08-20T22:48:57.2909376Z [00:02:11.081]➜    removed_comdat_mem=0
2025-08-20T22:48:57.2909852Z [00:02:11.081]➜              num_dsos=0
2025-08-20T22:48:57.2910302Z [00:02:11.081]➜       parsed_lto_objs=1
2025-08-20T22:48:57.2910726Z [00:02:11.081]➜              num_cies=1
2025-08-20T22:48:57.2911293Z [00:02:11.081]➜       num_unique_cies=1
2025-08-20T22:48:57.2911738Z [00:02:11.081]➜              num_fdes=1
2025-08-20T22:48:57.2912168Z [00:02:11.081]➜        merged_strings=8
2025-08-20T22:48:57.2912587Z [00:02:11.081]➜              num_objs=21
2025-08-20T22:48:57.2913062Z [00:02:11.081]➜         output_chunks=24
2025-08-20T22:48:57.2913500Z [00:02:11.081]➜      string_fragments=38
2025-08-20T22:48:57.2914284Z [00:02:11.081]➜      garbage_sections=69
2025-08-20T22:48:57.2914788Z [00:02:11.081]➜           reloc_alloc=91
2025-08-20T22:48:57.2915264Z [00:02:11.081]➜        undefined_syms=124
2025-08-20T22:48:57.2915743Z [00:02:11.081]➜          defined_syms=202
2025-08-20T22:48:57.2916215Z [00:02:11.081]➜        input_sections=501
2025-08-20T22:48:57.2916678Z [00:02:11.081]➜           parsed_objs=1657
2025-08-20T22:48:57.2917132Z [00:02:11.081]➜      regular_sections=9629
2025-08-20T22:48:57.2917599Z [00:02:11.081]➜              all_syms=25249
2025-08-20T22:48:57.2918117Z [00:02:11.081]➜     total_input_bytes=38748190
2025-08-20T22:48:57.2918668Z [00:02:11.081]➜  .comment estimation=1627 actual=4
2025-08-20T22:48:57.2919266Z [00:02:11.081]➜  .rodata.str1.1 estimation=1628 actual=4
2025-08-20T22:48:57.3013354Z [00:02:11.096]➜        reloc_nonalloc=0
2025-08-20T22:48:57.3020416Z [00:02:11.097]➜               comdats=0
2025-08-20T22:48:57.3021569Z [00:02:11.097]➜    removed_comdat_mem=0
2025-08-20T22:48:57.3024115Z [00:02:11.097]➜              num_dsos=0
2025-08-20T22:48:57.3024644Z [00:02:11.097]➜       parsed_lto_objs=1
2025-08-20T22:48:57.3025082Z [00:02:11.097]➜              num_cies=1
2025-08-20T22:48:57.3025530Z [00:02:11.097]➜       num_unique_cies=1
2025-08-20T22:48:57.3026000Z [00:02:11.097]➜              num_fdes=1
2025-08-20T22:48:57.3026467Z [00:02:11.097]➜        merged_strings=7
2025-08-20T22:48:57.3026925Z [00:02:11.097]➜              num_objs=20
2025-08-20T22:48:57.3027376Z [00:02:11.097]➜         output_chunks=24
2025-08-20T22:48:57.3027825Z [00:02:11.097]➜      string_fragments=35
2025-08-20T22:48:57.3028281Z [00:02:11.097]➜      garbage_sections=65
2025-08-20T22:48:57.3028735Z [00:02:11.097]➜           reloc_alloc=87
2025-08-20T22:48:57.3029192Z [00:02:11.097]➜        undefined_syms=117
2025-08-20T22:48:57.3029636Z [00:02:11.097]➜          defined_syms=191
2025-08-20T22:48:57.3030364Z [00:02:11.097]➜        input_sections=472
2025-08-20T22:48:57.3031075Z [00:02:11.097]➜           parsed_objs=1657
2025-08-20T22:48:57.3031589Z [00:02:11.097]➜      regular_sections=9629
2025-08-20T22:48:57.3032092Z [00:02:11.097]➜              all_syms=25248
2025-08-20T22:48:57.3032623Z [00:02:11.097]➜     total_input_bytes=38747522
2025-08-20T22:48:57.3033182Z [00:02:11.097]➜  .comment estimation=1627 actual=4
2025-08-20T22:48:57.3033765Z [00:02:11.097]➜  .rodata.str1.1 estimation=1627 actual=3
2025-08-20T22:48:57.3118420Z [00:02:11.107]➜  using fremovexattr ... yes
2025-08-20T22:48:57.3124113Z [00:02:11.107]➜  using fsetxattr ... yes
2025-08-20T22:48:57.4292080Z [00:02:11.224]➜        reloc_nonalloc=0
2025-08-20T22:48:57.4293779Z [00:02:11.224]➜               comdats=0
2025-08-20T22:48:57.4295469Z [00:02:11.224]➜    removed_comdat_mem=0
2025-08-20T22:48:57.4297751Z [00:02:11.224]➜              num_dsos=0
2025-08-20T22:48:57.4298275Z [00:02:11.224]➜       parsed_lto_objs=1
2025-08-20T22:48:57.4298798Z [00:02:11.224]➜              num_cies=1
2025-08-20T22:48:57.4299275Z [00:02:11.224]➜       num_unique_cies=1
2025-08-20T22:48:57.4299770Z [00:02:11.224]➜              num_fdes=1
2025-08-20T22:48:57.4300236Z [00:02:11.224]➜        merged_strings=7
2025-08-20T22:48:57.4300961Z [00:02:11.224]➜         output_chunks=25
2025-08-20T22:48:57.4301516Z [00:02:11.224]➜              num_objs=26
2025-08-20T22:48:57.4302103Z [00:02:11.224]➜      string_fragments=49
2025-08-20T22:48:57.4302616Z [00:02:11.224]➜      garbage_sections=73
2025-08-20T22:48:57.4303115Z [00:02:11.224]➜           reloc_alloc=104
2025-08-20T22:48:57.4303617Z [00:02:11.224]➜        undefined_syms=131
2025-08-20T22:48:57.4304117Z [00:02:11.224]➜          defined_syms=248
2025-08-20T22:48:57.4304604Z [00:02:11.224]➜        input_sections=618
2025-08-20T22:48:57.4305105Z [00:02:11.224]➜           parsed_objs=1657
2025-08-20T22:48:57.4305609Z [00:02:11.224]➜      regular_sections=9629
2025-08-20T22:48:57.4306135Z [00:02:11.224]➜              all_syms=25253
2025-08-20T22:48:57.4306648Z [00:02:11.224]➜     total_input_bytes=38748702
2025-08-20T22:48:57.4307557Z [00:02:11.224]➜  .rodata.cst8 estimation=1626 actual=1
2025-08-20T22:48:57.4308143Z [00:02:11.224]➜  .comment estimation=1627 actual=4
2025-08-20T22:48:57.4308746Z [00:02:11.224]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:48:57.4518668Z [00:02:11.247]➜  using fstat ... yes
2025-08-20T22:48:57.4757950Z [00:02:11.270]➜        reloc_nonalloc=0
2025-08-20T22:48:57.4771712Z [00:02:11.270]➜               comdats=0
2025-08-20T22:48:57.4772222Z [00:02:11.270]➜    removed_comdat_mem=0
2025-08-20T22:48:57.4772688Z [00:02:11.270]➜              num_dsos=0
2025-08-20T22:48:57.4773164Z [00:02:11.270]➜       parsed_lto_objs=1
2025-08-20T22:48:57.4773631Z [00:02:11.270]➜              num_cies=1
2025-08-20T22:48:57.4774085Z [00:02:11.270]➜       num_unique_cies=1
2025-08-20T22:48:57.4774538Z [00:02:11.270]➜              num_fdes=1
2025-08-20T22:48:57.4774994Z [00:02:11.270]➜        merged_strings=8
2025-08-20T22:48:57.4775498Z [00:02:11.270]➜              num_objs=22
2025-08-20T22:48:57.4775974Z [00:02:11.270]➜         output_chunks=25
2025-08-20T22:48:57.4776464Z [00:02:11.270]➜      string_fragments=40
2025-08-20T22:48:57.4776941Z [00:02:11.270]➜      garbage_sections=61
2025-08-20T22:48:57.4777405Z [00:02:11.270]➜           reloc_alloc=93
2025-08-20T22:48:57.4777869Z [00:02:11.270]➜        undefined_syms=116
2025-08-20T22:48:57.4778341Z [00:02:11.270]➜          defined_syms=202
2025-08-20T22:48:57.4778812Z [00:02:11.271]➜        input_sections=507
2025-08-20T22:48:57.4779294Z [00:02:11.271]➜           parsed_objs=1657
2025-08-20T22:48:57.4779784Z [00:02:11.271]➜      regular_sections=9629
2025-08-20T22:48:57.4780287Z [00:02:11.271]➜              all_syms=25249
2025-08-20T22:48:57.4792175Z [00:02:11.271]➜     total_input_bytes=38747910
2025-08-20T22:48:57.4792790Z [00:02:11.271]➜  .comment estimation=1627 actual=4
2025-08-20T22:48:57.4793385Z [00:02:11.271]➜  .rodata.cst8 estimation=1626 actual=1
2025-08-20T22:48:57.4794241Z [00:02:11.271]➜  .rodata.str1.1 estimation=1627 actual=3
2025-08-20T22:48:57.4840214Z [00:02:11.279]➜        reloc_nonalloc=0
2025-08-20T22:48:57.4853921Z [00:02:11.280]➜               comdats=0
2025-08-20T22:48:57.4868014Z [00:02:11.280]➜    removed_comdat_mem=0
2025-08-20T22:48:57.4868538Z [00:02:11.280]➜              num_dsos=0
2025-08-20T22:48:57.4869031Z [00:02:11.280]➜       parsed_lto_objs=1
2025-08-20T22:48:57.4869504Z [00:02:11.280]➜              num_cies=1
2025-08-20T22:48:57.4869972Z [00:02:11.280]➜       num_unique_cies=1
2025-08-20T22:48:57.4870449Z [00:02:11.280]➜              num_fdes=1
2025-08-20T22:48:57.4871102Z [00:02:11.280]➜        merged_strings=6
2025-08-20T22:48:57.4871569Z [00:02:11.280]➜              num_objs=24
2025-08-20T22:48:57.4872065Z [00:02:11.280]➜         output_chunks=25
2025-08-20T22:48:57.4872564Z [00:02:11.280]➜      string_fragments=42
2025-08-20T22:48:57.4873075Z [00:02:11.280]➜      garbage_sections=66
2025-08-20T22:48:57.4873596Z [00:02:11.280]➜           reloc_alloc=99
2025-08-20T22:48:57.4874088Z [00:02:11.281]➜        undefined_syms=121
2025-08-20T22:48:57.4874595Z [00:02:11.281]➜          defined_syms=225
2025-08-20T22:48:57.4875094Z [00:02:11.281]➜        input_sections=560
2025-08-20T22:48:57.4875599Z [00:02:11.281]➜           parsed_objs=1657
2025-08-20T22:48:57.4876105Z [00:02:11.281]➜      regular_sections=9629
2025-08-20T22:48:57.4876610Z [00:02:11.281]➜              all_syms=25255
2025-08-20T22:48:57.4877128Z [00:02:11.281]➜     total_input_bytes=38748526
2025-08-20T22:48:57.4877690Z [00:02:11.281]➜  .comment estimation=1627 actual=4
2025-08-20T22:48:57.4878291Z [00:02:11.281]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:48:57.4895177Z [00:02:11.284]➜  using fstatat ... yes
2025-08-20T22:48:57.5018571Z [00:02:11.296]➜  using fsync ... yes
2025-08-20T22:48:57.5453925Z [00:02:11.340]➜        reloc_nonalloc=0
2025-08-20T22:48:57.5460923Z [00:02:11.340]➜               comdats=0
2025-08-20T22:48:57.5461481Z [00:02:11.340]➜    removed_comdat_mem=0
2025-08-20T22:48:57.5461952Z [00:02:11.340]➜              num_dsos=0
2025-08-20T22:48:57.5462718Z [00:02:11.340]➜       parsed_lto_objs=1
2025-08-20T22:48:57.5463193Z [00:02:11.340]➜              num_cies=1
2025-08-20T22:48:57.5463651Z [00:02:11.340]➜       num_unique_cies=1
2025-08-20T22:48:57.5464106Z [00:02:11.340]➜              num_fdes=1
2025-08-20T22:48:57.5464562Z [00:02:11.340]➜        merged_strings=6
2025-08-20T22:48:57.5465039Z [00:02:11.340]➜         output_chunks=25
2025-08-20T22:48:57.5465517Z [00:02:11.340]➜              num_objs=25
2025-08-20T22:48:57.5465996Z [00:02:11.340]➜      string_fragments=44
2025-08-20T22:48:57.5466470Z [00:02:11.340]➜      garbage_sections=69
2025-08-20T22:48:57.5466950Z [00:02:11.340]➜           reloc_alloc=102
2025-08-20T22:48:57.5467433Z [00:02:11.340]➜        undefined_syms=122
2025-08-20T22:48:57.5467914Z [00:02:11.340]➜          defined_syms=235
2025-08-20T22:48:57.5468392Z [00:02:11.340]➜        input_sections=587
2025-08-20T22:48:57.5468901Z [00:02:11.340]➜           parsed_objs=1657
2025-08-20T22:48:57.5469399Z [00:02:11.340]➜      regular_sections=9629
2025-08-20T22:48:57.5469904Z [00:02:11.340]➜              all_syms=25255
2025-08-20T22:48:57.5470417Z [00:02:11.340]➜     total_input_bytes=38748522
2025-08-20T22:48:57.5475890Z [00:02:11.340]➜  .comment estimation=1627 actual=4
2025-08-20T22:48:57.5476520Z [00:02:11.340]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:48:57.5535044Z [00:02:11.348]➜        reloc_nonalloc=0
2025-08-20T22:48:57.5550513Z [00:02:11.350]➜               comdats=0
2025-08-20T22:48:57.5554368Z [00:02:11.350]➜    removed_comdat_mem=0
2025-08-20T22:48:57.5557781Z [00:02:11.350]➜              num_dsos=0
2025-08-20T22:48:57.5558279Z [00:02:11.350]➜       parsed_lto_objs=1
2025-08-20T22:48:57.5563211Z [00:02:11.350]➜              num_cies=1
2025-08-20T22:48:57.5563701Z [00:02:11.350]➜       num_unique_cies=1
2025-08-20T22:48:57.5564167Z [00:02:11.350]➜              num_fdes=1
2025-08-20T22:48:57.5564894Z [00:02:11.350]➜        merged_strings=6
2025-08-20T22:48:57.5565397Z [00:02:11.350]➜         output_chunks=25
2025-08-20T22:48:57.5565894Z [00:02:11.350]➜              num_objs=26
2025-08-20T22:48:57.5566369Z [00:02:11.350]➜      string_fragments=46
2025-08-20T22:48:57.5566847Z [00:02:11.350]➜      garbage_sections=72
2025-08-20T22:48:57.5567326Z [00:02:11.350]➜           reloc_alloc=104
2025-08-20T22:48:57.5567811Z [00:02:11.350]➜        undefined_syms=124
2025-08-20T22:48:57.5568295Z [00:02:11.350]➜          defined_syms=245
2025-08-20T22:48:57.5568773Z [00:02:11.350]➜        input_sections=614
2025-08-20T22:48:57.5569261Z [00:02:11.350]➜           parsed_objs=1657
2025-08-20T22:48:57.5569760Z [00:02:11.350]➜      regular_sections=9629
2025-08-20T22:48:57.5570256Z [00:02:11.350]➜              all_syms=25255
2025-08-20T22:48:57.5590967Z [00:02:11.350]➜     total_input_bytes=38748514
2025-08-20T22:48:57.5591679Z [00:02:11.350]➜  .comment estimation=1627 actual=4
2025-08-20T22:48:57.5592304Z [00:02:11.350]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:48:57.5601711Z [00:02:11.355]➜  using futimens ... yes
2025-08-20T22:48:57.5697710Z [00:02:11.365]➜  using futimes ... yes
2025-08-20T22:48:57.6320074Z [00:02:11.427]➜  using getcpu ... no
2025-08-20T22:48:57.6710270Z [00:02:11.466]➜        reloc_nonalloc=0
2025-08-20T22:48:57.6713449Z [00:02:11.466]➜               comdats=0
2025-08-20T22:48:57.6714741Z [00:02:11.466]➜    removed_comdat_mem=0
2025-08-20T22:48:57.6715200Z [00:02:11.466]➜              num_dsos=0
2025-08-20T22:48:57.6715679Z [00:02:11.466]➜       parsed_lto_objs=1
2025-08-20T22:48:57.6716145Z [00:02:11.466]➜              num_cies=1
2025-08-20T22:48:57.6716605Z [00:02:11.466]➜       num_unique_cies=1
2025-08-20T22:48:57.6717013Z [00:02:11.466]➜              num_fdes=1
2025-08-20T22:48:57.6717423Z [00:02:11.466]➜        merged_strings=6
2025-08-20T22:48:57.6717873Z [00:02:11.466]➜              num_objs=19
2025-08-20T22:48:57.6718309Z [00:02:11.466]➜         output_chunks=24
2025-08-20T22:48:57.6718801Z [00:02:11.466]➜      string_fragments=32
2025-08-20T22:48:57.6719295Z [00:02:11.466]➜      garbage_sections=51
2025-08-20T22:48:57.6720092Z [00:02:11.466]➜           reloc_alloc=87
2025-08-20T22:48:57.6720552Z [00:02:11.466]➜        undefined_syms=106
2025-08-20T22:48:57.6721230Z [00:02:11.466]➜          defined_syms=169
2025-08-20T22:48:57.6721681Z [00:02:11.466]➜        input_sections=422
2025-08-20T22:48:57.6722160Z [00:02:11.466]➜           parsed_objs=1657
2025-08-20T22:48:57.6722630Z [00:02:11.466]➜      regular_sections=9628
2025-08-20T22:48:57.6723087Z [00:02:11.466]➜              all_syms=25247
2025-08-20T22:48:57.6723587Z [00:02:11.466]➜     total_input_bytes=38747282
2025-08-20T22:48:57.6724166Z [00:02:11.466]➜  .comment estimation=1627 actual=4
2025-08-20T22:48:57.6724727Z [00:02:11.466]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:48:57.6776567Z [00:02:11.472]➜        reloc_nonalloc=0
2025-08-20T22:48:57.6781367Z [00:02:11.473]➜               comdats=0
2025-08-20T22:48:57.6781895Z [00:02:11.473]➜    removed_comdat_mem=0
2025-08-20T22:48:57.6782372Z [00:02:11.473]➜              num_dsos=0
2025-08-20T22:48:57.6787903Z [00:02:11.473]➜       parsed_lto_objs=1
2025-08-20T22:48:57.6788389Z [00:02:11.473]➜              num_cies=1
2025-08-20T22:48:57.6788847Z [00:02:11.473]➜       num_unique_cies=1
2025-08-20T22:48:57.6789309Z [00:02:11.473]➜              num_fdes=1
2025-08-20T22:48:57.6789755Z [00:02:11.473]➜        merged_strings=6
2025-08-20T22:48:57.6790242Z [00:02:11.473]➜         output_chunks=25
2025-08-20T22:48:57.6790927Z [00:02:11.473]➜              num_objs=25
2025-08-20T22:48:57.6791405Z [00:02:11.473]➜      string_fragments=44
2025-08-20T22:48:57.6791864Z [00:02:11.473]➜      garbage_sections=69
2025-08-20T22:48:57.6792321Z [00:02:11.473]➜           reloc_alloc=103
2025-08-20T22:48:57.6792765Z [00:02:11.473]➜        undefined_syms=124
2025-08-20T22:48:57.6793239Z [00:02:11.473]➜          defined_syms=235
2025-08-20T22:48:57.6793714Z [00:02:11.473]➜        input_sections=587
2025-08-20T22:48:57.6794454Z [00:02:11.473]➜           parsed_objs=1657
2025-08-20T22:48:57.6794942Z [00:02:11.473]➜      regular_sections=9629
2025-08-20T22:48:57.6795451Z [00:02:11.473]➜              all_syms=25255
2025-08-20T22:48:57.6795963Z [00:02:11.473]➜     total_input_bytes=38748558
2025-08-20T22:48:57.6796510Z [00:02:11.473]➜  .comment estimation=1627 actual=4
2025-08-20T22:48:57.6797118Z [00:02:11.473]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:48:57.6865791Z [00:02:11.481]➜  using getauxval ... yes
2025-08-20T22:48:57.6938805Z [00:02:11.489]➜  using futimesat ... yes
2025-08-20T22:48:57.7918120Z [00:02:11.587]➜        reloc_nonalloc=0
2025-08-20T22:48:57.7935972Z [00:02:11.588]➜               comdats=0
2025-08-20T22:48:57.7937305Z [00:02:11.588]➜    removed_comdat_mem=0
2025-08-20T22:48:57.7938658Z [00:02:11.588]➜              num_dsos=0
2025-08-20T22:48:57.7939477Z [00:02:11.588]➜       parsed_lto_objs=1
2025-08-20T22:48:57.7941281Z [00:02:11.588]➜              num_cies=1
2025-08-20T22:48:57.7942347Z [00:02:11.588]➜       num_unique_cies=1
2025-08-20T22:48:57.7944310Z [00:02:11.588]➜              num_fdes=1
2025-08-20T22:48:57.7945090Z [00:02:11.588]➜        merged_strings=6
2025-08-20T22:48:57.7945569Z [00:02:11.588]➜         output_chunks=24
2025-08-20T22:48:57.7946044Z [00:02:11.588]➜              num_objs=25
2025-08-20T22:48:57.7946510Z [00:02:11.589]➜      string_fragments=44
2025-08-20T22:48:57.7946982Z [00:02:11.589]➜      garbage_sections=70
2025-08-20T22:48:57.7947446Z [00:02:11.589]➜           reloc_alloc=95
2025-08-20T22:48:57.7947917Z [00:02:11.589]➜        undefined_syms=123
2025-08-20T22:48:57.7948396Z [00:02:11.589]➜          defined_syms=230
2025-08-20T22:48:57.7948869Z [00:02:11.589]➜        input_sections=584
2025-08-20T22:48:57.7949346Z [00:02:11.589]➜           parsed_objs=1657
2025-08-20T22:48:57.7949847Z [00:02:11.589]➜      regular_sections=9628
2025-08-20T22:48:57.7950338Z [00:02:11.589]➜              all_syms=25248
2025-08-20T22:48:57.7951043Z [00:02:11.589]➜     total_input_bytes=38747654
2025-08-20T22:48:57.7951619Z [00:02:11.589]➜  .comment estimation=1627 actual=4
2025-08-20T22:48:57.7952229Z [00:02:11.589]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:48:57.8051474Z [00:02:11.600]➜        reloc_nonalloc=0
2025-08-20T22:48:57.8052997Z [00:02:11.600]➜  using getdomainname ... yes
2025-08-20T22:48:57.8087169Z [00:02:11.603]➜               comdats=0
2025-08-20T22:48:57.8087823Z [00:02:11.603]➜    removed_comdat_mem=0
2025-08-20T22:48:57.8088416Z [00:02:11.603]➜              num_dsos=0
2025-08-20T22:48:57.8089017Z [00:02:11.603]➜       parsed_lto_objs=1
2025-08-20T22:48:57.8089619Z [00:02:11.603]➜              num_cies=1
2025-08-20T22:48:57.8090204Z [00:02:11.603]➜       num_unique_cies=1
2025-08-20T22:48:57.8091093Z [00:02:11.604]➜              num_fdes=1
2025-08-20T22:48:57.8091708Z [00:02:11.604]➜        merged_strings=6
2025-08-20T22:48:57.8092353Z [00:02:11.604]➜              num_objs=21
2025-08-20T22:48:57.8092968Z [00:02:11.604]➜         output_chunks=24
2025-08-20T22:48:57.8093844Z [00:02:11.604]➜      string_fragments=36
2025-08-20T22:48:57.8094459Z [00:02:11.604]➜      garbage_sections=57
2025-08-20T22:48:57.8095117Z [00:02:11.604]➜           reloc_alloc=89
2025-08-20T22:48:57.8095743Z [00:02:11.604]➜        undefined_syms=109
2025-08-20T22:48:57.8096362Z [00:02:11.604]➜          defined_syms=188
2025-08-20T22:48:57.8096969Z [00:02:11.604]➜        input_sections=474
2025-08-20T22:48:57.8097601Z [00:02:11.604]➜           parsed_objs=1657
2025-08-20T22:48:57.8098227Z [00:02:11.604]➜      regular_sections=9628
2025-08-20T22:48:57.8098882Z [00:02:11.604]➜              all_syms=25247
2025-08-20T22:48:57.8099548Z [00:02:11.604]➜     total_input_bytes=38747262
2025-08-20T22:48:57.8100282Z [00:02:11.604]➜  .comment estimation=1627 actual=4
2025-08-20T22:48:57.8101156Z [00:02:11.604]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:48:57.8311164Z [00:02:11.626]➜        reloc_nonalloc=0
2025-08-20T22:48:57.8311736Z [00:02:11.626]➜               comdats=0
2025-08-20T22:48:57.8314459Z [00:02:11.626]➜    removed_comdat_mem=0
2025-08-20T22:48:57.8318420Z [00:02:11.626]➜              num_dsos=0
2025-08-20T22:48:57.8322389Z [00:02:11.626]➜       parsed_lto_objs=1
2025-08-20T22:48:57.8326122Z [00:02:11.626]➜              num_cies=1
2025-08-20T22:48:57.8329751Z [00:02:11.626]➜       num_unique_cies=1
2025-08-20T22:48:57.8333871Z [00:02:11.626]➜              num_fdes=1
2025-08-20T22:48:57.8335422Z [00:02:11.626]➜        merged_strings=6
2025-08-20T22:48:57.8336301Z [00:02:11.626]➜         output_chunks=24
2025-08-20T22:48:57.8337124Z [00:02:11.626]➜              num_objs=24
2025-08-20T22:48:57.8337857Z [00:02:11.626]➜      string_fragments=42
2025-08-20T22:48:57.8338342Z [00:02:11.626]➜      garbage_sections=67
2025-08-20T22:48:57.8338849Z [00:02:11.626]➜           reloc_alloc=97
2025-08-20T22:48:57.8339367Z [00:02:11.626]➜        undefined_syms=122
2025-08-20T22:48:57.8339883Z [00:02:11.626]➜          defined_syms=222
2025-08-20T22:48:57.8340410Z [00:02:11.626]➜        input_sections=559
2025-08-20T22:48:57.8341206Z [00:02:11.626]➜           parsed_objs=1657
2025-08-20T22:48:57.8342078Z [00:02:11.626]➜      regular_sections=9628
2025-08-20T22:48:57.8342607Z [00:02:11.626]➜              all_syms=25248
2025-08-20T22:48:57.8343146Z [00:02:11.626]➜     total_input_bytes=38747630
2025-08-20T22:48:57.8343727Z [00:02:11.626]➜  .comment estimation=1627 actual=4
2025-08-20T22:48:57.8344350Z [00:02:11.626]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:48:57.8344915Z [00:02:11.628]➜  using getdtablesize ... yes
2025-08-20T22:48:57.8366250Z [00:02:11.632]➜  using getexecname ... no
2025-08-20T22:48:57.8415279Z [00:02:11.635]➜  using getentropy ... yes
2025-08-20T22:48:57.9284072Z [00:02:11.723]➜        reloc_nonalloc=0
2025-08-20T22:48:57.9291148Z [00:02:11.724]➜               comdats=0
2025-08-20T22:48:57.9293799Z [00:02:11.724]➜    removed_comdat_mem=0
2025-08-20T22:48:57.9294376Z [00:02:11.724]➜              num_dsos=0
2025-08-20T22:48:57.9294962Z [00:02:11.724]➜       parsed_lto_objs=1
2025-08-20T22:48:57.9295483Z [00:02:11.724]➜              num_cies=1
2025-08-20T22:48:57.9295999Z [00:02:11.724]➜       num_unique_cies=1
2025-08-20T22:48:57.9296522Z [00:02:11.724]➜              num_fdes=1
2025-08-20T22:48:57.9297057Z [00:02:11.724]➜        merged_strings=6
2025-08-20T22:48:57.9297601Z [00:02:11.724]➜              num_objs=21
2025-08-20T22:48:57.9298161Z [00:02:11.724]➜         output_chunks=24
2025-08-20T22:48:57.9298718Z [00:02:11.724]➜      string_fragments=36
2025-08-20T22:48:57.9299256Z [00:02:11.724]➜      garbage_sections=58
2025-08-20T22:48:57.9299794Z [00:02:11.724]➜           reloc_alloc=90
2025-08-20T22:48:57.9300326Z [00:02:11.724]➜        undefined_syms=113
2025-08-20T22:48:57.9301035Z [00:02:11.724]➜          defined_syms=190
2025-08-20T22:48:57.9301596Z [00:02:11.724]➜        input_sections=478
2025-08-20T22:48:57.9302132Z [00:02:11.724]➜           parsed_objs=1657
2025-08-20T22:48:57.9302695Z [00:02:11.724]➜      regular_sections=9628
2025-08-20T22:48:57.9303527Z [00:02:11.724]➜              all_syms=25248
2025-08-20T22:48:57.9304106Z [00:02:11.724]➜     total_input_bytes=38747642
2025-08-20T22:48:57.9304753Z [00:02:11.724]➜  .comment estimation=1627 actual=4
2025-08-20T22:48:57.9305448Z [00:02:11.724]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:48:57.9488603Z [00:02:11.744]➜  using getgroups ... yes
2025-08-20T22:48:58.0113810Z [00:02:11.806]➜        reloc_nonalloc=0
2025-08-20T22:48:58.0146382Z [00:02:11.809]➜               comdats=0
2025-08-20T22:48:58.0153038Z [00:02:11.809]➜    removed_comdat_mem=0
2025-08-20T22:48:58.0153533Z [00:02:11.809]➜              num_dsos=0
2025-08-20T22:48:58.0154010Z [00:02:11.809]➜       parsed_lto_objs=1
2025-08-20T22:48:58.0154484Z [00:02:11.809]➜              num_cies=1
2025-08-20T22:48:58.0154958Z [00:02:11.809]➜       num_unique_cies=1
2025-08-20T22:48:58.0155418Z [00:02:11.809]➜              num_fdes=1
2025-08-20T22:48:58.0156111Z [00:02:11.809]➜        merged_strings=6
2025-08-20T22:48:58.0156950Z [00:02:11.809]➜              num_objs=22
2025-08-20T22:48:58.0157494Z [00:02:11.809]➜         output_chunks=24
2025-08-20T22:48:58.0158004Z [00:02:11.809]➜      string_fragments=38
2025-08-20T22:48:58.0158491Z [00:02:11.809]➜      garbage_sections=61
2025-08-20T22:48:58.0158965Z [00:02:11.809]➜           reloc_alloc=91
2025-08-20T22:48:58.0159447Z [00:02:11.809]➜        undefined_syms=115
2025-08-20T22:48:58.0159931Z [00:02:11.809]➜          defined_syms=200
2025-08-20T22:48:58.0160403Z [00:02:11.809]➜        input_sections=505
2025-08-20T22:48:58.0161067Z [00:02:11.809]➜           parsed_objs=1657
2025-08-20T22:48:58.0161575Z [00:02:11.809]➜      regular_sections=9628
2025-08-20T22:48:58.0162066Z [00:02:11.809]➜              all_syms=25248
2025-08-20T22:48:58.0162589Z [00:02:11.809]➜     total_input_bytes=38747650
2025-08-20T22:48:58.0163139Z [00:02:11.809]➜  .comment estimation=1627 actual=4
2025-08-20T22:48:58.0163742Z [00:02:11.809]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:48:58.0287208Z [00:02:11.824]➜        reloc_nonalloc=0
2025-08-20T22:48:58.0308598Z [00:02:11.826]➜               comdats=0
2025-08-20T22:48:58.0309417Z [00:02:11.826]➜    removed_comdat_mem=0
2025-08-20T22:48:58.0309890Z [00:02:11.826]➜              num_dsos=0
2025-08-20T22:48:58.0310377Z [00:02:11.826]➜       parsed_lto_objs=1
2025-08-20T22:48:58.0311002Z [00:02:11.826]➜              num_cies=1
2025-08-20T22:48:58.0311479Z [00:02:11.826]➜       num_unique_cies=1
2025-08-20T22:48:58.0311945Z [00:02:11.826]➜              num_fdes=1
2025-08-20T22:48:58.0312411Z [00:02:11.826]➜        merged_strings=6
2025-08-20T22:48:58.0312891Z [00:02:11.826]➜              num_objs=18
2025-08-20T22:48:58.0313371Z [00:02:11.826]➜         output_chunks=24
2025-08-20T22:48:58.0313861Z [00:02:11.826]➜      string_fragments=30
2025-08-20T22:48:58.0314347Z [00:02:11.826]➜      garbage_sections=48
2025-08-20T22:48:58.0314824Z [00:02:11.826]➜           reloc_alloc=84
2025-08-20T22:48:58.0315328Z [00:02:11.826]➜        undefined_syms=101
2025-08-20T22:48:58.0315849Z [00:02:11.826]➜          defined_syms=159
2025-08-20T22:48:58.0316349Z [00:02:11.826]➜        input_sections=395
2025-08-20T22:48:58.0316856Z [00:02:11.826]➜           parsed_objs=1657
2025-08-20T22:48:58.0317358Z [00:02:11.826]➜      regular_sections=9628
2025-08-20T22:48:58.0317857Z [00:02:11.826]➜              all_syms=25247
2025-08-20T22:48:58.0318389Z [00:02:11.826]➜     total_input_bytes=38747258
2025-08-20T22:48:58.0318959Z [00:02:11.826]➜  .comment estimation=1627 actual=4
2025-08-20T22:48:58.0319539Z [00:02:11.826]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:48:58.0342484Z [00:02:11.829]➜        reloc_nonalloc=0
2025-08-20T22:48:58.0364888Z [00:02:11.831]➜               comdats=0
2025-08-20T22:48:58.0366937Z [00:02:11.831]➜    removed_comdat_mem=0
2025-08-20T22:48:58.0367936Z [00:02:11.831]➜              num_dsos=0
2025-08-20T22:48:58.0368823Z [00:02:11.831]➜       parsed_lto_objs=1
2025-08-20T22:48:58.0369651Z [00:02:11.831]➜              num_cies=1
2025-08-20T22:48:58.0370973Z [00:02:11.832]➜       num_unique_cies=1
2025-08-20T22:48:58.0371772Z [00:02:11.832]➜              num_fdes=1
2025-08-20T22:48:58.0373037Z [00:02:11.832]➜        merged_strings=6
2025-08-20T22:48:58.0373952Z [00:02:11.832]➜              num_objs=21
2025-08-20T22:48:58.0374802Z [00:02:11.832]➜         output_chunks=24
2025-08-20T22:48:58.0375547Z [00:02:11.832]➜      string_fragments=36
2025-08-20T22:48:58.0377512Z [00:02:11.832]➜      garbage_sections=58
2025-08-20T22:48:58.0378069Z [00:02:11.832]➜           reloc_alloc=90
2025-08-20T22:48:58.0378610Z [00:02:11.832]➜        undefined_syms=113
2025-08-20T22:48:58.0379166Z [00:02:11.832]➜          defined_syms=190
2025-08-20T22:48:58.0379698Z [00:02:11.832]➜        input_sections=478
2025-08-20T22:48:58.0380237Z [00:02:11.832]➜           parsed_objs=1657
2025-08-20T22:48:58.0380931Z [00:02:11.832]➜      regular_sections=9628
2025-08-20T22:48:58.0381465Z [00:02:11.832]➜              all_syms=25248
2025-08-20T22:48:58.0381975Z [00:02:11.832]➜     total_input_bytes=38747814
2025-08-20T22:48:58.0382585Z [00:02:11.832]➜  .comment estimation=1627 actual=4
2025-08-20T22:48:58.0383245Z [00:02:11.832]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:48:58.0405369Z [00:02:11.835]➜  using gethostname ... yes
2025-08-20T22:48:58.0539988Z [00:02:11.849]➜  using gethostid ... yes
2025-08-20T22:48:58.0552523Z [00:02:11.850]➜  using getitimer ... yes
2025-08-20T22:48:58.0696774Z [00:02:11.864]➜        reloc_nonalloc=0
2025-08-20T22:48:58.0698538Z [00:02:11.864]➜               comdats=0
2025-08-20T22:48:58.0699853Z [00:02:11.864]➜    removed_comdat_mem=0
2025-08-20T22:48:58.0700742Z [00:02:11.864]➜              num_dsos=0
2025-08-20T22:48:58.0701734Z [00:02:11.864]➜       parsed_lto_objs=1
2025-08-20T22:48:58.0702435Z [00:02:11.864]➜              num_cies=1
2025-08-20T22:48:58.0704125Z [00:02:11.864]➜       num_unique_cies=1
2025-08-20T22:48:58.0704865Z [00:02:11.864]➜              num_fdes=1
2025-08-20T22:48:58.0705774Z [00:02:11.864]➜        merged_strings=7
2025-08-20T22:48:58.0706513Z [00:02:11.864]➜              num_objs=22
2025-08-20T22:48:58.0707408Z [00:02:11.864]➜         output_chunks=25
2025-08-20T22:48:58.0708850Z [00:02:11.864]➜      string_fragments=39
2025-08-20T22:48:58.0709698Z [00:02:11.864]➜      garbage_sections=61
2025-08-20T22:48:58.0711355Z [00:02:11.864]➜           reloc_alloc=92
2025-08-20T22:48:58.0712118Z [00:02:11.864]➜        undefined_syms=116
2025-08-20T22:48:58.0713146Z [00:02:11.864]➜          defined_syms=201
2025-08-20T22:48:58.0714002Z [00:02:11.864]➜        input_sections=506
2025-08-20T22:48:58.0714748Z [00:02:11.864]➜           parsed_objs=1657
2025-08-20T22:48:58.0715696Z [00:02:11.864]➜      regular_sections=9628
2025-08-20T22:48:58.0716667Z [00:02:11.864]➜              all_syms=25248
2025-08-20T22:48:58.0717606Z [00:02:11.864]➜     total_input_bytes=38747634
2025-08-20T22:48:58.0719543Z [00:02:11.864]➜  .comment estimation=1627 actual=4
2025-08-20T22:48:58.0720148Z [00:02:11.864]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:48:58.0720757Z [00:02:11.864]➜  .rodata.cst8 estimation=1626 actual=1
2025-08-20T22:48:58.0938898Z [00:02:11.889]➜  using getloadavg ... yes
2025-08-20T22:48:58.1754561Z [00:02:11.970]➜  using getmntinfo ... no
2025-08-20T22:48:58.2146173Z [00:02:12.009]➜        reloc_nonalloc=0
2025-08-20T22:48:58.2148490Z [00:02:12.010]➜               comdats=0
2025-08-20T22:48:58.2149087Z [00:02:12.010]➜    removed_comdat_mem=0
2025-08-20T22:48:58.2150390Z [00:02:12.010]➜              num_dsos=0
2025-08-20T22:48:58.2151525Z [00:02:12.010]➜       parsed_lto_objs=1
2025-08-20T22:48:58.2152248Z [00:02:12.010]➜              num_cies=1
2025-08-20T22:48:58.2152940Z [00:02:12.010]➜       num_unique_cies=1
2025-08-20T22:48:58.2154377Z [00:02:12.010]➜              num_fdes=1
2025-08-20T22:48:58.2155183Z [00:02:12.010]➜        merged_strings=7
2025-08-20T22:48:58.2155931Z [00:02:12.010]➜              num_objs=22
2025-08-20T22:48:58.2156600Z [00:02:12.010]➜         output_chunks=24
2025-08-20T22:48:58.2157352Z [00:02:12.010]➜      string_fragments=39
2025-08-20T22:48:58.2158474Z [00:02:12.010]➜      garbage_sections=60
2025-08-20T22:48:58.2159539Z [00:02:12.010]➜           reloc_alloc=90
2025-08-20T22:48:58.2161163Z [00:02:12.010]➜        undefined_syms=112
2025-08-20T22:48:58.2162530Z [00:02:12.010]➜          defined_syms=201
2025-08-20T22:48:58.2163787Z [00:02:12.010]➜        input_sections=503
2025-08-20T22:48:58.2164633Z [00:02:12.010]➜           parsed_objs=1657
2025-08-20T22:48:58.2165301Z [00:02:12.010]➜      regular_sections=9628
2025-08-20T22:48:58.2166360Z [00:02:12.010]➜              all_syms=25247
2025-08-20T22:48:58.2167165Z [00:02:12.010]➜     total_input_bytes=38747294
2025-08-20T22:48:58.2167976Z [00:02:12.010]➜  .comment estimation=1627 actual=4
2025-08-20T22:48:58.2182794Z [00:02:12.010]➜  .rodata.str1.1 estimation=1627 actual=3
2025-08-20T22:48:58.2383144Z [00:02:12.033]➜        reloc_nonalloc=0
2025-08-20T22:48:58.2388157Z [00:02:12.034]➜               comdats=0
2025-08-20T22:48:58.2390630Z [00:02:12.034]➜    removed_comdat_mem=0
2025-08-20T22:48:58.2392649Z [00:02:12.034]➜              num_dsos=0
2025-08-20T22:48:58.2393091Z [00:02:12.034]➜       parsed_lto_objs=1
2025-08-20T22:48:58.2393535Z [00:02:12.034]➜              num_cies=1
2025-08-20T22:48:58.2393937Z [00:02:12.034]➜       num_unique_cies=1
2025-08-20T22:48:58.2394334Z [00:02:12.034]➜              num_fdes=1
2025-08-20T22:48:58.2394746Z [00:02:12.034]➜         output_chunks=30
2025-08-20T22:48:58.2395254Z [00:02:12.034]➜        merged_strings=43
2025-08-20T22:48:58.2395731Z [00:02:12.034]➜              num_objs=92
2025-08-20T22:48:58.2396209Z [00:02:12.034]➜      string_fragments=217
2025-08-20T22:48:58.2396692Z [00:02:12.034]➜      garbage_sections=317
2025-08-20T22:48:58.2397166Z [00:02:12.034]➜        undefined_syms=423
2025-08-20T22:48:58.2397649Z [00:02:12.034]➜           reloc_alloc=591
2025-08-20T22:48:58.2398135Z [00:02:12.034]➜          defined_syms=1052
2025-08-20T22:48:58.2398616Z [00:02:12.034]➜           parsed_objs=1657
2025-08-20T22:48:58.2399126Z [00:02:12.034]➜        input_sections=2485
2025-08-20T22:48:58.2399612Z [00:02:12.034]➜      regular_sections=9629
2025-08-20T22:48:58.2400363Z [00:02:12.034]➜              all_syms=25255
2025-08-20T22:48:58.2401186Z [00:02:12.034]➜     total_input_bytes=38748370
2025-08-20T22:48:58.2401761Z [00:02:12.034]➜  .comment estimation=1627 actual=4
2025-08-20T22:48:58.2402362Z [00:02:12.034]➜  .rodata.str1.1 estimation=1633 actual=15
2025-08-20T22:48:58.2402954Z [00:02:12.034]➜  .rodata.cst16 estimation=1628 actual=5
2025-08-20T22:48:58.2403529Z [00:02:12.034]➜  .rodata.cst4 estimation=1632 actual=12
2025-08-20T22:48:58.2404112Z [00:02:12.034]➜  .rodata.cst8 estimation=1629 actual=6
2025-08-20T22:48:58.2404703Z [00:02:12.034]➜  .rodata.str1.8 estimation=1626 actual=1
2025-08-20T22:48:58.2405239Z [00:02:12.034]➜  using getlogin ... yes
2025-08-20T22:48:58.2430756Z [00:02:12.038]➜        reloc_nonalloc=0
2025-08-20T22:48:58.2433026Z [00:02:12.038]➜               comdats=0
2025-08-20T22:48:58.2435518Z [00:02:12.038]➜    removed_comdat_mem=0
2025-08-20T22:48:58.2438237Z [00:02:12.038]➜              num_dsos=0
2025-08-20T22:48:58.2442912Z [00:02:12.038]➜       parsed_lto_objs=1
2025-08-20T22:48:58.2443436Z [00:02:12.038]➜              num_cies=1
2025-08-20T22:48:58.2443923Z [00:02:12.038]➜       num_unique_cies=1
2025-08-20T22:48:58.2444406Z [00:02:12.038]➜              num_fdes=1
2025-08-20T22:48:58.2445722Z [00:02:12.038]➜        merged_strings=6
2025-08-20T22:48:58.2446635Z [00:02:12.038]➜              num_objs=18
2025-08-20T22:48:58.2449304Z [00:02:12.038]➜         output_chunks=24
2025-08-20T22:48:58.2451483Z [00:02:12.038]➜      string_fragments=30
2025-08-20T22:48:58.2452461Z [00:02:12.038]➜      garbage_sections=48
2025-08-20T22:48:58.2454340Z [00:02:12.038]➜           reloc_alloc=84
2025-08-20T22:48:58.2455973Z [00:02:12.038]➜        undefined_syms=101
2025-08-20T22:48:58.2456744Z [00:02:12.038]➜          defined_syms=159
2025-08-20T22:48:58.2457454Z [00:02:12.038]➜        input_sections=395
2025-08-20T22:48:58.2458857Z [00:02:12.038]➜           parsed_objs=1657
2025-08-20T22:48:58.2459638Z [00:02:12.038]➜      regular_sections=9628
2025-08-20T22:48:58.2471548Z [00:02:12.038]➜              all_syms=25247
2025-08-20T22:48:58.2473407Z [00:02:12.038]➜     total_input_bytes=38747310
2025-08-20T22:48:58.2473985Z [00:02:12.038]➜  .comment estimation=1627 actual=4
2025-08-20T22:48:58.2474580Z [00:02:12.038]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:48:58.2567910Z [00:02:12.052]➜  using getmntent ... yes
2025-08-20T22:48:58.2699472Z [00:02:12.065]➜  using getpagesize ... yes
2025-08-20T22:48:58.3208040Z [00:02:12.116]➜  using getpgrp ... no
2025-08-20T22:48:58.3270431Z [00:02:12.122]➜        reloc_nonalloc=0
2025-08-20T22:48:58.3285989Z [00:02:12.123]➜               comdats=0
2025-08-20T22:48:58.3288721Z [00:02:12.124]➜    removed_comdat_mem=0
2025-08-20T22:48:58.3289690Z [00:02:12.124]➜              num_dsos=0
2025-08-20T22:48:58.3290391Z [00:02:12.124]➜       parsed_lto_objs=1
2025-08-20T22:48:58.3291570Z [00:02:12.124]➜              num_cies=1
2025-08-20T22:48:58.3292484Z [00:02:12.124]➜       num_unique_cies=1
2025-08-20T22:48:58.3293561Z [00:02:12.124]➜              num_fdes=1
2025-08-20T22:48:58.3294658Z [00:02:12.124]➜        merged_strings=6
2025-08-20T22:48:58.3295680Z [00:02:12.124]➜              num_objs=21
2025-08-20T22:48:58.3296602Z [00:02:12.124]➜         output_chunks=24
2025-08-20T22:48:58.3298532Z [00:02:12.124]➜      string_fragments=36
2025-08-20T22:48:58.3298997Z [00:02:12.124]➜      garbage_sections=57
2025-08-20T22:48:58.3299483Z [00:02:12.124]➜           reloc_alloc=87
2025-08-20T22:48:58.3299960Z [00:02:12.124]➜        undefined_syms=108
2025-08-20T22:48:58.3300440Z [00:02:12.124]➜          defined_syms=189
2025-08-20T22:48:58.3301095Z [00:02:12.124]➜        input_sections=475
2025-08-20T22:48:58.3301575Z [00:02:12.124]➜           parsed_objs=1657
2025-08-20T22:48:58.3302040Z [00:02:12.124]➜      regular_sections=9628
2025-08-20T22:48:58.3302513Z [00:02:12.124]➜              all_syms=25249
2025-08-20T22:48:58.3303021Z [00:02:12.124]➜     total_input_bytes=38747374
2025-08-20T22:48:58.3303527Z [00:02:12.124]➜  .comment estimation=1627 actual=4
2025-08-20T22:48:58.3304530Z [00:02:12.124]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:48:58.3503427Z [00:02:12.145]➜  using getpgid ... yes
2025-08-20T22:48:58.4080267Z [00:02:12.202]➜        reloc_nonalloc=0
2025-08-20T22:48:58.4080977Z [00:02:12.203]➜               comdats=0
2025-08-20T22:48:58.4081482Z [00:02:12.203]➜    removed_comdat_mem=0
2025-08-20T22:48:58.4081935Z [00:02:12.203]➜              num_dsos=0
2025-08-20T22:48:58.4082380Z [00:02:12.203]➜       parsed_lto_objs=1
2025-08-20T22:48:58.4082810Z [00:02:12.203]➜              num_cies=1
2025-08-20T22:48:58.4083261Z [00:02:12.203]➜       num_unique_cies=1
2025-08-20T22:48:58.4083714Z [00:02:12.203]➜              num_fdes=1
2025-08-20T22:48:58.4084143Z [00:02:12.203]➜        merged_strings=6
2025-08-20T22:48:58.4084587Z [00:02:12.203]➜              num_objs=20
2025-08-20T22:48:58.4085090Z [00:02:12.203]➜         output_chunks=24
2025-08-20T22:48:58.4085580Z [00:02:12.203]➜      string_fragments=34
2025-08-20T22:48:58.4086055Z [00:02:12.203]➜      garbage_sections=54
2025-08-20T22:48:58.4086544Z [00:02:12.203]➜           reloc_alloc=86
2025-08-20T22:48:58.4087032Z [00:02:12.203]➜        undefined_syms=106
2025-08-20T22:48:58.4087536Z [00:02:12.203]➜          defined_syms=179
2025-08-20T22:48:58.4088000Z [00:02:12.203]➜        input_sections=449
2025-08-20T22:48:58.4088489Z [00:02:12.203]➜           parsed_objs=1657
2025-08-20T22:48:58.4088982Z [00:02:12.203]➜      regular_sections=9628
2025-08-20T22:48:58.4089472Z [00:02:12.203]➜              all_syms=25247
2025-08-20T22:48:58.4089976Z [00:02:12.203]➜     total_input_bytes=38747282
2025-08-20T22:48:58.4090518Z [00:02:12.203]➜  .comment estimation=1627 actual=4
2025-08-20T22:48:58.4101501Z [00:02:12.203]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:48:58.4175002Z [00:02:12.212]➜  using getpriority ... yes
2025-08-20T22:48:58.4628869Z [00:02:12.258]➜        reloc_nonalloc=0
2025-08-20T22:48:58.4633243Z [00:02:12.258]➜               comdats=0
2025-08-20T22:48:58.4638684Z [00:02:12.258]➜    removed_comdat_mem=0
2025-08-20T22:48:58.4639187Z [00:02:12.258]➜              num_dsos=0
2025-08-20T22:48:58.4639675Z [00:02:12.258]➜       parsed_lto_objs=1
2025-08-20T22:48:58.4641216Z [00:02:12.258]➜              num_cies=1
2025-08-20T22:48:58.4641776Z [00:02:12.258]➜       num_unique_cies=1
2025-08-20T22:48:58.4642769Z [00:02:12.258]➜              num_fdes=1
2025-08-20T22:48:58.4644588Z [00:02:12.258]➜        merged_strings=6
2025-08-20T22:48:58.4645484Z [00:02:12.258]➜              num_objs=22
2025-08-20T22:48:58.4662143Z [00:02:12.258]➜         output_chunks=24
2025-08-20T22:48:58.4663565Z [00:02:12.258]➜      string_fragments=38
2025-08-20T22:48:58.4664369Z [00:02:12.258]➜      garbage_sections=61
2025-08-20T22:48:58.4665022Z [00:02:12.258]➜           reloc_alloc=92
2025-08-20T22:48:58.4666101Z [00:02:12.258]➜        undefined_syms=116
2025-08-20T22:48:58.4667170Z [00:02:12.258]➜          defined_syms=202
2025-08-20T22:48:58.4667895Z [00:02:12.258]➜        input_sections=506
2025-08-20T22:48:58.4668647Z [00:02:12.258]➜           parsed_objs=1657
2025-08-20T22:48:58.4669615Z [00:02:12.258]➜      regular_sections=9628
2025-08-20T22:48:58.4670940Z [00:02:12.258]➜              all_syms=25248
2025-08-20T22:48:58.4672153Z [00:02:12.259]➜     total_input_bytes=38747650
2025-08-20T22:48:58.4672897Z [00:02:12.259]➜  .comment estimation=1627 actual=4
2025-08-20T22:48:58.4674089Z [00:02:12.259]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:48:58.4771605Z [00:02:12.272]➜        reloc_nonalloc=0
2025-08-20T22:48:58.4776592Z [00:02:12.273]➜               comdats=0
2025-08-20T22:48:58.4778704Z [00:02:12.273]➜    removed_comdat_mem=0
2025-08-20T22:48:58.4780615Z [00:02:12.273]➜              num_dsos=0
2025-08-20T22:48:58.4781294Z [00:02:12.273]➜       parsed_lto_objs=1
2025-08-20T22:48:58.4781761Z [00:02:12.273]➜              num_cies=1
2025-08-20T22:48:58.4782256Z [00:02:12.273]➜       num_unique_cies=1
2025-08-20T22:48:58.4782718Z [00:02:12.273]➜              num_fdes=1
2025-08-20T22:48:58.4783455Z [00:02:12.273]➜        merged_strings=11
2025-08-20T22:48:58.4783939Z [00:02:12.273]➜         output_chunks=26
2025-08-20T22:48:58.4784408Z [00:02:12.273]➜              num_objs=67
2025-08-20T22:48:58.4784885Z [00:02:12.273]➜      string_fragments=135
2025-08-20T22:48:58.4785376Z [00:02:12.273]➜      garbage_sections=228
2025-08-20T22:48:58.4785855Z [00:02:12.273]➜           reloc_alloc=306
2025-08-20T22:48:58.4786330Z [00:02:12.273]➜        undefined_syms=331
2025-08-20T22:48:58.4786802Z [00:02:12.273]➜          defined_syms=732
2025-08-20T22:48:58.4787287Z [00:02:12.273]➜           parsed_objs=1657
2025-08-20T22:48:58.4787777Z [00:02:12.273]➜        input_sections=1772
2025-08-20T22:48:58.4788268Z [00:02:12.273]➜      regular_sections=9628
2025-08-20T22:48:58.4788738Z [00:02:12.273]➜              all_syms=25247
2025-08-20T22:48:58.4789265Z [00:02:12.273]➜     total_input_bytes=38747294
2025-08-20T22:48:58.4789829Z [00:02:12.273]➜  .comment estimation=1627 actual=4
2025-08-20T22:48:58.4790462Z [00:02:12.273]➜  .rodata.str1.1 estimation=1629 actual=7
2025-08-20T22:48:58.4834474Z [00:02:12.278]➜  using getrandom ... yes
2025-08-20T22:48:58.4942293Z [00:02:12.289]➜  using getpwent ... yes
2025-08-20T22:48:58.5474662Z [00:02:12.342]➜        reloc_nonalloc=0
2025-08-20T22:48:58.5489940Z [00:02:12.343]➜               comdats=0
2025-08-20T22:48:58.5490459Z [00:02:12.343]➜    removed_comdat_mem=0
2025-08-20T22:48:58.5491105Z [00:02:12.343]➜              num_dsos=0
2025-08-20T22:48:58.5491581Z [00:02:12.343]➜       parsed_lto_objs=1
2025-08-20T22:48:58.5492048Z [00:02:12.343]➜              num_cies=1
2025-08-20T22:48:58.5492506Z [00:02:12.343]➜       num_unique_cies=1
2025-08-20T22:48:58.5492959Z [00:02:12.343]➜              num_fdes=1
2025-08-20T22:48:58.5493412Z [00:02:12.343]➜        merged_strings=6
2025-08-20T22:48:58.5493873Z [00:02:12.343]➜              num_objs=21
2025-08-20T22:48:58.5494629Z [00:02:12.343]➜         output_chunks=24
2025-08-20T22:48:58.5495125Z [00:02:12.343]➜      string_fragments=36
2025-08-20T22:48:58.5495619Z [00:02:12.343]➜      garbage_sections=58
2025-08-20T22:48:58.5496087Z [00:02:12.343]➜           reloc_alloc=90
2025-08-20T22:48:58.5496560Z [00:02:12.343]➜        undefined_syms=113
2025-08-20T22:48:58.5497043Z [00:02:12.343]➜          defined_syms=190
2025-08-20T22:48:58.5497517Z [00:02:12.343]➜        input_sections=478
2025-08-20T22:48:58.5497980Z [00:02:12.343]➜           parsed_objs=1657
2025-08-20T22:48:58.5498452Z [00:02:12.343]➜      regular_sections=9628
2025-08-20T22:48:58.5498931Z [00:02:12.343]➜              all_syms=25248
2025-08-20T22:48:58.5499418Z [00:02:12.343]➜     total_input_bytes=38747710
2025-08-20T22:48:58.5499941Z [00:02:12.343]➜  .comment estimation=1627 actual=4
2025-08-20T22:48:58.5500515Z [00:02:12.343]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:48:58.5713247Z [00:02:12.366]➜  using getresuid ... yes
2025-08-20T22:48:58.5783890Z [00:02:12.373]➜        reloc_nonalloc=0
2025-08-20T22:48:58.5800751Z [00:02:12.375]➜               comdats=0
2025-08-20T22:48:58.5801441Z [00:02:12.375]➜    removed_comdat_mem=0
2025-08-20T22:48:58.5801873Z [00:02:12.375]➜              num_dsos=0
2025-08-20T22:48:58.5802321Z [00:02:12.375]➜       parsed_lto_objs=1
2025-08-20T22:48:58.5802747Z [00:02:12.375]➜              num_cies=1
2025-08-20T22:48:58.5803167Z [00:02:12.375]➜       num_unique_cies=1
2025-08-20T22:48:58.5803576Z [00:02:12.375]➜              num_fdes=1
2025-08-20T22:48:58.5803989Z [00:02:12.375]➜        merged_strings=6
2025-08-20T22:48:58.5804410Z [00:02:12.375]➜              num_objs=21
2025-08-20T22:48:58.5804839Z [00:02:12.375]➜         output_chunks=24
2025-08-20T22:48:58.5805286Z [00:02:12.375]➜      string_fragments=36
2025-08-20T22:48:58.5805762Z [00:02:12.375]➜      garbage_sections=58
2025-08-20T22:48:58.5806247Z [00:02:12.375]➜           reloc_alloc=90
2025-08-20T22:48:58.5806705Z [00:02:12.375]➜        undefined_syms=113
2025-08-20T22:48:58.5807194Z [00:02:12.375]➜          defined_syms=190
2025-08-20T22:48:58.5807675Z [00:02:12.375]➜        input_sections=478
2025-08-20T22:48:58.5808479Z [00:02:12.375]➜           parsed_objs=1657
2025-08-20T22:48:58.5808980Z [00:02:12.375]➜      regular_sections=9628
2025-08-20T22:48:58.5809469Z [00:02:12.375]➜              all_syms=25248
2025-08-20T22:48:58.5809984Z [00:02:12.375]➜     total_input_bytes=38747710
2025-08-20T22:48:58.5810534Z [00:02:12.375]➜  .comment estimation=1627 actual=4
2025-08-20T22:48:58.5811283Z [00:02:12.375]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:48:58.6077925Z [00:02:12.403]➜  using getresgid ... yes
2025-08-20T22:48:58.6304515Z [00:02:12.425]➜        reloc_nonalloc=0
2025-08-20T22:48:58.6347275Z [00:02:12.429]➜               comdats=0
2025-08-20T22:48:58.6348109Z [00:02:12.429]➜    removed_comdat_mem=0
2025-08-20T22:48:58.6349559Z [00:02:12.429]➜              num_dsos=0
2025-08-20T22:48:58.6350010Z [00:02:12.429]➜       parsed_lto_objs=1
2025-08-20T22:48:58.6350483Z [00:02:12.429]➜              num_cies=1
2025-08-20T22:48:58.6351110Z [00:02:12.429]➜       num_unique_cies=1
2025-08-20T22:48:58.6351607Z [00:02:12.429]➜              num_fdes=1
2025-08-20T22:48:58.6352062Z [00:02:12.429]➜        merged_strings=6
2025-08-20T22:48:58.6352523Z [00:02:12.429]➜              num_objs=21
2025-08-20T22:48:58.6352981Z [00:02:12.430]➜         output_chunks=24
2025-08-20T22:48:58.6353415Z [00:02:12.430]➜      string_fragments=36
2025-08-20T22:48:58.6353861Z [00:02:12.430]➜      garbage_sections=58
2025-08-20T22:48:58.6354321Z [00:02:12.430]➜           reloc_alloc=90
2025-08-20T22:48:58.6354776Z [00:02:12.430]➜        undefined_syms=113
2025-08-20T22:48:58.6355228Z [00:02:12.430]➜          defined_syms=190
2025-08-20T22:48:58.6355686Z [00:02:12.430]➜        input_sections=478
2025-08-20T22:48:58.6356187Z [00:02:12.430]➜           parsed_objs=1657
2025-08-20T22:48:58.6356669Z [00:02:12.430]➜      regular_sections=9628
2025-08-20T22:48:58.6357459Z [00:02:12.430]➜              all_syms=25248
2025-08-20T22:48:58.6358021Z [00:02:12.430]➜     total_input_bytes=38747666
2025-08-20T22:48:58.6358596Z [00:02:12.430]➜  .comment estimation=1627 actual=4
2025-08-20T22:48:58.6359179Z [00:02:12.430]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:48:58.6589018Z [00:02:12.454]➜  using getrusage ... yes
2025-08-20T22:48:58.6643571Z [00:02:12.459]➜        reloc_nonalloc=0
2025-08-20T22:48:58.6647285Z [00:02:12.459]➜               comdats=0
2025-08-20T22:48:58.6647857Z [00:02:12.459]➜    removed_comdat_mem=0
2025-08-20T22:48:58.6648357Z [00:02:12.459]➜              num_dsos=0
2025-08-20T22:48:58.6648842Z [00:02:12.459]➜       parsed_lto_objs=1
2025-08-20T22:48:58.6649318Z [00:02:12.459]➜              num_cies=1
2025-08-20T22:48:58.6649777Z [00:02:12.459]➜       num_unique_cies=1
2025-08-20T22:48:58.6650238Z [00:02:12.459]➜              num_fdes=1
2025-08-20T22:48:58.6650695Z [00:02:12.459]➜        merged_strings=6
2025-08-20T22:48:58.6651367Z [00:02:12.459]➜              num_objs=20
2025-08-20T22:48:58.6651901Z [00:02:12.459]➜         output_chunks=24
2025-08-20T22:48:58.6652392Z [00:02:12.459]➜      string_fragments=34
2025-08-20T22:48:58.6652903Z [00:02:12.459]➜      garbage_sections=54
2025-08-20T22:48:58.6653394Z [00:02:12.459]➜           reloc_alloc=86
2025-08-20T22:48:58.6653878Z [00:02:12.459]➜        undefined_syms=106
2025-08-20T22:48:58.6654356Z [00:02:12.459]➜          defined_syms=179
2025-08-20T22:48:58.6654835Z [00:02:12.459]➜        input_sections=449
2025-08-20T22:48:58.6655322Z [00:02:12.459]➜           parsed_objs=1657
2025-08-20T22:48:58.6655807Z [00:02:12.459]➜      regular_sections=9628
2025-08-20T22:48:58.6656293Z [00:02:12.459]➜              all_syms=25247
2025-08-20T22:48:58.6656801Z [00:02:12.459]➜     total_input_bytes=38747250
2025-08-20T22:48:58.6657335Z [00:02:12.459]➜  .comment estimation=1627 actual=4
2025-08-20T22:48:58.6657926Z [00:02:12.459]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:48:58.6777618Z [00:02:12.472]➜  using getsid ... yes
2025-08-20T22:48:58.7088178Z [00:02:12.503]➜        reloc_nonalloc=0
2025-08-20T22:48:58.7088768Z [00:02:12.504]➜               comdats=0
2025-08-20T22:48:58.7089537Z [00:02:12.504]➜    removed_comdat_mem=0
2025-08-20T22:48:58.7090003Z [00:02:12.504]➜              num_dsos=0
2025-08-20T22:48:58.7090490Z [00:02:12.504]➜       parsed_lto_objs=1
2025-08-20T22:48:58.7091179Z [00:02:12.504]➜              num_cies=1
2025-08-20T22:48:58.7091663Z [00:02:12.504]➜       num_unique_cies=1
2025-08-20T22:48:58.7092134Z [00:02:12.504]➜              num_fdes=1
2025-08-20T22:48:58.7092597Z [00:02:12.504]➜        merged_strings=6
2025-08-20T22:48:58.7093069Z [00:02:12.504]➜              num_objs=18
2025-08-20T22:48:58.7093552Z [00:02:12.504]➜         output_chunks=24
2025-08-20T22:48:58.7094038Z [00:02:12.504]➜      string_fragments=30
2025-08-20T22:48:58.7094525Z [00:02:12.504]➜      garbage_sections=48
2025-08-20T22:48:58.7095006Z [00:02:12.504]➜           reloc_alloc=84
2025-08-20T22:48:58.7095501Z [00:02:12.504]➜        undefined_syms=101
2025-08-20T22:48:58.7095998Z [00:02:12.504]➜          defined_syms=159
2025-08-20T22:48:58.7096498Z [00:02:12.504]➜        input_sections=395
2025-08-20T22:48:58.7096974Z [00:02:12.504]➜           parsed_objs=1657
2025-08-20T22:48:58.7097466Z [00:02:12.504]➜      regular_sections=9628
2025-08-20T22:48:58.7097957Z [00:02:12.504]➜              all_syms=25247
2025-08-20T22:48:58.7098468Z [00:02:12.504]➜     total_input_bytes=38747238
2025-08-20T22:48:58.7099025Z [00:02:12.504]➜  .comment estimation=1627 actual=4
2025-08-20T22:48:58.7099633Z [00:02:12.504]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:48:58.7258049Z [00:02:12.520]➜  using gettid ... yes
2025-08-20T22:48:58.7976623Z [00:02:12.592]➜        reloc_nonalloc=0
2025-08-20T22:48:58.8007508Z [00:02:12.595]➜               comdats=0
2025-08-20T22:48:58.8009722Z [00:02:12.595]➜    removed_comdat_mem=0
2025-08-20T22:48:58.8010224Z [00:02:12.595]➜              num_dsos=0
2025-08-20T22:48:58.8010654Z [00:02:12.595]➜       parsed_lto_objs=1
2025-08-20T22:48:58.8013842Z [00:02:12.595]➜              num_cies=1
2025-08-20T22:48:58.8014345Z [00:02:12.595]➜       num_unique_cies=1
2025-08-20T22:48:58.8014795Z [00:02:12.595]➜              num_fdes=1
2025-08-20T22:48:58.8015241Z [00:02:12.595]➜        merged_strings=8
2025-08-20T22:48:58.8015726Z [00:02:12.596]➜         output_chunks=24
2025-08-20T22:48:58.8016177Z [00:02:12.596]➜              num_objs=24
2025-08-20T22:48:58.8016624Z [00:02:12.596]➜      string_fragments=44
2025-08-20T22:48:58.8017097Z [00:02:12.596]➜      garbage_sections=67
2025-08-20T22:48:58.8017588Z [00:02:12.596]➜           reloc_alloc=101
2025-08-20T22:48:58.8018043Z [00:02:12.596]➜        undefined_syms=121
2025-08-20T22:48:58.8018541Z [00:02:12.596]➜          defined_syms=227
2025-08-20T22:48:58.8019038Z [00:02:12.596]➜        input_sections=563
2025-08-20T22:48:58.8019551Z [00:02:12.596]➜           parsed_objs=1657
2025-08-20T22:48:58.8020033Z [00:02:12.596]➜      regular_sections=9628
2025-08-20T22:48:58.8020540Z [00:02:12.596]➜              all_syms=25248
2025-08-20T22:48:58.8021578Z [00:02:12.596]➜     total_input_bytes=38747718
2025-08-20T22:48:58.8022139Z [00:02:12.596]➜  .comment estimation=1627 actual=4
2025-08-20T22:48:58.8022733Z [00:02:12.596]➜  .rodata.str1.1 estimation=1628 actual=4
2025-08-20T22:48:58.8192363Z [00:02:12.612]➜  using gettimeofday ... yes
2025-08-20T22:48:58.8196647Z [00:02:12.615]➜        reloc_nonalloc=0
2025-08-20T22:48:58.8214887Z [00:02:12.616]➜               comdats=0
2025-08-20T22:48:58.8215995Z [00:02:12.616]➜    removed_comdat_mem=0
2025-08-20T22:48:58.8217585Z [00:02:12.616]➜              num_dsos=0
2025-08-20T22:48:58.8218576Z [00:02:12.616]➜       parsed_lto_objs=1
2025-08-20T22:48:58.8219835Z [00:02:12.616]➜              num_cies=1
2025-08-20T22:48:58.8220532Z [00:02:12.616]➜       num_unique_cies=1
2025-08-20T22:48:58.8222952Z [00:02:12.616]➜              num_fdes=1
2025-08-20T22:48:58.8223450Z [00:02:12.616]➜        merged_strings=9
2025-08-20T22:48:58.8223975Z [00:02:12.616]➜              num_objs=21
2025-08-20T22:48:58.8224469Z [00:02:12.616]➜         output_chunks=24
2025-08-20T22:48:58.8225229Z [00:02:12.616]➜      string_fragments=39
2025-08-20T22:48:58.8225716Z [00:02:12.616]➜      garbage_sections=69
2025-08-20T22:48:58.8226198Z [00:02:12.616]➜           reloc_alloc=92
2025-08-20T22:48:58.8226674Z [00:02:12.616]➜        undefined_syms=124
2025-08-20T22:48:58.8227153Z [00:02:12.616]➜          defined_syms=203
2025-08-20T22:48:58.8227649Z [00:02:12.616]➜        input_sections=501
2025-08-20T22:48:58.8228169Z [00:02:12.616]➜           parsed_objs=1657
2025-08-20T22:48:58.8228727Z [00:02:12.616]➜      regular_sections=9629
2025-08-20T22:48:58.8229247Z [00:02:12.616]➜              all_syms=25250
2025-08-20T22:48:58.8229784Z [00:02:12.616]➜     total_input_bytes=38748342
2025-08-20T22:48:58.8230363Z [00:02:12.616]➜  .comment estimation=1627 actual=4
2025-08-20T22:48:58.8231186Z [00:02:12.616]➜  .rodata.str1.1 estimation=1628 actual=5
2025-08-20T22:48:58.8390679Z [00:02:12.634]➜  using getxattr ... yes
2025-08-20T22:48:58.8723164Z [00:02:12.667]➜  using getxattrat ... no
2025-08-20T22:48:58.8748764Z [00:02:12.670]➜        reloc_nonalloc=0
2025-08-20T22:48:58.8753460Z [00:02:12.670]➜               comdats=0
2025-08-20T22:48:58.8753966Z [00:02:12.670]➜    removed_comdat_mem=0
2025-08-20T22:48:58.8754448Z [00:02:12.670]➜              num_dsos=0
2025-08-20T22:48:58.8756606Z [00:02:12.670]➜       parsed_lto_objs=1
2025-08-20T22:48:58.8757123Z [00:02:12.670]➜              num_cies=1
2025-08-20T22:48:58.8757608Z [00:02:12.670]➜       num_unique_cies=1
2025-08-20T22:48:58.8758076Z [00:02:12.670]➜              num_fdes=1
2025-08-20T22:48:58.8758565Z [00:02:12.670]➜        merged_strings=7
2025-08-20T22:48:58.8759061Z [00:02:12.670]➜         output_chunks=25
2025-08-20T22:48:58.8759567Z [00:02:12.670]➜              num_objs=32
2025-08-20T22:48:58.8760051Z [00:02:12.670]➜      string_fragments=57
2025-08-20T22:48:58.8760558Z [00:02:12.670]➜      garbage_sections=104
2025-08-20T22:48:58.8761300Z [00:02:12.670]➜        undefined_syms=174
2025-08-20T22:48:58.8761821Z [00:02:12.670]➜           reloc_alloc=229
2025-08-20T22:48:58.8762335Z [00:02:12.670]➜          defined_syms=341
2025-08-20T22:48:58.8762852Z [00:02:12.670]➜        input_sections=806
2025-08-20T22:48:58.8763384Z [00:02:12.670]➜           parsed_objs=1657
2025-08-20T22:48:58.8763930Z [00:02:12.670]➜      regular_sections=9629
2025-08-20T22:48:58.8764471Z [00:02:12.670]➜              all_syms=25250
2025-08-20T22:48:58.8765021Z [00:02:12.670]➜     total_input_bytes=38747730
2025-08-20T22:48:58.8765607Z [00:02:12.670]➜  .comment estimation=1627 actual=4
2025-08-20T22:48:58.8766236Z [00:02:12.670]➜  .rodata.str1.1 estimation=1627 actual=3
2025-08-20T22:48:58.8845348Z [00:02:12.679]➜  using hsearch ... yes
2025-08-20T22:48:58.9639821Z [00:02:12.759]➜        reloc_nonalloc=0
2025-08-20T22:48:58.9646185Z [00:02:12.759]➜               comdats=0
2025-08-20T22:48:58.9646749Z [00:02:12.759]➜    removed_comdat_mem=0
2025-08-20T22:48:58.9647296Z [00:02:12.759]➜              num_dsos=0
2025-08-20T22:48:58.9647808Z [00:02:12.759]➜       parsed_lto_objs=1
2025-08-20T22:48:58.9648658Z [00:02:12.759]➜              num_cies=1
2025-08-20T22:48:58.9649156Z [00:02:12.759]➜       num_unique_cies=1
2025-08-20T22:48:58.9649697Z [00:02:12.759]➜              num_fdes=1
2025-08-20T22:48:58.9650200Z [00:02:12.759]➜        merged_strings=10
2025-08-20T22:48:58.9650709Z [00:02:12.759]➜              num_objs=19
2025-08-20T22:48:58.9651404Z [00:02:12.759]➜         output_chunks=25
2025-08-20T22:48:58.9651939Z [00:02:12.759]➜      string_fragments=36
2025-08-20T22:48:58.9652468Z [00:02:12.759]➜      garbage_sections=51
2025-08-20T22:48:58.9652964Z [00:02:12.759]➜           reloc_alloc=91
2025-08-20T22:48:58.9653468Z [00:02:12.759]➜        undefined_syms=103
2025-08-20T22:48:58.9653979Z [00:02:12.759]➜          defined_syms=174
2025-08-20T22:48:58.9654495Z [00:02:12.759]➜        input_sections=425
2025-08-20T22:48:58.9655012Z [00:02:12.759]➜           parsed_objs=1657
2025-08-20T22:48:58.9655562Z [00:02:12.759]➜      regular_sections=9628
2025-08-20T22:48:58.9656084Z [00:02:12.759]➜              all_syms=25247
2025-08-20T22:48:58.9656647Z [00:02:12.759]➜     total_input_bytes=38747278
2025-08-20T22:48:58.9657239Z [00:02:12.759]➜  .comment estimation=1627 actual=4
2025-08-20T22:48:58.9657878Z [00:02:12.759]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:48:58.9658506Z [00:02:12.759]➜  .rodata.cst8 estimation=1628 actual=4
2025-08-20T22:48:58.9837116Z [00:02:12.778]➜  using hypot ... yes
2025-08-20T22:48:59.0398330Z [00:02:12.835]➜  using init_mb_mgr_avx ... no
2025-08-20T22:48:59.0448124Z [00:02:12.840]➜        reloc_nonalloc=0
2025-08-20T22:48:59.0450959Z [00:02:12.840]➜               comdats=0
2025-08-20T22:48:59.0452132Z [00:02:12.840]➜    removed_comdat_mem=0
2025-08-20T22:48:59.0452932Z [00:02:12.840]➜              num_dsos=0
2025-08-20T22:48:59.0453465Z [00:02:12.840]➜       parsed_lto_objs=1
2025-08-20T22:48:59.0453951Z [00:02:12.840]➜              num_cies=1
2025-08-20T22:48:59.0454710Z [00:02:12.840]➜       num_unique_cies=1
2025-08-20T22:48:59.0455192Z [00:02:12.840]➜              num_fdes=1
2025-08-20T22:48:59.0455671Z [00:02:12.840]➜        merged_strings=9
2025-08-20T22:48:59.0456140Z [00:02:12.840]➜              num_objs=19
2025-08-20T22:48:59.0456620Z [00:02:12.840]➜         output_chunks=25
2025-08-20T22:48:59.0457106Z [00:02:12.840]➜      string_fragments=35
2025-08-20T22:48:59.0457590Z [00:02:12.840]➜      garbage_sections=51
2025-08-20T22:48:59.0458067Z [00:02:12.840]➜           reloc_alloc=90
2025-08-20T22:48:59.0458547Z [00:02:12.840]➜        undefined_syms=103
2025-08-20T22:48:59.0459035Z [00:02:12.840]➜          defined_syms=173
2025-08-20T22:48:59.0459518Z [00:02:12.840]➜        input_sections=425
2025-08-20T22:48:59.0460013Z [00:02:12.840]➜           parsed_objs=1657
2025-08-20T22:48:59.0460519Z [00:02:12.840]➜      regular_sections=9628
2025-08-20T22:48:59.0461224Z [00:02:12.840]➜              all_syms=25247
2025-08-20T22:48:59.0461759Z [00:02:12.840]➜     total_input_bytes=38747278
2025-08-20T22:48:59.0462316Z [00:02:12.840]➜  .comment estimation=1627 actual=4
2025-08-20T22:48:59.0462926Z [00:02:12.840]➜  .rodata.cst4 estimation=1627 actual=3
2025-08-20T22:48:59.0463532Z [00:02:12.840]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:48:59.0533070Z [00:02:12.848]➜        reloc_nonalloc=0
2025-08-20T22:48:59.0544021Z [00:02:12.849]➜               comdats=0
2025-08-20T22:48:59.0545613Z [00:02:12.849]➜    removed_comdat_mem=0
2025-08-20T22:48:59.0547439Z [00:02:12.849]➜              num_dsos=0
2025-08-20T22:48:59.0547991Z [00:02:12.849]➜       parsed_lto_objs=1
2025-08-20T22:48:59.0548466Z [00:02:12.849]➜              num_cies=1
2025-08-20T22:48:59.0548943Z [00:02:12.849]➜       num_unique_cies=1
2025-08-20T22:48:59.0549403Z [00:02:12.849]➜              num_fdes=1
2025-08-20T22:48:59.0549859Z [00:02:12.849]➜        merged_strings=9
2025-08-20T22:48:59.0550478Z [00:02:12.849]➜              num_objs=20
2025-08-20T22:48:59.0551286Z [00:02:12.849]➜         output_chunks=26
2025-08-20T22:48:59.0551895Z [00:02:12.849]➜      string_fragments=37
2025-08-20T22:48:59.0552798Z [00:02:12.849]➜      garbage_sections=54
2025-08-20T22:48:59.0553265Z [00:02:12.849]➜           reloc_alloc=91
2025-08-20T22:48:59.0553735Z [00:02:12.849]➜        undefined_syms=105
2025-08-20T22:48:59.0554226Z [00:02:12.849]➜          defined_syms=183
2025-08-20T22:48:59.0554705Z [00:02:12.849]➜        input_sections=452
2025-08-20T22:48:59.0555194Z [00:02:12.849]➜           parsed_objs=1657
2025-08-20T22:48:59.0555678Z [00:02:12.849]➜      regular_sections=9628
2025-08-20T22:48:59.0556162Z [00:02:12.849]➜              all_syms=25247
2025-08-20T22:48:59.0556667Z [00:02:12.850]➜     total_input_bytes=38747278
2025-08-20T22:48:59.0557217Z [00:02:12.850]➜  .comment estimation=1627 actual=4
2025-08-20T22:48:59.0557815Z [00:02:12.850]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:48:59.0558424Z [00:02:12.850]➜  .rodata.cst16 estimation=1627 actual=2
2025-08-20T22:48:59.0559033Z [00:02:12.850]➜  .rodata.cst8 estimation=1626 actual=1
2025-08-20T22:48:59.0623931Z [00:02:12.857]➜  using hypotf ... yes
2025-08-20T22:48:59.0770749Z [00:02:12.872]➜        reloc_nonalloc=0
2025-08-20T22:48:59.0773625Z [00:02:12.872]➜               comdats=0
2025-08-20T22:48:59.0774154Z [00:02:12.872]➜    removed_comdat_mem=0
2025-08-20T22:48:59.0774653Z [00:02:12.872]➜              num_dsos=0
2025-08-20T22:48:59.0775198Z [00:02:12.872]➜       parsed_lto_objs=1
2025-08-20T22:48:59.0775718Z [00:02:12.872]➜              num_cies=1
2025-08-20T22:48:59.0776208Z [00:02:12.872]➜       num_unique_cies=1
2025-08-20T22:48:59.0776703Z [00:02:12.872]➜              num_fdes=1
2025-08-20T22:48:59.0777181Z [00:02:12.872]➜        merged_strings=6
2025-08-20T22:48:59.0777659Z [00:02:12.872]➜              num_objs=17
2025-08-20T22:48:59.0778136Z [00:02:12.872]➜         output_chunks=24
2025-08-20T22:48:59.0778623Z [00:02:12.872]➜      string_fragments=28
2025-08-20T22:48:59.0779110Z [00:02:12.872]➜      garbage_sections=45
2025-08-20T22:48:59.0779901Z [00:02:12.872]➜           reloc_alloc=83
2025-08-20T22:48:59.0780403Z [00:02:12.872]➜        undefined_syms=99
2025-08-20T22:48:59.0781121Z [00:02:12.872]➜          defined_syms=150
2025-08-20T22:48:59.0781636Z [00:02:12.872]➜        input_sections=370
2025-08-20T22:48:59.0782130Z [00:02:12.872]➜           parsed_objs=1657
2025-08-20T22:48:59.0782620Z [00:02:12.872]➜      regular_sections=9628
2025-08-20T22:48:59.0783105Z [00:02:12.872]➜              all_syms=25245
2025-08-20T22:48:59.0783622Z [00:02:12.872]➜     total_input_bytes=38746842
2025-08-20T22:48:59.0784245Z [00:02:12.872]➜  .comment estimation=1627 actual=4
2025-08-20T22:48:59.0784879Z [00:02:12.872]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:48:59.0785437Z [00:02:12.872]➜  using hypotl ... yes
2025-08-20T22:48:59.0998241Z [00:02:12.894]➜  using index ... yes
2025-08-20T22:48:59.2019308Z [00:02:12.996]➜        reloc_nonalloc=0
2025-08-20T22:48:59.2048448Z [00:02:12.999]➜               comdats=0
2025-08-20T22:48:59.2049478Z [00:02:12.999]➜    removed_comdat_mem=0
2025-08-20T22:48:59.2050287Z [00:02:12.999]➜              num_dsos=0
2025-08-20T22:48:59.2051072Z [00:02:12.999]➜       parsed_lto_objs=1
2025-08-20T22:48:59.2051659Z [00:02:12.999]➜              num_cies=1
2025-08-20T22:48:59.2052218Z [00:02:12.999]➜       num_unique_cies=1
2025-08-20T22:48:59.2052772Z [00:02:12.999]➜              num_fdes=1
2025-08-20T22:48:59.2053315Z [00:02:12.999]➜        merged_strings=7
2025-08-20T22:48:59.2053870Z [00:02:12.999]➜         output_chunks=24
2025-08-20T22:48:59.2054436Z [00:02:12.999]➜              num_objs=24
2025-08-20T22:48:59.2055005Z [00:02:12.999]➜      string_fragments=43
2025-08-20T22:48:59.2055575Z [00:02:12.999]➜      garbage_sections=67
2025-08-20T22:48:59.2056140Z [00:02:12.999]➜           reloc_alloc=104
2025-08-20T22:48:59.2056723Z [00:02:12.999]➜        undefined_syms=129
2025-08-20T22:48:59.2057298Z [00:02:12.999]➜          defined_syms=228
2025-08-20T22:48:59.2057858Z [00:02:12.999]➜        input_sections=568
2025-08-20T22:48:59.2058449Z [00:02:12.999]➜           parsed_objs=1657
2025-08-20T22:48:59.2059041Z [00:02:12.999]➜      regular_sections=9629
2025-08-20T22:48:59.2059998Z [00:02:12.999]➜              all_syms=25257
2025-08-20T22:48:59.2060594Z [00:02:12.999]➜     total_input_bytes=38749022
2025-08-20T22:48:59.2061558Z [00:02:12.999]➜  .comment estimation=1627 actual=4
2025-08-20T22:48:59.2062187Z [00:02:12.999]➜  .rodata.str1.1 estimation=1628 actual=3
2025-08-20T22:48:59.2229634Z [00:02:13.018]➜  using inotify ... yes
2025-08-20T22:48:59.2586061Z [00:02:13.053]➜        reloc_nonalloc=0
2025-08-20T22:48:59.2594281Z [00:02:13.054]➜               comdats=0
2025-08-20T22:48:59.2594872Z [00:02:13.054]➜    removed_comdat_mem=0
2025-08-20T22:48:59.2595426Z [00:02:13.054]➜              num_dsos=0
2025-08-20T22:48:59.2595983Z [00:02:13.054]➜       parsed_lto_objs=1
2025-08-20T22:48:59.2596540Z [00:02:13.054]➜              num_cies=1
2025-08-20T22:48:59.2597090Z [00:02:13.054]➜       num_unique_cies=1
2025-08-20T22:48:59.2599575Z [00:02:13.055]➜              num_fdes=1
2025-08-20T22:48:59.2601076Z [00:02:13.055]➜        merged_strings=6
2025-08-20T22:48:59.2602379Z [00:02:13.055]➜              num_objs=22
2025-08-20T22:48:59.2603430Z [00:02:13.055]➜         output_chunks=24
2025-08-20T22:48:59.2604657Z [00:02:13.055]➜      string_fragments=38
2025-08-20T22:48:59.2605595Z [00:02:13.055]➜      garbage_sections=63
2025-08-20T22:48:59.2606793Z [00:02:13.055]➜           reloc_alloc=91
2025-08-20T22:48:59.2607753Z [00:02:13.055]➜        undefined_syms=116
2025-08-20T22:48:59.2609122Z [00:02:13.055]➜          defined_syms=206
2025-08-20T22:48:59.2610150Z [00:02:13.055]➜        input_sections=511
2025-08-20T22:48:59.2611566Z [00:02:13.055]➜           parsed_objs=1657
2025-08-20T22:48:59.2612573Z [00:02:13.055]➜      regular_sections=9628
2025-08-20T22:48:59.2613781Z [00:02:13.055]➜              all_syms=25249
2025-08-20T22:48:59.2614827Z [00:02:13.055]➜     total_input_bytes=38747454
2025-08-20T22:48:59.2616770Z [00:02:13.055]➜  .comment estimation=1627 actual=4
2025-08-20T22:48:59.2618046Z [00:02:13.055]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:48:59.2805143Z [00:02:13.075]➜  using inotify1 ... yes
2025-08-20T22:49:00.4179300Z [00:02:14.213]➜        reloc_nonalloc=0
2025-08-20T22:49:00.4180045Z [00:02:14.213]➜               comdats=0
2025-08-20T22:49:00.4181376Z [00:02:14.213]➜    removed_comdat_mem=0
2025-08-20T22:49:00.4182393Z [00:02:14.213]➜              num_dsos=0
2025-08-20T22:49:00.4183340Z [00:02:14.213]➜       parsed_lto_objs=1
2025-08-20T22:49:00.4183930Z [00:02:14.213]➜              num_cies=1
2025-08-20T22:49:00.4184504Z [00:02:14.213]➜       num_unique_cies=1
2025-08-20T22:49:00.4185067Z [00:02:14.213]➜              num_fdes=1
2025-08-20T22:49:00.4185619Z [00:02:14.213]➜        merged_strings=6
2025-08-20T22:49:00.4186192Z [00:02:14.213]➜              num_objs=17
2025-08-20T22:49:00.4186767Z [00:02:14.213]➜         output_chunks=24
2025-08-20T22:49:00.4187351Z [00:02:14.213]➜      string_fragments=28
2025-08-20T22:49:00.4187988Z [00:02:14.213]➜      garbage_sections=45
2025-08-20T22:49:00.4188552Z [00:02:14.213]➜           reloc_alloc=83
2025-08-20T22:49:00.4189146Z [00:02:14.213]➜        undefined_syms=99
2025-08-20T22:49:00.4189731Z [00:02:14.213]➜          defined_syms=150
2025-08-20T22:49:00.4190306Z [00:02:14.213]➜        input_sections=370
2025-08-20T22:49:00.4191116Z [00:02:14.213]➜           parsed_objs=1657
2025-08-20T22:49:00.4191723Z [00:02:14.213]➜      regular_sections=9628
2025-08-20T22:49:00.4192302Z [00:02:14.213]➜              all_syms=25245
2025-08-20T22:49:00.4192908Z [00:02:14.213]➜     total_input_bytes=38746978
2025-08-20T22:49:00.4193544Z [00:02:14.213]➜  .comment estimation=1627 actual=4
2025-08-20T22:49:00.4194262Z [00:02:14.213]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:49:00.4364629Z [00:02:14.231]➜  using intrinsic __rolb ... yes
2025-08-20T22:49:00.5032758Z [00:02:14.298]➜        reloc_nonalloc=0
2025-08-20T22:49:00.5036942Z [00:02:14.298]➜               comdats=0
2025-08-20T22:49:00.5037514Z [00:02:14.299]➜    removed_comdat_mem=0
2025-08-20T22:49:00.5037974Z [00:02:14.299]➜              num_dsos=0
2025-08-20T22:49:00.5047563Z [00:02:14.299]➜       parsed_lto_objs=1
2025-08-20T22:49:00.5048205Z [00:02:14.299]➜              num_cies=1
2025-08-20T22:49:00.5048774Z [00:02:14.299]➜       num_unique_cies=1
2025-08-20T22:49:00.5049319Z [00:02:14.299]➜              num_fdes=1
2025-08-20T22:49:00.5049860Z [00:02:14.299]➜        merged_strings=6
2025-08-20T22:49:00.5050401Z [00:02:14.299]➜              num_objs=17
2025-08-20T22:49:00.5051179Z [00:02:14.299]➜         output_chunks=24
2025-08-20T22:49:00.5051759Z [00:02:14.299]➜      string_fragments=28
2025-08-20T22:49:00.5052333Z [00:02:14.299]➜      garbage_sections=45
2025-08-20T22:49:00.5052897Z [00:02:14.299]➜           reloc_alloc=83
2025-08-20T22:49:00.5053458Z [00:02:14.299]➜        undefined_syms=99
2025-08-20T22:49:00.5054035Z [00:02:14.299]➜          defined_syms=150
2025-08-20T22:49:00.5054650Z [00:02:14.299]➜        input_sections=370
2025-08-20T22:49:00.5055237Z [00:02:14.299]➜           parsed_objs=1657
2025-08-20T22:49:00.5055849Z [00:02:14.299]➜      regular_sections=9628
2025-08-20T22:49:00.5056435Z [00:02:14.299]➜              all_syms=25245
2025-08-20T22:49:00.5057043Z [00:02:14.299]➜     total_input_bytes=38747018
2025-08-20T22:49:00.5057681Z [00:02:14.299]➜  .comment estimation=1627 actual=4
2025-08-20T22:49:00.5058371Z [00:02:14.299]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:49:00.5306457Z [00:02:14.325]➜  using intrinsic __rolq ... yes
2025-08-20T22:49:00.6206188Z [00:02:14.415]➜        reloc_nonalloc=0
2025-08-20T22:49:00.6206750Z [00:02:14.415]➜               comdats=0
2025-08-20T22:49:00.6207271Z [00:02:14.415]➜    removed_comdat_mem=0
2025-08-20T22:49:00.6207738Z [00:02:14.415]➜              num_dsos=0
2025-08-20T22:49:00.6208207Z [00:02:14.415]➜       parsed_lto_objs=1
2025-08-20T22:49:00.6208664Z [00:02:14.415]➜              num_cies=1
2025-08-20T22:49:00.6209400Z [00:02:14.415]➜       num_unique_cies=1
2025-08-20T22:49:00.6209885Z [00:02:14.415]➜              num_fdes=1
2025-08-20T22:49:00.6210345Z [00:02:14.415]➜        merged_strings=6
2025-08-20T22:49:00.6210992Z [00:02:14.415]➜              num_objs=17
2025-08-20T22:49:00.6211507Z [00:02:14.415]➜         output_chunks=24
2025-08-20T22:49:00.6212001Z [00:02:14.415]➜      string_fragments=28
2025-08-20T22:49:00.6212481Z [00:02:14.415]➜      garbage_sections=45
2025-08-20T22:49:00.6212980Z [00:02:14.415]➜           reloc_alloc=83
2025-08-20T22:49:00.6213478Z [00:02:14.415]➜        undefined_syms=99
2025-08-20T22:49:00.6213963Z [00:02:14.415]➜          defined_syms=150
2025-08-20T22:49:00.6214440Z [00:02:14.415]➜        input_sections=370
2025-08-20T22:49:00.6214931Z [00:02:14.415]➜           parsed_objs=1657
2025-08-20T22:49:00.6215432Z [00:02:14.415]➜      regular_sections=9628
2025-08-20T22:49:00.6215922Z [00:02:14.415]➜              all_syms=25245
2025-08-20T22:49:00.6216430Z [00:02:14.415]➜     total_input_bytes=38746978
2025-08-20T22:49:00.6217000Z [00:02:14.415]➜  .comment estimation=1627 actual=4
2025-08-20T22:49:00.6217590Z [00:02:14.415]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:49:00.6441640Z [00:02:14.439]➜  using intrinsic __rorb ... yes
2025-08-20T22:49:00.6640462Z [00:02:14.459]➜        reloc_nonalloc=0
2025-08-20T22:49:00.6641234Z [00:02:14.459]➜               comdats=0
2025-08-20T22:49:00.6641741Z [00:02:14.459]➜    removed_comdat_mem=0
2025-08-20T22:49:00.6642241Z [00:02:14.459]➜              num_dsos=0
2025-08-20T22:49:00.6642749Z [00:02:14.459]➜       parsed_lto_objs=1
2025-08-20T22:49:00.6643225Z [00:02:14.459]➜              num_cies=1
2025-08-20T22:49:00.6643684Z [00:02:14.459]➜       num_unique_cies=1
2025-08-20T22:49:00.6644150Z [00:02:14.459]➜              num_fdes=1
2025-08-20T22:49:00.6644610Z [00:02:14.459]➜        merged_strings=6
2025-08-20T22:49:00.6645096Z [00:02:14.459]➜              num_objs=17
2025-08-20T22:49:00.6645583Z [00:02:14.459]➜         output_chunks=24
2025-08-20T22:49:00.6646104Z [00:02:14.459]➜      string_fragments=28
2025-08-20T22:49:00.6646588Z [00:02:14.459]➜      garbage_sections=45
2025-08-20T22:49:00.6647375Z [00:02:14.459]➜           reloc_alloc=83
2025-08-20T22:49:00.6647862Z [00:02:14.459]➜        undefined_syms=99
2025-08-20T22:49:00.6648349Z [00:02:14.459]➜          defined_syms=150
2025-08-20T22:49:00.6648841Z [00:02:14.459]➜        input_sections=370
2025-08-20T22:49:00.6649333Z [00:02:14.459]➜           parsed_objs=1657
2025-08-20T22:49:00.6649834Z [00:02:14.459]➜      regular_sections=9628
2025-08-20T22:49:00.6650340Z [00:02:14.459]➜              all_syms=25245
2025-08-20T22:49:00.6651005Z [00:02:14.459]➜     total_input_bytes=38746982
2025-08-20T22:49:00.6651581Z [00:02:14.459]➜  .comment estimation=1627 actual=4
2025-08-20T22:49:00.6652203Z [00:02:14.459]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:49:00.6757299Z [00:02:14.471]➜  using intrinsic __rolw ... yes
2025-08-20T22:49:00.7114903Z [00:02:14.506]➜        reloc_nonalloc=0
2025-08-20T22:49:00.7116357Z [00:02:14.506]➜               comdats=0
2025-08-20T22:49:00.7116811Z [00:02:14.506]➜    removed_comdat_mem=0
2025-08-20T22:49:00.7117233Z [00:02:14.506]➜              num_dsos=0
2025-08-20T22:49:00.7117732Z [00:02:14.507]➜       parsed_lto_objs=1
2025-08-20T22:49:00.7118243Z [00:02:14.507]➜              num_cies=1
2025-08-20T22:49:00.7118717Z [00:02:14.507]➜       num_unique_cies=1
2025-08-20T22:49:00.7119170Z [00:02:14.507]➜              num_fdes=1
2025-08-20T22:49:00.7119656Z [00:02:14.507]➜        merged_strings=6
2025-08-20T22:49:00.7120164Z [00:02:14.507]➜              num_objs=17
2025-08-20T22:49:00.7120675Z [00:02:14.507]➜         output_chunks=24
2025-08-20T22:49:00.7121388Z [00:02:14.507]➜      string_fragments=28
2025-08-20T22:49:00.7121898Z [00:02:14.507]➜      garbage_sections=45
2025-08-20T22:49:00.7122391Z [00:02:14.507]➜           reloc_alloc=83
2025-08-20T22:49:00.7122912Z [00:02:14.507]➜        undefined_syms=99
2025-08-20T22:49:00.7123411Z [00:02:14.507]➜          defined_syms=150
2025-08-20T22:49:00.7124197Z [00:02:14.507]➜        input_sections=370
2025-08-20T22:49:00.7124762Z [00:02:14.507]➜           parsed_objs=1657
2025-08-20T22:49:00.7125313Z [00:02:14.507]➜      regular_sections=9628
2025-08-20T22:49:00.7125960Z [00:02:14.507]➜              all_syms=25245
2025-08-20T22:49:00.7126496Z [00:02:14.507]➜     total_input_bytes=38746954
2025-08-20T22:49:00.7127065Z [00:02:14.507]➜  .comment estimation=1627 actual=4
2025-08-20T22:49:00.7127685Z [00:02:14.507]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:49:00.7330106Z [00:02:14.528]➜  using intrinsic __rold ... yes
2025-08-20T22:49:00.8872118Z [00:02:14.682]➜        reloc_nonalloc=0
2025-08-20T22:49:00.8872687Z [00:02:14.682]➜               comdats=0
2025-08-20T22:49:00.8873148Z [00:02:14.682]➜    removed_comdat_mem=0
2025-08-20T22:49:00.8873618Z [00:02:14.682]➜              num_dsos=0
2025-08-20T22:49:00.8874085Z [00:02:14.682]➜       parsed_lto_objs=1
2025-08-20T22:49:00.8874515Z [00:02:14.682]➜              num_cies=1
2025-08-20T22:49:00.8874987Z [00:02:14.682]➜       num_unique_cies=1
2025-08-20T22:49:00.8875455Z [00:02:14.682]➜              num_fdes=1
2025-08-20T22:49:00.8875918Z [00:02:14.682]➜        merged_strings=6
2025-08-20T22:49:00.8876393Z [00:02:14.682]➜              num_objs=20
2025-08-20T22:49:00.8876879Z [00:02:14.682]➜         output_chunks=24
2025-08-20T22:49:00.8877402Z [00:02:14.682]➜      string_fragments=34
2025-08-20T22:49:00.8877935Z [00:02:14.682]➜      garbage_sections=54
2025-08-20T22:49:00.8878458Z [00:02:14.682]➜           reloc_alloc=86
2025-08-20T22:49:00.8879015Z [00:02:14.682]➜        undefined_syms=106
2025-08-20T22:49:00.8879618Z [00:02:14.682]➜          defined_syms=179
2025-08-20T22:49:00.8880194Z [00:02:14.682]➜        input_sections=449
2025-08-20T22:49:00.8880978Z [00:02:14.682]➜           parsed_objs=1657
2025-08-20T22:49:00.8881579Z [00:02:14.682]➜      regular_sections=9628
2025-08-20T22:49:00.8882163Z [00:02:14.682]➜              all_syms=25247
2025-08-20T22:49:00.8882790Z [00:02:14.682]➜     total_input_bytes=38747242
2025-08-20T22:49:00.8883436Z [00:02:14.682]➜  .comment estimation=1627 actual=4
2025-08-20T22:49:00.8884529Z [00:02:14.682]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:49:00.9014319Z [00:02:14.696]➜  using iopl ... yes
2025-08-20T22:49:01.0131174Z [00:02:14.808]➜        reloc_nonalloc=0
2025-08-20T22:49:01.0131773Z [00:02:14.808]➜               comdats=0
2025-08-20T22:49:01.0132258Z [00:02:14.808]➜    removed_comdat_mem=0
2025-08-20T22:49:01.0132723Z [00:02:14.808]➜              num_dsos=0
2025-08-20T22:49:01.0133198Z [00:02:14.808]➜       parsed_lto_objs=1
2025-08-20T22:49:01.0133666Z [00:02:14.808]➜              num_cies=1
2025-08-20T22:49:01.0134139Z [00:02:14.808]➜       num_unique_cies=1
2025-08-20T22:49:01.0134596Z [00:02:14.808]➜              num_fdes=1
2025-08-20T22:49:01.0135062Z [00:02:14.808]➜        merged_strings=6
2025-08-20T22:49:01.0135586Z [00:02:14.808]➜              num_objs=20
2025-08-20T22:49:01.0136064Z [00:02:14.808]➜         output_chunks=24
2025-08-20T22:49:01.0136589Z [00:02:14.808]➜      string_fragments=34
2025-08-20T22:49:01.0137088Z [00:02:14.808]➜      garbage_sections=54
2025-08-20T22:49:01.0137589Z [00:02:14.808]➜           reloc_alloc=87
2025-08-20T22:49:01.0138065Z [00:02:14.808]➜        undefined_syms=106
2025-08-20T22:49:01.0138558Z [00:02:14.808]➜          defined_syms=179
2025-08-20T22:49:01.0139059Z [00:02:14.808]➜        input_sections=449
2025-08-20T22:49:01.0139559Z [00:02:14.808]➜           parsed_objs=1657
2025-08-20T22:49:01.0140067Z [00:02:14.808]➜      regular_sections=9628
2025-08-20T22:49:01.0140581Z [00:02:14.808]➜              all_syms=25247
2025-08-20T22:49:01.0141294Z [00:02:14.808]➜     total_input_bytes=38747690
2025-08-20T22:49:01.0141855Z [00:02:14.808]➜  .comment estimation=1627 actual=4
2025-08-20T22:49:01.0142459Z [00:02:14.808]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:49:01.0316063Z [00:02:14.826]➜  using ioport ... yes
2025-08-20T22:49:01.1499141Z [00:02:14.945]➜        reloc_nonalloc=0
2025-08-20T22:49:01.1500127Z [00:02:14.945]➜               comdats=0
2025-08-20T22:49:01.1500749Z [00:02:14.945]➜    removed_comdat_mem=0
2025-08-20T22:49:01.1501555Z [00:02:14.945]➜              num_dsos=0
2025-08-20T22:49:01.1502121Z [00:02:14.945]➜       parsed_lto_objs=1
2025-08-20T22:49:01.1502685Z [00:02:14.945]➜              num_cies=1
2025-08-20T22:49:01.1503235Z [00:02:14.945]➜       num_unique_cies=1
2025-08-20T22:49:01.1503781Z [00:02:14.945]➜              num_fdes=1
2025-08-20T22:49:01.1504336Z [00:02:14.945]➜         output_chunks=27
2025-08-20T22:49:01.1504899Z [00:02:14.945]➜              num_objs=32
2025-08-20T22:49:01.1505460Z [00:02:14.945]➜      garbage_sections=95
2025-08-20T22:49:01.1506035Z [00:02:14.945]➜        undefined_syms=133
2025-08-20T22:49:01.1506601Z [00:02:14.945]➜        merged_strings=161
2025-08-20T22:49:01.1507166Z [00:02:14.945]➜      string_fragments=233
2025-08-20T22:49:01.1507725Z [00:02:14.945]➜           reloc_alloc=302
2025-08-20T22:49:01.1508295Z [00:02:14.945]➜          defined_syms=481
2025-08-20T22:49:01.1508874Z [00:02:14.945]➜        input_sections=788
2025-08-20T22:49:01.1509453Z [00:02:14.945]➜           parsed_objs=1657
2025-08-20T22:49:01.1510057Z [00:02:14.945]➜      regular_sections=9628
2025-08-20T22:49:01.1510614Z [00:02:14.945]➜              all_syms=25247
2025-08-20T22:49:01.1511380Z [00:02:14.945]➜     total_input_bytes=38747254
2025-08-20T22:49:01.1512072Z [00:02:14.945]➜  .rodata.cst8 estimation=1707 actual=154
2025-08-20T22:49:01.1512769Z [00:02:14.945]➜  .comment estimation=1627 actual=4
2025-08-20T22:49:01.1513461Z [00:02:14.945]➜  .rodata.cst16 estimation=1626 actual=1
2025-08-20T22:49:01.1514162Z [00:02:14.945]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:49:01.1617407Z [00:02:14.957]➜  using j0 ... yes
2025-08-20T22:49:01.3389710Z [00:02:15.134]➜        reloc_nonalloc=0
2025-08-20T22:49:01.3391387Z [00:02:15.134]➜               comdats=0
2025-08-20T22:49:01.3392009Z [00:02:15.134]➜    removed_comdat_mem=0
2025-08-20T22:49:01.3393538Z [00:02:15.134]➜              num_dsos=0
2025-08-20T22:49:01.3394055Z [00:02:15.134]➜       parsed_lto_objs=1
2025-08-20T22:49:01.3394895Z [00:02:15.134]➜              num_cies=1
2025-08-20T22:49:01.3395392Z [00:02:15.134]➜       num_unique_cies=1
2025-08-20T22:49:01.3395891Z [00:02:15.134]➜              num_fdes=1
2025-08-20T22:49:01.3396415Z [00:02:15.134]➜         output_chunks=27
2025-08-20T22:49:01.3396918Z [00:02:15.134]➜              num_objs=32
2025-08-20T22:49:01.3397455Z [00:02:15.134]➜      garbage_sections=95
2025-08-20T22:49:01.3398019Z [00:02:15.134]➜        undefined_syms=133
2025-08-20T22:49:01.3398600Z [00:02:15.134]➜        merged_strings=162
2025-08-20T22:49:01.3399185Z [00:02:15.134]➜      string_fragments=233
2025-08-20T22:49:01.3399751Z [00:02:15.134]➜           reloc_alloc=302
2025-08-20T22:49:01.3400315Z [00:02:15.134]➜          defined_syms=481
2025-08-20T22:49:01.3401059Z [00:02:15.134]➜        input_sections=788
2025-08-20T22:49:01.3401652Z [00:02:15.134]➜           parsed_objs=1657
2025-08-20T22:49:01.3402253Z [00:02:15.134]➜      regular_sections=9628
2025-08-20T22:49:01.3402810Z [00:02:15.134]➜              all_syms=25247
2025-08-20T22:49:01.3403416Z [00:02:15.134]➜     total_input_bytes=38747254
2025-08-20T22:49:01.3404047Z [00:02:15.134]➜  .comment estimation=1627 actual=4
2025-08-20T22:49:01.3404750Z [00:02:15.134]➜  .rodata.cst8 estimation=1705 actual=155
2025-08-20T22:49:01.3405455Z [00:02:15.134]➜  .rodata.cst16 estimation=1626 actual=1
2025-08-20T22:49:01.3406139Z [00:02:15.134]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:49:01.3480473Z [00:02:15.143]➜        reloc_nonalloc=0
2025-08-20T22:49:01.3496163Z [00:02:15.144]➜               comdats=0
2025-08-20T22:49:01.3500491Z [00:02:15.144]➜    removed_comdat_mem=0
2025-08-20T22:49:01.3501287Z [00:02:15.144]➜              num_dsos=0
2025-08-20T22:49:01.3501855Z [00:02:15.144]➜       parsed_lto_objs=1
2025-08-20T22:49:01.3503981Z [00:02:15.144]➜              num_cies=1
2025-08-20T22:49:01.3505609Z [00:02:15.144]➜       num_unique_cies=1
2025-08-20T22:49:01.3507146Z [00:02:15.144]➜              num_fdes=1
2025-08-20T22:49:01.3508323Z [00:02:15.144]➜         output_chunks=27
2025-08-20T22:49:01.3509878Z [00:02:15.144]➜              num_objs=34
2025-08-20T22:49:01.3511341Z [00:02:15.144]➜      garbage_sections=99
2025-08-20T22:49:01.3512136Z [00:02:15.144]➜        undefined_syms=151
2025-08-20T22:49:01.3514051Z [00:02:15.144]➜        merged_strings=276
2025-08-20T22:49:01.3514498Z [00:02:15.144]➜      string_fragments=362
2025-08-20T22:49:01.3515023Z [00:02:15.144]➜           reloc_alloc=475
2025-08-20T22:49:01.3515600Z [00:02:15.144]➜          defined_syms=630
2025-08-20T22:49:01.3516175Z [00:02:15.144]➜        input_sections=852
2025-08-20T22:49:01.3516745Z [00:02:15.144]➜           parsed_objs=1657
2025-08-20T22:49:01.3517311Z [00:02:15.144]➜      regular_sections=9628
2025-08-20T22:49:01.3517899Z [00:02:15.144]➜              all_syms=25247
2025-08-20T22:49:01.3518500Z [00:02:15.144]➜     total_input_bytes=38747258
2025-08-20T22:49:01.3519168Z [00:02:15.144]➜  .comment estimation=1627 actual=4
2025-08-20T22:49:01.3519859Z [00:02:15.144]➜  .rodata.cst8 estimation=1767 actual=269
2025-08-20T22:49:01.3520593Z [00:02:15.144]➜  .rodata.cst16 estimation=1626 actual=1
2025-08-20T22:49:01.3527110Z [00:02:15.144]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:49:01.3551164Z [00:02:15.150]➜  using j1 ... yes
2025-08-20T22:49:01.3723244Z [00:02:15.167]➜  using jn ... yes
2025-08-20T22:49:01.5603987Z [00:02:15.355]➜        reloc_nonalloc=0
2025-08-20T22:49:01.5611440Z [00:02:15.356]➜               comdats=0
2025-08-20T22:49:01.5611979Z [00:02:15.356]➜    removed_comdat_mem=0
2025-08-20T22:49:01.5612505Z [00:02:15.356]➜              num_dsos=0
2025-08-20T22:49:01.5613059Z [00:02:15.356]➜       parsed_lto_objs=1
2025-08-20T22:49:01.5613633Z [00:02:15.356]➜              num_cies=1
2025-08-20T22:49:01.5614181Z [00:02:15.356]➜       num_unique_cies=1
2025-08-20T22:49:01.5614735Z [00:02:15.356]➜              num_fdes=1
2025-08-20T22:49:01.5615349Z [00:02:15.356]➜         output_chunks=28
2025-08-20T22:49:01.5615947Z [00:02:15.356]➜              num_objs=32
2025-08-20T22:49:01.5616902Z [00:02:15.356]➜      garbage_sections=95
2025-08-20T22:49:01.5617485Z [00:02:15.356]➜        undefined_syms=133
2025-08-20T22:49:01.5618067Z [00:02:15.356]➜        merged_strings=155
2025-08-20T22:49:01.5618647Z [00:02:15.356]➜      string_fragments=224
2025-08-20T22:49:01.5619217Z [00:02:15.356]➜           reloc_alloc=306
2025-08-20T22:49:01.5619775Z [00:02:15.356]➜          defined_syms=472
2025-08-20T22:49:01.5620357Z [00:02:15.356]➜        input_sections=793
2025-08-20T22:49:01.5621147Z [00:02:15.356]➜           parsed_objs=1657
2025-08-20T22:49:01.5621737Z [00:02:15.356]➜      regular_sections=9628
2025-08-20T22:49:01.5622271Z [00:02:15.356]➜              all_syms=25247
2025-08-20T22:49:01.5622848Z [00:02:15.356]➜     total_input_bytes=38747258
2025-08-20T22:49:01.5623494Z [00:02:15.356]➜  .comment estimation=1627 actual=4
2025-08-20T22:49:01.5624221Z [00:02:15.356]➜  .rodata.cst4 estimation=1690 actual=118
2025-08-20T22:49:01.5624948Z [00:02:15.356]➜  .rodata.cst8 estimation=1642 actual=29
2025-08-20T22:49:01.5625671Z [00:02:15.356]➜  .rodata.cst16 estimation=1627 actual=2
2025-08-20T22:49:01.5626371Z [00:02:15.356]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:49:01.5706706Z [00:02:15.365]➜  using j1f ... yes
2025-08-20T22:49:01.6154795Z [00:02:15.410]➜        reloc_nonalloc=0
2025-08-20T22:49:01.6158302Z [00:02:15.411]➜               comdats=0
2025-08-20T22:49:01.6164647Z [00:02:15.411]➜    removed_comdat_mem=0
2025-08-20T22:49:01.6165230Z [00:02:15.411]➜              num_dsos=0
2025-08-20T22:49:01.6165873Z [00:02:15.411]➜       parsed_lto_objs=1
2025-08-20T22:49:01.6167813Z [00:02:15.411]➜              num_cies=1
2025-08-20T22:49:01.6172503Z [00:02:15.411]➜       num_unique_cies=1
2025-08-20T22:49:01.6176439Z [00:02:15.411]➜              num_fdes=1
2025-08-20T22:49:01.6178368Z [00:02:15.411]➜         output_chunks=28
2025-08-20T22:49:01.6181233Z [00:02:15.411]➜              num_objs=32
2025-08-20T22:49:01.6182672Z [00:02:15.411]➜      garbage_sections=95
2025-08-20T22:49:01.6183534Z [00:02:15.411]➜        undefined_syms=133
2025-08-20T22:49:01.6184297Z [00:02:15.411]➜        merged_strings=155
2025-08-20T22:49:01.6186382Z [00:02:15.411]➜      string_fragments=224
2025-08-20T22:49:01.6186900Z [00:02:15.411]➜           reloc_alloc=305
2025-08-20T22:49:01.6187447Z [00:02:15.411]➜          defined_syms=472
2025-08-20T22:49:01.6188031Z [00:02:15.411]➜        input_sections=792
2025-08-20T22:49:01.6188626Z [00:02:15.411]➜           parsed_objs=1657
2025-08-20T22:49:01.6189221Z [00:02:15.411]➜      regular_sections=9628
2025-08-20T22:49:01.6189805Z [00:02:15.411]➜              all_syms=25247
2025-08-20T22:49:01.6190415Z [00:02:15.411]➜     total_input_bytes=38747258
2025-08-20T22:49:01.6191257Z [00:02:15.411]➜  .comment estimation=1627 actual=4
2025-08-20T22:49:01.6191975Z [00:02:15.411]➜  .rodata.cst4 estimation=1690 actual=119
2025-08-20T22:49:01.6192729Z [00:02:15.411]➜  .rodata.cst8 estimation=1641 actual=28
2025-08-20T22:49:01.6193429Z [00:02:15.411]➜  .rodata.cst16 estimation=1627 actual=2
2025-08-20T22:49:01.6194150Z [00:02:15.411]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:49:01.6317050Z [00:02:15.426]➜  using j0f ... yes
2025-08-20T22:49:01.6669829Z [00:02:15.461]➜        reloc_nonalloc=0
2025-08-20T22:49:01.6670549Z [00:02:15.461]➜               comdats=0
2025-08-20T22:49:01.6671303Z [00:02:15.461]➜    removed_comdat_mem=0
2025-08-20T22:49:01.6671864Z [00:02:15.461]➜              num_dsos=0
2025-08-20T22:49:01.6672413Z [00:02:15.461]➜       parsed_lto_objs=1
2025-08-20T22:49:01.6672952Z [00:02:15.461]➜              num_cies=1
2025-08-20T22:49:01.6673499Z [00:02:15.461]➜       num_unique_cies=1
2025-08-20T22:49:01.6674036Z [00:02:15.461]➜              num_fdes=1
2025-08-20T22:49:01.6674572Z [00:02:15.461]➜        merged_strings=6
2025-08-20T22:49:01.6675116Z [00:02:15.461]➜              num_objs=17
2025-08-20T22:49:01.6675721Z [00:02:15.461]➜         output_chunks=24
2025-08-20T22:49:01.6676278Z [00:02:15.461]➜      string_fragments=28
2025-08-20T22:49:01.6677254Z [00:02:15.461]➜      garbage_sections=45
2025-08-20T22:49:01.6677814Z [00:02:15.461]➜           reloc_alloc=83
2025-08-20T22:49:01.6678365Z [00:02:15.461]➜        undefined_syms=99
2025-08-20T22:49:01.6678915Z [00:02:15.461]➜          defined_syms=150
2025-08-20T22:49:01.6679476Z [00:02:15.461]➜        input_sections=370
2025-08-20T22:49:01.6680059Z [00:02:15.461]➜           parsed_objs=1657
2025-08-20T22:49:01.6680640Z [00:02:15.461]➜      regular_sections=9628
2025-08-20T22:49:01.6681447Z [00:02:15.461]➜              all_syms=25245
2025-08-20T22:49:01.6682119Z [00:02:15.461]➜     total_input_bytes=38746870
2025-08-20T22:49:01.6682745Z [00:02:15.461]➜  .comment estimation=1627 actual=4
2025-08-20T22:49:01.6683438Z [00:02:15.461]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:49:01.6877074Z [00:02:15.482]➜  using intrinsic __rorq ... yes
2025-08-20T22:49:01.7600022Z [00:02:15.555]➜        reloc_nonalloc=0
2025-08-20T22:49:01.7606862Z [00:02:15.555]➜               comdats=0
2025-08-20T22:49:01.7607463Z [00:02:15.555]➜    removed_comdat_mem=0
2025-08-20T22:49:01.7608007Z [00:02:15.555]➜              num_dsos=0
2025-08-20T22:49:01.7608566Z [00:02:15.555]➜       parsed_lto_objs=1
2025-08-20T22:49:01.7609121Z [00:02:15.555]➜              num_cies=1
2025-08-20T22:49:01.7609649Z [00:02:15.555]➜       num_unique_cies=1
2025-08-20T22:49:01.7610180Z [00:02:15.555]➜              num_fdes=1
2025-08-20T22:49:01.7610725Z [00:02:15.555]➜         output_chunks=28
2025-08-20T22:49:01.7611505Z [00:02:15.555]➜              num_objs=34
2025-08-20T22:49:01.7612068Z [00:02:15.555]➜      garbage_sections=99
2025-08-20T22:49:01.7612640Z [00:02:15.555]➜        undefined_syms=148
2025-08-20T22:49:01.7613211Z [00:02:15.555]➜        merged_strings=271
2025-08-20T22:49:01.7613757Z [00:02:15.555]➜      string_fragments=352
2025-08-20T22:49:01.7614318Z [00:02:15.555]➜           reloc_alloc=453
2025-08-20T22:49:01.7614883Z [00:02:15.555]➜          defined_syms=620
2025-08-20T22:49:01.7615446Z [00:02:15.555]➜        input_sections=857
2025-08-20T22:49:01.7616048Z [00:02:15.555]➜           parsed_objs=1657
2025-08-20T22:49:01.7616727Z [00:02:15.555]➜      regular_sections=9628
2025-08-20T22:49:01.7617295Z [00:02:15.555]➜              all_syms=25247
2025-08-20T22:49:01.7617890Z [00:02:15.555]➜     total_input_bytes=38747262
2025-08-20T22:49:01.7618528Z [00:02:15.555]➜  .comment estimation=1627 actual=4
2025-08-20T22:49:01.7619202Z [00:02:15.555]➜  .rodata.cst8 estimation=1642 actual=29
2025-08-20T22:49:01.7619891Z [00:02:15.555]➜  .rodata.cst4 estimation=1754 actual=234
2025-08-20T22:49:01.7620597Z [00:02:15.555]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:49:01.7651768Z [00:02:15.555]➜  .rodata.cst16 estimation=1627 actual=2
2025-08-20T22:49:01.7694195Z [00:02:15.564]➜  using jnf ... yes
2025-08-20T22:49:01.8062119Z [00:02:15.601]➜  using j1l ... no
2025-08-20T22:49:01.8548499Z [00:02:15.650]➜  using j0l ... no
2025-08-20T22:49:01.8907738Z [00:02:15.686]➜  using jnl ... no
2025-08-20T22:49:01.9752221Z [00:02:15.770]➜        reloc_nonalloc=0
2025-08-20T22:49:01.9755000Z [00:02:15.770]➜               comdats=0
2025-08-20T22:49:01.9755487Z [00:02:15.770]➜    removed_comdat_mem=0
2025-08-20T22:49:01.9755973Z [00:02:15.770]➜              num_dsos=0
2025-08-20T22:49:01.9756466Z [00:02:15.770]➜       parsed_lto_objs=1
2025-08-20T22:49:01.9756934Z [00:02:15.770]➜              num_cies=1
2025-08-20T22:49:01.9757385Z [00:02:15.770]➜       num_unique_cies=1
2025-08-20T22:49:01.9757840Z [00:02:15.770]➜              num_fdes=1
2025-08-20T22:49:01.9758285Z [00:02:15.770]➜        merged_strings=6
2025-08-20T22:49:01.9758743Z [00:02:15.770]➜              num_objs=17
2025-08-20T22:49:01.9759254Z [00:02:15.770]➜         output_chunks=24
2025-08-20T22:49:01.9759736Z [00:02:15.770]➜      string_fragments=28
2025-08-20T22:49:01.9760210Z [00:02:15.770]➜      garbage_sections=45
2025-08-20T22:49:01.9760728Z [00:02:15.770]➜           reloc_alloc=83
2025-08-20T22:49:01.9761429Z [00:02:15.770]➜        undefined_syms=99
2025-08-20T22:49:01.9761949Z [00:02:15.770]➜          defined_syms=150
2025-08-20T22:49:01.9762540Z [00:02:15.770]➜        input_sections=370
2025-08-20T22:49:01.9763044Z [00:02:15.770]➜           parsed_objs=1657
2025-08-20T22:49:01.9763539Z [00:02:15.770]➜      regular_sections=9628
2025-08-20T22:49:01.9764024Z [00:02:15.770]➜              all_syms=25245
2025-08-20T22:49:01.9764535Z [00:02:15.770]➜     total_input_bytes=38746966
2025-08-20T22:49:01.9765076Z [00:02:15.770]➜  .comment estimation=1627 actual=4
2025-08-20T22:49:01.9765669Z [00:02:15.770]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:49:01.9947939Z [00:02:15.789]➜  using intrinsic __rord ... yes
2025-08-20T22:49:01.9961869Z [00:02:15.791]➜        reloc_nonalloc=0
2025-08-20T22:49:01.9970351Z [00:02:15.791]➜               comdats=0
2025-08-20T22:49:01.9971076Z [00:02:15.791]➜    removed_comdat_mem=0
2025-08-20T22:49:01.9971569Z [00:02:15.791]➜              num_dsos=0
2025-08-20T22:49:01.9972373Z [00:02:15.791]➜       parsed_lto_objs=1
2025-08-20T22:49:01.9972878Z [00:02:15.791]➜              num_cies=1
2025-08-20T22:49:01.9973653Z [00:02:15.791]➜       num_unique_cies=1
2025-08-20T22:49:01.9976173Z [00:02:15.791]➜              num_fdes=1
2025-08-20T22:49:01.9976823Z [00:02:15.791]➜        merged_strings=6
2025-08-20T22:49:01.9977564Z [00:02:15.791]➜              num_objs=17
2025-08-20T22:49:01.9979469Z [00:02:15.791]➜         output_chunks=24
2025-08-20T22:49:01.9980121Z [00:02:15.791]➜      string_fragments=28
2025-08-20T22:49:01.9982628Z [00:02:15.791]➜      garbage_sections=45
2025-08-20T22:49:01.9983403Z [00:02:15.791]➜           reloc_alloc=83
2025-08-20T22:49:01.9985115Z [00:02:15.791]➜        undefined_syms=99
2025-08-20T22:49:01.9985797Z [00:02:15.791]➜          defined_syms=150
2025-08-20T22:49:01.9987414Z [00:02:15.791]➜        input_sections=370
2025-08-20T22:49:01.9989421Z [00:02:15.791]➜           parsed_objs=1657
2025-08-20T22:49:01.9990209Z [00:02:15.791]➜      regular_sections=9628
2025-08-20T22:49:01.9991192Z [00:02:15.791]➜              all_syms=25245
2025-08-20T22:49:01.9992365Z [00:02:15.791]➜     total_input_bytes=38746982
2025-08-20T22:49:01.9993454Z [00:02:15.791]➜  .comment estimation=1627 actual=4
2025-08-20T22:49:01.9994404Z [00:02:15.791]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:49:02.0007805Z [00:02:15.796]➜        reloc_nonalloc=0
2025-08-20T22:49:02.0008567Z [00:02:15.796]➜               comdats=0
2025-08-20T22:49:02.0009269Z [00:02:15.796]➜    removed_comdat_mem=0
2025-08-20T22:49:02.0011678Z [00:02:15.796]➜              num_dsos=0
2025-08-20T22:49:02.0012698Z [00:02:15.796]➜       parsed_lto_objs=1
2025-08-20T22:49:02.0013528Z [00:02:15.796]➜              num_cies=1
2025-08-20T22:49:02.0014151Z [00:02:15.796]➜       num_unique_cies=1
2025-08-20T22:49:02.0016223Z [00:02:15.796]➜              num_fdes=1
2025-08-20T22:49:02.0018552Z [00:02:15.796]➜              num_objs=23
2025-08-20T22:49:02.0032826Z [00:02:15.796]➜         output_chunks=28
2025-08-20T22:49:02.0033531Z [00:02:15.796]➜      garbage_sections=61
2025-08-20T22:49:02.0034565Z [00:02:15.796]➜        merged_strings=93
2025-08-20T22:49:02.0035258Z [00:02:15.796]➜        undefined_syms=117
2025-08-20T22:49:02.0035983Z [00:02:15.796]➜      string_fragments=125
2025-08-20T22:49:02.0036651Z [00:02:15.796]➜           reloc_alloc=199
2025-08-20T22:49:02.0037151Z [00:02:15.796]➜          defined_syms=291
2025-08-20T22:49:02.0037640Z [00:02:15.796]➜        input_sections=525
2025-08-20T22:49:02.0038133Z [00:02:15.796]➜           parsed_objs=1657
2025-08-20T22:49:02.0038688Z [00:02:15.796]➜      regular_sections=9628
2025-08-20T22:49:02.0039190Z [00:02:15.796]➜              all_syms=25247
2025-08-20T22:49:02.0039716Z [00:02:15.796]➜     total_input_bytes=38747270
2025-08-20T22:49:02.0040264Z [00:02:15.796]➜  .comment estimation=1627 actual=4
2025-08-20T22:49:02.0041031Z [00:02:15.796]➜  .rodata.cst8 estimation=1634 actual=14
2025-08-20T22:49:02.0041683Z [00:02:15.796]➜  .rodata.cst16 estimation=1659 actual=66
2025-08-20T22:49:02.0042289Z [00:02:15.796]➜  .rodata.cst4 estimation=1629 actual=7
2025-08-20T22:49:02.0042896Z [00:02:15.796]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:49:02.0148385Z [00:02:15.810]➜  using lgammal ... yes
2025-08-20T22:49:02.0202919Z [00:02:15.814]➜  using intrinsic __rorw ... yes
2025-08-20T22:49:02.0533326Z [00:02:15.848]➜        reloc_nonalloc=0
2025-08-20T22:49:02.0535021Z [00:02:15.848]➜               comdats=0
2025-08-20T22:49:02.0536088Z [00:02:15.848]➜    removed_comdat_mem=0
2025-08-20T22:49:02.0536885Z [00:02:15.848]➜              num_dsos=0
2025-08-20T22:49:02.0537565Z [00:02:15.848]➜       parsed_lto_objs=1
2025-08-20T22:49:02.0538594Z [00:02:15.848]➜              num_cies=1
2025-08-20T22:49:02.0539330Z [00:02:15.848]➜       num_unique_cies=1
2025-08-20T22:49:02.0539974Z [00:02:15.848]➜              num_fdes=1
2025-08-20T22:49:02.0541115Z [00:02:15.848]➜        merged_strings=9
2025-08-20T22:49:02.0541912Z [00:02:15.848]➜              num_objs=21
2025-08-20T22:49:02.0543376Z [00:02:15.848]➜         output_chunks=24
2025-08-20T22:49:02.0544332Z [00:02:15.848]➜      string_fragments=39
2025-08-20T22:49:02.0545093Z [00:02:15.848]➜      garbage_sections=69
2025-08-20T22:49:02.0545709Z [00:02:15.848]➜           reloc_alloc=92
2025-08-20T22:49:02.0547459Z [00:02:15.848]➜        undefined_syms=124
2025-08-20T22:49:02.0547989Z [00:02:15.848]➜          defined_syms=203
2025-08-20T22:49:02.0548498Z [00:02:15.848]➜        input_sections=501
2025-08-20T22:49:02.0549015Z [00:02:15.848]➜           parsed_objs=1657
2025-08-20T22:49:02.0549546Z [00:02:15.848]➜      regular_sections=9629
2025-08-20T22:49:02.0550057Z [00:02:15.848]➜              all_syms=25250
2025-08-20T22:49:02.0550588Z [00:02:15.848]➜     total_input_bytes=38748358
2025-08-20T22:49:02.0551401Z [00:02:15.848]➜  .comment estimation=1627 actual=4
2025-08-20T22:49:02.0552022Z [00:02:15.848]➜  .rodata.str1.1 estimation=1628 actual=5
2025-08-20T22:49:02.0768109Z [00:02:15.872]➜  using lgetxattr ... yes
2025-08-20T22:49:02.1072612Z [00:02:15.902]➜        reloc_nonalloc=0
2025-08-20T22:49:02.1075299Z [00:02:15.902]➜               comdats=0
2025-08-20T22:49:02.1075815Z [00:02:15.902]➜    removed_comdat_mem=0
2025-08-20T22:49:02.1076281Z [00:02:15.902]➜              num_dsos=0
2025-08-20T22:49:02.1076759Z [00:02:15.902]➜       parsed_lto_objs=1
2025-08-20T22:49:02.1077222Z [00:02:15.902]➜              num_cies=1
2025-08-20T22:49:02.1077685Z [00:02:15.902]➜       num_unique_cies=1
2025-08-20T22:49:02.1078134Z [00:02:15.902]➜              num_fdes=1
2025-08-20T22:49:02.1078591Z [00:02:15.902]➜        merged_strings=8
2025-08-20T22:49:02.1079058Z [00:02:15.902]➜              num_objs=20
2025-08-20T22:49:02.1079541Z [00:02:15.902]➜         output_chunks=24
2025-08-20T22:49:02.1080026Z [00:02:15.902]➜      string_fragments=36
2025-08-20T22:49:02.1080503Z [00:02:15.902]➜      garbage_sections=54
2025-08-20T22:49:02.1081145Z [00:02:15.902]➜           reloc_alloc=88
2025-08-20T22:49:02.1081648Z [00:02:15.902]➜        undefined_syms=106
2025-08-20T22:49:02.1082134Z [00:02:15.902]➜          defined_syms=181
2025-08-20T22:49:02.1082878Z [00:02:15.902]➜        input_sections=450
2025-08-20T22:49:02.1083366Z [00:02:15.902]➜           parsed_objs=1657
2025-08-20T22:49:02.1083857Z [00:02:15.902]➜      regular_sections=9629
2025-08-20T22:49:02.1084359Z [00:02:15.902]➜              all_syms=25249
2025-08-20T22:49:02.1084880Z [00:02:15.902]➜     total_input_bytes=38747650
2025-08-20T22:49:02.1085447Z [00:02:15.902]➜  .comment estimation=1627 actual=4
2025-08-20T22:49:02.1086054Z [00:02:15.902]➜  .rodata.str1.1 estimation=1628 actual=4
2025-08-20T22:49:02.1186648Z [00:02:15.913]➜  using linkat ... yes
2025-08-20T22:49:02.2137456Z [00:02:16.008]➜  using listxattrat ... no
2025-08-20T22:49:02.2240251Z [00:02:16.019]➜        reloc_nonalloc=0
2025-08-20T22:49:02.2245909Z [00:02:16.019]➜               comdats=0
2025-08-20T22:49:02.2246416Z [00:02:16.019]➜    removed_comdat_mem=0
2025-08-20T22:49:02.2246923Z [00:02:16.019]➜              num_dsos=0
2025-08-20T22:49:02.2250377Z [00:02:16.019]➜       parsed_lto_objs=1
2025-08-20T22:49:02.2251113Z [00:02:16.019]➜              num_cies=1
2025-08-20T22:49:02.2251574Z [00:02:16.019]➜       num_unique_cies=1
2025-08-20T22:49:02.2252056Z [00:02:16.019]➜              num_fdes=1
2025-08-20T22:49:02.2252527Z [00:02:16.019]➜        merged_strings=7
2025-08-20T22:49:02.2253003Z [00:02:16.019]➜              num_objs=21
2025-08-20T22:49:02.2253456Z [00:02:16.019]➜         output_chunks=24
2025-08-20T22:49:02.2253932Z [00:02:16.019]➜      string_fragments=37
2025-08-20T22:49:02.2254406Z [00:02:16.019]➜      garbage_sections=69
2025-08-20T22:49:02.2254868Z [00:02:16.019]➜           reloc_alloc=91
2025-08-20T22:49:02.2255341Z [00:02:16.019]➜        undefined_syms=124
2025-08-20T22:49:02.2255821Z [00:02:16.019]➜          defined_syms=202
2025-08-20T22:49:02.2256300Z [00:02:16.019]➜        input_sections=501
2025-08-20T22:49:02.2256774Z [00:02:16.019]➜           parsed_objs=1657
2025-08-20T22:49:02.2257550Z [00:02:16.019]➜      regular_sections=9629
2025-08-20T22:49:02.2258062Z [00:02:16.019]➜              all_syms=25249
2025-08-20T22:49:02.2258590Z [00:02:16.019]➜     total_input_bytes=38747926
2025-08-20T22:49:02.2259137Z [00:02:16.019]➜  .comment estimation=1627 actual=4
2025-08-20T22:49:02.2259733Z [00:02:16.019]➜  .rodata.str1.1 estimation=1627 actual=3
2025-08-20T22:49:02.2378681Z [00:02:16.033]➜        reloc_nonalloc=0
2025-08-20T22:49:02.2380290Z [00:02:16.033]➜               comdats=0
2025-08-20T22:49:02.2381221Z [00:02:16.033]➜    removed_comdat_mem=0
2025-08-20T22:49:02.2382223Z [00:02:16.033]➜              num_dsos=0
2025-08-20T22:49:02.2383043Z [00:02:16.033]➜       parsed_lto_objs=1
2025-08-20T22:49:02.2383734Z [00:02:16.033]➜              num_cies=1
2025-08-20T22:49:02.2384305Z [00:02:16.033]➜       num_unique_cies=1
2025-08-20T22:49:02.2385307Z [00:02:16.033]➜              num_fdes=1
2025-08-20T22:49:02.2385994Z [00:02:16.033]➜        merged_strings=7
2025-08-20T22:49:02.2386715Z [00:02:16.033]➜              num_objs=21
2025-08-20T22:49:02.2387685Z [00:02:16.033]➜         output_chunks=24
2025-08-20T22:49:02.2388425Z [00:02:16.033]➜      string_fragments=37
2025-08-20T22:49:02.2389123Z [00:02:16.033]➜      garbage_sections=69
2025-08-20T22:49:02.2389846Z [00:02:16.033]➜           reloc_alloc=91
2025-08-20T22:49:02.2390994Z [00:02:16.033]➜        undefined_syms=124
2025-08-20T22:49:02.2391791Z [00:02:16.033]➜          defined_syms=202
2025-08-20T22:49:02.2392566Z [00:02:16.033]➜        input_sections=501
2025-08-20T22:49:02.2393591Z [00:02:16.033]➜           parsed_objs=1657
2025-08-20T22:49:02.2394440Z [00:02:16.033]➜      regular_sections=9629
2025-08-20T22:49:02.2395107Z [00:02:16.033]➜              all_syms=25249
2025-08-20T22:49:02.2395777Z [00:02:16.033]➜     total_input_bytes=38747934
2025-08-20T22:49:02.2396806Z [00:02:16.033]➜  .comment estimation=1627 actual=4
2025-08-20T22:49:02.2397602Z [00:02:16.033]➜  .rodata.str1.1 estimation=1627 actual=3
2025-08-20T22:49:02.2550590Z [00:02:16.050]➜  using listxattr ... yes
2025-08-20T22:49:02.2616208Z [00:02:16.055]➜  using llistxattr ... yes
2025-08-20T22:49:02.2746243Z [00:02:16.069]➜        reloc_nonalloc=0
2025-08-20T22:49:02.2747615Z [00:02:16.070]➜               comdats=0
2025-08-20T22:49:02.2748652Z [00:02:16.070]➜    removed_comdat_mem=0
2025-08-20T22:49:02.2749486Z [00:02:16.070]➜              num_dsos=0
2025-08-20T22:49:02.2750265Z [00:02:16.070]➜       parsed_lto_objs=1
2025-08-20T22:49:02.2751419Z [00:02:16.070]➜              num_cies=1
2025-08-20T22:49:02.2752077Z [00:02:16.070]➜       num_unique_cies=1
2025-08-20T22:49:02.2752569Z [00:02:16.070]➜              num_fdes=1
2025-08-20T22:49:02.2753046Z [00:02:16.070]➜        merged_strings=14
2025-08-20T22:49:02.2753556Z [00:02:16.070]➜         output_chunks=26
2025-08-20T22:49:02.2754047Z [00:02:16.070]➜              num_objs=43
2025-08-20T22:49:02.2754528Z [00:02:16.070]➜      string_fragments=90
2025-08-20T22:49:02.2755019Z [00:02:16.070]➜      garbage_sections=130
2025-08-20T22:49:02.2755548Z [00:02:16.070]➜        undefined_syms=203
2025-08-20T22:49:02.2756041Z [00:02:16.070]➜           reloc_alloc=271
2025-08-20T22:49:02.2756547Z [00:02:16.070]➜          defined_syms=497
2025-08-20T22:49:02.2757049Z [00:02:16.070]➜        input_sections=1128
2025-08-20T22:49:02.2757546Z [00:02:16.070]➜           parsed_objs=1657
2025-08-20T22:49:02.2758045Z [00:02:16.070]➜      regular_sections=9628
2025-08-20T22:49:02.2758545Z [00:02:16.070]➜              all_syms=25250
2025-08-20T22:49:02.2759063Z [00:02:16.070]➜     total_input_bytes=38747970
2025-08-20T22:49:02.2759623Z [00:02:16.070]➜  .comment estimation=1627 actual=4
2025-08-20T22:49:02.2760242Z [00:02:16.070]➜  .rodata.str1.1 estimation=1631 actual=9
2025-08-20T22:49:02.2761076Z [00:02:16.070]➜  .rodata.cst8 estimation=1626 actual=1
2025-08-20T22:49:02.2908803Z [00:02:16.086]➜  using localtime_r ... yes
2025-08-20T22:49:02.3315640Z [00:02:16.126]➜        reloc_nonalloc=0
2025-08-20T22:49:02.3316402Z [00:02:16.126]➜               comdats=0
2025-08-20T22:49:02.3317356Z [00:02:16.126]➜    removed_comdat_mem=0
2025-08-20T22:49:02.3318061Z [00:02:16.126]➜              num_dsos=0
2025-08-20T22:49:02.3318705Z [00:02:16.126]➜       parsed_lto_objs=1
2025-08-20T22:49:02.3319278Z [00:02:16.126]➜              num_cies=1
2025-08-20T22:49:02.3319825Z [00:02:16.126]➜       num_unique_cies=1
2025-08-20T22:49:02.3320369Z [00:02:16.126]➜              num_fdes=1
2025-08-20T22:49:02.3321077Z [00:02:16.126]➜        merged_strings=6
2025-08-20T22:49:02.3321664Z [00:02:16.126]➜         output_chunks=25
2025-08-20T22:49:02.3322235Z [00:02:16.126]➜              num_objs=26
2025-08-20T22:49:02.3322815Z [00:02:16.126]➜      string_fragments=46
2025-08-20T22:49:02.3323387Z [00:02:16.126]➜      garbage_sections=72
2025-08-20T22:49:02.3323957Z [00:02:16.126]➜           reloc_alloc=111
2025-08-20T22:49:02.3324581Z [00:02:16.126]➜        undefined_syms=126
2025-08-20T22:49:02.3325221Z [00:02:16.126]➜          defined_syms=245
2025-08-20T22:49:02.3325837Z [00:02:16.126]➜        input_sections=613
2025-08-20T22:49:02.3326482Z [00:02:16.126]➜           parsed_objs=1657
2025-08-20T22:49:02.3327116Z [00:02:16.126]➜      regular_sections=9629
2025-08-20T22:49:02.3327753Z [00:02:16.126]➜              all_syms=25255
2025-08-20T22:49:02.3328355Z [00:02:16.126]➜     total_input_bytes=38748774
2025-08-20T22:49:02.3329006Z [00:02:16.126]➜  .comment estimation=1627 actual=4
2025-08-20T22:49:02.3329719Z [00:02:16.126]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:49:02.3441975Z [00:02:16.139]➜  using lockf ... yes
2025-08-20T22:49:02.4313372Z [00:02:16.226]➜        reloc_nonalloc=0
2025-08-20T22:49:02.4313906Z [00:02:16.226]➜               comdats=0
2025-08-20T22:49:02.4314375Z [00:02:16.226]➜    removed_comdat_mem=0
2025-08-20T22:49:02.4314849Z [00:02:16.226]➜              num_dsos=0
2025-08-20T22:49:02.4315317Z [00:02:16.226]➜       parsed_lto_objs=1
2025-08-20T22:49:02.4315770Z [00:02:16.226]➜              num_cies=1
2025-08-20T22:49:02.4316204Z [00:02:16.226]➜       num_unique_cies=1
2025-08-20T22:49:02.4316667Z [00:02:16.226]➜              num_fdes=1
2025-08-20T22:49:02.4317087Z [00:02:16.226]➜        merged_strings=10
2025-08-20T22:49:02.4317903Z [00:02:16.226]➜              num_objs=21
2025-08-20T22:49:02.4318345Z [00:02:16.226]➜         output_chunks=26
2025-08-20T22:49:02.4318788Z [00:02:16.226]➜      string_fragments=41
2025-08-20T22:49:02.4319251Z [00:02:16.226]➜      garbage_sections=57
2025-08-20T22:49:02.4319749Z [00:02:16.226]➜        undefined_syms=107
2025-08-20T22:49:02.4320197Z [00:02:16.226]➜           reloc_alloc=110
2025-08-20T22:49:02.4320670Z [00:02:16.226]➜          defined_syms=191
2025-08-20T22:49:02.4321636Z [00:02:16.226]➜        input_sections=473
2025-08-20T22:49:02.4322146Z [00:02:16.226]➜           parsed_objs=1657
2025-08-20T22:49:02.4322626Z [00:02:16.226]➜      regular_sections=9628
2025-08-20T22:49:02.4323122Z [00:02:16.226]➜              all_syms=25247
2025-08-20T22:49:02.4323636Z [00:02:16.226]➜     total_input_bytes=38747270
2025-08-20T22:49:02.4324202Z [00:02:16.226]➜  .comment estimation=1627 actual=4
2025-08-20T22:49:02.4324781Z [00:02:16.226]➜  .rodata.cst8 estimation=1628 actual=4
2025-08-20T22:49:02.4325386Z [00:02:16.226]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:49:02.4518177Z [00:02:16.246]➜  using log ... yes
2025-08-20T22:49:02.4796359Z [00:02:16.274]➜        reloc_nonalloc=0
2025-08-20T22:49:02.4796966Z [00:02:16.274]➜               comdats=0
2025-08-20T22:49:02.4797454Z [00:02:16.274]➜    removed_comdat_mem=0
2025-08-20T22:49:02.4797931Z [00:02:16.274]➜              num_dsos=0
2025-08-20T22:49:02.4798417Z [00:02:16.274]➜       parsed_lto_objs=1
2025-08-20T22:49:02.4798894Z [00:02:16.274]➜              num_cies=1
2025-08-20T22:49:02.4799356Z [00:02:16.274]➜       num_unique_cies=1
2025-08-20T22:49:02.4799825Z [00:02:16.274]➜              num_fdes=1
2025-08-20T22:49:02.4800293Z [00:02:16.274]➜              num_objs=18
2025-08-20T22:49:02.4800931Z [00:02:16.274]➜        merged_strings=19
2025-08-20T22:49:02.4801746Z [00:02:16.274]➜         output_chunks=25
2025-08-20T22:49:02.4802245Z [00:02:16.274]➜      string_fragments=43
2025-08-20T22:49:02.4802751Z [00:02:16.274]➜      garbage_sections=48
2025-08-20T22:49:02.4803227Z [00:02:16.274]➜           reloc_alloc=97
2025-08-20T22:49:02.4803719Z [00:02:16.274]➜        undefined_syms=101
2025-08-20T22:49:02.4804231Z [00:02:16.274]➜          defined_syms=173
2025-08-20T22:49:02.4804740Z [00:02:16.274]➜        input_sections=399
2025-08-20T22:49:02.4805255Z [00:02:16.274]➜           parsed_objs=1657
2025-08-20T22:49:02.4805776Z [00:02:16.274]➜      regular_sections=9628
2025-08-20T22:49:02.4806294Z [00:02:16.274]➜              all_syms=25247
2025-08-20T22:49:02.4806834Z [00:02:16.274]➜     total_input_bytes=38747270
2025-08-20T22:49:02.4807399Z [00:02:16.274]➜  .comment estimation=1627 actual=4
2025-08-20T22:49:02.4808010Z [00:02:16.274]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:49:02.4808643Z [00:02:16.274]➜  .rodata.cst4 estimation=1632 actual=13
2025-08-20T22:49:02.4887848Z [00:02:16.284]➜        reloc_nonalloc=0
2025-08-20T22:49:02.4888429Z [00:02:16.284]➜               comdats=0
2025-08-20T22:49:02.4888934Z [00:02:16.284]➜    removed_comdat_mem=0
2025-08-20T22:49:02.4889400Z [00:02:16.284]➜              num_dsos=0
2025-08-20T22:49:02.4889861Z [00:02:16.284]➜       parsed_lto_objs=1
2025-08-20T22:49:02.4890337Z [00:02:16.284]➜              num_cies=1
2025-08-20T22:49:02.4890958Z [00:02:16.284]➜       num_unique_cies=1
2025-08-20T22:49:02.4891407Z [00:02:16.284]➜              num_fdes=1
2025-08-20T22:49:02.4891869Z [00:02:16.284]➜        merged_strings=6
2025-08-20T22:49:02.4892322Z [00:02:16.284]➜              num_objs=18
2025-08-20T22:49:02.4892792Z [00:02:16.284]➜         output_chunks=24
2025-08-20T22:49:02.4893268Z [00:02:16.284]➜      string_fragments=28
2025-08-20T22:49:02.4894019Z [00:02:16.284]➜      garbage_sections=47
2025-08-20T22:49:02.4894518Z [00:02:16.284]➜           reloc_alloc=84
2025-08-20T22:49:02.4895115Z [00:02:16.284]➜        undefined_syms=101
2025-08-20T22:49:02.4895728Z [00:02:16.284]➜          defined_syms=157
2025-08-20T22:49:02.4896294Z [00:02:16.284]➜        input_sections=391
2025-08-20T22:49:02.4897187Z [00:02:16.284]➜           parsed_objs=1657
2025-08-20T22:49:02.4897790Z [00:02:16.284]➜      regular_sections=9628
2025-08-20T22:49:02.4898375Z [00:02:16.284]➜              all_syms=25247
2025-08-20T22:49:02.4898986Z [00:02:16.284]➜     total_input_bytes=38747270
2025-08-20T22:49:02.4899644Z [00:02:16.284]➜  .comment estimation=1627 actual=4
2025-08-20T22:49:02.4900392Z [00:02:16.284]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:49:02.4932274Z [00:02:16.288]➜        reloc_nonalloc=0
2025-08-20T22:49:02.4938782Z [00:02:16.288]➜               comdats=0
2025-08-20T22:49:02.4939315Z [00:02:16.288]➜    removed_comdat_mem=0
2025-08-20T22:49:02.4939830Z [00:02:16.288]➜              num_dsos=0
2025-08-20T22:49:02.4940304Z [00:02:16.288]➜       parsed_lto_objs=1
2025-08-20T22:49:02.4940943Z [00:02:16.288]➜              num_cies=1
2025-08-20T22:49:02.4941438Z [00:02:16.288]➜       num_unique_cies=1
2025-08-20T22:49:02.4941890Z [00:02:16.288]➜              num_fdes=1
2025-08-20T22:49:02.4942357Z [00:02:16.288]➜              num_objs=18
2025-08-20T22:49:02.4942828Z [00:02:16.288]➜        merged_strings=22
2025-08-20T22:49:02.4943301Z [00:02:16.288]➜         output_chunks=25
2025-08-20T22:49:02.4943768Z [00:02:16.288]➜      string_fragments=46
2025-08-20T22:49:02.4944247Z [00:02:16.288]➜      garbage_sections=48
2025-08-20T22:49:02.4944732Z [00:02:16.288]➜        undefined_syms=101
2025-08-20T22:49:02.4945213Z [00:02:16.288]➜           reloc_alloc=102
2025-08-20T22:49:02.4945686Z [00:02:16.288]➜          defined_syms=176
2025-08-20T22:49:02.4946159Z [00:02:16.288]➜        input_sections=399
2025-08-20T22:49:02.4946642Z [00:02:16.288]➜           parsed_objs=1657
2025-08-20T22:49:02.4947132Z [00:02:16.288]➜      regular_sections=9628
2025-08-20T22:49:02.4947619Z [00:02:16.288]➜              all_syms=25247
2025-08-20T22:49:02.4948386Z [00:02:16.288]➜     total_input_bytes=38747270
2025-08-20T22:49:02.4948968Z [00:02:16.288]➜  .comment estimation=1627 actual=4
2025-08-20T22:49:02.4949571Z [00:02:16.288]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:49:02.4950166Z [00:02:16.288]➜  .rodata.cst8 estimation=1635 actual=16
2025-08-20T22:49:02.5010715Z [00:02:16.296]➜  using log10l ... yes
2025-08-20T22:49:02.5016674Z [00:02:16.296]➜  using log10f ... yes
2025-08-20T22:49:02.5143912Z [00:02:16.309]➜  using log10 ... yes
2025-08-20T22:49:02.5840248Z [00:02:16.379]➜        reloc_nonalloc=0
2025-08-20T22:49:02.5844111Z [00:02:16.379]➜               comdats=0
2025-08-20T22:49:02.5846637Z [00:02:16.379]➜    removed_comdat_mem=0
2025-08-20T22:49:02.5847096Z [00:02:16.379]➜              num_dsos=0
2025-08-20T22:49:02.5847807Z [00:02:16.379]➜       parsed_lto_objs=1
2025-08-20T22:49:02.5848430Z [00:02:16.379]➜              num_cies=1
2025-08-20T22:49:02.5849020Z [00:02:16.379]➜       num_unique_cies=1
2025-08-20T22:49:02.5850408Z [00:02:16.379]➜              num_fdes=1
2025-08-20T22:49:02.5851108Z [00:02:16.379]➜        merged_strings=9
2025-08-20T22:49:02.5851622Z [00:02:16.379]➜              num_objs=21
2025-08-20T22:49:02.5852129Z [00:02:16.379]➜         output_chunks=26
2025-08-20T22:49:02.5852602Z [00:02:16.379]➜      string_fragments=40
2025-08-20T22:49:02.5853079Z [00:02:16.379]➜      garbage_sections=57
2025-08-20T22:49:02.5853559Z [00:02:16.379]➜        undefined_syms=107
2025-08-20T22:49:02.5854055Z [00:02:16.379]➜           reloc_alloc=111
2025-08-20T22:49:02.5854536Z [00:02:16.379]➜          defined_syms=190
2025-08-20T22:49:02.5855008Z [00:02:16.379]➜        input_sections=473
2025-08-20T22:49:02.5855487Z [00:02:16.379]➜           parsed_objs=1657
2025-08-20T22:49:02.5855983Z [00:02:16.379]➜      regular_sections=9628
2025-08-20T22:49:02.5856475Z [00:02:16.379]➜              all_syms=25247
2025-08-20T22:49:02.5856986Z [00:02:16.379]➜     total_input_bytes=38747270
2025-08-20T22:49:02.5857529Z [00:02:16.379]➜  .comment estimation=1627 actual=4
2025-08-20T22:49:02.5858146Z [00:02:16.379]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:49:02.5858744Z [00:02:16.379]➜  .rodata.cst8 estimation=1627 actual=3
2025-08-20T22:49:02.5947743Z [00:02:16.390]➜  using log2 ... yes
2025-08-20T22:49:02.6992262Z [00:02:16.494]➜        reloc_nonalloc=0
2025-08-20T22:49:02.7012723Z [00:02:16.496]➜               comdats=0
2025-08-20T22:49:02.7017043Z [00:02:16.496]➜    removed_comdat_mem=0
2025-08-20T22:49:02.7026996Z [00:02:16.496]➜              num_dsos=0
2025-08-20T22:49:02.7027609Z [00:02:16.496]➜       parsed_lto_objs=1
2025-08-20T22:49:02.7028094Z [00:02:16.496]➜              num_cies=1
2025-08-20T22:49:02.7028821Z [00:02:16.496]➜       num_unique_cies=1
2025-08-20T22:49:02.7029439Z [00:02:16.496]➜              num_fdes=1
2025-08-20T22:49:02.7030075Z [00:02:16.496]➜        merged_strings=10
2025-08-20T22:49:02.7030690Z [00:02:16.496]➜              num_objs=21
2025-08-20T22:49:02.7031613Z [00:02:16.496]➜         output_chunks=27
2025-08-20T22:49:02.7033019Z [00:02:16.496]➜      string_fragments=40
2025-08-20T22:49:02.7033533Z [00:02:16.496]➜      garbage_sections=57
2025-08-20T22:49:02.7034043Z [00:02:16.496]➜           reloc_alloc=95
2025-08-20T22:49:02.7034530Z [00:02:16.496]➜        undefined_syms=107
2025-08-20T22:49:02.7035026Z [00:02:16.496]➜          defined_syms=190
2025-08-20T22:49:02.7035513Z [00:02:16.496]➜        input_sections=474
2025-08-20T22:49:02.7036023Z [00:02:16.496]➜           parsed_objs=1657
2025-08-20T22:49:02.7036530Z [00:02:16.496]➜      regular_sections=9628
2025-08-20T22:49:02.7037033Z [00:02:16.496]➜              all_syms=25247
2025-08-20T22:49:02.7037560Z [00:02:16.496]➜     total_input_bytes=38747270
2025-08-20T22:49:02.7038117Z [00:02:16.496]➜  .comment estimation=1627 actual=4
2025-08-20T22:49:02.7038736Z [00:02:16.496]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:49:02.7039337Z [00:02:16.496]➜  .rodata.cst4 estimation=1627 actual=3
2025-08-20T22:49:02.7039934Z [00:02:16.496]➜  .rodata.cst8 estimation=1626 actual=1
2025-08-20T22:49:02.7182263Z [00:02:16.513]➜        reloc_nonalloc=0
2025-08-20T22:49:02.7184666Z [00:02:16.513]➜               comdats=0
2025-08-20T22:49:02.7185189Z [00:02:16.513]➜    removed_comdat_mem=0
2025-08-20T22:49:02.7185639Z [00:02:16.513]➜              num_dsos=0
2025-08-20T22:49:02.7186104Z [00:02:16.513]➜       parsed_lto_objs=1
2025-08-20T22:49:02.7186579Z [00:02:16.513]➜              num_cies=1
2025-08-20T22:49:02.7187056Z [00:02:16.513]➜       num_unique_cies=1
2025-08-20T22:49:02.7187483Z [00:02:16.513]➜              num_fdes=1
2025-08-20T22:49:02.7187933Z [00:02:16.513]➜        merged_strings=6
2025-08-20T22:49:02.7188380Z [00:02:16.513]➜              num_objs=18
2025-08-20T22:49:02.7188840Z [00:02:16.513]➜         output_chunks=24
2025-08-20T22:49:02.7189296Z [00:02:16.513]➜      string_fragments=28
2025-08-20T22:49:02.7189766Z [00:02:16.513]➜      garbage_sections=47
2025-08-20T22:49:02.7190221Z [00:02:16.513]➜           reloc_alloc=84
2025-08-20T22:49:02.7190688Z [00:02:16.513]➜        undefined_syms=101
2025-08-20T22:49:02.7191356Z [00:02:16.513]➜          defined_syms=157
2025-08-20T22:49:02.7191830Z [00:02:16.513]➜        input_sections=391
2025-08-20T22:49:02.7192326Z [00:02:16.513]➜           parsed_objs=1657
2025-08-20T22:49:02.7192800Z [00:02:16.513]➜      regular_sections=9628
2025-08-20T22:49:02.7193269Z [00:02:16.513]➜              all_syms=25247
2025-08-20T22:49:02.7193755Z [00:02:16.513]➜     total_input_bytes=38747270
2025-08-20T22:49:02.7194277Z [00:02:16.513]➜  .comment estimation=1627 actual=4
2025-08-20T22:49:02.7194855Z [00:02:16.513]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:49:02.7241500Z [00:02:16.519]➜        reloc_nonalloc=0
2025-08-20T22:49:02.7245843Z [00:02:16.519]➜               comdats=0
2025-08-20T22:49:02.7246340Z [00:02:16.519]➜    removed_comdat_mem=0
2025-08-20T22:49:02.7246811Z [00:02:16.519]➜              num_dsos=0
2025-08-20T22:49:02.7252860Z [00:02:16.519]➜       parsed_lto_objs=1
2025-08-20T22:49:02.7253353Z [00:02:16.519]➜              num_cies=1
2025-08-20T22:49:02.7253850Z [00:02:16.519]➜       num_unique_cies=1
2025-08-20T22:49:02.7254317Z [00:02:16.519]➜              num_fdes=1
2025-08-20T22:49:02.7255072Z [00:02:16.519]➜        merged_strings=7
2025-08-20T22:49:02.7255548Z [00:02:16.519]➜              num_objs=19
2025-08-20T22:49:02.7256036Z [00:02:16.519]➜         output_chunks=25
2025-08-20T22:49:02.7256526Z [00:02:16.519]➜      string_fragments=33
2025-08-20T22:49:02.7257036Z [00:02:16.519]➜      garbage_sections=51
2025-08-20T22:49:02.7257548Z [00:02:16.519]➜           reloc_alloc=86
2025-08-20T22:49:02.7258064Z [00:02:16.519]➜        undefined_syms=103
2025-08-20T22:49:02.7258657Z [00:02:16.519]➜          defined_syms=171
2025-08-20T22:49:02.7259171Z [00:02:16.519]➜        input_sections=425
2025-08-20T22:49:02.7259671Z [00:02:16.519]➜           parsed_objs=1657
2025-08-20T22:49:02.7260190Z [00:02:16.519]➜      regular_sections=9628
2025-08-20T22:49:02.7260697Z [00:02:16.519]➜              all_syms=25247
2025-08-20T22:49:02.7261478Z [00:02:16.519]➜     total_input_bytes=38747270
2025-08-20T22:49:02.7262047Z [00:02:16.519]➜  .comment estimation=1627 actual=4
2025-08-20T22:49:02.7262670Z [00:02:16.519]➜  .rodata.cst4 estimation=1626 actual=1
2025-08-20T22:49:02.7263267Z [00:02:16.519]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:49:02.7281005Z [00:02:16.523]➜  using log2f ... yes
2025-08-20T22:49:02.7366141Z [00:02:16.531]➜  using log2l ... yes
2025-08-20T22:49:02.7403606Z [00:02:16.535]➜        reloc_nonalloc=0
2025-08-20T22:49:02.7441959Z [00:02:16.536]➜               comdats=0
2025-08-20T22:49:02.7442660Z [00:02:16.536]➜    removed_comdat_mem=0
2025-08-20T22:49:02.7443774Z [00:02:16.536]➜              num_dsos=0
2025-08-20T22:49:02.7444478Z [00:02:16.536]➜       parsed_lto_objs=1
2025-08-20T22:49:02.7444963Z [00:02:16.536]➜              num_cies=1
2025-08-20T22:49:02.7445429Z [00:02:16.536]➜       num_unique_cies=1
2025-08-20T22:49:02.7445894Z [00:02:16.536]➜              num_fdes=1
2025-08-20T22:49:02.7446357Z [00:02:16.536]➜        merged_strings=7
2025-08-20T22:49:02.7447135Z [00:02:16.536]➜              num_objs=19
2025-08-20T22:49:02.7447641Z [00:02:16.536]➜         output_chunks=25
2025-08-20T22:49:02.7448154Z [00:02:16.536]➜      string_fragments=33
2025-08-20T22:49:02.7448629Z [00:02:16.537]➜      garbage_sections=51
2025-08-20T22:49:02.7449105Z [00:02:16.537]➜           reloc_alloc=86
2025-08-20T22:49:02.7449585Z [00:02:16.537]➜        undefined_syms=103
2025-08-20T22:49:02.7450074Z [00:02:16.537]➜          defined_syms=171
2025-08-20T22:49:02.7450559Z [00:02:16.537]➜        input_sections=425
2025-08-20T22:49:02.7451228Z [00:02:16.537]➜           parsed_objs=1657
2025-08-20T22:49:02.7451723Z [00:02:16.537]➜      regular_sections=9628
2025-08-20T22:49:02.7452222Z [00:02:16.537]➜              all_syms=25247
2025-08-20T22:49:02.7452741Z [00:02:16.537]➜     total_input_bytes=38747270
2025-08-20T22:49:02.7453296Z [00:02:16.537]➜  .comment estimation=1627 actual=4
2025-08-20T22:49:02.7453901Z [00:02:16.537]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:49:02.7454520Z [00:02:16.537]➜  .rodata.cst8 estimation=1626 actual=1
2025-08-20T22:49:02.7481538Z [00:02:16.543]➜  using logbf ... yes
2025-08-20T22:49:02.7566250Z [00:02:16.552]➜  using logb ... yes
2025-08-20T22:49:02.8104051Z [00:02:16.605]➜        reloc_nonalloc=0
2025-08-20T22:49:02.8142054Z [00:02:16.607]➜               comdats=0
2025-08-20T22:49:02.8142628Z [00:02:16.607]➜    removed_comdat_mem=0
2025-08-20T22:49:02.8143128Z [00:02:16.607]➜              num_dsos=0
2025-08-20T22:49:02.8143679Z [00:02:16.607]➜       parsed_lto_objs=1
2025-08-20T22:49:02.8144155Z [00:02:16.607]➜              num_cies=1
2025-08-20T22:49:02.8144634Z [00:02:16.607]➜       num_unique_cies=1
2025-08-20T22:49:02.8145101Z [00:02:16.607]➜              num_fdes=1
2025-08-20T22:49:02.8145565Z [00:02:16.607]➜        merged_strings=6
2025-08-20T22:49:02.8146047Z [00:02:16.607]➜              num_objs=20
2025-08-20T22:49:02.8146529Z [00:02:16.607]➜         output_chunks=24
2025-08-20T22:49:02.8147068Z [00:02:16.607]➜      string_fragments=34
2025-08-20T22:49:02.8147551Z [00:02:16.607]➜      garbage_sections=54
2025-08-20T22:49:02.8148371Z [00:02:16.607]➜           reloc_alloc=86
2025-08-20T22:49:02.8148871Z [00:02:16.607]➜        undefined_syms=105
2025-08-20T22:49:02.8149366Z [00:02:16.607]➜          defined_syms=179
2025-08-20T22:49:02.8149864Z [00:02:16.607]➜        input_sections=448
2025-08-20T22:49:02.8150368Z [00:02:16.607]➜           parsed_objs=1657
2025-08-20T22:49:02.8151188Z [00:02:16.607]➜      regular_sections=9628
2025-08-20T22:49:02.8151713Z [00:02:16.607]➜              all_syms=25247
2025-08-20T22:49:02.8152252Z [00:02:16.607]➜     total_input_bytes=38747270
2025-08-20T22:49:02.8152821Z [00:02:16.607]➜  .comment estimation=1627 actual=4
2025-08-20T22:49:02.8153423Z [00:02:16.607]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:49:02.8242892Z [00:02:16.619]➜  using logbl ... yes
2025-08-20T22:49:02.9252431Z [00:02:16.720]➜        reloc_nonalloc=0
2025-08-20T22:49:02.9256361Z [00:02:16.720]➜               comdats=0
2025-08-20T22:49:02.9260276Z [00:02:16.720]➜    removed_comdat_mem=0
2025-08-20T22:49:02.9260951Z [00:02:16.720]➜              num_dsos=0
2025-08-20T22:49:02.9261442Z [00:02:16.720]➜       parsed_lto_objs=1
2025-08-20T22:49:02.9261890Z [00:02:16.720]➜              num_cies=1
2025-08-20T22:49:02.9262319Z [00:02:16.720]➜       num_unique_cies=1
2025-08-20T22:49:02.9262755Z [00:02:16.720]➜              num_fdes=1
2025-08-20T22:49:02.9263206Z [00:02:16.720]➜        merged_strings=10
2025-08-20T22:49:02.9263667Z [00:02:16.720]➜              num_objs=21
2025-08-20T22:49:02.9264125Z [00:02:16.720]➜         output_chunks=27
2025-08-20T22:49:02.9264592Z [00:02:16.720]➜      string_fragments=40
2025-08-20T22:49:02.9265059Z [00:02:16.720]➜      garbage_sections=57
2025-08-20T22:49:02.9265519Z [00:02:16.720]➜           reloc_alloc=95
2025-08-20T22:49:02.9265980Z [00:02:16.720]➜        undefined_syms=107
2025-08-20T22:49:02.9266439Z [00:02:16.720]➜          defined_syms=190
2025-08-20T22:49:02.9267217Z [00:02:16.720]➜        input_sections=474
2025-08-20T22:49:02.9267758Z [00:02:16.720]➜           parsed_objs=1657
2025-08-20T22:49:02.9268286Z [00:02:16.720]➜      regular_sections=9628
2025-08-20T22:49:02.9268792Z [00:02:16.720]➜              all_syms=25247
2025-08-20T22:49:02.9269313Z [00:02:16.720]➜     total_input_bytes=38747270
2025-08-20T22:49:02.9269870Z [00:02:16.720]➜  .comment estimation=1627 actual=4
2025-08-20T22:49:02.9270490Z [00:02:16.720]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:49:02.9271296Z [00:02:16.720]➜  .rodata.cst4 estimation=1627 actual=3
2025-08-20T22:49:02.9271885Z [00:02:16.720]➜  .rodata.cst8 estimation=1626 actual=1
2025-08-20T22:49:02.9396544Z [00:02:16.734]➜  using logf ... yes
2025-08-20T22:49:02.9436412Z [00:02:16.738]➜        reloc_nonalloc=0
2025-08-20T22:49:02.9445718Z [00:02:16.739]➜               comdats=0
2025-08-20T22:49:02.9446208Z [00:02:16.739]➜    removed_comdat_mem=0
2025-08-20T22:49:02.9446671Z [00:02:16.739]➜              num_dsos=0
2025-08-20T22:49:02.9447205Z [00:02:16.739]➜       parsed_lto_objs=1
2025-08-20T22:49:02.9447663Z [00:02:16.739]➜              num_cies=1
2025-08-20T22:49:02.9448447Z [00:02:16.739]➜       num_unique_cies=1
2025-08-20T22:49:02.9448899Z [00:02:16.739]➜              num_fdes=1
2025-08-20T22:49:02.9449315Z [00:02:16.739]➜        merged_strings=6
2025-08-20T22:49:02.9449748Z [00:02:16.739]➜              num_objs=21
2025-08-20T22:49:02.9450232Z [00:02:16.739]➜         output_chunks=24
2025-08-20T22:49:02.9450703Z [00:02:16.739]➜      string_fragments=36
2025-08-20T22:49:02.9451439Z [00:02:16.739]➜      garbage_sections=58
2025-08-20T22:49:02.9451895Z [00:02:16.739]➜           reloc_alloc=90
2025-08-20T22:49:02.9452319Z [00:02:16.739]➜        undefined_syms=113
2025-08-20T22:49:02.9452775Z [00:02:16.739]➜          defined_syms=190
2025-08-20T22:49:02.9453241Z [00:02:16.739]➜        input_sections=478
2025-08-20T22:49:02.9453719Z [00:02:16.739]➜           parsed_objs=1657
2025-08-20T22:49:02.9454170Z [00:02:16.739]➜      regular_sections=9628
2025-08-20T22:49:02.9454658Z [00:02:16.739]➜              all_syms=25248
2025-08-20T22:49:02.9455180Z [00:02:16.739]➜     total_input_bytes=38747674
2025-08-20T22:49:02.9455710Z [00:02:16.739]➜  .comment estimation=1627 actual=4
2025-08-20T22:49:02.9456323Z [00:02:16.739]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:49:02.9694669Z [00:02:16.764]➜  using lookup_dcookie ... yes
2025-08-20T22:49:02.9992207Z [00:02:16.794]➜        reloc_nonalloc=0
2025-08-20T22:49:02.9999424Z [00:02:16.794]➜               comdats=0
2025-08-20T22:49:02.9999933Z [00:02:16.794]➜    removed_comdat_mem=0
2025-08-20T22:49:03.0000413Z [00:02:16.794]➜              num_dsos=0
2025-08-20T22:49:03.0001068Z [00:02:16.794]➜       parsed_lto_objs=1
2025-08-20T22:49:03.0001556Z [00:02:16.794]➜              num_cies=1
2025-08-20T22:49:03.0002035Z [00:02:16.794]➜       num_unique_cies=1
2025-08-20T22:49:03.0002510Z [00:02:16.794]➜              num_fdes=1
2025-08-20T22:49:03.0002975Z [00:02:16.794]➜        merged_strings=6
2025-08-20T22:49:03.0003753Z [00:02:16.794]➜              num_objs=20
2025-08-20T22:49:03.0004268Z [00:02:16.794]➜         output_chunks=24
2025-08-20T22:49:03.0004796Z [00:02:16.794]➜      string_fragments=34
2025-08-20T22:49:03.0005286Z [00:02:16.794]➜      garbage_sections=54
2025-08-20T22:49:03.0005786Z [00:02:16.794]➜           reloc_alloc=88
2025-08-20T22:49:03.0006283Z [00:02:16.794]➜        undefined_syms=106
2025-08-20T22:49:03.0006781Z [00:02:16.794]➜          defined_syms=177
2025-08-20T22:49:03.0007267Z [00:02:16.794]➜        input_sections=446
2025-08-20T22:49:03.0007773Z [00:02:16.794]➜           parsed_objs=1657
2025-08-20T22:49:03.0008282Z [00:02:16.794]➜      regular_sections=9628
2025-08-20T22:49:03.0008786Z [00:02:16.794]➜              all_syms=25247
2025-08-20T22:49:03.0009312Z [00:02:16.794]➜     total_input_bytes=38747254
2025-08-20T22:49:03.0009873Z [00:02:16.794]➜  .comment estimation=1627 actual=4
2025-08-20T22:49:03.0010480Z [00:02:16.794]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:49:03.0035131Z [00:02:16.798]➜        reloc_nonalloc=0
2025-08-20T22:49:03.0036122Z [00:02:16.798]➜               comdats=0
2025-08-20T22:49:03.0038238Z [00:02:16.798]➜    removed_comdat_mem=0
2025-08-20T22:49:03.0038899Z [00:02:16.798]➜              num_dsos=0
2025-08-20T22:49:03.0041268Z [00:02:16.798]➜       parsed_lto_objs=1
2025-08-20T22:49:03.0041816Z [00:02:16.798]➜              num_cies=1
2025-08-20T22:49:03.0042312Z [00:02:16.798]➜       num_unique_cies=1
2025-08-20T22:49:03.0042784Z [00:02:16.798]➜              num_fdes=1
2025-08-20T22:49:03.0043235Z [00:02:16.798]➜        merged_strings=6
2025-08-20T22:49:03.0043703Z [00:02:16.798]➜              num_objs=18
2025-08-20T22:49:03.0044181Z [00:02:16.798]➜         output_chunks=24
2025-08-20T22:49:03.0044659Z [00:02:16.798]➜      string_fragments=28
2025-08-20T22:49:03.0045134Z [00:02:16.798]➜      garbage_sections=47
2025-08-20T22:49:03.0045607Z [00:02:16.798]➜           reloc_alloc=84
2025-08-20T22:49:03.0046081Z [00:02:16.799]➜        undefined_syms=101
2025-08-20T22:49:03.0046585Z [00:02:16.799]➜          defined_syms=157
2025-08-20T22:49:03.0047342Z [00:02:16.799]➜        input_sections=391
2025-08-20T22:49:03.0047834Z [00:02:16.799]➜           parsed_objs=1657
2025-08-20T22:49:03.0048331Z [00:02:16.799]➜      regular_sections=9628
2025-08-20T22:49:03.0048837Z [00:02:16.799]➜              all_syms=25247
2025-08-20T22:49:03.0049348Z [00:02:16.799]➜     total_input_bytes=38747270
2025-08-20T22:49:03.0049898Z [00:02:16.799]➜  .comment estimation=1627 actual=4
2025-08-20T22:49:03.0050488Z [00:02:16.799]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:49:03.0070541Z [00:02:16.802]➜        reloc_nonalloc=0
2025-08-20T22:49:03.0079975Z [00:02:16.802]➜               comdats=0
2025-08-20T22:49:03.0080524Z [00:02:16.802]➜    removed_comdat_mem=0
2025-08-20T22:49:03.0081212Z [00:02:16.802]➜              num_dsos=0
2025-08-20T22:49:03.0081699Z [00:02:16.802]➜       parsed_lto_objs=1
2025-08-20T22:49:03.0082166Z [00:02:16.802]➜              num_cies=1
2025-08-20T22:49:03.0082644Z [00:02:16.802]➜       num_unique_cies=1
2025-08-20T22:49:03.0083408Z [00:02:16.802]➜              num_fdes=1
2025-08-20T22:49:03.0084257Z [00:02:16.802]➜        merged_strings=8
2025-08-20T22:49:03.0084965Z [00:02:16.802]➜              num_objs=20
2025-08-20T22:49:03.0085454Z [00:02:16.802]➜         output_chunks=24
2025-08-20T22:49:03.0085932Z [00:02:16.802]➜      string_fragments=36
2025-08-20T22:49:03.0086407Z [00:02:16.802]➜      garbage_sections=65
2025-08-20T22:49:03.0086875Z [00:02:16.802]➜           reloc_alloc=88
2025-08-20T22:49:03.0087355Z [00:02:16.802]➜        undefined_syms=117
2025-08-20T22:49:03.0087850Z [00:02:16.802]➜          defined_syms=192
2025-08-20T22:49:03.0088309Z [00:02:16.802]➜        input_sections=472
2025-08-20T22:49:03.0088784Z [00:02:16.802]➜           parsed_objs=1657
2025-08-20T22:49:03.0089266Z [00:02:16.802]➜      regular_sections=9629
2025-08-20T22:49:03.0089730Z [00:02:16.802]➜              all_syms=25249
2025-08-20T22:49:03.0090510Z [00:02:16.802]➜     total_input_bytes=38747670
2025-08-20T22:49:03.0091248Z [00:02:16.802]➜  .comment estimation=1627 actual=4
2025-08-20T22:49:03.0091871Z [00:02:16.802]➜  .rodata.str1.1 estimation=1628 actual=4
2025-08-20T22:49:03.0200579Z [00:02:16.815]➜  using lrand48 ... yes
2025-08-20T22:49:03.0205697Z [00:02:16.815]➜  using logl ... yes
2025-08-20T22:49:03.0271870Z [00:02:16.822]➜  using lremovexattr ... yes
2025-08-20T22:49:03.1286926Z [00:02:16.923]➜  using lsm_get_self_attr ... no
2025-08-20T22:49:03.1612587Z [00:02:16.953]➜        reloc_nonalloc=0
2025-08-20T22:49:03.1613665Z [00:02:16.953]➜               comdats=0
2025-08-20T22:49:03.1614515Z [00:02:16.953]➜    removed_comdat_mem=0
2025-08-20T22:49:03.1615539Z [00:02:16.953]➜              num_dsos=0
2025-08-20T22:49:03.1616222Z [00:02:16.953]➜       parsed_lto_objs=1
2025-08-20T22:49:03.1616922Z [00:02:16.953]➜              num_cies=1
2025-08-20T22:49:03.1617613Z [00:02:16.953]➜       num_unique_cies=1
2025-08-20T22:49:03.1618253Z [00:02:16.953]➜              num_fdes=2
2025-08-20T22:49:03.1618883Z [00:02:16.953]➜        merged_strings=6
2025-08-20T22:49:03.1619730Z [00:02:16.953]➜              num_objs=19
2025-08-20T22:49:03.1620422Z [00:02:16.953]➜         output_chunks=24
2025-08-20T22:49:03.1621092Z [00:02:16.953]➜      string_fragments=32
2025-08-20T22:49:03.1621600Z [00:02:16.953]➜      garbage_sections=53
2025-08-20T22:49:03.1622079Z [00:02:16.953]➜           reloc_alloc=90
2025-08-20T22:49:03.1622554Z [00:02:16.953]➜        undefined_syms=110
2025-08-20T22:49:03.1623038Z [00:02:16.953]➜          defined_syms=174
2025-08-20T22:49:03.1623521Z [00:02:16.953]➜        input_sections=429
2025-08-20T22:49:03.1624000Z [00:02:16.953]➜           parsed_objs=1657
2025-08-20T22:49:03.1624497Z [00:02:16.953]➜      regular_sections=9629
2025-08-20T22:49:03.1624988Z [00:02:16.953]➜              all_syms=25250
2025-08-20T22:49:03.1625512Z [00:02:16.953]➜     total_input_bytes=38748786
2025-08-20T22:49:03.1626064Z [00:02:16.953]➜  .comment estimation=1627 actual=4
2025-08-20T22:49:03.1626684Z [00:02:16.953]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:49:03.1714115Z [00:02:16.966]➜        reloc_nonalloc=0
2025-08-20T22:49:03.1739073Z [00:02:16.969]➜               comdats=0
2025-08-20T22:49:03.1739631Z [00:02:16.969]➜    removed_comdat_mem=0
2025-08-20T22:49:03.1740104Z [00:02:16.969]➜              num_dsos=0
2025-08-20T22:49:03.1740576Z [00:02:16.969]➜       parsed_lto_objs=1
2025-08-20T22:49:03.1741263Z [00:02:16.969]➜              num_cies=1
2025-08-20T22:49:03.1741734Z [00:02:16.969]➜       num_unique_cies=1
2025-08-20T22:49:03.1742247Z [00:02:16.969]➜              num_fdes=1
2025-08-20T22:49:03.1742729Z [00:02:16.969]➜        merged_strings=7
2025-08-20T22:49:03.1743215Z [00:02:16.969]➜              num_objs=23
2025-08-20T22:49:03.1743730Z [00:02:16.969]➜         output_chunks=24
2025-08-20T22:49:03.1744214Z [00:02:16.969]➜      string_fragments=41
2025-08-20T22:49:03.1744692Z [00:02:16.969]➜      garbage_sections=63
2025-08-20T22:49:03.1745212Z [00:02:16.969]➜           reloc_alloc=95
2025-08-20T22:49:03.1745683Z [00:02:16.969]➜        undefined_syms=118
2025-08-20T22:49:03.1746204Z [00:02:16.969]➜          defined_syms=214
2025-08-20T22:49:03.1746728Z [00:02:16.969]➜        input_sections=533
2025-08-20T22:49:03.1747225Z [00:02:16.969]➜           parsed_objs=1657
2025-08-20T22:49:03.1747722Z [00:02:16.969]➜      regular_sections=9629
2025-08-20T22:49:03.1748216Z [00:02:16.969]➜              all_syms=25252
2025-08-20T22:49:03.1748730Z [00:02:16.969]➜     total_input_bytes=38748058
2025-08-20T22:49:03.1749280Z [00:02:16.969]➜  .comment estimation=1627 actual=4
2025-08-20T22:49:03.1749874Z [00:02:16.969]➜  .rodata.str1.1 estimation=1628 actual=3
2025-08-20T22:49:03.1750405Z [00:02:16.970]➜  using lsearch ... yes
2025-08-20T22:49:03.1828912Z [00:02:16.978]➜        reloc_nonalloc=0
2025-08-20T22:49:03.1829472Z [00:02:16.978]➜               comdats=0
2025-08-20T22:49:03.1829954Z [00:02:16.978]➜    removed_comdat_mem=0
2025-08-20T22:49:03.1830722Z [00:02:16.978]➜              num_dsos=0
2025-08-20T22:49:03.1831461Z [00:02:16.978]➜       parsed_lto_objs=1
2025-08-20T22:49:03.1831961Z [00:02:16.978]➜              num_cies=1
2025-08-20T22:49:03.1832408Z [00:02:16.978]➜       num_unique_cies=1
2025-08-20T22:49:03.1832848Z [00:02:16.978]➜              num_fdes=1
2025-08-20T22:49:03.1833304Z [00:02:16.978]➜        merged_strings=9
2025-08-20T22:49:03.1833773Z [00:02:16.978]➜              num_objs=21
2025-08-20T22:49:03.1834233Z [00:02:16.978]➜         output_chunks=24
2025-08-20T22:49:03.1834659Z [00:02:16.978]➜      string_fragments=39
2025-08-20T22:49:03.1835086Z [00:02:16.978]➜      garbage_sections=69
2025-08-20T22:49:03.1835530Z [00:02:16.978]➜           reloc_alloc=92
2025-08-20T22:49:03.1835969Z [00:02:16.978]➜        undefined_syms=124
2025-08-20T22:49:03.1836420Z [00:02:16.978]➜          defined_syms=203
2025-08-20T22:49:03.1836913Z [00:02:16.978]➜        input_sections=501
2025-08-20T22:49:03.1837419Z [00:02:16.978]➜           parsed_objs=1657
2025-08-20T22:49:03.1837928Z [00:02:16.978]➜      regular_sections=9629
2025-08-20T22:49:03.1838416Z [00:02:16.978]➜              all_syms=25250
2025-08-20T22:49:03.1838910Z [00:02:16.978]➜     total_input_bytes=38748362
2025-08-20T22:49:03.1839445Z [00:02:16.978]➜  .comment estimation=1627 actual=4
2025-08-20T22:49:03.1840028Z [00:02:16.978]➜  .rodata.str1.1 estimation=1628 actual=5
2025-08-20T22:49:03.1882212Z [00:02:16.983]➜  using lsm_list_modules ... no
2025-08-20T22:49:03.1905056Z [00:02:16.985]➜  using lseek64 ... yes
2025-08-20T22:49:03.1978969Z [00:02:16.993]➜  using lsetxattr ... yes
2025-08-20T22:49:03.2869208Z [00:02:17.082]➜  using malloc_trim ... no
2025-08-20T22:49:03.3235514Z [00:02:17.118]➜        reloc_nonalloc=0
2025-08-20T22:49:03.3236212Z [00:02:17.118]➜               comdats=0
2025-08-20T22:49:03.3236793Z [00:02:17.118]➜    removed_comdat_mem=0
2025-08-20T22:49:03.3237360Z [00:02:17.118]➜              num_dsos=0
2025-08-20T22:49:03.3237948Z [00:02:17.118]➜       parsed_lto_objs=1
2025-08-20T22:49:03.3238562Z [00:02:17.118]➜              num_cies=1
2025-08-20T22:49:03.3239133Z [00:02:17.118]➜       num_unique_cies=1
2025-08-20T22:49:03.3240038Z [00:02:17.118]➜              num_fdes=1
2025-08-20T22:49:03.3240619Z [00:02:17.118]➜        merged_strings=7
2025-08-20T22:49:03.3241350Z [00:02:17.118]➜              num_objs=23
2025-08-20T22:49:03.3241939Z [00:02:17.118]➜         output_chunks=25
2025-08-20T22:49:03.3242521Z [00:02:17.118]➜      string_fragments=42
2025-08-20T22:49:03.3243147Z [00:02:17.118]➜      garbage_sections=64
2025-08-20T22:49:03.3243727Z [00:02:17.118]➜           reloc_alloc=94
2025-08-20T22:49:03.3244300Z [00:02:17.118]➜        undefined_syms=118
2025-08-20T22:49:03.3244887Z [00:02:17.118]➜          defined_syms=212
2025-08-20T22:49:03.3245478Z [00:02:17.118]➜        input_sections=534
2025-08-20T22:49:03.3246080Z [00:02:17.118]➜           parsed_objs=1657
2025-08-20T22:49:03.3246684Z [00:02:17.118]➜      regular_sections=9629
2025-08-20T22:49:03.3247273Z [00:02:17.118]➜              all_syms=25249
2025-08-20T22:49:03.3247899Z [00:02:17.118]➜     total_input_bytes=38747906
2025-08-20T22:49:03.3248575Z [00:02:17.118]➜  .comment estimation=1627 actual=4
2025-08-20T22:49:03.3249273Z [00:02:17.118]➜  .rodata.cst8 estimation=1626 actual=1
2025-08-20T22:49:03.3249974Z [00:02:17.118]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:49:03.3407107Z [00:02:17.135]➜  using lstat ... yes
2025-08-20T22:49:03.3599968Z [00:02:17.155]➜  using mallopt ... no
2025-08-20T22:49:03.3733278Z [00:02:17.168]➜        reloc_nonalloc=0
2025-08-20T22:49:03.3735567Z [00:02:17.168]➜               comdats=0
2025-08-20T22:49:03.3737776Z [00:02:17.168]➜    removed_comdat_mem=0
2025-08-20T22:49:03.3738329Z [00:02:17.168]➜              num_dsos=0
2025-08-20T22:49:03.3738887Z [00:02:17.168]➜       parsed_lto_objs=1
2025-08-20T22:49:03.3739354Z [00:02:17.169]➜              num_cies=1
2025-08-20T22:49:03.3739809Z [00:02:17.169]➜       num_unique_cies=1
2025-08-20T22:49:03.3740267Z [00:02:17.169]➜              num_fdes=1
2025-08-20T22:49:03.3741216Z [00:02:17.169]➜        merged_strings=6
2025-08-20T22:49:03.3741738Z [00:02:17.169]➜              num_objs=20
2025-08-20T22:49:03.3742242Z [00:02:17.169]➜         output_chunks=24
2025-08-20T22:49:03.3742772Z [00:02:17.169]➜      string_fragments=34
2025-08-20T22:49:03.3743248Z [00:02:17.169]➜      garbage_sections=54
2025-08-20T22:49:03.3743709Z [00:02:17.169]➜           reloc_alloc=87
2025-08-20T22:49:03.3744182Z [00:02:17.169]➜        undefined_syms=107
2025-08-20T22:49:03.3744661Z [00:02:17.169]➜          defined_syms=181
2025-08-20T22:49:03.3745141Z [00:02:17.169]➜        input_sections=450
2025-08-20T22:49:03.3745627Z [00:02:17.169]➜           parsed_objs=1657
2025-08-20T22:49:03.3746120Z [00:02:17.169]➜      regular_sections=9629
2025-08-20T22:49:03.3746612Z [00:02:17.169]➜              all_syms=25249
2025-08-20T22:49:03.3747124Z [00:02:17.169]➜     total_input_bytes=38747542
2025-08-20T22:49:03.3747675Z [00:02:17.169]➜  .comment estimation=1627 actual=4
2025-08-20T22:49:03.3748292Z [00:02:17.169]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:49:03.3942021Z [00:02:17.188]➜        reloc_nonalloc=0
2025-08-20T22:49:03.3943220Z [00:02:17.188]➜               comdats=0
2025-08-20T22:49:03.3943871Z [00:02:17.188]➜    removed_comdat_mem=0
2025-08-20T22:49:03.3944913Z [00:02:17.188]➜              num_dsos=0
2025-08-20T22:49:03.3946907Z [00:02:17.188]➜       parsed_lto_objs=1
2025-08-20T22:49:03.3947502Z [00:02:17.188]➜              num_cies=1
2025-08-20T22:49:03.3948124Z [00:02:17.189]➜       num_unique_cies=1
2025-08-20T22:49:03.3948672Z [00:02:17.189]➜              num_fdes=1
2025-08-20T22:49:03.3949218Z [00:02:17.189]➜        merged_strings=6
2025-08-20T22:49:03.3949779Z [00:02:17.189]➜         output_chunks=25
2025-08-20T22:49:03.3950352Z [00:02:17.189]➜              num_objs=26
2025-08-20T22:49:03.3951139Z [00:02:17.189]➜      string_fragments=46
2025-08-20T22:49:03.3951750Z [00:02:17.189]➜      garbage_sections=83
2025-08-20T22:49:03.3952334Z [00:02:17.189]➜        undefined_syms=147
2025-08-20T22:49:03.3952931Z [00:02:17.189]➜           reloc_alloc=182
2025-08-20T22:49:03.3953498Z [00:02:17.189]➜          defined_syms=269
2025-08-20T22:49:03.3954370Z [00:02:17.189]➜        input_sections=639
2025-08-20T22:49:03.3954951Z [00:02:17.189]➜           parsed_objs=1657
2025-08-20T22:49:03.3955538Z [00:02:17.189]➜      regular_sections=9628
2025-08-20T22:49:03.3956990Z [00:02:17.189]➜              all_syms=25249
2025-08-20T22:49:03.3957523Z [00:02:17.189]➜     total_input_bytes=38747798
2025-08-20T22:49:03.3958075Z [00:02:17.189]➜  .comment estimation=1627 actual=4
2025-08-20T22:49:03.3958687Z [00:02:17.189]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:49:03.3959241Z [00:02:17.189]➜  using madvise ... yes
2025-08-20T22:49:03.4046125Z [00:02:17.199]➜  using malloc_usable_size ... yes
2025-08-20T22:49:03.4520148Z [00:02:17.247]➜  using membarrier ... no
2025-08-20T22:49:03.4897050Z [00:02:17.284]➜        reloc_nonalloc=0
2025-08-20T22:49:03.4900362Z [00:02:17.284]➜               comdats=0
2025-08-20T22:49:03.4901098Z [00:02:17.284]➜    removed_comdat_mem=0
2025-08-20T22:49:03.4901592Z [00:02:17.284]➜              num_dsos=0
2025-08-20T22:49:03.4902087Z [00:02:17.284]➜       parsed_lto_objs=1
2025-08-20T22:49:03.4902558Z [00:02:17.285]➜              num_cies=1
2025-08-20T22:49:03.4903011Z [00:02:17.285]➜       num_unique_cies=1
2025-08-20T22:49:03.4903457Z [00:02:17.285]➜              num_fdes=1
2025-08-20T22:49:03.4903920Z [00:02:17.285]➜        merged_strings=6
2025-08-20T22:49:03.4904395Z [00:02:17.285]➜              num_objs=17
2025-08-20T22:49:03.4904871Z [00:02:17.285]➜         output_chunks=24
2025-08-20T22:49:03.4905345Z [00:02:17.285]➜      string_fragments=28
2025-08-20T22:49:03.4905817Z [00:02:17.285]➜      garbage_sections=45
2025-08-20T22:49:03.4906278Z [00:02:17.285]➜           reloc_alloc=83
2025-08-20T22:49:03.4906742Z [00:02:17.285]➜        undefined_syms=99
2025-08-20T22:49:03.4907215Z [00:02:17.285]➜          defined_syms=150
2025-08-20T22:49:03.4907975Z [00:02:17.285]➜        input_sections=370
2025-08-20T22:49:03.4908485Z [00:02:17.285]➜           parsed_objs=1657
2025-08-20T22:49:03.4909000Z [00:02:17.285]➜      regular_sections=9628
2025-08-20T22:49:03.4909497Z [00:02:17.285]➜              all_syms=25245
2025-08-20T22:49:03.4910014Z [00:02:17.285]➜     total_input_bytes=38746838
2025-08-20T22:49:03.4910559Z [00:02:17.285]➜  .comment estimation=1627 actual=4
2025-08-20T22:49:03.4911498Z [00:02:17.285]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:49:03.5088417Z [00:02:17.304]➜  using memalign ... yes
2025-08-20T22:49:03.5795557Z [00:02:17.374]➜        reloc_nonalloc=0
2025-08-20T22:49:03.5809054Z [00:02:17.376]➜               comdats=0
2025-08-20T22:49:03.5811445Z [00:02:17.376]➜    removed_comdat_mem=0
2025-08-20T22:49:03.5811946Z [00:02:17.376]➜              num_dsos=0
2025-08-20T22:49:03.5813525Z [00:02:17.376]➜       parsed_lto_objs=1
2025-08-20T22:49:03.5816842Z [00:02:17.376]➜              num_cies=1
2025-08-20T22:49:03.5818629Z [00:02:17.376]➜       num_unique_cies=1
2025-08-20T22:49:03.5821267Z [00:02:17.376]➜              num_fdes=1
2025-08-20T22:49:03.5822375Z [00:02:17.376]➜        merged_strings=7
2025-08-20T22:49:03.5823267Z [00:02:17.376]➜              num_objs=20
2025-08-20T22:49:03.5824266Z [00:02:17.376]➜         output_chunks=24
2025-08-20T22:49:03.5825677Z [00:02:17.376]➜      string_fragments=35
2025-08-20T22:49:03.5826545Z [00:02:17.376]➜      garbage_sections=54
2025-08-20T22:49:03.5827755Z [00:02:17.376]➜           reloc_alloc=87
2025-08-20T22:49:03.5828572Z [00:02:17.376]➜        undefined_syms=106
2025-08-20T22:49:03.5829082Z [00:02:17.376]➜          defined_syms=180
2025-08-20T22:49:03.5829583Z [00:02:17.376]➜        input_sections=450
2025-08-20T22:49:03.5830090Z [00:02:17.376]➜           parsed_objs=1657
2025-08-20T22:49:03.5830600Z [00:02:17.376]➜      regular_sections=9629
2025-08-20T22:49:03.5831280Z [00:02:17.376]➜              all_syms=25248
2025-08-20T22:49:03.5831816Z [00:02:17.376]➜     total_input_bytes=38747514
2025-08-20T22:49:03.5832402Z [00:02:17.376]➜  .comment estimation=1627 actual=4
2025-08-20T22:49:03.5833018Z [00:02:17.376]➜  .rodata.str1.1 estimation=1627 actual=3
2025-08-20T22:49:03.5898802Z [00:02:17.385]➜        reloc_nonalloc=0
2025-08-20T22:49:03.5901077Z [00:02:17.385]➜               comdats=0
2025-08-20T22:49:03.5901797Z [00:02:17.385]➜    removed_comdat_mem=0
2025-08-20T22:49:03.5903063Z [00:02:17.385]➜              num_dsos=0
2025-08-20T22:49:03.5903548Z [00:02:17.385]➜       parsed_lto_objs=1
2025-08-20T22:49:03.5904023Z [00:02:17.385]➜              num_cies=1
2025-08-20T22:49:03.5904485Z [00:02:17.385]➜       num_unique_cies=1
2025-08-20T22:49:03.5904949Z [00:02:17.385]➜              num_fdes=1
2025-08-20T22:49:03.5905410Z [00:02:17.385]➜        merged_strings=7
2025-08-20T22:49:03.5905879Z [00:02:17.385]➜              num_objs=20
2025-08-20T22:49:03.5906358Z [00:02:17.385]➜         output_chunks=24
2025-08-20T22:49:03.5906849Z [00:02:17.385]➜      string_fragments=35
2025-08-20T22:49:03.5907362Z [00:02:17.385]➜      garbage_sections=54
2025-08-20T22:49:03.5907844Z [00:02:17.385]➜           reloc_alloc=87
2025-08-20T22:49:03.5908343Z [00:02:17.385]➜        undefined_syms=106
2025-08-20T22:49:03.5908832Z [00:02:17.385]➜          defined_syms=180
2025-08-20T22:49:03.5909319Z [00:02:17.385]➜        input_sections=450
2025-08-20T22:49:03.5909800Z [00:02:17.385]➜           parsed_objs=1657
2025-08-20T22:49:03.5910289Z [00:02:17.385]➜      regular_sections=9629
2025-08-20T22:49:03.5910942Z [00:02:17.385]➜              all_syms=25248
2025-08-20T22:49:03.5911475Z [00:02:17.385]➜     total_input_bytes=38747518
2025-08-20T22:49:03.5912041Z [00:02:17.385]➜  .comment estimation=1627 actual=4
2025-08-20T22:49:03.5912652Z [00:02:17.385]➜  .rodata.str1.1 estimation=1627 actual=3
2025-08-20T22:49:03.6011103Z [00:02:17.396]➜  using mkdirat ... yes
2025-08-20T22:49:03.6035295Z [00:02:17.398]➜  using memfd_create ... yes
2025-08-20T22:49:03.6384866Z [00:02:17.433]➜        reloc_nonalloc=0
2025-08-20T22:49:03.6394045Z [00:02:17.434]➜               comdats=0
2025-08-20T22:49:03.6403007Z [00:02:17.434]➜    removed_comdat_mem=0
2025-08-20T22:49:03.6403499Z [00:02:17.434]➜              num_dsos=0
2025-08-20T22:49:03.6403968Z [00:02:17.434]➜       parsed_lto_objs=1
2025-08-20T22:49:03.6404455Z [00:02:17.434]➜              num_cies=1
2025-08-20T22:49:03.6404920Z [00:02:17.434]➜       num_unique_cies=1
2025-08-20T22:49:03.6405383Z [00:02:17.434]➜              num_fdes=1
2025-08-20T22:49:03.6405858Z [00:02:17.434]➜        merged_strings=6
2025-08-20T22:49:03.6406333Z [00:02:17.434]➜              num_objs=21
2025-08-20T22:49:03.6406821Z [00:02:17.434]➜         output_chunks=24
2025-08-20T22:49:03.6407282Z [00:02:17.434]➜      string_fragments=36
2025-08-20T22:49:03.6407759Z [00:02:17.434]➜      garbage_sections=58
2025-08-20T22:49:03.6408227Z [00:02:17.434]➜           reloc_alloc=91
2025-08-20T22:49:03.6408693Z [00:02:17.434]➜        undefined_syms=113
2025-08-20T22:49:03.6409174Z [00:02:17.434]➜          defined_syms=192
2025-08-20T22:49:03.6409657Z [00:02:17.434]➜        input_sections=479
2025-08-20T22:49:03.6410170Z [00:02:17.434]➜           parsed_objs=1657
2025-08-20T22:49:03.6410671Z [00:02:17.434]➜      regular_sections=9629
2025-08-20T22:49:03.6411429Z [00:02:17.434]➜              all_syms=25250
2025-08-20T22:49:03.6411941Z [00:02:17.434]➜     total_input_bytes=38747882
2025-08-20T22:49:03.6412484Z [00:02:17.434]➜  .comment estimation=1627 actual=4
2025-08-20T22:49:03.6413072Z [00:02:17.434]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:49:03.6545211Z [00:02:17.449]➜        reloc_nonalloc=0
2025-08-20T22:49:03.6547006Z [00:02:17.449]➜  using mincore ... yes
2025-08-20T22:49:03.6568286Z [00:02:17.452]➜               comdats=0
2025-08-20T22:49:03.6571093Z [00:02:17.452]➜    removed_comdat_mem=0
2025-08-20T22:49:03.6571582Z [00:02:17.452]➜              num_dsos=0
2025-08-20T22:49:03.6572033Z [00:02:17.452]➜       parsed_lto_objs=1
2025-08-20T22:49:03.6572521Z [00:02:17.452]➜              num_cies=1
2025-08-20T22:49:03.6573034Z [00:02:17.452]➜       num_unique_cies=1
2025-08-20T22:49:03.6573490Z [00:02:17.452]➜              num_fdes=1
2025-08-20T22:49:03.6574189Z [00:02:17.452]➜        merged_strings=7
2025-08-20T22:49:03.6574625Z [00:02:17.452]➜              num_objs=21
2025-08-20T22:49:03.6575112Z [00:02:17.452]➜         output_chunks=24
2025-08-20T22:49:03.6575577Z [00:02:17.452]➜      string_fragments=37
2025-08-20T22:49:03.6576022Z [00:02:17.452]➜      garbage_sections=57
2025-08-20T22:49:03.6576483Z [00:02:17.452]➜           reloc_alloc=88
2025-08-20T22:49:03.6576979Z [00:02:17.452]➜        undefined_syms=108
2025-08-20T22:49:03.6577444Z [00:02:17.452]➜          defined_syms=190
2025-08-20T22:49:03.6577966Z [00:02:17.452]➜        input_sections=477
2025-08-20T22:49:03.6578481Z [00:02:17.452]➜           parsed_objs=1657
2025-08-20T22:49:03.6578996Z [00:02:17.452]➜      regular_sections=9629
2025-08-20T22:49:03.6579469Z [00:02:17.452]➜              all_syms=25248
2025-08-20T22:49:03.6579981Z [00:02:17.452]➜     total_input_bytes=38747498
2025-08-20T22:49:03.6580544Z [00:02:17.452]➜  .comment estimation=1627 actual=4
2025-08-20T22:49:03.6581341Z [00:02:17.452]➜  .rodata.str1.1 estimation=1627 actual=3
2025-08-20T22:49:03.6807310Z [00:02:17.475]➜  using mkfifo ... yes
2025-08-20T22:49:03.7488500Z [00:02:17.544]➜        reloc_nonalloc=0
2025-08-20T22:49:03.7497545Z [00:02:17.545]➜               comdats=0
2025-08-20T22:49:03.7528005Z [00:02:17.545]➜    removed_comdat_mem=0
2025-08-20T22:49:03.7528460Z [00:02:17.545]➜              num_dsos=0
2025-08-20T22:49:03.7528909Z [00:02:17.545]➜       parsed_lto_objs=1
2025-08-20T22:49:03.7529350Z [00:02:17.545]➜              num_cies=1
2025-08-20T22:49:03.7529778Z [00:02:17.545]➜       num_unique_cies=1
2025-08-20T22:49:03.7530215Z [00:02:17.545]➜              num_fdes=1
2025-08-20T22:49:03.7530671Z [00:02:17.545]➜        merged_strings=7
2025-08-20T22:49:03.7531313Z [00:02:17.545]➜              num_objs=20
2025-08-20T22:49:03.7531785Z [00:02:17.545]➜         output_chunks=24
2025-08-20T22:49:03.7532545Z [00:02:17.545]➜      string_fragments=35
2025-08-20T22:49:03.7533055Z [00:02:17.545]➜      garbage_sections=54
2025-08-20T22:49:03.7533550Z [00:02:17.545]➜           reloc_alloc=87
2025-08-20T22:49:03.7534026Z [00:02:17.545]➜        undefined_syms=106
2025-08-20T22:49:03.7534515Z [00:02:17.545]➜          defined_syms=180
2025-08-20T22:49:03.7535000Z [00:02:17.545]➜        input_sections=450
2025-08-20T22:49:03.7535492Z [00:02:17.545]➜           parsed_objs=1657
2025-08-20T22:49:03.7535984Z [00:02:17.545]➜      regular_sections=9629
2025-08-20T22:49:03.7536481Z [00:02:17.545]➜              all_syms=25248
2025-08-20T22:49:03.7536996Z [00:02:17.545]➜     total_input_bytes=38747518
2025-08-20T22:49:03.7537551Z [00:02:17.545]➜  .comment estimation=1627 actual=4
2025-08-20T22:49:03.7538128Z [00:02:17.545]➜  .rodata.str1.1 estimation=1627 actual=3
2025-08-20T22:49:03.7719849Z [00:02:17.567]➜  using mknod ... yes
2025-08-20T22:49:03.7819398Z [00:02:17.577]➜        reloc_nonalloc=0
2025-08-20T22:49:03.7832256Z [00:02:17.578]➜               comdats=0
2025-08-20T22:49:03.7834419Z [00:02:17.578]➜    removed_comdat_mem=0
2025-08-20T22:49:03.7835245Z [00:02:17.578]➜              num_dsos=0
2025-08-20T22:49:03.7835873Z [00:02:17.578]➜       parsed_lto_objs=1
2025-08-20T22:49:03.7837195Z [00:02:17.578]➜              num_cies=1
2025-08-20T22:49:03.7837681Z [00:02:17.578]➜       num_unique_cies=1
2025-08-20T22:49:03.7838160Z [00:02:17.578]➜              num_fdes=1
2025-08-20T22:49:03.7838623Z [00:02:17.578]➜        merged_strings=6
2025-08-20T22:49:03.7839091Z [00:02:17.578]➜              num_objs=20
2025-08-20T22:49:03.7839561Z [00:02:17.578]➜         output_chunks=24
2025-08-20T22:49:03.7840040Z [00:02:17.578]➜      string_fragments=34
2025-08-20T22:49:03.7840521Z [00:02:17.578]➜      garbage_sections=54
2025-08-20T22:49:03.7841172Z [00:02:17.578]➜           reloc_alloc=87
2025-08-20T22:49:03.7841655Z [00:02:17.578]➜        undefined_syms=106
2025-08-20T22:49:03.7842153Z [00:02:17.578]➜          defined_syms=181
2025-08-20T22:49:03.7842667Z [00:02:17.578]➜        input_sections=450
2025-08-20T22:49:03.7843177Z [00:02:17.578]➜           parsed_objs=1657
2025-08-20T22:49:03.7844032Z [00:02:17.578]➜      regular_sections=9629
2025-08-20T22:49:03.7844531Z [00:02:17.578]➜              all_syms=25249
2025-08-20T22:49:03.7845063Z [00:02:17.578]➜     total_input_bytes=38747526
2025-08-20T22:49:03.7845620Z [00:02:17.578]➜  .comment estimation=1627 actual=4
2025-08-20T22:49:03.7846266Z [00:02:17.578]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:49:03.8081402Z [00:02:17.603]➜  using mlock ... yes
2025-08-20T22:49:03.8190034Z [00:02:17.614]➜        reloc_nonalloc=0
2025-08-20T22:49:03.8203623Z [00:02:17.615]➜               comdats=0
2025-08-20T22:49:03.8214793Z [00:02:17.615]➜    removed_comdat_mem=0
2025-08-20T22:49:03.8215354Z [00:02:17.615]➜              num_dsos=0
2025-08-20T22:49:03.8215869Z [00:02:17.615]➜       parsed_lto_objs=1
2025-08-20T22:49:03.8216382Z [00:02:17.615]➜              num_cies=1
2025-08-20T22:49:03.8216889Z [00:02:17.615]➜       num_unique_cies=1
2025-08-20T22:49:03.8217361Z [00:02:17.615]➜              num_fdes=1
2025-08-20T22:49:03.8217850Z [00:02:17.615]➜        merged_strings=7
2025-08-20T22:49:03.8218327Z [00:02:17.615]➜              num_objs=20
2025-08-20T22:49:03.8218834Z [00:02:17.615]➜         output_chunks=24
2025-08-20T22:49:03.8219351Z [00:02:17.615]➜      string_fragments=35
2025-08-20T22:49:03.8219856Z [00:02:17.616]➜      garbage_sections=54
2025-08-20T22:49:03.8220344Z [00:02:17.616]➜           reloc_alloc=87
2025-08-20T22:49:03.8221009Z [00:02:17.616]➜        undefined_syms=106
2025-08-20T22:49:03.8221536Z [00:02:17.616]➜          defined_syms=180
2025-08-20T22:49:03.8222030Z [00:02:17.616]➜        input_sections=450
2025-08-20T22:49:03.8222532Z [00:02:17.616]➜           parsed_objs=1657
2025-08-20T22:49:03.8223074Z [00:02:17.616]➜      regular_sections=9629
2025-08-20T22:49:03.8223588Z [00:02:17.616]➜              all_syms=25248
2025-08-20T22:49:03.8224406Z [00:02:17.616]➜     total_input_bytes=38747542
2025-08-20T22:49:03.8225017Z [00:02:17.616]➜  .comment estimation=1627 actual=4
2025-08-20T22:49:03.8225670Z [00:02:17.616]➜  .rodata.str1.1 estimation=1627 actual=3
2025-08-20T22:49:03.8370366Z [00:02:17.632]➜  using mknodat ... yes
2025-08-20T22:49:03.8630501Z [00:02:17.658]➜        reloc_nonalloc=0
2025-08-20T22:49:03.8639808Z [00:02:17.658]➜               comdats=0
2025-08-20T22:49:03.8640326Z [00:02:17.658]➜    removed_comdat_mem=0
2025-08-20T22:49:03.8640980Z [00:02:17.658]➜              num_dsos=0
2025-08-20T22:49:03.8641495Z [00:02:17.658]➜       parsed_lto_objs=1
2025-08-20T22:49:03.8641966Z [00:02:17.658]➜              num_cies=1
2025-08-20T22:49:03.8642436Z [00:02:17.658]➜       num_unique_cies=1
2025-08-20T22:49:03.8642895Z [00:02:17.658]➜              num_fdes=1
2025-08-20T22:49:03.8643355Z [00:02:17.658]➜        merged_strings=6
2025-08-20T22:49:03.8643811Z [00:02:17.658]➜              num_objs=20
2025-08-20T22:49:03.8644352Z [00:02:17.658]➜         output_chunks=24
2025-08-20T22:49:03.8644891Z [00:02:17.658]➜      string_fragments=34
2025-08-20T22:49:03.8645393Z [00:02:17.658]➜      garbage_sections=54
2025-08-20T22:49:03.8645886Z [00:02:17.658]➜           reloc_alloc=88
2025-08-20T22:49:03.8646353Z [00:02:17.658]➜        undefined_syms=106
2025-08-20T22:49:03.8646845Z [00:02:17.658]➜          defined_syms=179
2025-08-20T22:49:03.8647333Z [00:02:17.658]➜        input_sections=449
2025-08-20T22:49:03.8647829Z [00:02:17.658]➜           parsed_objs=1657
2025-08-20T22:49:03.8648329Z [00:02:17.658]➜      regular_sections=9628
2025-08-20T22:49:03.8648815Z [00:02:17.658]➜              all_syms=25247
2025-08-20T22:49:03.8649331Z [00:02:17.658]➜     total_input_bytes=38747354
2025-08-20T22:49:03.8649880Z [00:02:17.658]➜  .comment estimation=1627 actual=4
2025-08-20T22:49:03.8650474Z [00:02:17.658]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:49:03.8722674Z [00:02:17.667]➜  using mlockall ... yes
2025-08-20T22:49:03.8961112Z [00:02:17.691]➜        reloc_nonalloc=0
2025-08-20T22:49:03.8969180Z [00:02:17.692]➜               comdats=0
2025-08-20T22:49:03.8970092Z [00:02:17.692]➜    removed_comdat_mem=0
2025-08-20T22:49:03.8971329Z [00:02:17.692]➜              num_dsos=0
2025-08-20T22:49:03.8972038Z [00:02:17.692]➜       parsed_lto_objs=1
2025-08-20T22:49:03.8973381Z [00:02:17.692]➜              num_cies=1
2025-08-20T22:49:03.8973861Z [00:02:17.692]➜       num_unique_cies=1
2025-08-20T22:49:03.8974316Z [00:02:17.692]➜              num_fdes=1
2025-08-20T22:49:03.8974779Z [00:02:17.692]➜        merged_strings=6
2025-08-20T22:49:03.8975250Z [00:02:17.692]➜              num_objs=21
2025-08-20T22:49:03.8975729Z [00:02:17.692]➜         output_chunks=24
2025-08-20T22:49:03.8976206Z [00:02:17.692]➜      string_fragments=36
2025-08-20T22:49:03.8976695Z [00:02:17.692]➜      garbage_sections=57
2025-08-20T22:49:03.8977169Z [00:02:17.692]➜           reloc_alloc=89
2025-08-20T22:49:03.8977644Z [00:02:17.692]➜        undefined_syms=109
2025-08-20T22:49:03.8978144Z [00:02:17.692]➜          defined_syms=191
2025-08-20T22:49:03.8978661Z [00:02:17.692]➜        input_sections=477
2025-08-20T22:49:03.8979160Z [00:02:17.692]➜           parsed_objs=1657
2025-08-20T22:49:03.8979716Z [00:02:17.692]➜      regular_sections=9629
2025-08-20T22:49:03.8980217Z [00:02:17.692]➜              all_syms=25249
2025-08-20T22:49:03.8980728Z [00:02:17.692]➜     total_input_bytes=38747542
2025-08-20T22:49:03.8981460Z [00:02:17.692]➜  .comment estimation=1627 actual=4
2025-08-20T22:49:03.8982055Z [00:02:17.692]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:49:03.9156820Z [00:02:17.710]➜  using mlock2 ... yes
2025-08-20T22:49:03.9667583Z [00:02:17.761]➜  using _mm_stream_si128 ... no
2025-08-20T22:49:03.9858060Z [00:02:17.780]➜  using _mm_stream_si32 ... no
2025-08-20T22:49:04.0637449Z [00:02:17.858]➜  using _mm_stream_si64 ... no
2025-08-20T22:49:04.1703863Z [00:02:17.965]➜        reloc_nonalloc=0
2025-08-20T22:49:04.1707218Z [00:02:17.965]➜               comdats=0
2025-08-20T22:49:04.1708445Z [00:02:17.966]➜    removed_comdat_mem=0
2025-08-20T22:49:04.1711373Z [00:02:17.966]➜              num_dsos=0
2025-08-20T22:49:04.1712335Z [00:02:17.966]➜       parsed_lto_objs=1
2025-08-20T22:49:04.1713512Z [00:02:17.966]➜              num_cies=1
2025-08-20T22:49:04.1714408Z [00:02:17.966]➜       num_unique_cies=1
2025-08-20T22:49:04.1715239Z [00:02:17.966]➜              num_fdes=1
2025-08-20T22:49:04.1716206Z [00:02:17.966]➜        merged_strings=6
2025-08-20T22:49:04.1717081Z [00:02:17.966]➜              num_objs=21
2025-08-20T22:49:04.1718071Z [00:02:17.966]➜         output_chunks=24
2025-08-20T22:49:04.1720655Z [00:02:17.966]➜      string_fragments=36
2025-08-20T22:49:04.1721468Z [00:02:17.966]➜      garbage_sections=58
2025-08-20T22:49:04.1722047Z [00:02:17.966]➜           reloc_alloc=91
2025-08-20T22:49:04.1722620Z [00:02:17.966]➜        undefined_syms=113
2025-08-20T22:49:04.1723205Z [00:02:17.966]➜          defined_syms=190
2025-08-20T22:49:04.1723776Z [00:02:17.966]➜        input_sections=478
2025-08-20T22:49:04.1724378Z [00:02:17.966]➜           parsed_objs=1657
2025-08-20T22:49:04.1724970Z [00:02:17.966]➜      regular_sections=9628
2025-08-20T22:49:04.1725883Z [00:02:17.966]➜              all_syms=25248
2025-08-20T22:49:04.1726500Z [00:02:17.966]➜     total_input_bytes=38747898
2025-08-20T22:49:04.1727148Z [00:02:17.966]➜  .comment estimation=1627 actual=4
2025-08-20T22:49:04.1727850Z [00:02:17.966]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:49:04.1829015Z [00:02:17.978]➜        reloc_nonalloc=0
2025-08-20T22:49:04.1841679Z [00:02:17.978]➜               comdats=0
2025-08-20T22:49:04.1842184Z [00:02:17.978]➜    removed_comdat_mem=0
2025-08-20T22:49:04.1842649Z [00:02:17.978]➜              num_dsos=0
2025-08-20T22:49:04.1843117Z [00:02:17.978]➜       parsed_lto_objs=1
2025-08-20T22:49:04.1843582Z [00:02:17.978]➜              num_cies=1
2025-08-20T22:49:04.1844038Z [00:02:17.978]➜       num_unique_cies=1
2025-08-20T22:49:04.1844485Z [00:02:17.978]➜              num_fdes=1
2025-08-20T22:49:04.1845001Z [00:02:17.978]➜        merged_strings=6
2025-08-20T22:49:04.1845462Z [00:02:17.978]➜              num_objs=20
2025-08-20T22:49:04.1845948Z [00:02:17.978]➜         output_chunks=24
2025-08-20T22:49:04.1846414Z [00:02:17.978]➜      string_fragments=34
2025-08-20T22:49:04.1846912Z [00:02:17.978]➜      garbage_sections=54
2025-08-20T22:49:04.1879762Z [00:02:17.978]➜           reloc_alloc=91
2025-08-20T22:49:04.1880279Z [00:02:17.978]➜        undefined_syms=107
2025-08-20T22:49:04.1880975Z [00:02:17.978]➜          defined_syms=181
2025-08-20T22:49:04.1881477Z [00:02:17.978]➜        input_sections=450
2025-08-20T22:49:04.1881970Z [00:02:17.978]➜           parsed_objs=1657
2025-08-20T22:49:04.1882465Z [00:02:17.978]➜      regular_sections=9629
2025-08-20T22:49:04.1882958Z [00:02:17.978]➜              all_syms=25249
2025-08-20T22:49:04.1883471Z [00:02:17.978]➜     total_input_bytes=38747774
2025-08-20T22:49:04.1884022Z [00:02:17.978]➜  .comment estimation=1627 actual=4
2025-08-20T22:49:04.1884872Z [00:02:17.978]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:49:04.1889467Z [00:02:17.984]➜  using modify_ldt ... yes
2025-08-20T22:49:04.2017376Z [00:02:17.996]➜  using mprotect ... yes
2025-08-20T22:49:04.3298631Z [00:02:18.125]➜        reloc_nonalloc=0
2025-08-20T22:49:04.3308957Z [00:02:18.125]➜               comdats=0
2025-08-20T22:49:04.3312192Z [00:02:18.126]➜    removed_comdat_mem=0
2025-08-20T22:49:04.3312794Z [00:02:18.126]➜              num_dsos=0
2025-08-20T22:49:04.3313359Z [00:02:18.126]➜       parsed_lto_objs=1
2025-08-20T22:49:04.3313918Z [00:02:18.126]➜              num_cies=1
2025-08-20T22:49:04.3314482Z [00:02:18.126]➜       num_unique_cies=1
2025-08-20T22:49:04.3315029Z [00:02:18.126]➜              num_fdes=2
2025-08-20T22:49:04.3315589Z [00:02:18.126]➜         output_chunks=28
2025-08-20T22:49:04.3316167Z [00:02:18.126]➜        merged_strings=30
2025-08-20T22:49:04.3316721Z [00:02:18.126]➜              num_objs=92
2025-08-20T22:49:04.3317294Z [00:02:18.126]➜      string_fragments=196
2025-08-20T22:49:04.3317905Z [00:02:18.126]➜      garbage_sections=282
2025-08-20T22:49:04.3318489Z [00:02:18.126]➜        undefined_syms=395
2025-08-20T22:49:04.3319081Z [00:02:18.126]➜           reloc_alloc=527
2025-08-20T22:49:04.3319652Z [00:02:18.126]➜          defined_syms=1018
2025-08-20T22:49:04.3320233Z [00:02:18.126]➜           parsed_objs=1657
2025-08-20T22:49:04.3320998Z [00:02:18.126]➜        input_sections=2450
2025-08-20T22:49:04.3321580Z [00:02:18.126]➜      regular_sections=9631
2025-08-20T22:49:04.3322169Z [00:02:18.126]➜              all_syms=25271
2025-08-20T22:49:04.3322782Z [00:02:18.126]➜     total_input_bytes=38751322
2025-08-20T22:49:04.3323439Z [00:02:18.126]➜  .comment estimation=1627 actual=4
2025-08-20T22:49:04.3324138Z [00:02:18.126]➜  .rodata.cst8 estimation=1626 actual=1
2025-08-20T22:49:04.3324855Z [00:02:18.126]➜  .rodata.str1.1 estimation=1632 actual=13
2025-08-20T22:49:04.3325557Z [00:02:18.126]➜  .rodata.cst4 estimation=1630 actual=9
2025-08-20T22:49:04.3326260Z [00:02:18.126]➜  .rodata.cst16 estimation=1627 actual=3
2025-08-20T22:49:04.3442587Z [00:02:18.139]➜  using POSIX message queues ... yes
2025-08-20T22:49:04.3728032Z [00:02:18.168]➜  using mquery ... no
2025-08-20T22:49:04.4109263Z [00:02:18.206]➜        reloc_nonalloc=0
2025-08-20T22:49:04.4115295Z [00:02:18.206]➜               comdats=0
2025-08-20T22:49:04.4129843Z [00:02:18.207]➜    removed_comdat_mem=0
2025-08-20T22:49:04.4130443Z [00:02:18.207]➜              num_dsos=0
2025-08-20T22:49:04.4131206Z [00:02:18.207]➜       parsed_lto_objs=1
2025-08-20T22:49:04.4131756Z [00:02:18.207]➜              num_cies=1
2025-08-20T22:49:04.4132327Z [00:02:18.207]➜       num_unique_cies=1
2025-08-20T22:49:04.4132884Z [00:02:18.207]➜              num_fdes=1
2025-08-20T22:49:04.4133418Z [00:02:18.207]➜        merged_strings=6
2025-08-20T22:49:04.4133995Z [00:02:18.207]➜         output_chunks=24
2025-08-20T22:49:04.4134572Z [00:02:18.207]➜              num_objs=25
2025-08-20T22:49:04.4135130Z [00:02:18.207]➜      string_fragments=44
2025-08-20T22:49:04.4135727Z [00:02:18.207]➜      garbage_sections=70
2025-08-20T22:49:04.4136403Z [00:02:18.207]➜           reloc_alloc=102
2025-08-20T22:49:04.4136994Z [00:02:18.207]➜        undefined_syms=126
2025-08-20T22:49:04.4137559Z [00:02:18.207]➜          defined_syms=232
2025-08-20T22:49:04.4138131Z [00:02:18.207]➜        input_sections=587
2025-08-20T22:49:04.4138704Z [00:02:18.207]➜           parsed_objs=1657
2025-08-20T22:49:04.4139285Z [00:02:18.207]➜      regular_sections=9628
2025-08-20T22:49:04.4139876Z [00:02:18.207]➜              all_syms=25254
2025-08-20T22:49:04.4140484Z [00:02:18.207]➜     total_input_bytes=38748670
2025-08-20T22:49:04.4142287Z [00:02:18.207]➜  .comment estimation=1627 actual=4
2025-08-20T22:49:04.4143004Z [00:02:18.207]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:49:04.4345881Z [00:02:18.229]➜  using SYSV message queues ... yes
2025-08-20T22:49:04.5216573Z [00:02:18.316]➜  using mseal ... no
2025-08-20T22:49:04.5663366Z [00:02:18.361]➜        reloc_nonalloc=0
2025-08-20T22:49:04.5758558Z [00:02:18.370]➜               comdats=0
2025-08-20T22:49:04.5768232Z [00:02:18.370]➜    removed_comdat_mem=0
2025-08-20T22:49:04.5768858Z [00:02:18.370]➜              num_dsos=0
2025-08-20T22:49:04.5769445Z [00:02:18.370]➜       parsed_lto_objs=1
2025-08-20T22:49:04.5770006Z [00:02:18.370]➜              num_cies=1
2025-08-20T22:49:04.5770559Z [00:02:18.370]➜       num_unique_cies=1
2025-08-20T22:49:04.5771337Z [00:02:18.370]➜              num_fdes=1
2025-08-20T22:49:04.5771893Z [00:02:18.370]➜        merged_strings=6
2025-08-20T22:49:04.5772453Z [00:02:18.371]➜              num_objs=20
2025-08-20T22:49:04.5773016Z [00:02:18.371]➜         output_chunks=24
2025-08-20T22:49:04.5773589Z [00:02:18.371]➜      string_fragments=34
2025-08-20T22:49:04.5774171Z [00:02:18.371]➜      garbage_sections=54
2025-08-20T22:49:04.5774735Z [00:02:18.371]➜           reloc_alloc=88
2025-08-20T22:49:04.5775296Z [00:02:18.371]➜        undefined_syms=109
2025-08-20T22:49:04.5775861Z [00:02:18.371]➜          defined_syms=181
2025-08-20T22:49:04.5776447Z [00:02:18.371]➜        input_sections=450
2025-08-20T22:49:04.5777023Z [00:02:18.371]➜           parsed_objs=1657
2025-08-20T22:49:04.5777647Z [00:02:18.371]➜      regular_sections=9628
2025-08-20T22:49:04.5778225Z [00:02:18.371]➜              all_syms=25247
2025-08-20T22:49:04.5778831Z [00:02:18.371]➜     total_input_bytes=38747334
2025-08-20T22:49:04.5779474Z [00:02:18.371]➜  .comment estimation=1627 actual=4
2025-08-20T22:49:04.5780183Z [00:02:18.371]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:49:04.6054080Z [00:02:18.400]➜  using mremap ... yes
2025-08-20T22:49:04.6452901Z [00:02:18.440]➜        reloc_nonalloc=0
2025-08-20T22:49:04.6466578Z [00:02:18.441]➜               comdats=0
2025-08-20T22:49:04.6471395Z [00:02:18.442]➜    removed_comdat_mem=0
2025-08-20T22:49:04.6471998Z [00:02:18.442]➜              num_dsos=0
2025-08-20T22:49:04.6475064Z [00:02:18.442]➜       parsed_lto_objs=1
2025-08-20T22:49:04.6479736Z [00:02:18.442]➜              num_cies=1
2025-08-20T22:49:04.6482293Z [00:02:18.442]➜       num_unique_cies=1
2025-08-20T22:49:04.6484486Z [00:02:18.442]➜              num_fdes=1
2025-08-20T22:49:04.6486163Z [00:02:18.442]➜        merged_strings=6
2025-08-20T22:49:04.6489271Z [00:02:18.442]➜         output_chunks=25
2025-08-20T22:49:04.6489806Z [00:02:18.442]➜              num_objs=29
2025-08-20T22:49:04.6490368Z [00:02:18.442]➜      string_fragments=50
2025-08-20T22:49:04.6491139Z [00:02:18.442]➜      garbage_sections=82
2025-08-20T22:49:04.6491721Z [00:02:18.442]➜           reloc_alloc=117
2025-08-20T22:49:04.6492290Z [00:02:18.442]➜        undefined_syms=145
2025-08-20T22:49:04.6492863Z [00:02:18.442]➜          defined_syms=277
2025-08-20T22:49:04.6493448Z [00:02:18.442]➜        input_sections=692
2025-08-20T22:49:04.6494041Z [00:02:18.442]➜           parsed_objs=1657
2025-08-20T22:49:04.6494624Z [00:02:18.442]➜      regular_sections=9629
2025-08-20T22:49:04.6495206Z [00:02:18.442]➜              all_syms=25263
2025-08-20T22:49:04.6495802Z [00:02:18.442]➜     total_input_bytes=38749834
2025-08-20T22:49:04.6496467Z [00:02:18.442]➜  .comment estimation=1627 actual=4
2025-08-20T22:49:04.6497182Z [00:02:18.442]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:49:04.6616250Z [00:02:18.456]➜  using msync ... yes
2025-08-20T22:49:04.6911764Z [00:02:18.486]➜        reloc_nonalloc=0
2025-08-20T22:49:04.6926028Z [00:02:18.487]➜               comdats=0
2025-08-20T22:49:04.6930623Z [00:02:18.488]➜    removed_comdat_mem=0
2025-08-20T22:49:04.6933549Z [00:02:18.488]➜              num_dsos=0
2025-08-20T22:49:04.6934153Z [00:02:18.488]➜       parsed_lto_objs=1
2025-08-20T22:49:04.6934720Z [00:02:18.488]➜              num_cies=1
2025-08-20T22:49:04.6935259Z [00:02:18.488]➜       num_unique_cies=1
2025-08-20T22:49:04.6935828Z [00:02:18.488]➜              num_fdes=1
2025-08-20T22:49:04.6936375Z [00:02:18.488]➜        merged_strings=6
2025-08-20T22:49:04.6936938Z [00:02:18.488]➜              num_objs=19
2025-08-20T22:49:04.6937505Z [00:02:18.488]➜         output_chunks=24
2025-08-20T22:49:04.6938429Z [00:02:18.488]➜      string_fragments=32
2025-08-20T22:49:04.6939048Z [00:02:18.488]➜      garbage_sections=52
2025-08-20T22:49:04.6939628Z [00:02:18.488]➜           reloc_alloc=88
2025-08-20T22:49:04.6940195Z [00:02:18.488]➜        undefined_syms=108
2025-08-20T22:49:04.6940952Z [00:02:18.488]➜          defined_syms=170
2025-08-20T22:49:04.6941507Z [00:02:18.488]➜        input_sections=424
2025-08-20T22:49:04.6942031Z [00:02:18.488]➜           parsed_objs=1657
2025-08-20T22:49:04.6942550Z [00:02:18.488]➜      regular_sections=9628
2025-08-20T22:49:04.6943061Z [00:02:18.488]➜              all_syms=25248
2025-08-20T22:49:04.6943597Z [00:02:18.488]➜     total_input_bytes=38747810
2025-08-20T22:49:04.6944165Z [00:02:18.488]➜  .comment estimation=1627 actual=4
2025-08-20T22:49:04.6944783Z [00:02:18.488]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:49:04.7084183Z [00:02:18.503]➜  using mtx_destroy ... yes
2025-08-20T22:49:04.8263125Z [00:02:18.621]➜        reloc_nonalloc=0
2025-08-20T22:49:04.8268834Z [00:02:18.621]➜               comdats=0
2025-08-20T22:49:04.8269437Z [00:02:18.621]➜    removed_comdat_mem=0
2025-08-20T22:49:04.8270040Z [00:02:18.621]➜              num_dsos=0
2025-08-20T22:49:04.8270614Z [00:02:18.621]➜       parsed_lto_objs=1
2025-08-20T22:49:04.8271712Z [00:02:18.621]➜              num_cies=1
2025-08-20T22:49:04.8272494Z [00:02:18.621]➜       num_unique_cies=1
2025-08-20T22:49:04.8273229Z [00:02:18.621]➜              num_fdes=1
2025-08-20T22:49:04.8273953Z [00:02:18.621]➜        merged_strings=6
2025-08-20T22:49:04.8274713Z [00:02:18.621]➜              num_objs=19
2025-08-20T22:49:04.8277732Z [00:02:18.621]➜         output_chunks=24
2025-08-20T22:49:04.8278359Z [00:02:18.621]➜      string_fragments=32
2025-08-20T22:49:04.8278944Z [00:02:18.621]➜      garbage_sections=52
2025-08-20T22:49:04.8279506Z [00:02:18.621]➜           reloc_alloc=88
2025-08-20T22:49:04.8280068Z [00:02:18.621]➜        undefined_syms=108
2025-08-20T22:49:04.8280666Z [00:02:18.621]➜          defined_syms=171
2025-08-20T22:49:04.8282559Z [00:02:18.621]➜        input_sections=426
2025-08-20T22:49:04.8283182Z [00:02:18.621]➜           parsed_objs=1657
2025-08-20T22:49:04.8284157Z [00:02:18.621]➜      regular_sections=9628
2025-08-20T22:49:04.8284759Z [00:02:18.621]➜              all_syms=25248
2025-08-20T22:49:04.8285373Z [00:02:18.621]➜     total_input_bytes=38747806
2025-08-20T22:49:04.8286009Z [00:02:18.621]➜  .comment estimation=1627 actual=4
2025-08-20T22:49:04.8286734Z [00:02:18.621]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:49:04.8392687Z [00:02:18.634]➜  using mtx_init ... yes
2025-08-20T22:49:04.9210287Z [00:02:18.716]➜        reloc_nonalloc=0
2025-08-20T22:49:04.9217370Z [00:02:18.716]➜               comdats=0
2025-08-20T22:49:04.9218254Z [00:02:18.716]➜    removed_comdat_mem=0
2025-08-20T22:49:04.9218884Z [00:02:18.716]➜              num_dsos=0
2025-08-20T22:49:04.9219493Z [00:02:18.716]➜       parsed_lto_objs=1
2025-08-20T22:49:04.9220477Z [00:02:18.716]➜              num_cies=1
2025-08-20T22:49:04.9221552Z [00:02:18.716]➜       num_unique_cies=1
2025-08-20T22:49:04.9222499Z [00:02:18.716]➜              num_fdes=1
2025-08-20T22:49:04.9223302Z [00:02:18.716]➜        merged_strings=6
2025-08-20T22:49:04.9224163Z [00:02:18.716]➜              num_objs=20
2025-08-20T22:49:04.9224871Z [00:02:18.716]➜         output_chunks=24
2025-08-20T22:49:04.9226001Z [00:02:18.716]➜      string_fragments=34
2025-08-20T22:49:04.9226824Z [00:02:18.716]➜      garbage_sections=54
2025-08-20T22:49:04.9227447Z [00:02:18.716]➜           reloc_alloc=87
2025-08-20T22:49:04.9229230Z [00:02:18.716]➜        undefined_syms=106
2025-08-20T22:49:04.9229725Z [00:02:18.716]➜          defined_syms=181
2025-08-20T22:49:04.9230207Z [00:02:18.716]➜        input_sections=450
2025-08-20T22:49:04.9230692Z [00:02:18.716]➜           parsed_objs=1657
2025-08-20T22:49:04.9231367Z [00:02:18.716]➜      regular_sections=9629
2025-08-20T22:49:04.9231859Z [00:02:18.716]➜              all_syms=25249
2025-08-20T22:49:04.9232625Z [00:02:18.716]➜     total_input_bytes=38747530
2025-08-20T22:49:04.9233195Z [00:02:18.716]➜  .comment estimation=1627 actual=4
2025-08-20T22:49:04.9233809Z [00:02:18.716]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:49:04.9507404Z [00:02:18.745]➜  using munlock ... yes
2025-08-20T22:49:04.9655791Z [00:02:18.760]➜        reloc_nonalloc=0
2025-08-20T22:49:04.9656305Z [00:02:18.760]➜               comdats=0
2025-08-20T22:49:04.9656750Z [00:02:18.760]➜    removed_comdat_mem=0
2025-08-20T22:49:04.9658981Z [00:02:18.761]➜              num_dsos=0
2025-08-20T22:49:04.9659750Z [00:02:18.761]➜       parsed_lto_objs=1
2025-08-20T22:49:04.9660495Z [00:02:18.761]➜              num_cies=1
2025-08-20T22:49:04.9661348Z [00:02:18.761]➜       num_unique_cies=1
2025-08-20T22:49:04.9662013Z [00:02:18.761]➜              num_fdes=1
2025-08-20T22:49:04.9662767Z [00:02:18.761]➜        merged_strings=6
2025-08-20T22:49:04.9663433Z [00:02:18.761]➜              num_objs=20
2025-08-20T22:49:04.9664196Z [00:02:18.761]➜         output_chunks=24
2025-08-20T22:49:04.9665031Z [00:02:18.761]➜      string_fragments=34
2025-08-20T22:49:04.9666437Z [00:02:18.761]➜      garbage_sections=54
2025-08-20T22:49:04.9667140Z [00:02:18.761]➜           reloc_alloc=86
2025-08-20T22:49:04.9667769Z [00:02:18.761]➜        undefined_syms=106
2025-08-20T22:49:04.9668426Z [00:02:18.761]➜          defined_syms=179
2025-08-20T22:49:04.9669214Z [00:02:18.761]➜        input_sections=449
2025-08-20T22:49:04.9669973Z [00:02:18.761]➜           parsed_objs=1657
2025-08-20T22:49:04.9670762Z [00:02:18.761]➜      regular_sections=9628
2025-08-20T22:49:04.9671849Z [00:02:18.761]➜              all_syms=25247
2025-08-20T22:49:04.9681574Z [00:02:18.761]➜     total_input_bytes=38747258
2025-08-20T22:49:04.9682398Z [00:02:18.761]➜  .comment estimation=1627 actual=4
2025-08-20T22:49:04.9683320Z [00:02:18.761]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:49:04.9855233Z [00:02:18.780]➜        reloc_nonalloc=0
2025-08-20T22:49:04.9862996Z [00:02:18.781]➜               comdats=0
2025-08-20T22:49:04.9863596Z [00:02:18.781]➜    removed_comdat_mem=0
2025-08-20T22:49:04.9864072Z [00:02:18.781]➜              num_dsos=0
2025-08-20T22:49:04.9864879Z [00:02:18.781]➜       parsed_lto_objs=1
2025-08-20T22:49:04.9865365Z [00:02:18.781]➜              num_cies=1
2025-08-20T22:49:04.9865841Z [00:02:18.781]➜       num_unique_cies=1
2025-08-20T22:49:04.9866320Z [00:02:18.781]➜              num_fdes=1
2025-08-20T22:49:04.9866796Z [00:02:18.781]➜        merged_strings=6
2025-08-20T22:49:04.9867269Z [00:02:18.781]➜              num_objs=18
2025-08-20T22:49:04.9867761Z [00:02:18.781]➜         output_chunks=24
2025-08-20T22:49:04.9868255Z [00:02:18.781]➜      string_fragments=30
2025-08-20T22:49:04.9868742Z [00:02:18.781]➜      garbage_sections=49
2025-08-20T22:49:04.9869227Z [00:02:18.781]➜           reloc_alloc=87
2025-08-20T22:49:04.9869713Z [00:02:18.781]➜        undefined_syms=106
2025-08-20T22:49:04.9870209Z [00:02:18.781]➜          defined_syms=161
2025-08-20T22:49:04.9870728Z [00:02:18.781]➜        input_sections=400
2025-08-20T22:49:04.9871455Z [00:02:18.781]➜           parsed_objs=1657
2025-08-20T22:49:04.9871993Z [00:02:18.781]➜      regular_sections=9628
2025-08-20T22:49:04.9872515Z [00:02:18.781]➜              all_syms=25246
2025-08-20T22:49:04.9873044Z [00:02:18.781]➜     total_input_bytes=38747146
2025-08-20T22:49:04.9873603Z [00:02:18.781]➜  .comment estimation=1627 actual=4
2025-08-20T22:49:04.9874215Z [00:02:18.781]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:49:04.9924564Z [00:02:18.787]➜  using munlockall ... yes
2025-08-20T22:49:05.0049888Z [00:02:18.800]➜  using _mm_getcsr ... yes
2025-08-20T22:49:05.0806676Z [00:02:18.875]➜        reloc_nonalloc=0
2025-08-20T22:49:05.0832284Z [00:02:18.876]➜               comdats=0
2025-08-20T22:49:05.0836235Z [00:02:18.878]➜    removed_comdat_mem=0
2025-08-20T22:49:05.0842774Z [00:02:18.879]➜              num_dsos=0
2025-08-20T22:49:05.0843350Z [00:02:18.879]➜       parsed_lto_objs=1
2025-08-20T22:49:05.0843888Z [00:02:18.879]➜              num_cies=1
2025-08-20T22:49:05.0846140Z [00:02:18.879]➜       num_unique_cies=1
2025-08-20T22:49:05.0848824Z [00:02:18.879]➜              num_fdes=1
2025-08-20T22:49:05.0849642Z [00:02:18.880]➜        merged_strings=7
2025-08-20T22:49:05.0850429Z [00:02:18.880]➜              num_objs=21
2025-08-20T22:49:05.0851880Z [00:02:18.880]➜         output_chunks=24
2025-08-20T22:49:05.0852783Z [00:02:18.880]➜      string_fragments=37
2025-08-20T22:49:05.0854373Z [00:02:18.880]➜      garbage_sections=58
2025-08-20T22:49:05.0855367Z [00:02:18.880]➜           reloc_alloc=91
2025-08-20T22:49:05.0857742Z [00:02:18.880]➜        undefined_syms=113
2025-08-20T22:49:05.0858336Z [00:02:18.880]➜          defined_syms=191
2025-08-20T22:49:05.0864940Z [00:02:18.880]➜        input_sections=479
2025-08-20T22:49:05.0865512Z [00:02:18.880]➜           parsed_objs=1657
2025-08-20T22:49:05.0866086Z [00:02:18.880]➜      regular_sections=9629
2025-08-20T22:49:05.0866642Z [00:02:18.880]➜              all_syms=25249
2025-08-20T22:49:05.0867249Z [00:02:18.880]➜     total_input_bytes=38748114
2025-08-20T22:49:05.0867897Z [00:02:18.880]➜  .comment estimation=1627 actual=4
2025-08-20T22:49:05.0868609Z [00:02:18.880]➜  .rodata.str1.1 estimation=1627 actual=3
2025-08-20T22:49:05.1051546Z [00:02:18.900]➜  using name_to_handle_at ... yes
2025-08-20T22:49:05.1229628Z [00:02:18.918]➜        reloc_nonalloc=0
2025-08-20T22:49:05.1235311Z [00:02:18.918]➜               comdats=0
2025-08-20T22:49:05.1237745Z [00:02:18.918]➜    removed_comdat_mem=0
2025-08-20T22:49:05.1238263Z [00:02:18.918]➜              num_dsos=0
2025-08-20T22:49:05.1238770Z [00:02:18.918]➜       parsed_lto_objs=1
2025-08-20T22:49:05.1239259Z [00:02:18.918]➜              num_cies=1
2025-08-20T22:49:05.1239744Z [00:02:18.918]➜       num_unique_cies=1
2025-08-20T22:49:05.1240220Z [00:02:18.918]➜              num_fdes=1
2025-08-20T22:49:05.1240686Z [00:02:18.918]➜        merged_strings=6
2025-08-20T22:49:05.1241426Z [00:02:18.918]➜              num_objs=18
2025-08-20T22:49:05.1241962Z [00:02:18.918]➜         output_chunks=24
2025-08-20T22:49:05.1242461Z [00:02:18.918]➜      string_fragments=30
2025-08-20T22:49:05.1243223Z [00:02:18.918]➜      garbage_sections=49
2025-08-20T22:49:05.1243698Z [00:02:18.918]➜           reloc_alloc=87
2025-08-20T22:49:05.1244189Z [00:02:18.918]➜        undefined_syms=106
2025-08-20T22:49:05.1244691Z [00:02:18.918]➜          defined_syms=161
2025-08-20T22:49:05.1245187Z [00:02:18.918]➜        input_sections=400
2025-08-20T22:49:05.1245691Z [00:02:18.918]➜           parsed_objs=1657
2025-08-20T22:49:05.1246197Z [00:02:18.918]➜      regular_sections=9628
2025-08-20T22:49:05.1246702Z [00:02:18.918]➜              all_syms=25246
2025-08-20T22:49:05.1247225Z [00:02:18.918]➜     total_input_bytes=38747146
2025-08-20T22:49:05.1247832Z [00:02:18.918]➜  .comment estimation=1627 actual=4
2025-08-20T22:49:05.1248448Z [00:02:18.918]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:49:05.1438524Z [00:02:18.939]➜  using _mm_setcsr ... yes
2025-08-20T22:49:05.1766353Z [00:02:18.971]➜        reloc_nonalloc=0
2025-08-20T22:49:05.1777029Z [00:02:18.973]➜               comdats=0
2025-08-20T22:49:05.1788263Z [00:02:18.973]➜    removed_comdat_mem=0
2025-08-20T22:49:05.1788798Z [00:02:18.973]➜              num_dsos=0
2025-08-20T22:49:05.1789294Z [00:02:18.973]➜       parsed_lto_objs=1
2025-08-20T22:49:05.1789777Z [00:02:18.973]➜              num_cies=1
2025-08-20T22:49:05.1790238Z [00:02:18.973]➜       num_unique_cies=1
2025-08-20T22:49:05.1790712Z [00:02:18.973]➜              num_fdes=1
2025-08-20T22:49:05.1791402Z [00:02:18.973]➜        merged_strings=6
2025-08-20T22:49:05.1791879Z [00:02:18.973]➜              num_objs=22
2025-08-20T22:49:05.1792389Z [00:02:18.973]➜         output_chunks=24
2025-08-20T22:49:05.1792895Z [00:02:18.973]➜      string_fragments=38
2025-08-20T22:49:05.1793414Z [00:02:18.973]➜      garbage_sections=60
2025-08-20T22:49:05.1793937Z [00:02:18.973]➜           reloc_alloc=90
2025-08-20T22:49:05.1794428Z [00:02:18.973]➜        undefined_syms=112
2025-08-20T22:49:05.1795186Z [00:02:18.973]➜          defined_syms=199
2025-08-20T22:49:05.1795710Z [00:02:18.973]➜        input_sections=503
2025-08-20T22:49:05.1796232Z [00:02:18.973]➜           parsed_objs=1657
2025-08-20T22:49:05.1796747Z [00:02:18.973]➜      regular_sections=9628
2025-08-20T22:49:05.1797255Z [00:02:18.973]➜              all_syms=25247
2025-08-20T22:49:05.1797772Z [00:02:18.973]➜     total_input_bytes=38747242
2025-08-20T22:49:05.1798341Z [00:02:18.973]➜  .comment estimation=1627 actual=4
2025-08-20T22:49:05.1798969Z [00:02:18.973]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:49:05.1875520Z [00:02:18.982]➜  using nice ... yes
2025-08-20T22:49:05.1965946Z [00:02:18.991]➜        reloc_nonalloc=0
2025-08-20T22:49:05.1967195Z [00:02:18.992]➜               comdats=0
2025-08-20T22:49:05.1971324Z [00:02:18.992]➜    removed_comdat_mem=0
2025-08-20T22:49:05.1971805Z [00:02:18.992]➜              num_dsos=0
2025-08-20T22:49:05.1972300Z [00:02:18.992]➜       parsed_lto_objs=1
2025-08-20T22:49:05.1972812Z [00:02:18.992]➜              num_cies=1
2025-08-20T22:49:05.1973267Z [00:02:18.992]➜       num_unique_cies=1
2025-08-20T22:49:05.1973726Z [00:02:18.992]➜              num_fdes=1
2025-08-20T22:49:05.1974133Z [00:02:18.992]➜        merged_strings=6
2025-08-20T22:49:05.1974557Z [00:02:18.992]➜              num_objs=23
2025-08-20T22:49:05.1975033Z [00:02:18.992]➜         output_chunks=24
2025-08-20T22:49:05.1975498Z [00:02:18.992]➜      string_fragments=40
2025-08-20T22:49:05.1975939Z [00:02:18.992]➜      garbage_sections=64
2025-08-20T22:49:05.1976383Z [00:02:18.992]➜           reloc_alloc=94
2025-08-20T22:49:05.1976859Z [00:02:18.992]➜        undefined_syms=119
2025-08-20T22:49:05.1977348Z [00:02:18.992]➜          defined_syms=212
2025-08-20T22:49:05.1977806Z [00:02:18.992]➜        input_sections=533
2025-08-20T22:49:05.1978312Z [00:02:18.992]➜           parsed_objs=1657
2025-08-20T22:49:05.1978824Z [00:02:18.992]➜      regular_sections=9628
2025-08-20T22:49:05.1979325Z [00:02:18.992]➜              all_syms=25248
2025-08-20T22:49:05.1979848Z [00:02:18.992]➜     total_input_bytes=38747994
2025-08-20T22:49:05.1980413Z [00:02:18.992]➜  .comment estimation=1627 actual=4
2025-08-20T22:49:05.1981477Z [00:02:18.992]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:49:05.2031206Z [00:02:18.998]➜        reloc_nonalloc=0
2025-08-20T22:49:05.2041270Z [00:02:18.998]➜               comdats=0
2025-08-20T22:49:05.2041760Z [00:02:18.998]➜    removed_comdat_mem=0
2025-08-20T22:49:05.2042195Z [00:02:18.998]➜              num_dsos=0
2025-08-20T22:49:05.2042639Z [00:02:18.998]➜       parsed_lto_objs=1
2025-08-20T22:49:05.2043100Z [00:02:18.998]➜              num_cies=1
2025-08-20T22:49:05.2043545Z [00:02:18.998]➜       num_unique_cies=1
2025-08-20T22:49:05.2043975Z [00:02:18.998]➜              num_fdes=1
2025-08-20T22:49:05.2044426Z [00:02:18.998]➜        merged_strings=7
2025-08-20T22:49:05.2044912Z [00:02:18.998]➜              num_objs=21
2025-08-20T22:49:05.2045385Z [00:02:18.998]➜         output_chunks=24
2025-08-20T22:49:05.2045878Z [00:02:18.998]➜      string_fragments=37
2025-08-20T22:49:05.2046368Z [00:02:18.998]➜      garbage_sections=57
2025-08-20T22:49:05.2046871Z [00:02:18.998]➜           reloc_alloc=89
2025-08-20T22:49:05.2047360Z [00:02:18.998]➜        undefined_syms=109
2025-08-20T22:49:05.2047826Z [00:02:18.998]➜          defined_syms=192
2025-08-20T22:49:05.2048382Z [00:02:18.998]➜        input_sections=478
2025-08-20T22:49:05.2048872Z [00:02:18.998]➜           parsed_objs=1657
2025-08-20T22:49:05.2049365Z [00:02:18.998]➜      regular_sections=9629
2025-08-20T22:49:05.2049854Z [00:02:18.998]➜              all_syms=25248
2025-08-20T22:49:05.2050361Z [00:02:18.998]➜     total_input_bytes=38747518
2025-08-20T22:49:05.2051074Z [00:02:18.998]➜  .comment estimation=1627 actual=4
2025-08-20T22:49:05.2051663Z [00:02:18.998]➜  .rodata.str1.1 estimation=1627 actual=3
2025-08-20T22:49:05.2115887Z [00:02:19.006]➜  using nanosleep ... yes
2025-08-20T22:49:05.2157379Z [00:02:19.011]➜  using openat ... yes
2025-08-20T22:49:05.3114753Z [00:02:19.106]➜        reloc_nonalloc=0
2025-08-20T22:49:05.3120746Z [00:02:19.106]➜               comdats=0
2025-08-20T22:49:05.3121473Z [00:02:19.106]➜    removed_comdat_mem=0
2025-08-20T22:49:05.3121958Z [00:02:19.106]➜              num_dsos=0
2025-08-20T22:49:05.3122450Z [00:02:19.106]➜       parsed_lto_objs=1
2025-08-20T22:49:05.3122924Z [00:02:19.106]➜              num_cies=1
2025-08-20T22:49:05.3123389Z [00:02:19.106]➜       num_unique_cies=1
2025-08-20T22:49:05.3123851Z [00:02:19.106]➜              num_fdes=1
2025-08-20T22:49:05.3124318Z [00:02:19.106]➜        merged_strings=7
2025-08-20T22:49:05.3124772Z [00:02:19.106]➜              num_objs=21
2025-08-20T22:49:05.3125264Z [00:02:19.106]➜         output_chunks=24
2025-08-20T22:49:05.3125760Z [00:02:19.106]➜      string_fragments=37
2025-08-20T22:49:05.3126250Z [00:02:19.106]➜      garbage_sections=58
2025-08-20T22:49:05.3126737Z [00:02:19.106]➜           reloc_alloc=91
2025-08-20T22:49:05.3127223Z [00:02:19.106]➜        undefined_syms=113
2025-08-20T22:49:05.3127734Z [00:02:19.106]➜          defined_syms=191
2025-08-20T22:49:05.3128227Z [00:02:19.106]➜        input_sections=479
2025-08-20T22:49:05.3128735Z [00:02:19.106]➜           parsed_objs=1657
2025-08-20T22:49:05.3129232Z [00:02:19.106]➜      regular_sections=9629
2025-08-20T22:49:05.3129725Z [00:02:19.106]➜              all_syms=25249
2025-08-20T22:49:05.3130237Z [00:02:19.106]➜     total_input_bytes=38748106
2025-08-20T22:49:05.3130928Z [00:02:19.106]➜  .comment estimation=1627 actual=4
2025-08-20T22:49:05.3131540Z [00:02:19.106]➜  .rodata.str1.1 estimation=1627 actual=3
2025-08-20T22:49:05.3327171Z [00:02:19.127]➜  using openat2 ... yes
2025-08-20T22:49:05.3703713Z [00:02:19.165]➜        reloc_nonalloc=0
2025-08-20T22:49:05.3707492Z [00:02:19.165]➜               comdats=0
2025-08-20T22:49:05.3708231Z [00:02:19.165]➜    removed_comdat_mem=0
2025-08-20T22:49:05.3711716Z [00:02:19.165]➜              num_dsos=0
2025-08-20T22:49:05.3712224Z [00:02:19.165]➜       parsed_lto_objs=1
2025-08-20T22:49:05.3712747Z [00:02:19.165]➜              num_cies=1
2025-08-20T22:49:05.3713212Z [00:02:19.165]➜       num_unique_cies=1
2025-08-20T22:49:05.3713919Z [00:02:19.165]➜              num_fdes=1
2025-08-20T22:49:05.3714380Z [00:02:19.165]➜        merged_strings=7
2025-08-20T22:49:05.3714854Z [00:02:19.165]➜         output_chunks=26
2025-08-20T22:49:05.3715336Z [00:02:19.166]➜              num_objs=41
2025-08-20T22:49:05.3715820Z [00:02:19.166]➜      string_fragments=75
2025-08-20T22:49:05.3716342Z [00:02:19.166]➜      garbage_sections=132
2025-08-20T22:49:05.3716878Z [00:02:19.166]➜        undefined_syms=231
2025-08-20T22:49:05.3717401Z [00:02:19.166]➜           reloc_alloc=287
2025-08-20T22:49:05.3717920Z [00:02:19.166]➜          defined_syms=447
2025-08-20T22:49:05.3718436Z [00:02:19.166]➜        input_sections=1063
2025-08-20T22:49:05.3718917Z [00:02:19.166]➜           parsed_objs=1657
2025-08-20T22:49:05.3719390Z [00:02:19.166]➜      regular_sections=9629
2025-08-20T22:49:05.3719867Z [00:02:19.166]➜              all_syms=25253
2025-08-20T22:49:05.3720389Z [00:02:19.166]➜     total_input_bytes=38748702
2025-08-20T22:49:05.3721135Z [00:02:19.166]➜  .comment estimation=1627 actual=4
2025-08-20T22:49:05.3721752Z [00:02:19.166]➜  .rodata.str1.1 estimation=1627 actual=3
2025-08-20T22:49:05.3762380Z [00:02:19.171]➜        reloc_nonalloc=0
2025-08-20T22:49:05.3767664Z [00:02:19.172]➜               comdats=0
2025-08-20T22:49:05.3773542Z [00:02:19.172]➜    removed_comdat_mem=0
2025-08-20T22:49:05.3774053Z [00:02:19.172]➜              num_dsos=0
2025-08-20T22:49:05.3774552Z [00:02:19.172]➜       parsed_lto_objs=1
2025-08-20T22:49:05.3775033Z [00:02:19.172]➜              num_cies=1
2025-08-20T22:49:05.3775505Z [00:02:19.172]➜       num_unique_cies=1
2025-08-20T22:49:05.3801375Z [00:02:19.172]➜              num_fdes=1
2025-08-20T22:49:05.3802102Z [00:02:19.172]➜        merged_strings=6
2025-08-20T22:49:05.3802699Z [00:02:19.172]➜              num_objs=21
2025-08-20T22:49:05.3803290Z [00:02:19.172]➜         output_chunks=24
2025-08-20T22:49:05.3804202Z [00:02:19.172]➜      string_fragments=36
2025-08-20T22:49:05.3805629Z [00:02:19.172]➜      garbage_sections=58
2025-08-20T22:49:05.3806157Z [00:02:19.172]➜           reloc_alloc=90
2025-08-20T22:49:05.3806653Z [00:02:19.172]➜        undefined_syms=113
2025-08-20T22:49:05.3807148Z [00:02:19.172]➜          defined_syms=190
2025-08-20T22:49:05.3807642Z [00:02:19.172]➜        input_sections=478
2025-08-20T22:49:05.3808138Z [00:02:19.172]➜           parsed_objs=1657
2025-08-20T22:49:05.3808649Z [00:02:19.172]➜      regular_sections=9628
2025-08-20T22:49:05.3809158Z [00:02:19.172]➜              all_syms=25248
2025-08-20T22:49:05.3809683Z [00:02:19.172]➜     total_input_bytes=38747706
2025-08-20T22:49:05.3810241Z [00:02:19.172]➜  .comment estimation=1627 actual=4
2025-08-20T22:49:05.3811042Z [00:02:19.172]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:49:05.3855744Z [00:02:19.180]➜  using open_memstream ... yes
2025-08-20T22:49:05.4030571Z [00:02:19.198]➜  using open_by_handle_at ... yes
2025-08-20T22:49:05.4274125Z [00:02:19.222]➜        reloc_nonalloc=0
2025-08-20T22:49:05.4276811Z [00:02:19.222]➜               comdats=0
2025-08-20T22:49:05.4277836Z [00:02:19.223]➜    removed_comdat_mem=0
2025-08-20T22:49:05.4278630Z [00:02:19.223]➜              num_dsos=0
2025-08-20T22:49:05.4279170Z [00:02:19.223]➜       parsed_lto_objs=1
2025-08-20T22:49:05.4279653Z [00:02:19.223]➜              num_cies=1
2025-08-20T22:49:05.4280117Z [00:02:19.223]➜       num_unique_cies=1
2025-08-20T22:49:05.4280574Z [00:02:19.223]➜              num_fdes=1
2025-08-20T22:49:05.4281211Z [00:02:19.223]➜        merged_strings=6
2025-08-20T22:49:05.4281678Z [00:02:19.223]➜              num_objs=23
2025-08-20T22:49:05.4282161Z [00:02:19.223]➜         output_chunks=24
2025-08-20T22:49:05.4282650Z [00:02:19.223]➜      string_fragments=40
2025-08-20T22:49:05.4283144Z [00:02:19.223]➜      garbage_sections=63
2025-08-20T22:49:05.4283616Z [00:02:19.223]➜           reloc_alloc=91
2025-08-20T22:49:05.4284117Z [00:02:19.223]➜        undefined_syms=114
2025-08-20T22:49:05.4284631Z [00:02:19.223]➜          defined_syms=210
2025-08-20T22:49:05.4285438Z [00:02:19.223]➜        input_sections=529
2025-08-20T22:49:05.4285929Z [00:02:19.223]➜           parsed_objs=1657
2025-08-20T22:49:05.4286432Z [00:02:19.223]➜      regular_sections=9628
2025-08-20T22:49:05.4286924Z [00:02:19.223]➜              all_syms=25249
2025-08-20T22:49:05.4287443Z [00:02:19.223]➜     total_input_bytes=38747382
2025-08-20T22:49:05.4288005Z [00:02:19.223]➜  .comment estimation=1627 actual=4
2025-08-20T22:49:05.4288613Z [00:02:19.223]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:49:05.4337880Z [00:02:19.229]➜        reloc_nonalloc=0
2025-08-20T22:49:05.4341602Z [00:02:19.229]➜               comdats=0
2025-08-20T22:49:05.4342150Z [00:02:19.229]➜    removed_comdat_mem=0
2025-08-20T22:49:05.4342623Z [00:02:19.229]➜              num_dsos=0
2025-08-20T22:49:05.4343120Z [00:02:19.229]➜       parsed_lto_objs=1
2025-08-20T22:49:05.4343605Z [00:02:19.229]➜              num_cies=1
2025-08-20T22:49:05.4344102Z [00:02:19.229]➜       num_unique_cies=1
2025-08-20T22:49:05.4344570Z [00:02:19.229]➜              num_fdes=1
2025-08-20T22:49:05.4345056Z [00:02:19.229]➜        merged_strings=7
2025-08-20T22:49:05.4345538Z [00:02:19.229]➜              num_objs=20
2025-08-20T22:49:05.4346025Z [00:02:19.229]➜         output_chunks=25
2025-08-20T22:49:05.4346523Z [00:02:19.229]➜      string_fragments=35
2025-08-20T22:49:05.4347007Z [00:02:19.229]➜      garbage_sections=54
2025-08-20T22:49:05.4347482Z [00:02:19.229]➜           reloc_alloc=88
2025-08-20T22:49:05.4347966Z [00:02:19.229]➜        undefined_syms=106
2025-08-20T22:49:05.4348457Z [00:02:19.229]➜          defined_syms=182
2025-08-20T22:49:05.4348921Z [00:02:19.229]➜        input_sections=451
2025-08-20T22:49:05.4349472Z [00:02:19.229]➜           parsed_objs=1657
2025-08-20T22:49:05.4349983Z [00:02:19.229]➜      regular_sections=9629
2025-08-20T22:49:05.4350489Z [00:02:19.229]➜              all_syms=25248
2025-08-20T22:49:05.4351448Z [00:02:19.229]➜     total_input_bytes=38747490
2025-08-20T22:49:05.4352028Z [00:02:19.229]➜  .comment estimation=1627 actual=4
2025-08-20T22:49:05.4352658Z [00:02:19.229]➜  .rodata.str1.1 estimation=1628 actual=3
2025-08-20T22:49:05.4518259Z [00:02:19.247]➜  using pause ... yes
2025-08-20T22:49:05.4541656Z [00:02:19.249]➜  using pathconf ... yes
2025-08-20T22:49:05.4951665Z [00:02:19.290]➜  using pidfd_getfd ... no
2025-08-20T22:49:05.5265403Z [00:02:19.321]➜  using pidfd_open ... no
2025-08-20T22:49:05.5590716Z [00:02:19.354]➜        reloc_nonalloc=0
2025-08-20T22:49:05.5591513Z [00:02:19.354]➜               comdats=0
2025-08-20T22:49:05.5591999Z [00:02:19.354]➜    removed_comdat_mem=0
2025-08-20T22:49:05.5592473Z [00:02:19.354]➜              num_dsos=0
2025-08-20T22:49:05.5592951Z [00:02:19.354]➜       parsed_lto_objs=1
2025-08-20T22:49:05.5593426Z [00:02:19.354]➜              num_cies=1
2025-08-20T22:49:05.5593883Z [00:02:19.354]➜       num_unique_cies=1
2025-08-20T22:49:05.5594388Z [00:02:19.354]➜              num_fdes=1
2025-08-20T22:49:05.5594839Z [00:02:19.354]➜        merged_strings=6
2025-08-20T22:49:05.5595614Z [00:02:19.354]➜              num_objs=20
2025-08-20T22:49:05.5596093Z [00:02:19.354]➜         output_chunks=24
2025-08-20T22:49:05.5596556Z [00:02:19.354]➜      string_fragments=34
2025-08-20T22:49:05.5597031Z [00:02:19.354]➜      garbage_sections=54
2025-08-20T22:49:05.5597491Z [00:02:19.354]➜           reloc_alloc=86
2025-08-20T22:49:05.5597996Z [00:02:19.354]➜        undefined_syms=106
2025-08-20T22:49:05.5598504Z [00:02:19.354]➜          defined_syms=179
2025-08-20T22:49:05.5599005Z [00:02:19.354]➜        input_sections=449
2025-08-20T22:49:05.5599519Z [00:02:19.354]➜           parsed_objs=1657
2025-08-20T22:49:05.5600041Z [00:02:19.354]➜      regular_sections=9628
2025-08-20T22:49:05.5600562Z [00:02:19.354]➜              all_syms=25247
2025-08-20T22:49:05.5601314Z [00:02:19.354]➜     total_input_bytes=38747286
2025-08-20T22:49:05.5601867Z [00:02:19.354]➜  .comment estimation=1627 actual=4
2025-08-20T22:49:05.5602519Z [00:02:19.354]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:49:05.5784584Z [00:02:19.373]➜  using personality ... yes
2025-08-20T22:49:05.6177595Z [00:02:19.413]➜  using pkey_alloc ... no
2025-08-20T22:49:05.6451077Z [00:02:19.440]➜        reloc_nonalloc=0
2025-08-20T22:49:05.6457504Z [00:02:19.441]➜               comdats=0
2025-08-20T22:49:05.6458043Z [00:02:19.441]➜    removed_comdat_mem=0
2025-08-20T22:49:05.6458545Z [00:02:19.441]➜              num_dsos=0
2025-08-20T22:49:05.6459048Z [00:02:19.441]➜       parsed_lto_objs=1
2025-08-20T22:49:05.6459521Z [00:02:19.441]➜              num_cies=1
2025-08-20T22:49:05.6459989Z [00:02:19.441]➜       num_unique_cies=1
2025-08-20T22:49:05.6460439Z [00:02:19.441]➜              num_fdes=1
2025-08-20T22:49:05.6461248Z [00:02:19.441]➜        merged_strings=6
2025-08-20T22:49:05.6461717Z [00:02:19.441]➜              num_objs=17
2025-08-20T22:49:05.6462194Z [00:02:19.441]➜         output_chunks=24
2025-08-20T22:49:05.6462979Z [00:02:19.441]➜      string_fragments=28
2025-08-20T22:49:05.6463471Z [00:02:19.441]➜      garbage_sections=45
2025-08-20T22:49:05.6463967Z [00:02:19.441]➜           reloc_alloc=83
2025-08-20T22:49:05.6464439Z [00:02:19.441]➜        undefined_syms=99
2025-08-20T22:49:05.6464915Z [00:02:19.441]➜          defined_syms=150
2025-08-20T22:49:05.6465403Z [00:02:19.441]➜        input_sections=370
2025-08-20T22:49:05.6465894Z [00:02:19.441]➜           parsed_objs=1657
2025-08-20T22:49:05.6466377Z [00:02:19.441]➜      regular_sections=9628
2025-08-20T22:49:05.6466859Z [00:02:19.441]➜              all_syms=25245
2025-08-20T22:49:05.6467385Z [00:02:19.441]➜     total_input_bytes=38746854
2025-08-20T22:49:05.6467941Z [00:02:19.441]➜  .comment estimation=1627 actual=4
2025-08-20T22:49:05.6468546Z [00:02:19.441]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:49:05.6553430Z [00:02:19.450]➜  using pidfd_send_signal ... yes
2025-08-20T22:49:05.6798742Z [00:02:19.475]➜  using pkey_free ... no
2025-08-20T22:49:05.6902087Z [00:02:19.485]➜        reloc_nonalloc=0
2025-08-20T22:49:05.6914939Z [00:02:19.485]➜               comdats=0
2025-08-20T22:49:05.6915537Z [00:02:19.485]➜    removed_comdat_mem=0
2025-08-20T22:49:05.6916036Z [00:02:19.485]➜              num_dsos=0
2025-08-20T22:49:05.6916519Z [00:02:19.485]➜       parsed_lto_objs=1
2025-08-20T22:49:05.6917007Z [00:02:19.485]➜              num_cies=1
2025-08-20T22:49:05.6917495Z [00:02:19.485]➜       num_unique_cies=1
2025-08-20T22:49:05.6917971Z [00:02:19.485]➜              num_fdes=1
2025-08-20T22:49:05.6918423Z [00:02:19.485]➜        merged_strings=6
2025-08-20T22:49:05.6918884Z [00:02:19.485]➜              num_objs=22
2025-08-20T22:49:05.6919359Z [00:02:19.485]➜         output_chunks=24
2025-08-20T22:49:05.6919837Z [00:02:19.485]➜      string_fragments=38
2025-08-20T22:49:05.6920347Z [00:02:19.485]➜      garbage_sections=61
2025-08-20T22:49:05.6921012Z [00:02:19.485]➜           reloc_alloc=94
2025-08-20T22:49:05.6921506Z [00:02:19.485]➜        undefined_syms=116
2025-08-20T22:49:05.6922042Z [00:02:19.485]➜          defined_syms=200
2025-08-20T22:49:05.6922518Z [00:02:19.485]➜        input_sections=505
2025-08-20T22:49:05.6923353Z [00:02:19.485]➜           parsed_objs=1657
2025-08-20T22:49:05.6923846Z [00:02:19.485]➜      regular_sections=9628
2025-08-20T22:49:05.6924342Z [00:02:19.485]➜              all_syms=25248
2025-08-20T22:49:05.6924851Z [00:02:19.485]➜     total_input_bytes=38747602
2025-08-20T22:49:05.6925397Z [00:02:19.485]➜  .comment estimation=1627 actual=4
2025-08-20T22:49:05.6925991Z [00:02:19.485]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:49:05.7042822Z [00:02:19.497]➜  using pkey_get ... no
2025-08-20T22:49:05.7064496Z [00:02:19.501]➜  using pipe2 ... yes
2025-08-20T22:49:05.7737980Z [00:02:19.569]➜  using pkey_mprotect ... no
2025-08-20T22:49:05.7993024Z [00:02:19.594]➜  using pkey_set ... no
2025-08-20T22:49:05.8739686Z [00:02:19.669]➜        reloc_nonalloc=0
2025-08-20T22:49:05.8751516Z [00:02:19.670]➜               comdats=0
2025-08-20T22:49:05.8752472Z [00:02:19.670]➜    removed_comdat_mem=0
2025-08-20T22:49:05.8753421Z [00:02:19.670]➜              num_dsos=0
2025-08-20T22:49:05.8755327Z [00:02:19.670]➜       parsed_lto_objs=1
2025-08-20T22:49:05.8755957Z [00:02:19.670]➜              num_cies=1
2025-08-20T22:49:05.8756787Z [00:02:19.670]➜       num_unique_cies=1
2025-08-20T22:49:05.8757479Z [00:02:19.670]➜              num_fdes=1
2025-08-20T22:49:05.8758305Z [00:02:19.670]➜        merged_strings=6
2025-08-20T22:49:05.8759185Z [00:02:19.670]➜              num_objs=22
2025-08-20T22:49:05.8759807Z [00:02:19.670]➜         output_chunks=24
2025-08-20T22:49:05.8760923Z [00:02:19.670]➜      string_fragments=38
2025-08-20T22:49:05.8761733Z [00:02:19.670]➜      garbage_sections=61
2025-08-20T22:49:05.8762264Z [00:02:19.670]➜           reloc_alloc=92
2025-08-20T22:49:05.8762751Z [00:02:19.670]➜        undefined_syms=116
2025-08-20T22:49:05.8763246Z [00:02:19.670]➜          defined_syms=202
2025-08-20T22:49:05.8763742Z [00:02:19.670]➜        input_sections=506
2025-08-20T22:49:05.8764524Z [00:02:19.670]➜           parsed_objs=1657
2025-08-20T22:49:05.8765034Z [00:02:19.670]➜      regular_sections=9628
2025-08-20T22:49:05.8765532Z [00:02:19.670]➜              all_syms=25248
2025-08-20T22:49:05.8766058Z [00:02:19.670]➜     total_input_bytes=38747906
2025-08-20T22:49:05.8766622Z [00:02:19.670]➜  .comment estimation=1627 actual=4
2025-08-20T22:49:05.8767225Z [00:02:19.670]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:49:05.8835504Z [00:02:19.678]➜        reloc_nonalloc=0
2025-08-20T22:49:05.8835985Z [00:02:19.678]➜               comdats=0
2025-08-20T22:49:05.8836431Z [00:02:19.678]➜    removed_comdat_mem=0
2025-08-20T22:49:05.8836862Z [00:02:19.678]➜              num_dsos=0
2025-08-20T22:49:05.8837304Z [00:02:19.678]➜       parsed_lto_objs=1
2025-08-20T22:49:05.8837735Z [00:02:19.678]➜              num_cies=1
2025-08-20T22:49:05.8838162Z [00:02:19.678]➜       num_unique_cies=1
2025-08-20T22:49:05.8838584Z [00:02:19.678]➜              num_fdes=1
2025-08-20T22:49:05.8839036Z [00:02:19.678]➜        merged_strings=6
2025-08-20T22:49:05.8839475Z [00:02:19.678]➜              num_objs=24
2025-08-20T22:49:05.8839942Z [00:02:19.678]➜         output_chunks=25
2025-08-20T22:49:05.8840398Z [00:02:19.678]➜      string_fragments=42
2025-08-20T22:49:05.8841014Z [00:02:19.678]➜      garbage_sections=66
2025-08-20T22:49:05.8841476Z [00:02:19.678]➜           reloc_alloc=102
2025-08-20T22:49:05.8841927Z [00:02:19.678]➜        undefined_syms=119
2025-08-20T22:49:05.8842376Z [00:02:19.678]➜          defined_syms=225
2025-08-20T22:49:05.8842828Z [00:02:19.678]➜        input_sections=559
2025-08-20T22:49:05.8843314Z [00:02:19.678]➜           parsed_objs=1657
2025-08-20T22:49:05.8843824Z [00:02:19.678]➜      regular_sections=9629
2025-08-20T22:49:05.8844326Z [00:02:19.678]➜              all_syms=25255
2025-08-20T22:49:05.8844836Z [00:02:19.678]➜     total_input_bytes=38748834
2025-08-20T22:49:05.8845372Z [00:02:19.678]➜  .comment estimation=1627 actual=4
2025-08-20T22:49:05.8845973Z [00:02:19.678]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:49:05.8952273Z [00:02:19.690]➜  using poll ... yes
2025-08-20T22:49:05.8957474Z [00:02:19.691]➜  using posix_fadvise ... yes
2025-08-20T22:49:05.9087548Z [00:02:19.703]➜        reloc_nonalloc=0
2025-08-20T22:49:05.9095214Z [00:02:19.704]➜               comdats=0
2025-08-20T22:49:05.9095722Z [00:02:19.704]➜    removed_comdat_mem=0
2025-08-20T22:49:05.9096220Z [00:02:19.704]➜              num_dsos=0
2025-08-20T22:49:05.9096704Z [00:02:19.704]➜       parsed_lto_objs=1
2025-08-20T22:49:05.9097166Z [00:02:19.704]➜              num_cies=1
2025-08-20T22:49:05.9097639Z [00:02:19.704]➜       num_unique_cies=1
2025-08-20T22:49:05.9098100Z [00:02:19.704]➜              num_fdes=1
2025-08-20T22:49:05.9098551Z [00:02:19.704]➜        merged_strings=6
2025-08-20T22:49:05.9099011Z [00:02:19.704]➜              num_objs=24
2025-08-20T22:49:05.9099490Z [00:02:19.704]➜         output_chunks=25
2025-08-20T22:49:05.9099979Z [00:02:19.704]➜      string_fragments=42
2025-08-20T22:49:05.9100498Z [00:02:19.704]➜      garbage_sections=66
2025-08-20T22:49:05.9101485Z [00:02:19.704]➜           reloc_alloc=97
2025-08-20T22:49:05.9102002Z [00:02:19.704]➜        undefined_syms=119
2025-08-20T22:49:05.9102482Z [00:02:19.704]➜          defined_syms=225
2025-08-20T22:49:05.9102965Z [00:02:19.704]➜        input_sections=559
2025-08-20T22:49:05.9103449Z [00:02:19.704]➜           parsed_objs=1657
2025-08-20T22:49:05.9103931Z [00:02:19.704]➜      regular_sections=9629
2025-08-20T22:49:05.9104398Z [00:02:19.704]➜              all_syms=25255
2025-08-20T22:49:05.9104890Z [00:02:19.704]➜     total_input_bytes=38748602
2025-08-20T22:49:05.9105410Z [00:02:19.704]➜  .comment estimation=1627 actual=4
2025-08-20T22:49:05.9105979Z [00:02:19.704]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:49:05.9249573Z [00:02:19.720]➜  using posix_fallocate ... yes
2025-08-20T22:49:05.9839798Z [00:02:19.779]➜        reloc_nonalloc=0
2025-08-20T22:49:05.9849300Z [00:02:19.779]➜               comdats=0
2025-08-20T22:49:05.9850046Z [00:02:19.779]➜    removed_comdat_mem=0
2025-08-20T22:49:05.9850573Z [00:02:19.779]➜              num_dsos=0
2025-08-20T22:49:05.9851257Z [00:02:19.779]➜       parsed_lto_objs=1
2025-08-20T22:49:05.9851738Z [00:02:19.779]➜              num_cies=1
2025-08-20T22:49:05.9852199Z [00:02:19.779]➜       num_unique_cies=1
2025-08-20T22:49:05.9852634Z [00:02:19.779]➜              num_fdes=1
2025-08-20T22:49:05.9853063Z [00:02:19.779]➜        merged_strings=6
2025-08-20T22:49:05.9853496Z [00:02:19.779]➜              num_objs=18
2025-08-20T22:49:05.9853960Z [00:02:19.779]➜         output_chunks=24
2025-08-20T22:49:05.9854409Z [00:02:19.779]➜      string_fragments=30
2025-08-20T22:49:05.9854857Z [00:02:19.779]➜      garbage_sections=48
2025-08-20T22:49:05.9855303Z [00:02:19.779]➜           reloc_alloc=85
2025-08-20T22:49:05.9855769Z [00:02:19.779]➜        undefined_syms=101
2025-08-20T22:49:05.9856261Z [00:02:19.779]➜          defined_syms=162
2025-08-20T22:49:05.9856736Z [00:02:19.779]➜        input_sections=398
2025-08-20T22:49:05.9857241Z [00:02:19.779]➜           parsed_objs=1657
2025-08-20T22:49:05.9857773Z [00:02:19.779]➜      regular_sections=9629
2025-08-20T22:49:05.9858293Z [00:02:19.779]➜              all_syms=25249
2025-08-20T22:49:05.9858792Z [00:02:19.779]➜     total_input_bytes=38747566
2025-08-20T22:49:05.9859338Z [00:02:19.779]➜  .comment estimation=1627 actual=4
2025-08-20T22:49:05.9859927Z [00:02:19.779]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:49:05.9988989Z [00:02:19.794]➜  using posix_madvise ... yes
2025-08-20T22:49:06.0100032Z [00:02:19.805]➜        reloc_nonalloc=0
2025-08-20T22:49:06.0124083Z [00:02:19.805]➜               comdats=0
2025-08-20T22:49:06.0124624Z [00:02:19.805]➜    removed_comdat_mem=0
2025-08-20T22:49:06.0125066Z [00:02:19.805]➜              num_dsos=0
2025-08-20T22:49:06.0125490Z [00:02:19.805]➜       parsed_lto_objs=1
2025-08-20T22:49:06.0125920Z [00:02:19.805]➜              num_cies=1
2025-08-20T22:49:06.0126381Z [00:02:19.805]➜       num_unique_cies=1
2025-08-20T22:49:06.0126805Z [00:02:19.805]➜              num_fdes=1
2025-08-20T22:49:06.0127560Z [00:02:19.805]➜        merged_strings=6
2025-08-20T22:49:06.0128033Z [00:02:19.805]➜         output_chunks=25
2025-08-20T22:49:06.0128490Z [00:02:19.805]➜              num_objs=30
2025-08-20T22:49:06.0128943Z [00:02:19.805]➜      string_fragments=54
2025-08-20T22:49:06.0129378Z [00:02:19.805]➜      garbage_sections=88
2025-08-20T22:49:06.0129842Z [00:02:19.805]➜        undefined_syms=165
2025-08-20T22:49:06.0130318Z [00:02:19.805]➜           reloc_alloc=218
2025-08-20T22:49:06.0130965Z [00:02:19.805]➜          defined_syms=296
2025-08-20T22:49:06.0131430Z [00:02:19.805]➜        input_sections=736
2025-08-20T22:49:06.0131914Z [00:02:19.805]➜           parsed_objs=1657
2025-08-20T22:49:06.0132435Z [00:02:19.805]➜      regular_sections=9628
2025-08-20T22:49:06.0132898Z [00:02:19.805]➜              all_syms=25250
2025-08-20T22:49:06.0133432Z [00:02:19.805]➜     total_input_bytes=38748210
2025-08-20T22:49:06.0134030Z [00:02:19.805]➜  .comment estimation=1627 actual=4
2025-08-20T22:49:06.0134629Z [00:02:19.805]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:49:06.0310649Z [00:02:19.826]➜  using posix_memalign ... yes
2025-08-20T22:49:06.0692757Z [00:02:19.863]➜        reloc_nonalloc=0
2025-08-20T22:49:06.0695758Z [00:02:19.864]➜               comdats=0
2025-08-20T22:49:06.0696851Z [00:02:19.864]➜    removed_comdat_mem=0
2025-08-20T22:49:06.0697622Z [00:02:19.864]➜              num_dsos=0
2025-08-20T22:49:06.0698367Z [00:02:19.864]➜       parsed_lto_objs=1
2025-08-20T22:49:06.0698955Z [00:02:19.864]➜              num_cies=1
2025-08-20T22:49:06.0699534Z [00:02:19.864]➜       num_unique_cies=1
2025-08-20T22:49:06.0700124Z [00:02:19.864]➜              num_fdes=1
2025-08-20T22:49:06.0701178Z [00:02:19.864]➜        merged_strings=7
2025-08-20T22:49:06.0701811Z [00:02:19.864]➜         output_chunks=25
2025-08-20T22:49:06.0702545Z [00:02:19.864]➜              num_objs=38
2025-08-20T22:49:06.0703471Z [00:02:19.864]➜      string_fragments=67
2025-08-20T22:49:06.0704188Z [00:02:19.864]➜      garbage_sections=113
2025-08-20T22:49:06.0704877Z [00:02:19.864]➜           reloc_alloc=155
2025-08-20T22:49:06.0705604Z [00:02:19.864]➜        undefined_syms=178
2025-08-20T22:49:06.0706262Z [00:02:19.864]➜          defined_syms=375
2025-08-20T22:49:06.0706848Z [00:02:19.864]➜        input_sections=935
2025-08-20T22:49:06.0707453Z [00:02:19.864]➜           parsed_objs=1657
2025-08-20T22:49:06.0708139Z [00:02:19.864]➜      regular_sections=9631
2025-08-20T22:49:06.0708788Z [00:02:19.864]➜              all_syms=25253
2025-08-20T22:49:06.0709406Z [00:02:19.864]➜     total_input_bytes=38748510
2025-08-20T22:49:06.0710199Z [00:02:19.864]➜  .comment estimation=1627 actual=4
2025-08-20T22:49:06.0711169Z [00:02:19.864]➜  .rodata.str1.1 estimation=1627 actual=3
2025-08-20T22:49:06.0831317Z [00:02:19.878]➜  using posix_spawn ... yes
2025-08-20T22:49:06.1337865Z [00:02:19.929]➜        reloc_nonalloc=0
2025-08-20T22:49:06.1355833Z [00:02:19.929]➜               comdats=0
2025-08-20T22:49:06.1356364Z [00:02:19.929]➜    removed_comdat_mem=0
2025-08-20T22:49:06.1356867Z [00:02:19.929]➜              num_dsos=0
2025-08-20T22:49:06.1357358Z [00:02:19.929]➜       parsed_lto_objs=1
2025-08-20T22:49:06.1357837Z [00:02:19.929]➜              num_cies=1
2025-08-20T22:49:06.1358304Z [00:02:19.929]➜       num_unique_cies=1
2025-08-20T22:49:06.1358773Z [00:02:19.929]➜              num_fdes=1
2025-08-20T22:49:06.1359250Z [00:02:19.929]➜         output_chunks=24
2025-08-20T22:49:06.1359744Z [00:02:19.929]➜        merged_strings=27
2025-08-20T22:49:06.1360226Z [00:02:19.929]➜              num_objs=42
2025-08-20T22:49:06.1360706Z [00:02:19.929]➜      string_fragments=97
2025-08-20T22:49:06.1361390Z [00:02:19.929]➜           reloc_alloc=107
2025-08-20T22:49:06.1361889Z [00:02:19.929]➜      garbage_sections=158
2025-08-20T22:49:06.1362392Z [00:02:19.929]➜        undefined_syms=183
2025-08-20T22:49:06.1362880Z [00:02:19.929]➜          defined_syms=461
2025-08-20T22:49:06.1363399Z [00:02:19.929]➜        input_sections=1078
2025-08-20T22:49:06.1363912Z [00:02:19.929]➜           parsed_objs=1657
2025-08-20T22:49:06.1364691Z [00:02:19.929]➜      regular_sections=9628
2025-08-20T22:49:06.1365194Z [00:02:19.929]➜              all_syms=25247
2025-08-20T22:49:06.1365692Z [00:02:19.929]➜     total_input_bytes=38747378
2025-08-20T22:49:06.1366218Z [00:02:19.929]➜  .comment estimation=1627 actual=4
2025-08-20T22:49:06.1366801Z [00:02:19.929]➜  .rodata.str1.1 estimation=1632 actual=12
2025-08-20T22:49:06.1367388Z [00:02:19.929]➜  .rodata.cst4 estimation=1630 actual=9
2025-08-20T22:49:06.1367971Z [00:02:19.929]➜  .rodata.cst16 estimation=1626 actual=1
2025-08-20T22:49:06.1368534Z [00:02:19.929]➜  .rodata.cst8 estimation=1626 actual=1
2025-08-20T22:49:06.1517724Z [00:02:19.946]➜  using posix_openpt ... yes
2025-08-20T22:49:06.1649695Z [00:02:19.960]➜        reloc_nonalloc=0
2025-08-20T22:49:06.1654615Z [00:02:19.960]➜               comdats=0
2025-08-20T22:49:06.1659987Z [00:02:19.961]➜    removed_comdat_mem=0
2025-08-20T22:49:06.1660501Z [00:02:19.961]➜              num_dsos=0
2025-08-20T22:49:06.1661604Z [00:02:19.961]➜       parsed_lto_objs=1
2025-08-20T22:49:06.1662930Z [00:02:19.961]➜              num_cies=1
2025-08-20T22:49:06.1663413Z [00:02:19.961]➜       num_unique_cies=1
2025-08-20T22:49:06.1663888Z [00:02:19.961]➜              num_fdes=1
2025-08-20T22:49:06.1664359Z [00:02:19.961]➜        merged_strings=14
2025-08-20T22:49:06.1664840Z [00:02:19.961]➜              num_objs=25
2025-08-20T22:49:06.1665324Z [00:02:19.961]➜         output_chunks=27
2025-08-20T22:49:06.1665814Z [00:02:19.961]➜      string_fragments=53
2025-08-20T22:49:06.1666307Z [00:02:19.961]➜      garbage_sections=69
2025-08-20T22:49:06.1666800Z [00:02:19.961]➜        undefined_syms=116
2025-08-20T22:49:06.1667293Z [00:02:19.961]➜           reloc_alloc=127
2025-08-20T22:49:06.1667778Z [00:02:19.961]➜          defined_syms=231
2025-08-20T22:49:06.1668266Z [00:02:19.961]➜        input_sections=576
2025-08-20T22:49:06.1668989Z [00:02:19.961]➜           parsed_objs=1657
2025-08-20T22:49:06.1669507Z [00:02:19.961]➜      regular_sections=9628
2025-08-20T22:49:06.1670029Z [00:02:19.961]➜              all_syms=25247
2025-08-20T22:49:06.1670540Z [00:02:19.961]➜     total_input_bytes=38747278
2025-08-20T22:49:06.1671266Z [00:02:19.961]➜  .comment estimation=1627 actual=4
2025-08-20T22:49:06.1671888Z [00:02:19.961]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:49:06.1672492Z [00:02:19.961]➜  .rodata.cst8 estimation=1629 actual=7
2025-08-20T22:49:06.1673094Z [00:02:19.961]➜  .rodata.cst16 estimation=1626 actual=1
2025-08-20T22:49:06.1793599Z [00:02:19.974]➜  using pow ... yes
2025-08-20T22:49:06.2299104Z [00:02:20.024]➜        reloc_nonalloc=0
2025-08-20T22:49:06.2309601Z [00:02:20.025]➜               comdats=0
2025-08-20T22:49:06.2310117Z [00:02:20.025]➜    removed_comdat_mem=0
2025-08-20T22:49:06.2310604Z [00:02:20.025]➜              num_dsos=0
2025-08-20T22:49:06.2311237Z [00:02:20.025]➜       parsed_lto_objs=1
2025-08-20T22:49:06.2311761Z [00:02:20.025]➜              num_cies=1
2025-08-20T22:49:06.2312236Z [00:02:20.025]➜       num_unique_cies=1
2025-08-20T22:49:06.2312729Z [00:02:20.025]➜              num_fdes=1
2025-08-20T22:49:06.2313208Z [00:02:20.025]➜        merged_strings=14
2025-08-20T22:49:06.2313692Z [00:02:20.025]➜              num_objs=24
2025-08-20T22:49:06.2314169Z [00:02:20.025]➜         output_chunks=28
2025-08-20T22:49:06.2314643Z [00:02:20.025]➜      string_fragments=51
2025-08-20T22:49:06.2315121Z [00:02:20.025]➜      garbage_sections=66
2025-08-20T22:49:06.2315593Z [00:02:20.025]➜           reloc_alloc=110
2025-08-20T22:49:06.2316071Z [00:02:20.025]➜        undefined_syms=114
2025-08-20T22:49:06.2316487Z [00:02:20.025]➜          defined_syms=221
2025-08-20T22:49:06.2316890Z [00:02:20.025]➜        input_sections=551
2025-08-20T22:49:06.2317293Z [00:02:20.025]➜           parsed_objs=1657
2025-08-20T22:49:06.2317705Z [00:02:20.025]➜      regular_sections=9628
2025-08-20T22:49:06.2318130Z [00:02:20.025]➜              all_syms=25247
2025-08-20T22:49:06.2318568Z [00:02:20.025]➜     total_input_bytes=38747278
2025-08-20T22:49:06.2319294Z [00:02:20.025]➜  .comment estimation=1627 actual=4
2025-08-20T22:49:06.2319793Z [00:02:20.025]➜  .rodata.cst4 estimation=1628 actual=4
2025-08-20T22:49:06.2320305Z [00:02:20.025]➜  .rodata.cst16 estimation=1626 actual=1
2025-08-20T22:49:06.2351168Z [00:02:20.025]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:49:06.2352009Z [00:02:20.025]➜  .rodata.cst8 estimation=1627 actual=3
2025-08-20T22:49:06.2380113Z [00:02:20.033]➜  using __ppc_get_timebase ... no
2025-08-20T22:49:06.2512969Z [00:02:20.046]➜  using powf ... yes
2025-08-20T22:49:06.2545825Z [00:02:20.049]➜        reloc_nonalloc=0
2025-08-20T22:49:06.2553840Z [00:02:20.050]➜               comdats=0
2025-08-20T22:49:06.2554700Z [00:02:20.050]➜    removed_comdat_mem=0
2025-08-20T22:49:06.2556933Z [00:02:20.050]➜              num_dsos=0
2025-08-20T22:49:06.2557678Z [00:02:20.050]➜       parsed_lto_objs=1
2025-08-20T22:49:06.2558597Z [00:02:20.050]➜              num_cies=1
2025-08-20T22:49:06.2559364Z [00:02:20.050]➜       num_unique_cies=1
2025-08-20T22:49:06.2560187Z [00:02:20.050]➜              num_fdes=1
2025-08-20T22:49:06.2561120Z [00:02:20.050]➜              num_objs=25
2025-08-20T22:49:06.2563498Z [00:02:20.050]➜         output_chunks=28
2025-08-20T22:49:06.2564155Z [00:02:20.050]➜        merged_strings=32
2025-08-20T22:49:06.2564820Z [00:02:20.050]➜      string_fragments=68
2025-08-20T22:49:06.2565472Z [00:02:20.050]➜      garbage_sections=68
2025-08-20T22:49:06.2566295Z [00:02:20.050]➜        undefined_syms=119
2025-08-20T22:49:06.2566979Z [00:02:20.050]➜           reloc_alloc=159
2025-08-20T22:49:06.2567471Z [00:02:20.050]➜          defined_syms=266
2025-08-20T22:49:06.2567960Z [00:02:20.050]➜        input_sections=586
2025-08-20T22:49:06.2568472Z [00:02:20.050]➜           parsed_objs=1657
2025-08-20T22:49:06.2569004Z [00:02:20.050]➜      regular_sections=9628
2025-08-20T22:49:06.2569885Z [00:02:20.050]➜              all_syms=25247
2025-08-20T22:49:06.2570455Z [00:02:20.050]➜     total_input_bytes=38747278
2025-08-20T22:49:06.2571213Z [00:02:20.050]➜  .comment estimation=1627 actual=4
2025-08-20T22:49:06.2571818Z [00:02:20.050]➜  .rodata.cst4 estimation=1629 actual=8
2025-08-20T22:49:06.2572445Z [00:02:20.050]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:49:06.2573080Z [00:02:20.050]➜  .rodata.cst16 estimation=1634 actual=16
2025-08-20T22:49:06.2573697Z [00:02:20.050]➜  .rodata.cst8 estimation=1627 actual=2
2025-08-20T22:49:06.2681298Z [00:02:20.063]➜  using powl ... yes
2025-08-20T22:49:06.3461742Z [00:02:20.141]➜        reloc_nonalloc=0
2025-08-20T22:49:06.3464460Z [00:02:20.141]➜               comdats=0
2025-08-20T22:49:06.3465423Z [00:02:20.141]➜    removed_comdat_mem=0
2025-08-20T22:49:06.3466159Z [00:02:20.141]➜              num_dsos=0
2025-08-20T22:49:06.3466885Z [00:02:20.141]➜       parsed_lto_objs=1
2025-08-20T22:49:06.3468565Z [00:02:20.141]➜              num_cies=1
2025-08-20T22:49:06.3469084Z [00:02:20.141]➜       num_unique_cies=1
2025-08-20T22:49:06.3469554Z [00:02:20.141]➜              num_fdes=1
2025-08-20T22:49:06.3470032Z [00:02:20.141]➜        merged_strings=6
2025-08-20T22:49:06.3470519Z [00:02:20.141]➜         output_chunks=24
2025-08-20T22:49:06.3471185Z [00:02:20.141]➜              num_objs=24
2025-08-20T22:49:06.3471649Z [00:02:20.141]➜      string_fragments=42
2025-08-20T22:49:06.3472124Z [00:02:20.141]➜      garbage_sections=67
2025-08-20T22:49:06.3472594Z [00:02:20.141]➜           reloc_alloc=95
2025-08-20T22:49:06.3473091Z [00:02:20.141]➜        undefined_syms=121
2025-08-20T22:49:06.3473595Z [00:02:20.141]➜          defined_syms=221
2025-08-20T22:49:06.3474085Z [00:02:20.141]➜        input_sections=557
2025-08-20T22:49:06.3474577Z [00:02:20.141]➜           parsed_objs=1657
2025-08-20T22:49:06.3475082Z [00:02:20.141]➜      regular_sections=9628
2025-08-20T22:49:06.3475586Z [00:02:20.141]➜              all_syms=25252
2025-08-20T22:49:06.3476128Z [00:02:20.141]➜     total_input_bytes=38748486
2025-08-20T22:49:06.3476692Z [00:02:20.141]➜  .comment estimation=1627 actual=4
2025-08-20T22:49:06.3477585Z [00:02:20.141]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:49:06.3583844Z [00:02:20.153]➜  using ppoll ... yes
2025-08-20T22:49:06.4110243Z [00:02:20.206]➜        reloc_nonalloc=0
2025-08-20T22:49:06.4118338Z [00:02:20.206]➜               comdats=0
2025-08-20T22:49:06.4118860Z [00:02:20.206]➜    removed_comdat_mem=0
2025-08-20T22:49:06.4119332Z [00:02:20.206]➜              num_dsos=0
2025-08-20T22:49:06.4119819Z [00:02:20.206]➜       parsed_lto_objs=1
2025-08-20T22:49:06.4120295Z [00:02:20.206]➜              num_cies=1
2025-08-20T22:49:06.4121575Z [00:02:20.206]➜       num_unique_cies=1
2025-08-20T22:49:06.4122086Z [00:02:20.206]➜              num_fdes=1
2025-08-20T22:49:06.4122551Z [00:02:20.206]➜        merged_strings=6
2025-08-20T22:49:06.4123032Z [00:02:20.206]➜              num_objs=20
2025-08-20T22:49:06.4123514Z [00:02:20.206]➜         output_chunks=24
2025-08-20T22:49:06.4124043Z [00:02:20.206]➜      string_fragments=34
2025-08-20T22:49:06.4124520Z [00:02:20.206]➜      garbage_sections=54
2025-08-20T22:49:06.4125030Z [00:02:20.206]➜           reloc_alloc=86
2025-08-20T22:49:06.4125513Z [00:02:20.206]➜        undefined_syms=106
2025-08-20T22:49:06.4126004Z [00:02:20.206]➜          defined_syms=179
2025-08-20T22:49:06.4126485Z [00:02:20.206]➜        input_sections=449
2025-08-20T22:49:06.4126982Z [00:02:20.206]➜           parsed_objs=1657
2025-08-20T22:49:06.4127492Z [00:02:20.206]➜      regular_sections=9628
2025-08-20T22:49:06.4127996Z [00:02:20.206]➜              all_syms=25247
2025-08-20T22:49:06.4128519Z [00:02:20.206]➜     total_input_bytes=38747282
2025-08-20T22:49:06.4129087Z [00:02:20.206]➜  .comment estimation=1627 actual=4
2025-08-20T22:49:06.4129715Z [00:02:20.206]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:49:06.4290142Z [00:02:20.224]➜  using prctl ... yes
2025-08-20T22:49:06.4627395Z [00:02:20.257]➜        reloc_nonalloc=0
2025-08-20T22:49:06.4633606Z [00:02:20.258]➜               comdats=0
2025-08-20T22:49:06.4634141Z [00:02:20.258]➜    removed_comdat_mem=0
2025-08-20T22:49:06.4634629Z [00:02:20.258]➜              num_dsos=0
2025-08-20T22:49:06.4635113Z [00:02:20.258]➜       parsed_lto_objs=1
2025-08-20T22:49:06.4635591Z [00:02:20.258]➜              num_cies=1
2025-08-20T22:49:06.4636056Z [00:02:20.258]➜       num_unique_cies=1
2025-08-20T22:49:06.4636510Z [00:02:20.258]➜              num_fdes=1
2025-08-20T22:49:06.4636950Z [00:02:20.258]➜        merged_strings=7
2025-08-20T22:49:06.4637411Z [00:02:20.258]➜         output_chunks=24
2025-08-20T22:49:06.4637885Z [00:02:20.258]➜              num_objs=24
2025-08-20T22:49:06.4638362Z [00:02:20.258]➜      string_fragments=43
2025-08-20T22:49:06.4638834Z [00:02:20.258]➜      garbage_sections=67
2025-08-20T22:49:06.4639294Z [00:02:20.258]➜           reloc_alloc=100
2025-08-20T22:49:06.4639805Z [00:02:20.258]➜        undefined_syms=125
2025-08-20T22:49:06.4640282Z [00:02:20.258]➜          defined_syms=225
2025-08-20T22:49:06.4640761Z [00:02:20.258]➜        input_sections=562
2025-08-20T22:49:06.4641434Z [00:02:20.258]➜           parsed_objs=1657
2025-08-20T22:49:06.4641943Z [00:02:20.258]➜      regular_sections=9629
2025-08-20T22:49:06.4642427Z [00:02:20.258]➜              all_syms=25253
2025-08-20T22:49:06.4642937Z [00:02:20.258]➜     total_input_bytes=38748482
2025-08-20T22:49:06.4643480Z [00:02:20.258]➜  .comment estimation=1627 actual=4
2025-08-20T22:49:06.4644081Z [00:02:20.258]➜  .rodata.str1.1 estimation=1628 actual=3
2025-08-20T22:49:06.4681245Z [00:02:20.263]➜        reloc_nonalloc=0
2025-08-20T22:49:06.4683571Z [00:02:20.263]➜               comdats=0
2025-08-20T22:49:06.4685201Z [00:02:20.263]➜    removed_comdat_mem=0
2025-08-20T22:49:06.4685665Z [00:02:20.263]➜              num_dsos=0
2025-08-20T22:49:06.4686124Z [00:02:20.263]➜       parsed_lto_objs=1
2025-08-20T22:49:06.4686610Z [00:02:20.263]➜              num_cies=1
2025-08-20T22:49:06.4687076Z [00:02:20.263]➜       num_unique_cies=1
2025-08-20T22:49:06.4687550Z [00:02:20.263]➜              num_fdes=1
2025-08-20T22:49:06.4687996Z [00:02:20.263]➜        merged_strings=7
2025-08-20T22:49:06.4688739Z [00:02:20.263]➜         output_chunks=24
2025-08-20T22:49:06.4689215Z [00:02:20.263]➜              num_objs=24
2025-08-20T22:49:06.4689664Z [00:02:20.263]➜      string_fragments=43
2025-08-20T22:49:06.4690128Z [00:02:20.263]➜      garbage_sections=67
2025-08-20T22:49:06.4690659Z [00:02:20.263]➜           reloc_alloc=100
2025-08-20T22:49:06.4691359Z [00:02:20.263]➜        undefined_syms=125
2025-08-20T22:49:06.4691847Z [00:02:20.263]➜          defined_syms=225
2025-08-20T22:49:06.4692449Z [00:02:20.263]➜        input_sections=562
2025-08-20T22:49:06.4692975Z [00:02:20.263]➜           parsed_objs=1657
2025-08-20T22:49:06.4693490Z [00:02:20.263]➜      regular_sections=9629
2025-08-20T22:49:06.4693982Z [00:02:20.263]➜              all_syms=25253
2025-08-20T22:49:06.4694504Z [00:02:20.263]➜     total_input_bytes=38748670
2025-08-20T22:49:06.4695066Z [00:02:20.263]➜  .comment estimation=1627 actual=4
2025-08-20T22:49:06.4695662Z [00:02:20.263]➜  .rodata.str1.1 estimation=1628 actual=3
2025-08-20T22:49:06.4843840Z [00:02:20.279]➜  using pread ... yes
2025-08-20T22:49:06.4886377Z [00:02:20.283]➜  using preadv ... yes
2025-08-20T22:49:06.5029017Z [00:02:20.298]➜        reloc_nonalloc=0
2025-08-20T22:49:06.5037290Z [00:02:20.298]➜               comdats=0
2025-08-20T22:49:06.5037823Z [00:02:20.298]➜    removed_comdat_mem=0
2025-08-20T22:49:06.5038308Z [00:02:20.298]➜              num_dsos=0
2025-08-20T22:49:06.5038782Z [00:02:20.298]➜       parsed_lto_objs=1
2025-08-20T22:49:06.5039253Z [00:02:20.298]➜              num_cies=1
2025-08-20T22:49:06.5039706Z [00:02:20.298]➜       num_unique_cies=1
2025-08-20T22:49:06.5040162Z [00:02:20.298]➜              num_fdes=1
2025-08-20T22:49:06.5040612Z [00:02:20.298]➜        merged_strings=7
2025-08-20T22:49:06.5041266Z [00:02:20.298]➜         output_chunks=24
2025-08-20T22:49:06.5041742Z [00:02:20.298]➜              num_objs=25
2025-08-20T22:49:06.5042478Z [00:02:20.298]➜      string_fragments=45
2025-08-20T22:49:06.5042976Z [00:02:20.298]➜      garbage_sections=70
2025-08-20T22:49:06.5043474Z [00:02:20.298]➜           reloc_alloc=105
2025-08-20T22:49:06.5043983Z [00:02:20.298]➜        undefined_syms=129
2025-08-20T22:49:06.5044497Z [00:02:20.298]➜          defined_syms=235
2025-08-20T22:49:06.5044993Z [00:02:20.298]➜        input_sections=589
2025-08-20T22:49:06.5045479Z [00:02:20.298]➜           parsed_objs=1657
2025-08-20T22:49:06.5046001Z [00:02:20.298]➜      regular_sections=9629
2025-08-20T22:49:06.5046532Z [00:02:20.298]➜              all_syms=25253
2025-08-20T22:49:06.5047066Z [00:02:20.298]➜     total_input_bytes=38748686
2025-08-20T22:49:06.5047649Z [00:02:20.298]➜  .comment estimation=1627 actual=4
2025-08-20T22:49:06.5048288Z [00:02:20.298]➜  .rodata.str1.1 estimation=1628 actual=3
2025-08-20T22:49:06.5175941Z [00:02:20.312]➜  using preadv2 ... yes
2025-08-20T22:49:06.6124871Z [00:02:20.407]➜        reloc_nonalloc=0
2025-08-20T22:49:06.6130252Z [00:02:20.408]➜               comdats=0
2025-08-20T22:49:06.6133421Z [00:02:20.408]➜    removed_comdat_mem=0
2025-08-20T22:49:06.6133996Z [00:02:20.408]➜              num_dsos=0
2025-08-20T22:49:06.6134496Z [00:02:20.408]➜       parsed_lto_objs=1
2025-08-20T22:49:06.6134981Z [00:02:20.408]➜              num_cies=1
2025-08-20T22:49:06.6135465Z [00:02:20.408]➜       num_unique_cies=1
2025-08-20T22:49:06.6135944Z [00:02:20.408]➜              num_fdes=1
2025-08-20T22:49:06.6136406Z [00:02:20.408]➜        merged_strings=6
2025-08-20T22:49:06.6136889Z [00:02:20.408]➜              num_objs=22
2025-08-20T22:49:06.6137385Z [00:02:20.408]➜         output_chunks=24
2025-08-20T22:49:06.6137883Z [00:02:20.408]➜      string_fragments=38
2025-08-20T22:49:06.6138382Z [00:02:20.408]➜      garbage_sections=61
2025-08-20T22:49:06.6138873Z [00:02:20.408]➜           reloc_alloc=91
2025-08-20T22:49:06.6139362Z [00:02:20.408]➜        undefined_syms=115
2025-08-20T22:49:06.6139874Z [00:02:20.408]➜          defined_syms=200
2025-08-20T22:49:06.6140389Z [00:02:20.408]➜        input_sections=504
2025-08-20T22:49:06.6141321Z [00:02:20.408]➜           parsed_objs=1657
2025-08-20T22:49:06.6141845Z [00:02:20.408]➜      regular_sections=9628
2025-08-20T22:49:06.6142353Z [00:02:20.408]➜              all_syms=25250
2025-08-20T22:49:06.6142889Z [00:02:20.408]➜     total_input_bytes=38747778
2025-08-20T22:49:06.6143471Z [00:02:20.408]➜  .comment estimation=1627 actual=4
2025-08-20T22:49:06.6144101Z [00:02:20.408]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:49:06.6186077Z [00:02:20.413]➜        reloc_nonalloc=0
2025-08-20T22:49:06.6191928Z [00:02:20.413]➜               comdats=0
2025-08-20T22:49:06.6192429Z [00:02:20.414]➜    removed_comdat_mem=0
2025-08-20T22:49:06.6192899Z [00:02:20.414]➜              num_dsos=0
2025-08-20T22:49:06.6193369Z [00:02:20.414]➜       parsed_lto_objs=1
2025-08-20T22:49:06.6194914Z [00:02:20.414]➜              num_cies=1
2025-08-20T22:49:06.6195898Z [00:02:20.414]➜       num_unique_cies=1
2025-08-20T22:49:06.6196799Z [00:02:20.414]➜              num_fdes=1
2025-08-20T22:49:06.6200419Z [00:02:20.414]➜        merged_strings=6
2025-08-20T22:49:06.6201342Z [00:02:20.414]➜              num_objs=21
2025-08-20T22:49:06.6202091Z [00:02:20.414]➜         output_chunks=24
2025-08-20T22:49:06.6202884Z [00:02:20.414]➜      string_fragments=36
2025-08-20T22:49:06.6203627Z [00:02:20.414]➜      garbage_sections=59
2025-08-20T22:49:06.6204426Z [00:02:20.414]➜           reloc_alloc=90
2025-08-20T22:49:06.6205149Z [00:02:20.414]➜        undefined_syms=114
2025-08-20T22:49:06.6206436Z [00:02:20.414]➜          defined_syms=191
2025-08-20T22:49:06.6207122Z [00:02:20.414]➜        input_sections=480
2025-08-20T22:49:06.6207751Z [00:02:20.414]➜           parsed_objs=1657
2025-08-20T22:49:06.6208389Z [00:02:20.414]➜      regular_sections=9628
2025-08-20T22:49:06.6209285Z [00:02:20.414]➜              all_syms=25248
2025-08-20T22:49:06.6210028Z [00:02:20.414]➜     total_input_bytes=38747918
2025-08-20T22:49:06.6211455Z [00:02:20.414]➜  .comment estimation=1627 actual=4
2025-08-20T22:49:06.6212317Z [00:02:20.414]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:49:06.6332711Z [00:02:20.428]➜  using process_vm_readv ... yes
2025-08-20T22:49:06.6344396Z [00:02:20.429]➜  using prlimit ... yes
2025-08-20T22:49:06.7003205Z [00:02:20.495]➜        reloc_nonalloc=0
2025-08-20T22:49:06.7015711Z [00:02:20.496]➜               comdats=0
2025-08-20T22:49:06.7016703Z [00:02:20.496]➜    removed_comdat_mem=0
2025-08-20T22:49:06.7018228Z [00:02:20.496]➜              num_dsos=0
2025-08-20T22:49:06.7018748Z [00:02:20.497]➜       parsed_lto_objs=1
2025-08-20T22:49:06.7019223Z [00:02:20.497]➜              num_cies=1
2025-08-20T22:49:06.7019692Z [00:02:20.497]➜       num_unique_cies=1
2025-08-20T22:49:06.7020156Z [00:02:20.497]➜              num_fdes=1
2025-08-20T22:49:06.7020628Z [00:02:20.497]➜        merged_strings=6
2025-08-20T22:49:06.7021316Z [00:02:20.497]➜              num_objs=21
2025-08-20T22:49:06.7021887Z [00:02:20.497]➜         output_chunks=24
2025-08-20T22:49:06.7022412Z [00:02:20.497]➜      string_fragments=36
2025-08-20T22:49:06.7022950Z [00:02:20.497]➜      garbage_sections=59
2025-08-20T22:49:06.7023460Z [00:02:20.497]➜           reloc_alloc=90
2025-08-20T22:49:06.7023954Z [00:02:20.497]➜        undefined_syms=114
2025-08-20T22:49:06.7024453Z [00:02:20.497]➜          defined_syms=191
2025-08-20T22:49:06.7024964Z [00:02:20.497]➜        input_sections=480
2025-08-20T22:49:06.7025473Z [00:02:20.497]➜           parsed_objs=1657
2025-08-20T22:49:06.7025997Z [00:02:20.497]➜      regular_sections=9628
2025-08-20T22:49:06.7026511Z [00:02:20.497]➜              all_syms=25248
2025-08-20T22:49:06.7027069Z [00:02:20.497]➜     total_input_bytes=38747918
2025-08-20T22:49:06.7027651Z [00:02:20.497]➜  .comment estimation=1627 actual=4
2025-08-20T22:49:06.7028273Z [00:02:20.497]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:49:06.7264175Z [00:02:20.517]➜        reloc_nonalloc=0
2025-08-20T22:49:06.7273455Z [00:02:20.518]➜               comdats=0
2025-08-20T22:49:06.7274002Z [00:02:20.518]➜    removed_comdat_mem=0
2025-08-20T22:49:06.7274804Z [00:02:20.518]➜              num_dsos=0
2025-08-20T22:49:06.7275296Z [00:02:20.518]➜       parsed_lto_objs=1
2025-08-20T22:49:06.7275779Z [00:02:20.518]➜              num_cies=1
2025-08-20T22:49:06.7276254Z [00:02:20.518]➜       num_unique_cies=1
2025-08-20T22:49:06.7276724Z [00:02:20.518]➜              num_fdes=1
2025-08-20T22:49:06.7277185Z [00:02:20.518]➜        merged_strings=6
2025-08-20T22:49:06.7277665Z [00:02:20.518]➜              num_objs=18
2025-08-20T22:49:06.7278147Z [00:02:20.518]➜         output_chunks=24
2025-08-20T22:49:06.7278642Z [00:02:20.518]➜      string_fragments=30
2025-08-20T22:49:06.7279129Z [00:02:20.518]➜      garbage_sections=48
2025-08-20T22:49:06.7279591Z [00:02:20.518]➜           reloc_alloc=85
2025-08-20T22:49:06.7280053Z [00:02:20.518]➜        undefined_syms=102
2025-08-20T22:49:06.7280551Z [00:02:20.518]➜          defined_syms=160
2025-08-20T22:49:06.7282649Z [00:02:20.518]➜        input_sections=397
2025-08-20T22:49:06.7283201Z [00:02:20.518]➜           parsed_objs=1657
2025-08-20T22:49:06.7283738Z [00:02:20.518]➜      regular_sections=9628
2025-08-20T22:49:06.7284252Z [00:02:20.518]➜              all_syms=25249
2025-08-20T22:49:06.7284780Z [00:02:20.518]➜     total_input_bytes=38747618
2025-08-20T22:49:06.7285341Z [00:02:20.518]➜  .comment estimation=1627 actual=4
2025-08-20T22:49:06.7285955Z [00:02:20.518]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:49:06.7324127Z [00:02:20.527]➜  using process_vm_writev ... yes
2025-08-20T22:49:06.7420599Z [00:02:20.537]➜  using program_invocation_name ... yes
2025-08-20T22:49:06.7447760Z [00:02:20.540]➜        reloc_nonalloc=0
2025-08-20T22:49:06.7475116Z [00:02:20.542]➜               comdats=0
2025-08-20T22:49:06.7478356Z [00:02:20.542]➜    removed_comdat_mem=0
2025-08-20T22:49:06.7478912Z [00:02:20.542]➜              num_dsos=0
2025-08-20T22:49:06.7479423Z [00:02:20.542]➜       parsed_lto_objs=1
2025-08-20T22:49:06.7479963Z [00:02:20.542]➜              num_cies=1
2025-08-20T22:49:06.7480474Z [00:02:20.542]➜       num_unique_cies=1
2025-08-20T22:49:06.7481283Z [00:02:20.542]➜              num_fdes=1
2025-08-20T22:49:06.7481797Z [00:02:20.542]➜        merged_strings=6
2025-08-20T22:49:06.7482322Z [00:02:20.542]➜         output_chunks=24
2025-08-20T22:49:06.7482840Z [00:02:20.542]➜              num_objs=24
2025-08-20T22:49:06.7483344Z [00:02:20.542]➜      string_fragments=42
2025-08-20T22:49:06.7483839Z [00:02:20.542]➜      garbage_sections=67
2025-08-20T22:49:06.7484344Z [00:02:20.542]➜           reloc_alloc=115
2025-08-20T22:49:06.7484846Z [00:02:20.542]➜        undefined_syms=121
2025-08-20T22:49:06.7485344Z [00:02:20.542]➜          defined_syms=225
2025-08-20T22:49:06.7485841Z [00:02:20.542]➜        input_sections=559
2025-08-20T22:49:06.7486344Z [00:02:20.542]➜           parsed_objs=1657
2025-08-20T22:49:06.7486870Z [00:02:20.542]➜      regular_sections=9630
2025-08-20T22:49:06.7487375Z [00:02:20.542]➜              all_syms=25256
2025-08-20T22:49:06.7487920Z [00:02:20.542]➜     total_input_bytes=38749522
2025-08-20T22:49:06.7488745Z [00:02:20.542]➜  .comment estimation=1627 actual=4
2025-08-20T22:49:06.7489342Z [00:02:20.542]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:49:06.7623987Z [00:02:20.557]➜  using pselect ... yes
2025-08-20T22:49:06.8360031Z [00:02:20.631]➜        reloc_nonalloc=0
2025-08-20T22:49:06.8385607Z [00:02:20.633]➜               comdats=0
2025-08-20T22:49:06.8391113Z [00:02:20.633]➜    removed_comdat_mem=0
2025-08-20T22:49:06.8391609Z [00:02:20.633]➜              num_dsos=0
2025-08-20T22:49:06.8392083Z [00:02:20.633]➜       parsed_lto_objs=1
2025-08-20T22:49:06.8392552Z [00:02:20.633]➜              num_cies=1
2025-08-20T22:49:06.8393002Z [00:02:20.633]➜       num_unique_cies=1
2025-08-20T22:49:06.8393455Z [00:02:20.633]➜              num_fdes=1
2025-08-20T22:49:06.8393907Z [00:02:20.633]➜        merged_strings=9
2025-08-20T22:49:06.8394376Z [00:02:20.633]➜         output_chunks=25
2025-08-20T22:49:06.8394903Z [00:02:20.633]➜              num_objs=36
2025-08-20T22:49:06.8395391Z [00:02:20.633]➜      string_fragments=69
2025-08-20T22:49:06.8395911Z [00:02:20.633]➜      garbage_sections=106
2025-08-20T22:49:06.8396405Z [00:02:20.633]➜           reloc_alloc=123
2025-08-20T22:49:06.8396892Z [00:02:20.633]➜        undefined_syms=164
2025-08-20T22:49:06.8397388Z [00:02:20.633]➜          defined_syms=358
2025-08-20T22:49:06.8397867Z [00:02:20.633]➜        input_sections=891
2025-08-20T22:49:06.8398369Z [00:02:20.633]➜           parsed_objs=1657
2025-08-20T22:49:06.8398875Z [00:02:20.633]➜      regular_sections=9629
2025-08-20T22:49:06.8399393Z [00:02:20.633]➜              all_syms=25252
2025-08-20T22:49:06.8399922Z [00:02:20.633]➜     total_input_bytes=38748182
2025-08-20T22:49:06.8400485Z [00:02:20.634]➜  .comment estimation=1627 actual=4
2025-08-20T22:49:06.8401321Z [00:02:20.634]➜  .rodata.str1.1 estimation=1628 actual=4
2025-08-20T22:49:06.8401940Z [00:02:20.634]➜  .rodata.cst16 estimation=1626 actual=1
2025-08-20T22:49:06.8628768Z [00:02:20.658]➜  using pthread_attr_setstack ... yes
2025-08-20T22:49:06.8741591Z [00:02:20.669]➜        reloc_nonalloc=0
2025-08-20T22:49:06.8748320Z [00:02:20.670]➜               comdats=0
2025-08-20T22:49:06.8749365Z [00:02:20.670]➜    removed_comdat_mem=0
2025-08-20T22:49:06.8750530Z [00:02:20.670]➜              num_dsos=0
2025-08-20T22:49:06.8751361Z [00:02:20.670]➜       parsed_lto_objs=1
2025-08-20T22:49:06.8751981Z [00:02:20.670]➜              num_cies=1
2025-08-20T22:49:06.8753979Z [00:02:20.670]➜       num_unique_cies=1
2025-08-20T22:49:06.8754671Z [00:02:20.670]➜              num_fdes=1
2025-08-20T22:49:06.8755482Z [00:02:20.670]➜        merged_strings=6
2025-08-20T22:49:06.8756664Z [00:02:20.670]➜              num_objs=23
2025-08-20T22:49:06.8757293Z [00:02:20.670]➜         output_chunks=24
2025-08-20T22:49:06.8758131Z [00:02:20.670]➜      string_fragments=40
2025-08-20T22:49:06.8758803Z [00:02:20.670]➜      garbage_sections=65
2025-08-20T22:49:06.8759453Z [00:02:20.670]➜           reloc_alloc=107
2025-08-20T22:49:06.8760159Z [00:02:20.670]➜        undefined_syms=123
2025-08-20T22:49:06.8760965Z [00:02:20.670]➜          defined_syms=215
2025-08-20T22:49:06.8761673Z [00:02:20.670]➜        input_sections=540
2025-08-20T22:49:06.8762291Z [00:02:20.670]➜           parsed_objs=1657
2025-08-20T22:49:06.8762931Z [00:02:20.670]➜      regular_sections=9628
2025-08-20T22:49:06.8763812Z [00:02:20.670]➜              all_syms=25252
2025-08-20T22:49:06.8764492Z [00:02:20.670]➜     total_input_bytes=38748102
2025-08-20T22:49:06.8765237Z [00:02:20.670]➜  .comment estimation=1627 actual=4
2025-08-20T22:49:06.8766105Z [00:02:20.670]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:49:06.8891155Z [00:02:20.684]➜  using pthread_barrier ... yes
2025-08-20T22:49:06.9356844Z [00:02:20.730]➜        reloc_nonalloc=0
2025-08-20T22:49:06.9361372Z [00:02:20.730]➜               comdats=0
2025-08-20T22:49:06.9361854Z [00:02:20.730]➜    removed_comdat_mem=0
2025-08-20T22:49:06.9362388Z [00:02:20.730]➜              num_dsos=0
2025-08-20T22:49:06.9362877Z [00:02:20.730]➜       parsed_lto_objs=1
2025-08-20T22:49:06.9363628Z [00:02:20.730]➜              num_cies=1
2025-08-20T22:49:06.9364066Z [00:02:20.730]➜       num_unique_cies=1
2025-08-20T22:49:06.9364477Z [00:02:20.731]➜              num_fdes=1
2025-08-20T22:49:06.9364915Z [00:02:20.731]➜        merged_strings=6
2025-08-20T22:49:06.9365369Z [00:02:20.731]➜              num_objs=19
2025-08-20T22:49:06.9365804Z [00:02:20.731]➜         output_chunks=24
2025-08-20T22:49:06.9366269Z [00:02:20.731]➜      string_fragments=32
2025-08-20T22:49:06.9366747Z [00:02:20.731]➜      garbage_sections=52
2025-08-20T22:49:06.9367215Z [00:02:20.731]➜           reloc_alloc=88
2025-08-20T22:49:06.9367663Z [00:02:20.731]➜        undefined_syms=108
2025-08-20T22:49:06.9368158Z [00:02:20.731]➜          defined_syms=170
2025-08-20T22:49:06.9368650Z [00:02:20.731]➜        input_sections=424
2025-08-20T22:49:06.9369155Z [00:02:20.731]➜           parsed_objs=1657
2025-08-20T22:49:06.9369648Z [00:02:20.731]➜      regular_sections=9628
2025-08-20T22:49:06.9370144Z [00:02:20.731]➜              all_syms=25248
2025-08-20T22:49:06.9370668Z [00:02:20.731]➜     total_input_bytes=38747726
2025-08-20T22:49:06.9371424Z [00:02:20.731]➜  .comment estimation=1627 actual=4
2025-08-20T22:49:06.9372016Z [00:02:20.731]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:49:06.9496025Z [00:02:20.744]➜        reloc_nonalloc=0
2025-08-20T22:49:06.9498946Z [00:02:20.745]➜               comdats=0
2025-08-20T22:49:06.9499964Z [00:02:20.745]➜    removed_comdat_mem=0
2025-08-20T22:49:06.9500451Z [00:02:20.745]➜              num_dsos=0
2025-08-20T22:49:06.9501256Z [00:02:20.745]➜       parsed_lto_objs=1
2025-08-20T22:49:06.9501730Z [00:02:20.745]➜              num_cies=1
2025-08-20T22:49:06.9502189Z [00:02:20.745]➜       num_unique_cies=1
2025-08-20T22:49:06.9502648Z [00:02:20.745]➜              num_fdes=1
2025-08-20T22:49:06.9503141Z [00:02:20.745]➜        merged_strings=6
2025-08-20T22:49:06.9503896Z [00:02:20.745]➜              num_objs=20
2025-08-20T22:49:06.9504392Z [00:02:20.745]➜         output_chunks=24
2025-08-20T22:49:06.9504887Z [00:02:20.745]➜      string_fragments=34
2025-08-20T22:49:06.9505380Z [00:02:20.745]➜      garbage_sections=55
2025-08-20T22:49:06.9505857Z [00:02:20.745]➜           reloc_alloc=89
2025-08-20T22:49:06.9506348Z [00:02:20.745]➜        undefined_syms=110
2025-08-20T22:49:06.9506787Z [00:02:20.745]➜          defined_syms=179
2025-08-20T22:49:06.9507209Z [00:02:20.745]➜        input_sections=448
2025-08-20T22:49:06.9507662Z [00:02:20.745]➜           parsed_objs=1657
2025-08-20T22:49:06.9508163Z [00:02:20.745]➜      regular_sections=9628
2025-08-20T22:49:06.9508678Z [00:02:20.745]➜              all_syms=25250
2025-08-20T22:49:06.9509220Z [00:02:20.745]➜     total_input_bytes=38747950
2025-08-20T22:49:06.9509786Z [00:02:20.745]➜  .comment estimation=1627 actual=4
2025-08-20T22:49:06.9510401Z [00:02:20.745]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:49:06.9511894Z [00:02:20.746]➜  using pthread_mutexattr_destroy ... yes
2025-08-20T22:49:06.9796190Z [00:02:20.774]➜  using pthread_mutexattr_setprioceiling ... yes
2025-08-20T22:49:06.9961499Z [00:02:20.791]➜        reloc_nonalloc=0
2025-08-20T22:49:06.9971040Z [00:02:20.792]➜               comdats=0
2025-08-20T22:49:06.9978137Z [00:02:20.792]➜    removed_comdat_mem=0
2025-08-20T22:49:06.9978625Z [00:02:20.792]➜              num_dsos=0
2025-08-20T22:49:06.9979070Z [00:02:20.792]➜       parsed_lto_objs=1
2025-08-20T22:49:06.9979529Z [00:02:20.792]➜              num_cies=1
2025-08-20T22:49:06.9979976Z [00:02:20.792]➜       num_unique_cies=1
2025-08-20T22:49:06.9980398Z [00:02:20.792]➜              num_fdes=1
2025-08-20T22:49:06.9981064Z [00:02:20.792]➜        merged_strings=6
2025-08-20T22:49:06.9981566Z [00:02:20.792]➜              num_objs=19
2025-08-20T22:49:06.9982056Z [00:02:20.792]➜         output_chunks=24
2025-08-20T22:49:06.9982516Z [00:02:20.792]➜      string_fragments=32
2025-08-20T22:49:06.9983047Z [00:02:20.792]➜      garbage_sections=52
2025-08-20T22:49:06.9983536Z [00:02:20.792]➜           reloc_alloc=88
2025-08-20T22:49:06.9984338Z [00:02:20.792]➜        undefined_syms=108
2025-08-20T22:49:06.9984829Z [00:02:20.792]➜          defined_syms=170
2025-08-20T22:49:06.9985308Z [00:02:20.792]➜        input_sections=424
2025-08-20T22:49:06.9985803Z [00:02:20.792]➜           parsed_objs=1657
2025-08-20T22:49:06.9986302Z [00:02:20.792]➜      regular_sections=9628
2025-08-20T22:49:06.9986790Z [00:02:20.792]➜              all_syms=25248
2025-08-20T22:49:06.9987293Z [00:02:20.792]➜     total_input_bytes=38747698
2025-08-20T22:49:06.9987888Z [00:02:20.792]➜  .comment estimation=1627 actual=4
2025-08-20T22:49:06.9988472Z [00:02:20.792]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:49:07.0205760Z [00:02:20.815]➜  using pthread_mutexattr_init ... yes
2025-08-20T22:49:07.0834245Z [00:02:20.878]➜        reloc_nonalloc=0
2025-08-20T22:49:07.0834907Z [00:02:20.878]➜               comdats=0
2025-08-20T22:49:07.0837008Z [00:02:20.878]➜    removed_comdat_mem=0
2025-08-20T22:49:07.0840207Z [00:02:20.878]➜              num_dsos=0
2025-08-20T22:49:07.0841450Z [00:02:20.878]➜       parsed_lto_objs=1
2025-08-20T22:49:07.0842415Z [00:02:20.878]➜              num_cies=1
2025-08-20T22:49:07.0843363Z [00:02:20.878]➜       num_unique_cies=1
2025-08-20T22:49:07.0844444Z [00:02:20.878]➜              num_fdes=1
2025-08-20T22:49:07.0845727Z [00:02:20.878]➜        merged_strings=6
2025-08-20T22:49:07.0846649Z [00:02:20.878]➜              num_objs=20
2025-08-20T22:49:07.0847466Z [00:02:20.878]➜         output_chunks=24
2025-08-20T22:49:07.0848151Z [00:02:20.878]➜      string_fragments=34
2025-08-20T22:49:07.0848932Z [00:02:20.878]➜      garbage_sections=55
2025-08-20T22:49:07.0849752Z [00:02:20.878]➜           reloc_alloc=91
2025-08-20T22:49:07.0850409Z [00:02:20.878]➜        undefined_syms=110
2025-08-20T22:49:07.0851413Z [00:02:20.878]➜          defined_syms=182
2025-08-20T22:49:07.0853218Z [00:02:20.878]➜        input_sections=452
2025-08-20T22:49:07.0854535Z [00:02:20.878]➜           parsed_objs=1657
2025-08-20T22:49:07.0856240Z [00:02:20.878]➜      regular_sections=9628
2025-08-20T22:49:07.0857259Z [00:02:20.878]➜              all_syms=25250
2025-08-20T22:49:07.0858099Z [00:02:20.878]➜     total_input_bytes=38747930
2025-08-20T22:49:07.0858901Z [00:02:20.878]➜  .comment estimation=1627 actual=4
2025-08-20T22:49:07.0859708Z [00:02:20.878]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:49:07.0860539Z [00:02:20.880]➜        reloc_nonalloc=0
2025-08-20T22:49:07.0861376Z [00:02:20.880]➜               comdats=0
2025-08-20T22:49:07.0862056Z [00:02:20.880]➜    removed_comdat_mem=0
2025-08-20T22:49:07.0862726Z [00:02:20.880]➜              num_dsos=0
2025-08-20T22:49:07.0864737Z [00:02:20.880]➜       parsed_lto_objs=1
2025-08-20T22:49:07.0865352Z [00:02:20.880]➜              num_cies=1
2025-08-20T22:49:07.0865920Z [00:02:20.880]➜       num_unique_cies=1
2025-08-20T22:49:07.0866484Z [00:02:20.880]➜              num_fdes=1
2025-08-20T22:49:07.0867072Z [00:02:20.880]➜        merged_strings=6
2025-08-20T22:49:07.0867639Z [00:02:20.880]➜              num_objs=19
2025-08-20T22:49:07.0868245Z [00:02:20.880]➜         output_chunks=24
2025-08-20T22:49:07.0868832Z [00:02:20.880]➜      string_fragments=32
2025-08-20T22:49:07.0869412Z [00:02:20.880]➜      garbage_sections=52
2025-08-20T22:49:07.0869989Z [00:02:20.880]➜           reloc_alloc=90
2025-08-20T22:49:07.0870579Z [00:02:20.880]➜        undefined_syms=108
2025-08-20T22:49:07.0871352Z [00:02:20.880]➜          defined_syms=173
2025-08-20T22:49:07.0871964Z [00:02:20.880]➜        input_sections=428
2025-08-20T22:49:07.0872617Z [00:02:20.880]➜           parsed_objs=1657
2025-08-20T22:49:07.0873215Z [00:02:20.880]➜      regular_sections=9628
2025-08-20T22:49:07.0873831Z [00:02:20.880]➜              all_syms=25248
2025-08-20T22:49:07.0874505Z [00:02:20.880]➜     total_input_bytes=38747722
2025-08-20T22:49:07.0875317Z [00:02:20.880]➜  .comment estimation=1627 actual=4
2025-08-20T22:49:07.0901708Z [00:02:20.880]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:49:07.0971953Z [00:02:20.892]➜  using pthread_mutexattr_setprotocol ... yes
2025-08-20T22:49:07.0985613Z [00:02:20.893]➜  using pthread_mutexattr_setrobust ... yes
2025-08-20T22:49:07.1678283Z [00:02:20.963]➜        reloc_nonalloc=0
2025-08-20T22:49:07.1683559Z [00:02:20.963]➜               comdats=0
2025-08-20T22:49:07.1684596Z [00:02:20.963]➜    removed_comdat_mem=0
2025-08-20T22:49:07.1685739Z [00:02:20.963]➜              num_dsos=0
2025-08-20T22:49:07.1686594Z [00:02:20.963]➜       parsed_lto_objs=1
2025-08-20T22:49:07.1687328Z [00:02:20.963]➜              num_cies=1
2025-08-20T22:49:07.1688740Z [00:02:20.963]➜       num_unique_cies=1
2025-08-20T22:49:07.1689491Z [00:02:20.963]➜              num_fdes=1
2025-08-20T22:49:07.1690448Z [00:02:20.963]➜        merged_strings=6
2025-08-20T22:49:07.1693053Z [00:02:20.963]➜              num_objs=21
2025-08-20T22:49:07.1693682Z [00:02:20.963]➜         output_chunks=24
2025-08-20T22:49:07.1694877Z [00:02:20.963]➜      string_fragments=36
2025-08-20T22:49:07.1695592Z [00:02:20.963]➜      garbage_sections=61
2025-08-20T22:49:07.1696327Z [00:02:20.963]➜           reloc_alloc=93
2025-08-20T22:49:07.1697235Z [00:02:20.963]➜        undefined_syms=115
2025-08-20T22:49:07.1698186Z [00:02:20.963]➜          defined_syms=195
2025-08-20T22:49:07.1698757Z [00:02:20.963]➜        input_sections=487
2025-08-20T22:49:07.1699269Z [00:02:20.963]➜           parsed_objs=1657
2025-08-20T22:49:07.1699780Z [00:02:20.963]➜      regular_sections=9628
2025-08-20T22:49:07.1700276Z [00:02:20.963]➜              all_syms=25248
2025-08-20T22:49:07.1700955Z [00:02:20.963]➜     total_input_bytes=38747858
2025-08-20T22:49:07.1701538Z [00:02:20.963]➜  .comment estimation=1627 actual=4
2025-08-20T22:49:07.1702143Z [00:02:20.963]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:49:07.1825778Z [00:02:20.977]➜  using pthread_mutex_destroy ... yes
2025-08-20T22:49:07.2025228Z [00:02:20.997]➜        reloc_nonalloc=0
2025-08-20T22:49:07.2032846Z [00:02:20.998]➜               comdats=0
2025-08-20T22:49:07.2033417Z [00:02:20.998]➜    removed_comdat_mem=0
2025-08-20T22:49:07.2033911Z [00:02:20.998]➜              num_dsos=0
2025-08-20T22:49:07.2034387Z [00:02:20.998]➜       parsed_lto_objs=1
2025-08-20T22:49:07.2034853Z [00:02:20.998]➜              num_cies=1
2025-08-20T22:49:07.2035314Z [00:02:20.998]➜       num_unique_cies=1
2025-08-20T22:49:07.2035777Z [00:02:20.998]➜              num_fdes=1
2025-08-20T22:49:07.2036236Z [00:02:20.998]➜        merged_strings=6
2025-08-20T22:49:07.2036711Z [00:02:20.998]➜              num_objs=19
2025-08-20T22:49:07.2037197Z [00:02:20.998]➜         output_chunks=24
2025-08-20T22:49:07.2037690Z [00:02:20.998]➜      string_fragments=32
2025-08-20T22:49:07.2038164Z [00:02:20.998]➜      garbage_sections=52
2025-08-20T22:49:07.2038637Z [00:02:20.998]➜           reloc_alloc=88
2025-08-20T22:49:07.2039121Z [00:02:20.998]➜        undefined_syms=108
2025-08-20T22:49:07.2039610Z [00:02:20.998]➜          defined_syms=170
2025-08-20T22:49:07.2040119Z [00:02:20.998]➜        input_sections=424
2025-08-20T22:49:07.2040622Z [00:02:20.998]➜           parsed_objs=1657
2025-08-20T22:49:07.2041346Z [00:02:20.998]➜      regular_sections=9628
2025-08-20T22:49:07.2041846Z [00:02:20.998]➜              all_syms=25248
2025-08-20T22:49:07.2042368Z [00:02:20.998]➜     total_input_bytes=38747766
2025-08-20T22:49:07.2042925Z [00:02:20.998]➜  .comment estimation=1627 actual=4
2025-08-20T22:49:07.2043527Z [00:02:20.998]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:49:07.2222375Z [00:02:21.017]➜  using pthread_mutex_init ... yes
2025-08-20T22:49:07.2223078Z [00:02:21.017]➜        reloc_nonalloc=0
2025-08-20T22:49:07.2223577Z [00:02:21.017]➜               comdats=0
2025-08-20T22:49:07.2224050Z [00:02:21.017]➜    removed_comdat_mem=0
2025-08-20T22:49:07.2224529Z [00:02:21.017]➜              num_dsos=0
2025-08-20T22:49:07.2225017Z [00:02:21.017]➜       parsed_lto_objs=1
2025-08-20T22:49:07.2225491Z [00:02:21.017]➜              num_cies=1
2025-08-20T22:49:07.2226002Z [00:02:21.017]➜       num_unique_cies=1
2025-08-20T22:49:07.2226463Z [00:02:21.017]➜              num_fdes=1
2025-08-20T22:49:07.2227391Z [00:02:21.017]➜        merged_strings=6
2025-08-20T22:49:07.2227855Z [00:02:21.017]➜              num_objs=17
2025-08-20T22:49:07.2228341Z [00:02:21.017]➜         output_chunks=24
2025-08-20T22:49:07.2228846Z [00:02:21.017]➜      string_fragments=28
2025-08-20T22:49:07.2229356Z [00:02:21.017]➜      garbage_sections=45
2025-08-20T22:49:07.2229851Z [00:02:21.017]➜           reloc_alloc=83
2025-08-20T22:49:07.2230331Z [00:02:21.017]➜        undefined_syms=99
2025-08-20T22:49:07.2230987Z [00:02:21.017]➜          defined_syms=150
2025-08-20T22:49:07.2231520Z [00:02:21.017]➜        input_sections=370
2025-08-20T22:49:07.2232096Z [00:02:21.017]➜           parsed_objs=1657
2025-08-20T22:49:07.2232621Z [00:02:21.017]➜      regular_sections=9628
2025-08-20T22:49:07.2233148Z [00:02:21.017]➜              all_syms=25245
2025-08-20T22:49:07.2233712Z [00:02:21.017]➜     total_input_bytes=38746870
2025-08-20T22:49:07.2234275Z [00:02:21.017]➜  .comment estimation=1627 actual=4
2025-08-20T22:49:07.2234909Z [00:02:21.017]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:49:07.2373902Z [00:02:21.032]➜  using PTHREAD_PRIO_INHERIT ... yes
2025-08-20T22:49:07.3286731Z [00:02:21.123]➜        reloc_nonalloc=0
2025-08-20T22:49:07.3287705Z [00:02:21.124]➜               comdats=0
2025-08-20T22:49:07.3288273Z [00:02:21.124]➜    removed_comdat_mem=0
2025-08-20T22:49:07.3289047Z [00:02:21.124]➜              num_dsos=0
2025-08-20T22:49:07.3290029Z [00:02:21.124]➜       parsed_lto_objs=1
2025-08-20T22:49:07.3290994Z [00:02:21.124]➜              num_cies=1
2025-08-20T22:49:07.3292480Z [00:02:21.124]➜       num_unique_cies=1
2025-08-20T22:49:07.3293253Z [00:02:21.124]➜              num_fdes=1
2025-08-20T22:49:07.3293999Z [00:02:21.124]➜        merged_strings=6
2025-08-20T22:49:07.3294629Z [00:02:21.124]➜              num_objs=17
2025-08-20T22:49:07.3295428Z [00:02:21.124]➜         output_chunks=24
2025-08-20T22:49:07.3297459Z [00:02:21.124]➜      string_fragments=28
2025-08-20T22:49:07.3298274Z [00:02:21.124]➜      garbage_sections=45
2025-08-20T22:49:07.3299394Z [00:02:21.124]➜           reloc_alloc=83
2025-08-20T22:49:07.3300205Z [00:02:21.124]➜        undefined_syms=99
2025-08-20T22:49:07.3301161Z [00:02:21.124]➜          defined_syms=150
2025-08-20T22:49:07.3301914Z [00:02:21.124]➜        input_sections=370
2025-08-20T22:49:07.3302913Z [00:02:21.124]➜           parsed_objs=1657
2025-08-20T22:49:07.3303705Z [00:02:21.124]➜      regular_sections=9628
2025-08-20T22:49:07.3305667Z [00:02:21.124]➜              all_syms=25245
2025-08-20T22:49:07.3306468Z [00:02:21.124]➜     total_input_bytes=38746870
2025-08-20T22:49:07.3307281Z [00:02:21.124]➜  .comment estimation=1627 actual=4
2025-08-20T22:49:07.3308145Z [00:02:21.124]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:49:07.3387405Z [00:02:21.134]➜        reloc_nonalloc=0
2025-08-20T22:49:07.3392115Z [00:02:21.134]➜               comdats=0
2025-08-20T22:49:07.3392804Z [00:02:21.134]➜    removed_comdat_mem=0
2025-08-20T22:49:07.3394353Z [00:02:21.134]➜              num_dsos=0
2025-08-20T22:49:07.3394868Z [00:02:21.134]➜       parsed_lto_objs=1
2025-08-20T22:49:07.3395336Z [00:02:21.134]➜              num_cies=1
2025-08-20T22:49:07.3395792Z [00:02:21.134]➜       num_unique_cies=1
2025-08-20T22:49:07.3396245Z [00:02:21.134]➜              num_fdes=1
2025-08-20T22:49:07.3396699Z [00:02:21.134]➜        merged_strings=6
2025-08-20T22:49:07.3397162Z [00:02:21.134]➜              num_objs=17
2025-08-20T22:49:07.3397631Z [00:02:21.134]➜         output_chunks=24
2025-08-20T22:49:07.3398106Z [00:02:21.134]➜      string_fragments=28
2025-08-20T22:49:07.3398587Z [00:02:21.134]➜      garbage_sections=45
2025-08-20T22:49:07.3399054Z [00:02:21.134]➜           reloc_alloc=83
2025-08-20T22:49:07.3399520Z [00:02:21.134]➜        undefined_syms=99
2025-08-20T22:49:07.3399995Z [00:02:21.134]➜          defined_syms=150
2025-08-20T22:49:07.3400496Z [00:02:21.134]➜        input_sections=370
2025-08-20T22:49:07.3401269Z [00:02:21.134]➜           parsed_objs=1657
2025-08-20T22:49:07.3402076Z [00:02:21.134]➜      regular_sections=9628
2025-08-20T22:49:07.3402603Z [00:02:21.134]➜              all_syms=25245
2025-08-20T22:49:07.3403143Z [00:02:21.134]➜     total_input_bytes=38746854
2025-08-20T22:49:07.3403702Z [00:02:21.134]➜  .comment estimation=1627 actual=4
2025-08-20T22:49:07.3404319Z [00:02:21.134]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:49:07.3489746Z [00:02:21.144]➜  using PTHREAD_PRIO_NONE ... yes
2025-08-20T22:49:07.3525621Z [00:02:21.147]➜  using PTHREAD_PRIO_PROTECT ... yes
2025-08-20T22:49:07.3772372Z [00:02:21.172]➜  using pthread_sigqueue ... no
2025-08-20T22:49:07.4093471Z [00:02:21.204]➜        reloc_nonalloc=0
2025-08-20T22:49:07.4099370Z [00:02:21.204]➜               comdats=0
2025-08-20T22:49:07.4099902Z [00:02:21.204]➜    removed_comdat_mem=0
2025-08-20T22:49:07.4100395Z [00:02:21.204]➜              num_dsos=0
2025-08-20T22:49:07.4101122Z [00:02:21.204]➜       parsed_lto_objs=1
2025-08-20T22:49:07.4101636Z [00:02:21.204]➜              num_cies=1
2025-08-20T22:49:07.4102147Z [00:02:21.204]➜       num_unique_cies=1
2025-08-20T22:49:07.4102631Z [00:02:21.204]➜              num_fdes=1
2025-08-20T22:49:07.4103106Z [00:02:21.204]➜        merged_strings=6
2025-08-20T22:49:07.4103581Z [00:02:21.204]➜              num_objs=22
2025-08-20T22:49:07.4104074Z [00:02:21.204]➜         output_chunks=24
2025-08-20T22:49:07.4104557Z [00:02:21.204]➜      string_fragments=36
2025-08-20T22:49:07.4105068Z [00:02:21.204]➜      garbage_sections=66
2025-08-20T22:49:07.4105549Z [00:02:21.204]➜           reloc_alloc=88
2025-08-20T22:49:07.4115601Z [00:02:21.204]➜        undefined_syms=118
2025-08-20T22:49:07.4116207Z [00:02:21.204]➜          defined_syms=200
2025-08-20T22:49:07.4116653Z [00:02:21.204]➜        input_sections=503
2025-08-20T22:49:07.4117105Z [00:02:21.204]➜           parsed_objs=1657
2025-08-20T22:49:07.4117559Z [00:02:21.204]➜      regular_sections=9628
2025-08-20T22:49:07.4118282Z [00:02:21.204]➜              all_syms=25248
2025-08-20T22:49:07.4118817Z [00:02:21.204]➜     total_input_bytes=38748038
2025-08-20T22:49:07.4119383Z [00:02:21.204]➜  .comment estimation=1627 actual=4
2025-08-20T22:49:07.4119956Z [00:02:21.204]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:49:07.4355922Z [00:02:21.230]➜  using pthread_setaffinity_np ... yes
2025-08-20T22:49:07.4464092Z [00:02:21.241]➜        reloc_nonalloc=0
2025-08-20T22:49:07.4468897Z [00:02:21.241]➜               comdats=0
2025-08-20T22:49:07.4469409Z [00:02:21.241]➜    removed_comdat_mem=0
2025-08-20T22:49:07.4469878Z [00:02:21.241]➜              num_dsos=0
2025-08-20T22:49:07.4470340Z [00:02:21.241]➜       parsed_lto_objs=1
2025-08-20T22:49:07.4471546Z [00:02:21.241]➜              num_cies=1
2025-08-20T22:49:07.4472045Z [00:02:21.241]➜       num_unique_cies=1
2025-08-20T22:49:07.4472504Z [00:02:21.241]➜              num_fdes=1
2025-08-20T22:49:07.4472966Z [00:02:21.241]➜        merged_strings=6
2025-08-20T22:49:07.4473470Z [00:02:21.241]➜              num_objs=21
2025-08-20T22:49:07.4473957Z [00:02:21.241]➜         output_chunks=25
2025-08-20T22:49:07.4474461Z [00:02:21.241]➜      string_fragments=36
2025-08-20T22:49:07.4474941Z [00:02:21.241]➜      garbage_sections=60
2025-08-20T22:49:07.4475416Z [00:02:21.241]➜           reloc_alloc=95
2025-08-20T22:49:07.4475893Z [00:02:21.241]➜        undefined_syms=118
2025-08-20T22:49:07.4476381Z [00:02:21.241]➜          defined_syms=198
2025-08-20T22:49:07.4476869Z [00:02:21.241]➜        input_sections=487
2025-08-20T22:49:07.4477346Z [00:02:21.241]➜           parsed_objs=1657
2025-08-20T22:49:07.4477856Z [00:02:21.241]➜      regular_sections=9628
2025-08-20T22:49:07.4478362Z [00:02:21.241]➜              all_syms=25248
2025-08-20T22:49:07.4478887Z [00:02:21.241]➜     total_input_bytes=38747874
2025-08-20T22:49:07.4479445Z [00:02:21.241]➜  .comment estimation=1627 actual=4
2025-08-20T22:49:07.4480044Z [00:02:21.241]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:49:07.4652708Z [00:02:21.260]➜  using pthread_setschedparam ... yes
2025-08-20T22:49:07.5673087Z [00:02:21.362]➜        reloc_nonalloc=0
2025-08-20T22:49:07.5674855Z [00:02:21.362]➜               comdats=0
2025-08-20T22:49:07.5676057Z [00:02:21.362]➜    removed_comdat_mem=0
2025-08-20T22:49:07.5677042Z [00:02:21.362]➜              num_dsos=0
2025-08-20T22:49:07.5677984Z [00:02:21.362]➜       parsed_lto_objs=1
2025-08-20T22:49:07.5678790Z [00:02:21.362]➜              num_cies=1
2025-08-20T22:49:07.5679320Z [00:02:21.362]➜       num_unique_cies=1
2025-08-20T22:49:07.5679796Z [00:02:21.362]➜              num_fdes=1
2025-08-20T22:49:07.5680274Z [00:02:21.362]➜        merged_strings=27
2025-08-20T22:49:07.5680919Z [00:02:21.362]➜         output_chunks=28
2025-08-20T22:49:07.5681424Z [00:02:21.362]➜              num_objs=43
2025-08-20T22:49:07.5681911Z [00:02:21.362]➜      string_fragments=99
2025-08-20T22:49:07.5682402Z [00:02:21.362]➜      garbage_sections=136
2025-08-20T22:49:07.5682921Z [00:02:21.362]➜        undefined_syms=186
2025-08-20T22:49:07.5683407Z [00:02:21.362]➜           reloc_alloc=301
2025-08-20T22:49:07.5683901Z [00:02:21.362]➜          defined_syms=473
2025-08-20T22:49:07.5684395Z [00:02:21.362]➜        input_sections=1106
2025-08-20T22:49:07.5684895Z [00:02:21.362]➜           parsed_objs=1657
2025-08-20T22:49:07.5685395Z [00:02:21.362]➜      regular_sections=9628
2025-08-20T22:49:07.5685898Z [00:02:21.362]➜              all_syms=25247
2025-08-20T22:49:07.5686418Z [00:02:21.362]➜     total_input_bytes=38747270
2025-08-20T22:49:07.5686982Z [00:02:21.362]➜  .comment estimation=1627 actual=4
2025-08-20T22:49:07.5687595Z [00:02:21.362]➜  .rodata.str1.1 estimation=1632 actual=12
2025-08-20T22:49:07.5688210Z [00:02:21.362]➜  .rodata.cst4 estimation=1630 actual=9
2025-08-20T22:49:07.5688813Z [00:02:21.362]➜  .rodata.cst16 estimation=1626 actual=1
2025-08-20T22:49:07.5689404Z [00:02:21.362]➜  .rodata.cst8 estimation=1626 actual=1
2025-08-20T22:49:07.5753227Z [00:02:21.370]➜        reloc_nonalloc=0
2025-08-20T22:49:07.5769395Z [00:02:21.372]➜               comdats=0
2025-08-20T22:49:07.5770393Z [00:02:21.372]➜    removed_comdat_mem=0
2025-08-20T22:49:07.5781677Z [00:02:21.372]➜              num_dsos=0
2025-08-20T22:49:07.5782435Z [00:02:21.372]➜       parsed_lto_objs=1
2025-08-20T22:49:07.5782927Z [00:02:21.372]➜              num_cies=1
2025-08-20T22:49:07.5783392Z [00:02:21.372]➜       num_unique_cies=1
2025-08-20T22:49:07.5783851Z [00:02:21.372]➜              num_fdes=1
2025-08-20T22:49:07.5784309Z [00:02:21.372]➜        merged_strings=7
2025-08-20T22:49:07.5784778Z [00:02:21.372]➜              num_objs=23
2025-08-20T22:49:07.5785262Z [00:02:21.372]➜         output_chunks=24
2025-08-20T22:49:07.5785755Z [00:02:21.372]➜      string_fragments=42
2025-08-20T22:49:07.5786244Z [00:02:21.372]➜      garbage_sections=63
2025-08-20T22:49:07.5786721Z [00:02:21.372]➜           reloc_alloc=97
2025-08-20T22:49:07.5787204Z [00:02:21.372]➜        undefined_syms=118
2025-08-20T22:49:07.5787717Z [00:02:21.372]➜          defined_syms=215
2025-08-20T22:49:07.5788205Z [00:02:21.372]➜        input_sections=533
2025-08-20T22:49:07.5788726Z [00:02:21.372]➜           parsed_objs=1657
2025-08-20T22:49:07.5789194Z [00:02:21.372]➜      regular_sections=9629
2025-08-20T22:49:07.5789694Z [00:02:21.372]➜              all_syms=25253
2025-08-20T22:49:07.5790226Z [00:02:21.372]➜     total_input_bytes=38748302
2025-08-20T22:49:07.5790971Z [00:02:21.372]➜  .comment estimation=1627 actual=4
2025-08-20T22:49:07.5791550Z [00:02:21.372]➜  .rodata.str1.1 estimation=1627 actual=3
2025-08-20T22:49:07.5886134Z [00:02:21.383]➜  using ptsname ... yes
2025-08-20T22:49:07.5907121Z [00:02:21.386]➜  using pwrite ... yes
2025-08-20T22:49:07.5941902Z [00:02:21.389]➜        reloc_nonalloc=0
2025-08-20T22:49:07.5943379Z [00:02:21.389]➜               comdats=0
2025-08-20T22:49:07.5944180Z [00:02:21.389]➜    removed_comdat_mem=0
2025-08-20T22:49:07.5945268Z [00:02:21.389]➜              num_dsos=0
2025-08-20T22:49:07.5945908Z [00:02:21.389]➜       parsed_lto_objs=1
2025-08-20T22:49:07.5947347Z [00:02:21.389]➜              num_cies=1
2025-08-20T22:49:07.5947820Z [00:02:21.389]➜       num_unique_cies=1
2025-08-20T22:49:07.5948588Z [00:02:21.389]➜              num_fdes=1
2025-08-20T22:49:07.5949059Z [00:02:21.389]➜        merged_strings=6
2025-08-20T22:49:07.5949539Z [00:02:21.389]➜              num_objs=21
2025-08-20T22:49:07.5950036Z [00:02:21.389]➜         output_chunks=24
2025-08-20T22:49:07.5950525Z [00:02:21.389]➜      string_fragments=36
2025-08-20T22:49:07.5951190Z [00:02:21.389]➜      garbage_sections=58
2025-08-20T22:49:07.5951674Z [00:02:21.389]➜           reloc_alloc=95
2025-08-20T22:49:07.5952159Z [00:02:21.389]➜        undefined_syms=113
2025-08-20T22:49:07.5952654Z [00:02:21.389]➜          defined_syms=190
2025-08-20T22:49:07.5953141Z [00:02:21.389]➜        input_sections=478
2025-08-20T22:49:07.5953634Z [00:02:21.389]➜           parsed_objs=1657
2025-08-20T22:49:07.5954128Z [00:02:21.389]➜      regular_sections=9628
2025-08-20T22:49:07.5954642Z [00:02:21.389]➜              all_syms=25248
2025-08-20T22:49:07.5955166Z [00:02:21.389]➜     total_input_bytes=38747942
2025-08-20T22:49:07.5955796Z [00:02:21.389]➜  .comment estimation=1627 actual=4
2025-08-20T22:49:07.5956421Z [00:02:21.389]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:49:07.6130618Z [00:02:21.408]➜  using ptrace ... yes
2025-08-20T22:49:07.6502332Z [00:02:21.445]➜        reloc_nonalloc=0
2025-08-20T22:49:07.6532038Z [00:02:21.445]➜               comdats=0
2025-08-20T22:49:07.6532503Z [00:02:21.445]➜    removed_comdat_mem=0
2025-08-20T22:49:07.6532890Z [00:02:21.445]➜              num_dsos=0
2025-08-20T22:49:07.6533285Z [00:02:21.445]➜       parsed_lto_objs=1
2025-08-20T22:49:07.6533677Z [00:02:21.445]➜              num_cies=1
2025-08-20T22:49:07.6534147Z [00:02:21.445]➜       num_unique_cies=1
2025-08-20T22:49:07.6534624Z [00:02:21.445]➜              num_fdes=1
2025-08-20T22:49:07.6535077Z [00:02:21.445]➜        merged_strings=8
2025-08-20T22:49:07.6535559Z [00:02:21.445]➜         output_chunks=24
2025-08-20T22:49:07.6536441Z [00:02:21.445]➜              num_objs=25
2025-08-20T22:49:07.6536967Z [00:02:21.445]➜      string_fragments=46
2025-08-20T22:49:07.6537481Z [00:02:21.445]➜      garbage_sections=70
2025-08-20T22:49:07.6537975Z [00:02:21.445]➜           reloc_alloc=105
2025-08-20T22:49:07.6538455Z [00:02:21.445]➜        undefined_syms=129
2025-08-20T22:49:07.6538961Z [00:02:21.445]➜          defined_syms=235
2025-08-20T22:49:07.6539464Z [00:02:21.445]➜        input_sections=589
2025-08-20T22:49:07.6539977Z [00:02:21.445]➜           parsed_objs=1657
2025-08-20T22:49:07.6540487Z [00:02:21.445]➜      regular_sections=9629
2025-08-20T22:49:07.6541181Z [00:02:21.445]➜              all_syms=25253
2025-08-20T22:49:07.6541709Z [00:02:21.445]➜     total_input_bytes=38748994
2025-08-20T22:49:07.6542260Z [00:02:21.445]➜  .comment estimation=1627 actual=4
2025-08-20T22:49:07.6542846Z [00:02:21.445]➜  .rodata.str1.1 estimation=1628 actual=4
2025-08-20T22:49:07.6551567Z [00:02:21.450]➜        reloc_nonalloc=0
2025-08-20T22:49:07.6555160Z [00:02:21.450]➜               comdats=0
2025-08-20T22:49:07.6555699Z [00:02:21.450]➜    removed_comdat_mem=0
2025-08-20T22:49:07.6563801Z [00:02:21.450]➜              num_dsos=0
2025-08-20T22:49:07.6564289Z [00:02:21.450]➜       parsed_lto_objs=1
2025-08-20T22:49:07.6564737Z [00:02:21.450]➜              num_cies=1
2025-08-20T22:49:07.6565166Z [00:02:21.450]➜       num_unique_cies=1
2025-08-20T22:49:07.6565602Z [00:02:21.450]➜              num_fdes=1
2025-08-20T22:49:07.6566062Z [00:02:21.450]➜        merged_strings=8
2025-08-20T22:49:07.6566519Z [00:02:21.450]➜         output_chunks=24
2025-08-20T22:49:07.6566984Z [00:02:21.450]➜              num_objs=24
2025-08-20T22:49:07.6567476Z [00:02:21.450]➜      string_fragments=44
2025-08-20T22:49:07.6567970Z [00:02:21.450]➜      garbage_sections=67
2025-08-20T22:49:07.6568450Z [00:02:21.450]➜           reloc_alloc=100
2025-08-20T22:49:07.6568916Z [00:02:21.450]➜        undefined_syms=125
2025-08-20T22:49:07.6569411Z [00:02:21.450]➜          defined_syms=225
2025-08-20T22:49:07.6569886Z [00:02:21.450]➜        input_sections=562
2025-08-20T22:49:07.6570634Z [00:02:21.450]➜           parsed_objs=1657
2025-08-20T22:49:07.6571398Z [00:02:21.450]➜      regular_sections=9629
2025-08-20T22:49:07.6571891Z [00:02:21.450]➜              all_syms=25253
2025-08-20T22:49:07.6572392Z [00:02:21.450]➜     total_input_bytes=38748978
2025-08-20T22:49:07.6572938Z [00:02:21.450]➜  .comment estimation=1627 actual=4
2025-08-20T22:49:07.6573527Z [00:02:21.450]➜  .rodata.str1.1 estimation=1628 actual=4
2025-08-20T22:49:07.6691123Z [00:02:21.464]➜  using pwritev2 ... yes
2025-08-20T22:49:07.6734008Z [00:02:21.468]➜  using pwritev ... yes
2025-08-20T22:49:07.7489577Z [00:02:21.544]➜  using quotactl_fd ... no
2025-08-20T22:49:07.8023182Z [00:02:21.597]➜        reloc_nonalloc=0
2025-08-20T22:49:07.8055864Z [00:02:21.598]➜               comdats=0
2025-08-20T22:49:07.8056609Z [00:02:21.598]➜    removed_comdat_mem=0
2025-08-20T22:49:07.8057427Z [00:02:21.598]➜              num_dsos=0
2025-08-20T22:49:07.8057951Z [00:02:21.598]➜       parsed_lto_objs=1
2025-08-20T22:49:07.8058447Z [00:02:21.598]➜              num_cies=1
2025-08-20T22:49:07.8058923Z [00:02:21.598]➜       num_unique_cies=1
2025-08-20T22:49:07.8059387Z [00:02:21.598]➜              num_fdes=1
2025-08-20T22:49:07.8059852Z [00:02:21.598]➜        merged_strings=6
2025-08-20T22:49:07.8060311Z [00:02:21.598]➜              num_objs=20
2025-08-20T22:49:07.8060974Z [00:02:21.598]➜         output_chunks=24
2025-08-20T22:49:07.8061476Z [00:02:21.598]➜      string_fragments=34
2025-08-20T22:49:07.8061969Z [00:02:21.598]➜      garbage_sections=54
2025-08-20T22:49:07.8062453Z [00:02:21.598]➜           reloc_alloc=86
2025-08-20T22:49:07.8062939Z [00:02:21.598]➜        undefined_syms=106
2025-08-20T22:49:07.8063424Z [00:02:21.598]➜          defined_syms=179
2025-08-20T22:49:07.8063921Z [00:02:21.598]➜        input_sections=449
2025-08-20T22:49:07.8064422Z [00:02:21.598]➜           parsed_objs=1657
2025-08-20T22:49:07.8064935Z [00:02:21.598]➜      regular_sections=9628
2025-08-20T22:49:07.8065444Z [00:02:21.598]➜              all_syms=25247
2025-08-20T22:49:07.8065983Z [00:02:21.598]➜     total_input_bytes=38747310
2025-08-20T22:49:07.8066544Z [00:02:21.598]➜  .comment estimation=1627 actual=4
2025-08-20T22:49:07.8067151Z [00:02:21.598]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:49:07.8138815Z [00:02:21.609]➜  using readahead ... yes
2025-08-20T22:49:07.8476826Z [00:02:21.642]➜        reloc_nonalloc=0
2025-08-20T22:49:07.8482337Z [00:02:21.643]➜        reloc_nonalloc=0
2025-08-20T22:49:07.8491305Z [00:02:21.644]➜               comdats=0
2025-08-20T22:49:07.8493880Z [00:02:21.644]➜    removed_comdat_mem=0
2025-08-20T22:49:07.8494389Z [00:02:21.644]➜              num_dsos=0
2025-08-20T22:49:07.8495944Z [00:02:21.644]➜       parsed_lto_objs=1
2025-08-20T22:49:07.8497440Z [00:02:21.644]➜              num_cies=1
2025-08-20T22:49:07.8498183Z [00:02:21.644]➜       num_unique_cies=1
2025-08-20T22:49:07.8498892Z [00:02:21.644]➜              num_fdes=1
2025-08-20T22:49:07.8499405Z [00:02:21.644]➜        merged_strings=7
2025-08-20T22:49:07.8501284Z [00:02:21.644]➜         output_chunks=24
2025-08-20T22:49:07.8501789Z [00:02:21.644]➜              num_objs=24
2025-08-20T22:49:07.8502263Z [00:02:21.644]➜      string_fragments=43
2025-08-20T22:49:07.8502757Z [00:02:21.644]➜      garbage_sections=67
2025-08-20T22:49:07.8503237Z [00:02:21.644]➜           reloc_alloc=100
2025-08-20T22:49:07.8503683Z [00:02:21.644]➜        undefined_syms=125
2025-08-20T22:49:07.8504105Z [00:02:21.644]➜          defined_syms=225
2025-08-20T22:49:07.8504534Z [00:02:21.644]➜        input_sections=562
2025-08-20T22:49:07.8504992Z [00:02:21.644]➜           parsed_objs=1657
2025-08-20T22:49:07.8505449Z [00:02:21.644]➜      regular_sections=9629
2025-08-20T22:49:07.8505939Z [00:02:21.644]➜              all_syms=25253
2025-08-20T22:49:07.8506451Z [00:02:21.644]➜     total_input_bytes=38748658
2025-08-20T22:49:07.8506997Z [00:02:21.644]➜  .comment estimation=1627 actual=4
2025-08-20T22:49:07.8507583Z [00:02:21.644]➜  .rodata.str1.1 estimation=1628 actual=3
2025-08-20T22:49:07.8508077Z [00:02:21.644]➜               comdats=0
2025-08-20T22:49:07.8508519Z [00:02:21.644]➜    removed_comdat_mem=0
2025-08-20T22:49:07.8508972Z [00:02:21.644]➜              num_dsos=0
2025-08-20T22:49:07.8509415Z [00:02:21.644]➜       parsed_lto_objs=1
2025-08-20T22:49:07.8509833Z [00:02:21.644]➜              num_cies=1
2025-08-20T22:49:07.8510277Z [00:02:21.644]➜       num_unique_cies=1
2025-08-20T22:49:07.8510750Z [00:02:21.644]➜              num_fdes=1
2025-08-20T22:49:07.8511418Z [00:02:21.644]➜        merged_strings=6
2025-08-20T22:49:07.8511869Z [00:02:21.644]➜              num_objs=19
2025-08-20T22:49:07.8512365Z [00:02:21.644]➜         output_chunks=24
2025-08-20T22:49:07.8512857Z [00:02:21.644]➜      string_fragments=32
2025-08-20T22:49:07.8513348Z [00:02:21.644]➜      garbage_sections=56
2025-08-20T22:49:07.8513798Z [00:02:21.644]➜           reloc_alloc=97
2025-08-20T22:49:07.8514510Z [00:02:21.644]➜        undefined_syms=110
2025-08-20T22:49:07.8515012Z [00:02:21.644]➜          defined_syms=188
2025-08-20T22:49:07.8515505Z [00:02:21.644]➜        input_sections=443
2025-08-20T22:49:07.8515986Z [00:02:21.645]➜           parsed_objs=1657
2025-08-20T22:49:07.8516478Z [00:02:21.645]➜      regular_sections=9628
2025-08-20T22:49:07.8516966Z [00:02:21.645]➜              all_syms=25247
2025-08-20T22:49:07.8517474Z [00:02:21.645]➜     total_input_bytes=38747246
2025-08-20T22:49:07.8518015Z [00:02:21.645]➜  .comment estimation=1627 actual=4
2025-08-20T22:49:07.8518605Z [00:02:21.645]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:49:07.8635891Z [00:02:21.658]➜        reloc_nonalloc=0
2025-08-20T22:49:07.8646850Z [00:02:21.658]➜               comdats=0
2025-08-20T22:49:07.8647358Z [00:02:21.658]➜    removed_comdat_mem=0
2025-08-20T22:49:07.8647836Z [00:02:21.658]➜              num_dsos=0
2025-08-20T22:49:07.8648313Z [00:02:21.658]➜       parsed_lto_objs=1
2025-08-20T22:49:07.8648823Z [00:02:21.658]➜              num_cies=1
2025-08-20T22:49:07.8649284Z [00:02:21.658]➜       num_unique_cies=1
2025-08-20T22:49:07.8649766Z [00:02:21.658]➜              num_fdes=1
2025-08-20T22:49:07.8650223Z [00:02:21.658]➜        merged_strings=7
2025-08-20T22:49:07.8650690Z [00:02:21.658]➜              num_objs=21
2025-08-20T22:49:07.8651336Z [00:02:21.658]➜         output_chunks=24
2025-08-20T22:49:07.8651821Z [00:02:21.658]➜      string_fragments=37
2025-08-20T22:49:07.8652475Z [00:02:21.658]➜      garbage_sections=58
2025-08-20T22:49:07.8653073Z [00:02:21.658]➜           reloc_alloc=91
2025-08-20T22:49:07.8653892Z [00:02:21.658]➜        undefined_syms=113
2025-08-20T22:49:07.8654741Z [00:02:21.658]➜          defined_syms=191
2025-08-20T22:49:07.8655559Z [00:02:21.658]➜        input_sections=479
2025-08-20T22:49:07.8656425Z [00:02:21.658]➜           parsed_objs=1657
2025-08-20T22:49:07.8657284Z [00:02:21.658]➜      regular_sections=9629
2025-08-20T22:49:07.8659096Z [00:02:21.658]➜              all_syms=25249
2025-08-20T22:49:07.8659637Z [00:02:21.658]➜     total_input_bytes=38747922
2025-08-20T22:49:07.8660197Z [00:02:21.658]➜  .comment estimation=1627 actual=4
2025-08-20T22:49:07.8661470Z [00:02:21.659]➜  .rodata.str1.1 estimation=1627 actual=3
2025-08-20T22:49:07.8730461Z [00:02:21.668]➜  using readv ... yes
2025-08-20T22:49:07.8764939Z [00:02:21.671]➜  using readlinkat ... yes
2025-08-20T22:49:07.8765681Z [00:02:21.671]➜  using random ... yes
2025-08-20T22:49:08.0165117Z [00:02:21.811]➜        reloc_nonalloc=0
2025-08-20T22:49:08.0166343Z [00:02:21.811]➜               comdats=0
2025-08-20T22:49:08.0166846Z [00:02:21.811]➜    removed_comdat_mem=0
2025-08-20T22:49:08.0167307Z [00:02:21.811]➜              num_dsos=0
2025-08-20T22:49:08.0167777Z [00:02:21.811]➜       parsed_lto_objs=1
2025-08-20T22:49:08.0168280Z [00:02:21.811]➜              num_cies=1
2025-08-20T22:49:08.0168755Z [00:02:21.811]➜       num_unique_cies=1
2025-08-20T22:49:08.0169234Z [00:02:21.811]➜              num_fdes=1
2025-08-20T22:49:08.0169760Z [00:02:21.811]➜        merged_strings=7
2025-08-20T22:49:08.0170246Z [00:02:21.811]➜         output_chunks=24
2025-08-20T22:49:08.0170958Z [00:02:21.811]➜              num_objs=27
2025-08-20T22:49:08.0171487Z [00:02:21.811]➜      string_fragments=49
2025-08-20T22:49:08.0171993Z [00:02:21.811]➜      garbage_sections=77
2025-08-20T22:49:08.0172494Z [00:02:21.811]➜           reloc_alloc=104
2025-08-20T22:49:08.0172987Z [00:02:21.811]➜        undefined_syms=132
2025-08-20T22:49:08.0173488Z [00:02:21.811]➜          defined_syms=255
2025-08-20T22:49:08.0173983Z [00:02:21.811]➜        input_sections=640
2025-08-20T22:49:08.0174487Z [00:02:21.811]➜           parsed_objs=1657
2025-08-20T22:49:08.0174990Z [00:02:21.811]➜      regular_sections=9629
2025-08-20T22:49:08.0175500Z [00:02:21.811]➜              all_syms=25259
2025-08-20T22:49:08.0176028Z [00:02:21.811]➜     total_input_bytes=38749666
2025-08-20T22:49:08.0176579Z [00:02:21.811]➜  .comment estimation=1627 actual=4
2025-08-20T22:49:08.0177495Z [00:02:21.811]➜  .rodata.str1.1 estimation=1627 actual=3
2025-08-20T22:49:08.0439875Z [00:02:21.839]➜  using recvmsg ... yes
2025-08-20T22:49:08.0480496Z [00:02:21.843]➜        reloc_nonalloc=0
2025-08-20T22:49:08.0498734Z [00:02:21.845]➜               comdats=0
2025-08-20T22:49:08.0500476Z [00:02:21.845]➜    removed_comdat_mem=0
2025-08-20T22:49:08.0502971Z [00:02:21.845]➜              num_dsos=0
2025-08-20T22:49:08.0503482Z [00:02:21.845]➜       parsed_lto_objs=1
2025-08-20T22:49:08.0503966Z [00:02:21.845]➜              num_cies=1
2025-08-20T22:49:08.0504433Z [00:02:21.845]➜       num_unique_cies=1
2025-08-20T22:49:08.0504905Z [00:02:21.845]➜              num_fdes=1
2025-08-20T22:49:08.0505383Z [00:02:21.845]➜        merged_strings=21
2025-08-20T22:49:08.0505875Z [00:02:21.845]➜         output_chunks=28
2025-08-20T22:49:08.0506356Z [00:02:21.845]➜              num_objs=57
2025-08-20T22:49:08.0506835Z [00:02:21.845]➜      string_fragments=121
2025-08-20T22:49:08.0507340Z [00:02:21.845]➜      garbage_sections=211
2025-08-20T22:49:08.0507870Z [00:02:21.845]➜        undefined_syms=302
2025-08-20T22:49:08.0508357Z [00:02:21.845]➜           reloc_alloc=668
2025-08-20T22:49:08.0508852Z [00:02:21.845]➜          defined_syms=673
2025-08-20T22:49:08.0509355Z [00:02:21.845]➜        input_sections=1565
2025-08-20T22:49:08.0509865Z [00:02:21.845]➜           parsed_objs=1657
2025-08-20T22:49:08.0510367Z [00:02:21.845]➜      regular_sections=9629
2025-08-20T22:49:08.0511034Z [00:02:21.845]➜              all_syms=25249
2025-08-20T22:49:08.0511573Z [00:02:21.845]➜     total_input_bytes=38747882
2025-08-20T22:49:08.0512135Z [00:02:21.845]➜  .comment estimation=1627 actual=4
2025-08-20T22:49:08.0512735Z [00:02:21.845]➜  .rodata.str1.1 estimation=1633 actual=15
2025-08-20T22:49:08.0513338Z [00:02:21.845]➜  .rodata.cst8 estimation=1626 actual=1
2025-08-20T22:49:08.0513939Z [00:02:21.845]➜  .rodata.cst16 estimation=1626 actual=1
2025-08-20T22:49:08.0521244Z [00:02:21.847]➜        reloc_nonalloc=0
2025-08-20T22:49:08.0540188Z [00:02:21.847]➜               comdats=0
2025-08-20T22:49:08.0540697Z [00:02:21.847]➜    removed_comdat_mem=0
2025-08-20T22:49:08.0541634Z [00:02:21.847]➜              num_dsos=0
2025-08-20T22:49:08.0542116Z [00:02:21.847]➜       parsed_lto_objs=1
2025-08-20T22:49:08.0542594Z [00:02:21.847]➜              num_cies=1
2025-08-20T22:49:08.0543982Z [00:02:21.847]➜       num_unique_cies=1
2025-08-20T22:49:08.0544459Z [00:02:21.847]➜              num_fdes=1
2025-08-20T22:49:08.0544941Z [00:02:21.847]➜         output_chunks=29
2025-08-20T22:49:08.0545432Z [00:02:21.847]➜        merged_strings=40
2025-08-20T22:49:08.0545911Z [00:02:21.847]➜              num_objs=76
2025-08-20T22:49:08.0546396Z [00:02:21.847]➜      string_fragments=179
2025-08-20T22:49:08.0546894Z [00:02:21.847]➜      garbage_sections=272
2025-08-20T22:49:08.0547388Z [00:02:21.847]➜        undefined_syms=367
2025-08-20T22:49:08.0547871Z [00:02:21.847]➜           reloc_alloc=884
2025-08-20T22:49:08.0548347Z [00:02:21.847]➜          defined_syms=922
2025-08-20T22:49:08.0548854Z [00:02:21.847]➜           parsed_objs=1657
2025-08-20T22:49:08.0549355Z [00:02:21.847]➜        input_sections=2112
2025-08-20T22:49:08.0549864Z [00:02:21.847]➜      regular_sections=9629
2025-08-20T22:49:08.0550366Z [00:02:21.847]➜              all_syms=25251
2025-08-20T22:49:08.0551023Z [00:02:21.847]➜     total_input_bytes=38748126
2025-08-20T22:49:08.0551592Z [00:02:21.847]➜  .comment estimation=1627 actual=4
2025-08-20T22:49:08.0552188Z [00:02:21.847]➜  .rodata.cst4 estimation=1630 actual=9
2025-08-20T22:49:08.0552802Z [00:02:21.847]➜  .rodata.str1.1 estimation=1637 actual=24
2025-08-20T22:49:08.0553409Z [00:02:21.847]➜  .rodata.cst8 estimation=1626 actual=1
2025-08-20T22:49:08.0554017Z [00:02:21.847]➜  .rodata.cst16 estimation=1627 actual=2
2025-08-20T22:49:08.0639424Z [00:02:21.859]➜        reloc_nonalloc=0
2025-08-20T22:49:08.0642237Z [00:02:21.859]➜               comdats=0
2025-08-20T22:49:08.0642749Z [00:02:21.859]➜    removed_comdat_mem=0
2025-08-20T22:49:08.0643231Z [00:02:21.859]➜              num_dsos=0
2025-08-20T22:49:08.0644022Z [00:02:21.859]➜       parsed_lto_objs=1
2025-08-20T22:49:08.0644520Z [00:02:21.859]➜              num_cies=1
2025-08-20T22:49:08.0645007Z [00:02:21.859]➜       num_unique_cies=1
2025-08-20T22:49:08.0645472Z [00:02:21.859]➜              num_fdes=1
2025-08-20T22:49:08.0645946Z [00:02:21.859]➜        merged_strings=11
2025-08-20T22:49:08.0646440Z [00:02:21.859]➜         output_chunks=24
2025-08-20T22:49:08.0646922Z [00:02:21.859]➜              num_objs=27
2025-08-20T22:49:08.0647405Z [00:02:21.859]➜      string_fragments=53
2025-08-20T22:49:08.0647889Z [00:02:21.859]➜      garbage_sections=76
2025-08-20T22:49:08.0648381Z [00:02:21.859]➜           reloc_alloc=108
2025-08-20T22:49:08.0648872Z [00:02:21.859]➜        undefined_syms=131
2025-08-20T22:49:08.0649352Z [00:02:21.859]➜          defined_syms=258
2025-08-20T22:49:08.0649836Z [00:02:21.859]➜        input_sections=639
2025-08-20T22:49:08.0650323Z [00:02:21.859]➜           parsed_objs=1657
2025-08-20T22:49:08.0651050Z [00:02:21.859]➜      regular_sections=9629
2025-08-20T22:49:08.0651605Z [00:02:21.859]➜              all_syms=25263
2025-08-20T22:49:08.0652167Z [00:02:21.859]➜     total_input_bytes=38750674
2025-08-20T22:49:08.0652761Z [00:02:21.859]➜  .comment estimation=1627 actual=4
2025-08-20T22:49:08.0653381Z [00:02:21.859]➜  .rodata.str1.1 estimation=1629 actual=7
2025-08-20T22:49:08.0798154Z [00:02:21.874]➜  using regerror ... yes
2025-08-20T22:49:08.0800965Z [00:02:21.875]➜  using regcomp ... yes
2025-08-20T22:49:08.0814780Z [00:02:21.876]➜  using recvmmsg ... yes
2025-08-20T22:49:08.0925252Z [00:02:21.887]➜        reloc_nonalloc=0
2025-08-20T22:49:08.0935240Z [00:02:21.887]➜               comdats=0
2025-08-20T22:49:08.0935790Z [00:02:21.887]➜    removed_comdat_mem=0
2025-08-20T22:49:08.0936315Z [00:02:21.887]➜              num_dsos=0
2025-08-20T22:49:08.0936801Z [00:02:21.887]➜       parsed_lto_objs=1
2025-08-20T22:49:08.0937314Z [00:02:21.887]➜              num_cies=1
2025-08-20T22:49:08.0937835Z [00:02:21.887]➜       num_unique_cies=1
2025-08-20T22:49:08.0938317Z [00:02:21.887]➜              num_fdes=1
2025-08-20T22:49:08.0939155Z [00:02:21.887]➜        merged_strings=22
2025-08-20T22:49:08.0939691Z [00:02:21.887]➜         output_chunks=28
2025-08-20T22:49:08.0940198Z [00:02:21.887]➜              num_objs=59
2025-08-20T22:49:08.0940710Z [00:02:21.887]➜      string_fragments=126
2025-08-20T22:49:08.0941429Z [00:02:21.887]➜      garbage_sections=200
2025-08-20T22:49:08.0941948Z [00:02:21.887]➜        undefined_syms=317
2025-08-20T22:49:08.0942448Z [00:02:21.887]➜          defined_syms=700
2025-08-20T22:49:08.0942939Z [00:02:21.887]➜           reloc_alloc=790
2025-08-20T22:49:08.0943432Z [00:02:21.887]➜        input_sections=1622
2025-08-20T22:49:08.0943931Z [00:02:21.887]➜           parsed_objs=1657
2025-08-20T22:49:08.0944426Z [00:02:21.887]➜      regular_sections=9629
2025-08-20T22:49:08.0944934Z [00:02:21.887]➜              all_syms=25252
2025-08-20T22:49:08.0945453Z [00:02:21.887]➜     total_input_bytes=38748294
2025-08-20T22:49:08.0946038Z [00:02:21.887]➜  .comment estimation=1627 actual=4
2025-08-20T22:49:08.0946657Z [00:02:21.887]➜  .rodata.str1.1 estimation=1633 actual=16
2025-08-20T22:49:08.0947283Z [00:02:21.887]➜  .rodata.cst8 estimation=1626 actual=1
2025-08-20T22:49:08.0947869Z [00:02:21.887]➜  .rodata.cst16 estimation=1626 actual=1
2025-08-20T22:49:08.1058578Z [00:02:21.901]➜  using regexec ... yes
2025-08-20T22:49:08.2372060Z [00:02:22.032]➜        reloc_nonalloc=0
2025-08-20T22:49:08.2378904Z [00:02:22.033]➜               comdats=0
2025-08-20T22:49:08.2381552Z [00:02:22.033]➜    removed_comdat_mem=0
2025-08-20T22:49:08.2382068Z [00:02:22.033]➜              num_dsos=0
2025-08-20T22:49:08.2383762Z [00:02:22.033]➜       parsed_lto_objs=1
2025-08-20T22:49:08.2387400Z [00:02:22.033]➜              num_cies=1
2025-08-20T22:49:08.2388128Z [00:02:22.033]➜       num_unique_cies=1
2025-08-20T22:49:08.2388878Z [00:02:22.033]➜              num_fdes=1
2025-08-20T22:49:08.2389771Z [00:02:22.033]➜        merged_strings=21
2025-08-20T22:49:08.2391051Z [00:02:22.033]➜         output_chunks=28
2025-08-20T22:49:08.2392106Z [00:02:22.033]➜              num_objs=57
2025-08-20T22:49:08.2392945Z [00:02:22.033]➜      string_fragments=121
2025-08-20T22:49:08.2393498Z [00:02:22.033]➜      garbage_sections=211
2025-08-20T22:49:08.2394000Z [00:02:22.033]➜        undefined_syms=303
2025-08-20T22:49:08.2394487Z [00:02:22.033]➜           reloc_alloc=669
2025-08-20T22:49:08.2394973Z [00:02:22.033]➜          defined_syms=673
2025-08-20T22:49:08.2395469Z [00:02:22.033]➜        input_sections=1565
2025-08-20T22:49:08.2396007Z [00:02:22.033]➜           parsed_objs=1657
2025-08-20T22:49:08.2396521Z [00:02:22.033]➜      regular_sections=9629
2025-08-20T22:49:08.2397006Z [00:02:22.033]➜              all_syms=25251
2025-08-20T22:49:08.2397527Z [00:02:22.033]➜     total_input_bytes=38748038
2025-08-20T22:49:08.2398082Z [00:02:22.033]➜  .comment estimation=1627 actual=4
2025-08-20T22:49:08.2398698Z [00:02:22.033]➜  .rodata.str1.1 estimation=1633 actual=15
2025-08-20T22:49:08.2399319Z [00:02:22.033]➜  .rodata.cst8 estimation=1626 actual=1
2025-08-20T22:49:08.2399918Z [00:02:22.033]➜  .rodata.cst16 estimation=1626 actual=1
2025-08-20T22:49:08.2567387Z [00:02:22.052]➜  using regfree ... yes
2025-08-20T22:49:08.3005648Z [00:02:22.095]➜        reloc_nonalloc=0
2025-08-20T22:49:08.3006275Z [00:02:22.095]➜               comdats=0
2025-08-20T22:49:08.3006766Z [00:02:22.095]➜    removed_comdat_mem=0
2025-08-20T22:49:08.3007241Z [00:02:22.095]➜              num_dsos=0
2025-08-20T22:49:08.3007725Z [00:02:22.095]➜       parsed_lto_objs=1
2025-08-20T22:49:08.3008206Z [00:02:22.095]➜              num_cies=1
2025-08-20T22:49:08.3008673Z [00:02:22.095]➜       num_unique_cies=1
2025-08-20T22:49:08.3009142Z [00:02:22.095]➜              num_fdes=1
2025-08-20T22:49:08.3009614Z [00:02:22.095]➜        merged_strings=6
2025-08-20T22:49:08.3010089Z [00:02:22.095]➜              num_objs=20
2025-08-20T22:49:08.3010580Z [00:02:22.095]➜         output_chunks=24
2025-08-20T22:49:08.3011340Z [00:02:22.095]➜      string_fragments=34
2025-08-20T22:49:08.3011832Z [00:02:22.095]➜      garbage_sections=54
2025-08-20T22:49:08.3012658Z [00:02:22.095]➜           reloc_alloc=86
2025-08-20T22:49:08.3013151Z [00:02:22.095]➜        undefined_syms=106
2025-08-20T22:49:08.3013652Z [00:02:22.095]➜          defined_syms=179
2025-08-20T22:49:08.3014147Z [00:02:22.095]➜        input_sections=449
2025-08-20T22:49:08.3014653Z [00:02:22.095]➜           parsed_objs=1657
2025-08-20T22:49:08.3015157Z [00:02:22.095]➜      regular_sections=9628
2025-08-20T22:49:08.3015657Z [00:02:22.095]➜              all_syms=25247
2025-08-20T22:49:08.3016182Z [00:02:22.095]➜     total_input_bytes=38747362
2025-08-20T22:49:08.3016741Z [00:02:22.095]➜  .comment estimation=1627 actual=4
2025-08-20T22:49:08.3017358Z [00:02:22.095]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:49:08.3017927Z [00:02:22.096]➜  using removexattrat ... no
2025-08-20T22:49:08.3122277Z [00:02:22.107]➜        reloc_nonalloc=0
2025-08-20T22:49:08.3124709Z [00:02:22.107]➜               comdats=0
2025-08-20T22:49:08.3125544Z [00:02:22.107]➜    removed_comdat_mem=0
2025-08-20T22:49:08.3126102Z [00:02:22.107]➜              num_dsos=0
2025-08-20T22:49:08.3126590Z [00:02:22.107]➜       parsed_lto_objs=1
2025-08-20T22:49:08.3127066Z [00:02:22.107]➜              num_cies=1
2025-08-20T22:49:08.3127519Z [00:02:22.107]➜       num_unique_cies=1
2025-08-20T22:49:08.3127963Z [00:02:22.107]➜              num_fdes=1
2025-08-20T22:49:08.3128413Z [00:02:22.107]➜        merged_strings=8
2025-08-20T22:49:08.3128891Z [00:02:22.107]➜              num_objs=20
2025-08-20T22:49:08.3129383Z [00:02:22.107]➜         output_chunks=24
2025-08-20T22:49:08.3129844Z [00:02:22.107]➜      string_fragments=36
2025-08-20T22:49:08.3130267Z [00:02:22.107]➜      garbage_sections=65
2025-08-20T22:49:08.3130702Z [00:02:22.107]➜           reloc_alloc=88
2025-08-20T22:49:08.3131331Z [00:02:22.107]➜        undefined_syms=117
2025-08-20T22:49:08.3131773Z [00:02:22.107]➜          defined_syms=192
2025-08-20T22:49:08.3132504Z [00:02:22.107]➜        input_sections=472
2025-08-20T22:49:08.3133020Z [00:02:22.107]➜           parsed_objs=1657
2025-08-20T22:49:08.3133523Z [00:02:22.107]➜      regular_sections=9629
2025-08-20T22:49:08.3134000Z [00:02:22.107]➜              all_syms=25249
2025-08-20T22:49:08.3134478Z [00:02:22.107]➜     total_input_bytes=38747666
2025-08-20T22:49:08.3135015Z [00:02:22.107]➜  .comment estimation=1627 actual=4
2025-08-20T22:49:08.3135589Z [00:02:22.107]➜  .rodata.str1.1 estimation=1628 actual=4
2025-08-20T22:49:08.3212521Z [00:02:22.116]➜        reloc_nonalloc=0
2025-08-20T22:49:08.3215726Z [00:02:22.116]➜               comdats=0
2025-08-20T22:49:08.3216286Z [00:02:22.116]➜    removed_comdat_mem=0
2025-08-20T22:49:08.3216755Z [00:02:22.116]➜              num_dsos=0
2025-08-20T22:49:08.3217241Z [00:02:22.116]➜       parsed_lto_objs=1
2025-08-20T22:49:08.3217715Z [00:02:22.116]➜              num_cies=1
2025-08-20T22:49:08.3218183Z [00:02:22.116]➜       num_unique_cies=1
2025-08-20T22:49:08.3218672Z [00:02:22.116]➜              num_fdes=1
2025-08-20T22:49:08.3219117Z [00:02:22.116]➜        merged_strings=8
2025-08-20T22:49:08.3219610Z [00:02:22.116]➜              num_objs=20
2025-08-20T22:49:08.3220085Z [00:02:22.116]➜         output_chunks=24
2025-08-20T22:49:08.3220561Z [00:02:22.116]➜      string_fragments=36
2025-08-20T22:49:08.3221259Z [00:02:22.116]➜      garbage_sections=54
2025-08-20T22:49:08.3221731Z [00:02:22.116]➜           reloc_alloc=88
2025-08-20T22:49:08.3222215Z [00:02:22.116]➜        undefined_syms=106
2025-08-20T22:49:08.3222696Z [00:02:22.116]➜          defined_syms=181
2025-08-20T22:49:08.3223169Z [00:02:22.116]➜        input_sections=450
2025-08-20T22:49:08.3223645Z [00:02:22.116]➜           parsed_objs=1657
2025-08-20T22:49:08.3224122Z [00:02:22.116]➜      regular_sections=9629
2025-08-20T22:49:08.3224616Z [00:02:22.116]➜              all_syms=25249
2025-08-20T22:49:08.3225120Z [00:02:22.116]➜     total_input_bytes=38747714
2025-08-20T22:49:08.3225671Z [00:02:22.117]➜  .comment estimation=1627 actual=4
2025-08-20T22:49:08.3226283Z [00:02:22.117]➜  .rodata.str1.1 estimation=1628 actual=4
2025-08-20T22:49:08.3227160Z [00:02:22.117]➜  using remap_file_pages ... yes
2025-08-20T22:49:08.3285565Z [00:02:22.123]➜  using removexattr ... yes
2025-08-20T22:49:08.3456793Z [00:02:22.140]➜  using renameat ... yes
2025-08-20T22:49:08.3879778Z [00:02:22.183]➜  using renameat2 ... no
2025-08-20T22:49:08.4694279Z [00:02:22.264]➜  using rfork ... no
2025-08-20T22:49:08.5185182Z [00:02:22.313]➜        reloc_nonalloc=0
2025-08-20T22:49:08.5185798Z [00:02:22.313]➜               comdats=0
2025-08-20T22:49:08.5186281Z [00:02:22.313]➜    removed_comdat_mem=0
2025-08-20T22:49:08.5186757Z [00:02:22.313]➜              num_dsos=0
2025-08-20T22:49:08.5187241Z [00:02:22.313]➜       parsed_lto_objs=1
2025-08-20T22:49:08.5187715Z [00:02:22.313]➜              num_cies=1
2025-08-20T22:49:08.5188181Z [00:02:22.313]➜       num_unique_cies=1
2025-08-20T22:49:08.5188655Z [00:02:22.313]➜              num_fdes=1
2025-08-20T22:49:08.5189169Z [00:02:22.313]➜        merged_strings=9
2025-08-20T22:49:08.5189651Z [00:02:22.313]➜              num_objs=18
2025-08-20T22:49:08.5190155Z [00:02:22.313]➜         output_chunks=25
2025-08-20T22:49:08.5190659Z [00:02:22.313]➜      string_fragments=33
2025-08-20T22:49:08.5191328Z [00:02:22.313]➜      garbage_sections=48
2025-08-20T22:49:08.5191815Z [00:02:22.313]➜           reloc_alloc=87
2025-08-20T22:49:08.5192307Z [00:02:22.313]➜        undefined_syms=101
2025-08-20T22:49:08.5192811Z [00:02:22.313]➜          defined_syms=163
2025-08-20T22:49:08.5193306Z [00:02:22.313]➜        input_sections=399
2025-08-20T22:49:08.5193811Z [00:02:22.313]➜           parsed_objs=1657
2025-08-20T22:49:08.5194346Z [00:02:22.313]➜      regular_sections=9628
2025-08-20T22:49:08.5194990Z [00:02:22.313]➜              all_syms=25247
2025-08-20T22:49:08.5195525Z [00:02:22.313]➜     total_input_bytes=38747270
2025-08-20T22:49:08.5196090Z [00:02:22.313]➜  .comment estimation=1627 actual=4
2025-08-20T22:49:08.5196983Z [00:02:22.313]➜  .rodata.cst4 estimation=1627 actual=3
2025-08-20T22:49:08.5197614Z [00:02:22.313]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:49:08.5290315Z [00:02:22.324]➜        reloc_nonalloc=0
2025-08-20T22:49:08.5292418Z [00:02:22.324]➜               comdats=0
2025-08-20T22:49:08.5292975Z [00:02:22.324]➜    removed_comdat_mem=0
2025-08-20T22:49:08.5293489Z [00:02:22.324]➜              num_dsos=0
2025-08-20T22:49:08.5294021Z [00:02:22.324]➜       parsed_lto_objs=1
2025-08-20T22:49:08.5294524Z [00:02:22.324]➜              num_cies=1
2025-08-20T22:49:08.5295026Z [00:02:22.324]➜       num_unique_cies=1
2025-08-20T22:49:08.5295501Z [00:02:22.324]➜              num_fdes=1
2025-08-20T22:49:08.5295967Z [00:02:22.324]➜        merged_strings=6
2025-08-20T22:49:08.5296444Z [00:02:22.324]➜              num_objs=17
2025-08-20T22:49:08.5296926Z [00:02:22.324]➜         output_chunks=24
2025-08-20T22:49:08.5297446Z [00:02:22.324]➜      string_fragments=28
2025-08-20T22:49:08.5298015Z [00:02:22.324]➜      garbage_sections=45
2025-08-20T22:49:08.5298523Z [00:02:22.324]➜           reloc_alloc=83
2025-08-20T22:49:08.5299085Z [00:02:22.324]➜        undefined_syms=99
2025-08-20T22:49:08.5299591Z [00:02:22.324]➜          defined_syms=150
2025-08-20T22:49:08.5300092Z [00:02:22.324]➜        input_sections=370
2025-08-20T22:49:08.5300587Z [00:02:22.324]➜           parsed_objs=1657
2025-08-20T22:49:08.5301278Z [00:02:22.324]➜      regular_sections=9628
2025-08-20T22:49:08.5301779Z [00:02:22.324]➜              all_syms=25245
2025-08-20T22:49:08.5302298Z [00:02:22.324]➜     total_input_bytes=38746842
2025-08-20T22:49:08.5302847Z [00:02:22.324]➜  .comment estimation=1627 actual=4
2025-08-20T22:49:08.5316925Z [00:02:22.324]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:49:08.5349163Z [00:02:22.330]➜  using roundl ... yes
2025-08-20T22:49:08.5357888Z [00:02:22.331]➜        reloc_nonalloc=0
2025-08-20T22:49:08.5358685Z [00:02:22.331]➜               comdats=0
2025-08-20T22:49:08.5360445Z [00:02:22.331]➜    removed_comdat_mem=0
2025-08-20T22:49:08.5361120Z [00:02:22.331]➜              num_dsos=0
2025-08-20T22:49:08.5361907Z [00:02:22.331]➜       parsed_lto_objs=1
2025-08-20T22:49:08.5362380Z [00:02:22.331]➜              num_cies=1
2025-08-20T22:49:08.5362843Z [00:02:22.331]➜       num_unique_cies=1
2025-08-20T22:49:08.5363294Z [00:02:22.331]➜              num_fdes=1
2025-08-20T22:49:08.5363729Z [00:02:22.331]➜        merged_strings=6
2025-08-20T22:49:08.5364190Z [00:02:22.331]➜              num_objs=18
2025-08-20T22:49:08.5364667Z [00:02:22.331]➜         output_chunks=24
2025-08-20T22:49:08.5365170Z [00:02:22.331]➜      string_fragments=30
2025-08-20T22:49:08.5365666Z [00:02:22.331]➜      garbage_sections=48
2025-08-20T22:49:08.5366145Z [00:02:22.331]➜           reloc_alloc=84
2025-08-20T22:49:08.5366561Z [00:02:22.331]➜        undefined_syms=101
2025-08-20T22:49:08.5366969Z [00:02:22.331]➜          defined_syms=160
2025-08-20T22:49:08.5367468Z [00:02:22.331]➜        input_sections=397
2025-08-20T22:49:08.5368002Z [00:02:22.331]➜           parsed_objs=1657
2025-08-20T22:49:08.5368537Z [00:02:22.331]➜      regular_sections=9628
2025-08-20T22:49:08.5369050Z [00:02:22.331]➜              all_syms=25247
2025-08-20T22:49:08.5369591Z [00:02:22.331]➜     total_input_bytes=38747270
2025-08-20T22:49:08.5370174Z [00:02:22.331]➜  .comment estimation=1627 actual=4
2025-08-20T22:49:08.5374430Z [00:02:22.331]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:49:08.5443053Z [00:02:22.339]➜  using rindex ... yes
2025-08-20T22:49:08.5525541Z [00:02:22.347]➜  using rintl ... yes
2025-08-20T22:49:08.5702646Z [00:02:22.365]➜        reloc_nonalloc=0
2025-08-20T22:49:08.5707683Z [00:02:22.366]➜               comdats=0
2025-08-20T22:49:08.5714534Z [00:02:22.366]➜    removed_comdat_mem=0
2025-08-20T22:49:08.5715051Z [00:02:22.366]➜              num_dsos=0
2025-08-20T22:49:08.5715543Z [00:02:22.366]➜       parsed_lto_objs=1
2025-08-20T22:49:08.5716022Z [00:02:22.366]➜              num_cies=1
2025-08-20T22:49:08.5716789Z [00:02:22.366]➜       num_unique_cies=1
2025-08-20T22:49:08.5717278Z [00:02:22.366]➜              num_fdes=1
2025-08-20T22:49:08.5717770Z [00:02:22.366]➜        merged_strings=6
2025-08-20T22:49:08.5718234Z [00:02:22.366]➜              num_objs=20
2025-08-20T22:49:08.5718719Z [00:02:22.366]➜         output_chunks=24
2025-08-20T22:49:08.5719209Z [00:02:22.366]➜      string_fragments=34
2025-08-20T22:49:08.5719691Z [00:02:22.366]➜      garbage_sections=54
2025-08-20T22:49:08.5720159Z [00:02:22.366]➜           reloc_alloc=86
2025-08-20T22:49:08.5720638Z [00:02:22.366]➜        undefined_syms=106
2025-08-20T22:49:08.5721319Z [00:02:22.366]➜          defined_syms=179
2025-08-20T22:49:08.5721809Z [00:02:22.366]➜        input_sections=449
2025-08-20T22:49:08.5722303Z [00:02:22.366]➜           parsed_objs=1657
2025-08-20T22:49:08.5722826Z [00:02:22.366]➜      regular_sections=9628
2025-08-20T22:49:08.5723333Z [00:02:22.366]➜              all_syms=25247
2025-08-20T22:49:08.5723848Z [00:02:22.366]➜     total_input_bytes=38747294
2025-08-20T22:49:08.5724422Z [00:02:22.366]➜  .comment estimation=1627 actual=4
2025-08-20T22:49:08.5725022Z [00:02:22.366]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:49:08.5836542Z [00:02:22.378]➜  using sbrk ... yes
2025-08-20T22:49:08.7006814Z [00:02:22.495]➜        reloc_nonalloc=0
2025-08-20T22:49:08.7013008Z [00:02:22.496]➜               comdats=0
2025-08-20T22:49:08.7019711Z [00:02:22.496]➜    removed_comdat_mem=0
2025-08-20T22:49:08.7020212Z [00:02:22.496]➜              num_dsos=0
2025-08-20T22:49:08.7020690Z [00:02:22.496]➜       parsed_lto_objs=1
2025-08-20T22:49:08.7021409Z [00:02:22.496]➜              num_cies=1
2025-08-20T22:49:08.7021876Z [00:02:22.496]➜       num_unique_cies=1
2025-08-20T22:49:08.7022339Z [00:02:22.496]➜              num_fdes=1
2025-08-20T22:49:08.7022805Z [00:02:22.496]➜        merged_strings=6
2025-08-20T22:49:08.7023272Z [00:02:22.496]➜              num_objs=22
2025-08-20T22:49:08.7023754Z [00:02:22.496]➜         output_chunks=24
2025-08-20T22:49:08.7024272Z [00:02:22.496]➜      string_fragments=36
2025-08-20T22:49:08.7024746Z [00:02:22.496]➜      garbage_sections=63
2025-08-20T22:49:08.7025496Z [00:02:22.496]➜           reloc_alloc=91
2025-08-20T22:49:08.7025967Z [00:02:22.496]➜        undefined_syms=118
2025-08-20T22:49:08.7026449Z [00:02:22.496]➜          defined_syms=200
2025-08-20T22:49:08.7026935Z [00:02:22.496]➜        input_sections=503
2025-08-20T22:49:08.7027428Z [00:02:22.496]➜           parsed_objs=1657
2025-08-20T22:49:08.7027895Z [00:02:22.496]➜      regular_sections=9628
2025-08-20T22:49:08.7028389Z [00:02:22.496]➜              all_syms=25248
2025-08-20T22:49:08.7028899Z [00:02:22.496]➜     total_input_bytes=38747702
2025-08-20T22:49:08.7029450Z [00:02:22.496]➜  .comment estimation=1627 actual=4
2025-08-20T22:49:08.7030021Z [00:02:22.496]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:49:08.7143894Z [00:02:22.509]➜  using sched_getaffinity ... yes
2025-08-20T22:49:08.7226079Z [00:02:22.517]➜        reloc_nonalloc=0
2025-08-20T22:49:08.7232291Z [00:02:22.518]➜               comdats=0
2025-08-20T22:49:08.7241184Z [00:02:22.518]➜    removed_comdat_mem=0
2025-08-20T22:49:08.7241695Z [00:02:22.518]➜              num_dsos=0
2025-08-20T22:49:08.7242189Z [00:02:22.518]➜       parsed_lto_objs=1
2025-08-20T22:49:08.7242670Z [00:02:22.518]➜              num_cies=1
2025-08-20T22:49:08.7243135Z [00:02:22.518]➜       num_unique_cies=1
2025-08-20T22:49:08.7243596Z [00:02:22.518]➜              num_fdes=1
2025-08-20T22:49:08.7244061Z [00:02:22.518]➜        merged_strings=6
2025-08-20T22:49:08.7244530Z [00:02:22.518]➜              num_objs=20
2025-08-20T22:49:08.7245025Z [00:02:22.518]➜         output_chunks=24
2025-08-20T22:49:08.7245524Z [00:02:22.518]➜      string_fragments=34
2025-08-20T22:49:08.7246005Z [00:02:22.518]➜      garbage_sections=55
2025-08-20T22:49:08.7246484Z [00:02:22.518]➜           reloc_alloc=86
2025-08-20T22:49:08.7246959Z [00:02:22.518]➜        undefined_syms=107
2025-08-20T22:49:08.7247453Z [00:02:22.518]➜          defined_syms=180
2025-08-20T22:49:08.7248273Z [00:02:22.518]➜        input_sections=451
2025-08-20T22:49:08.7248839Z [00:02:22.518]➜           parsed_objs=1657
2025-08-20T22:49:08.7249403Z [00:02:22.518]➜      regular_sections=9628
2025-08-20T22:49:08.7249955Z [00:02:22.518]➜              all_syms=25247
2025-08-20T22:49:08.7250530Z [00:02:22.518]➜     total_input_bytes=38747310
2025-08-20T22:49:08.7251368Z [00:02:22.518]➜  .comment estimation=1627 actual=4
2025-08-20T22:49:08.7252023Z [00:02:22.518]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:49:08.7466217Z [00:02:22.541]➜  using sched_get_priority_max ... yes
2025-08-20T22:49:08.7552747Z [00:02:22.550]➜        reloc_nonalloc=0
2025-08-20T22:49:08.7565212Z [00:02:22.551]➜               comdats=0
2025-08-20T22:49:08.7569850Z [00:02:22.552]➜    removed_comdat_mem=0
2025-08-20T22:49:08.7574624Z [00:02:22.552]➜              num_dsos=0
2025-08-20T22:49:08.7575120Z [00:02:22.552]➜       parsed_lto_objs=1
2025-08-20T22:49:08.7577442Z [00:02:22.552]➜              num_cies=1
2025-08-20T22:49:08.7578741Z [00:02:22.552]➜       num_unique_cies=1
2025-08-20T22:49:08.7579685Z [00:02:22.552]➜              num_fdes=1
2025-08-20T22:49:08.7581021Z [00:02:22.552]➜        merged_strings=8
2025-08-20T22:49:08.7582168Z [00:02:22.552]➜              num_objs=22
2025-08-20T22:49:08.7583441Z [00:02:22.552]➜         output_chunks=24
2025-08-20T22:49:08.7584415Z [00:02:22.552]➜      string_fragments=40
2025-08-20T22:49:08.7585685Z [00:02:22.552]➜      garbage_sections=60
2025-08-20T22:49:08.7586827Z [00:02:22.552]➜           reloc_alloc=95
2025-08-20T22:49:08.7587405Z [00:02:22.552]➜        undefined_syms=111
2025-08-20T22:49:08.7587903Z [00:02:22.552]➜          defined_syms=206
2025-08-20T22:49:08.7588408Z [00:02:22.552]➜        input_sections=507
2025-08-20T22:49:08.7588912Z [00:02:22.552]➜           parsed_objs=1657
2025-08-20T22:49:08.7589418Z [00:02:22.552]➜      regular_sections=9628
2025-08-20T22:49:08.7589933Z [00:02:22.552]➜              all_syms=25247
2025-08-20T22:49:08.7590483Z [00:02:22.552]➜     total_input_bytes=38747262
2025-08-20T22:49:08.7591253Z [00:02:22.552]➜  .comment estimation=1627 actual=4
2025-08-20T22:49:08.7592192Z [00:02:22.552]➜  .rodata.str1.1 estimation=1628 actual=4
2025-08-20T22:49:08.7681084Z [00:02:22.563]➜        reloc_nonalloc=0
2025-08-20T22:49:08.7684795Z [00:02:22.563]➜               comdats=0
2025-08-20T22:49:08.7686407Z [00:02:22.563]➜    removed_comdat_mem=0
2025-08-20T22:49:08.7686899Z [00:02:22.563]➜              num_dsos=0
2025-08-20T22:49:08.7687378Z [00:02:22.563]➜       parsed_lto_objs=1
2025-08-20T22:49:08.7687853Z [00:02:22.563]➜              num_cies=1
2025-08-20T22:49:08.7688324Z [00:02:22.563]➜       num_unique_cies=1
2025-08-20T22:49:08.7688779Z [00:02:22.563]➜              num_fdes=1
2025-08-20T22:49:08.7689225Z [00:02:22.563]➜        merged_strings=6
2025-08-20T22:49:08.7689689Z [00:02:22.563]➜              num_objs=21
2025-08-20T22:49:08.7690176Z [00:02:22.563]➜         output_chunks=24
2025-08-20T22:49:08.7690663Z [00:02:22.563]➜      string_fragments=36
2025-08-20T22:49:08.7691372Z [00:02:22.563]➜      garbage_sections=58
2025-08-20T22:49:08.7691868Z [00:02:22.563]➜           reloc_alloc=90
2025-08-20T22:49:08.7692374Z [00:02:22.563]➜        undefined_syms=113
2025-08-20T22:49:08.7692873Z [00:02:22.563]➜          defined_syms=190
2025-08-20T22:49:08.7693360Z [00:02:22.563]➜        input_sections=478
2025-08-20T22:49:08.7693853Z [00:02:22.563]➜           parsed_objs=1657
2025-08-20T22:49:08.7694354Z [00:02:22.563]➜      regular_sections=9628
2025-08-20T22:49:08.7694847Z [00:02:22.563]➜              all_syms=25248
2025-08-20T22:49:08.7695367Z [00:02:22.563]➜     total_input_bytes=38747678
2025-08-20T22:49:08.7695911Z [00:02:22.563]➜  .comment estimation=1627 actual=4
2025-08-20T22:49:08.7696508Z [00:02:22.563]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:49:08.7750402Z [00:02:22.570]➜  using sched_getcpu ... yes
2025-08-20T22:49:08.7980221Z [00:02:22.593]➜        reloc_nonalloc=0
2025-08-20T22:49:08.7990146Z [00:02:22.593]➜               comdats=0
2025-08-20T22:49:08.7991130Z [00:02:22.593]➜    removed_comdat_mem=0
2025-08-20T22:49:08.7991660Z [00:02:22.593]➜              num_dsos=0
2025-08-20T22:49:08.7992171Z [00:02:22.593]➜       parsed_lto_objs=1
2025-08-20T22:49:08.7992644Z [00:02:22.593]➜              num_cies=1
2025-08-20T22:49:08.7993119Z [00:02:22.593]➜       num_unique_cies=1
2025-08-20T22:49:08.7993649Z [00:02:22.593]➜              num_fdes=1
2025-08-20T22:49:08.7994113Z [00:02:22.593]➜        merged_strings=6
2025-08-20T22:49:08.7994580Z [00:02:22.593]➜              num_objs=20
2025-08-20T22:49:08.7997892Z [00:02:22.593]➜         output_chunks=24
2025-08-20T22:49:08.7998583Z [00:02:22.593]➜      string_fragments=34
2025-08-20T22:49:08.7999183Z [00:02:22.593]➜      garbage_sections=55
2025-08-20T22:49:08.7999702Z [00:02:22.593]➜           reloc_alloc=86
2025-08-20T22:49:08.8000216Z [00:02:22.593]➜        undefined_syms=107
2025-08-20T22:49:08.8000757Z [00:02:22.593]➜          defined_syms=180
2025-08-20T22:49:08.8001520Z [00:02:22.593]➜        input_sections=451
2025-08-20T22:49:08.8002114Z [00:02:22.593]➜           parsed_objs=1657
2025-08-20T22:49:08.8003463Z [00:02:22.593]➜      regular_sections=9628
2025-08-20T22:49:08.8021464Z [00:02:22.593]➜              all_syms=25247
2025-08-20T22:49:08.8022988Z [00:02:22.593]➜     total_input_bytes=38747310
2025-08-20T22:49:08.8023613Z [00:02:22.593]➜  .comment estimation=1627 actual=4
2025-08-20T22:49:08.8024246Z [00:02:22.593]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:49:08.8024855Z [00:02:22.597]➜  using sched_rr_get_interval ... yes
2025-08-20T22:49:08.8166992Z [00:02:22.611]➜  using sched_get_priority_min ... yes
2025-08-20T22:49:08.9224920Z [00:02:22.717]➜        reloc_nonalloc=0
2025-08-20T22:49:08.9227811Z [00:02:22.718]➜               comdats=0
2025-08-20T22:49:08.9228332Z [00:02:22.718]➜    removed_comdat_mem=0
2025-08-20T22:49:08.9228814Z [00:02:22.718]➜              num_dsos=0
2025-08-20T22:49:08.9229292Z [00:02:22.718]➜       parsed_lto_objs=1
2025-08-20T22:49:08.9229807Z [00:02:22.718]➜              num_cies=1
2025-08-20T22:49:08.9230270Z [00:02:22.718]➜       num_unique_cies=1
2025-08-20T22:49:08.9230753Z [00:02:22.718]➜              num_fdes=1
2025-08-20T22:49:08.9231517Z [00:02:22.718]➜        merged_strings=6
2025-08-20T22:49:08.9231990Z [00:02:22.718]➜              num_objs=22
2025-08-20T22:49:08.9232500Z [00:02:22.718]➜         output_chunks=24
2025-08-20T22:49:08.9232996Z [00:02:22.718]➜      string_fragments=36
2025-08-20T22:49:08.9233481Z [00:02:22.718]➜      garbage_sections=64
2025-08-20T22:49:08.9233983Z [00:02:22.718]➜           reloc_alloc=90
2025-08-20T22:49:08.9234462Z [00:02:22.718]➜        undefined_syms=118
2025-08-20T22:49:08.9234952Z [00:02:22.718]➜          defined_syms=200
2025-08-20T22:49:08.9235444Z [00:02:22.718]➜        input_sections=503
2025-08-20T22:49:08.9235929Z [00:02:22.718]➜           parsed_objs=1657
2025-08-20T22:49:08.9236428Z [00:02:22.718]➜      regular_sections=9628
2025-08-20T22:49:08.9236923Z [00:02:22.718]➜              all_syms=25248
2025-08-20T22:49:08.9237741Z [00:02:22.718]➜     total_input_bytes=38747870
2025-08-20T22:49:08.9238325Z [00:02:22.718]➜  .comment estimation=1627 actual=4
2025-08-20T22:49:08.9238956Z [00:02:22.718]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:49:08.9335678Z [00:02:22.728]➜        reloc_nonalloc=0
2025-08-20T22:49:08.9348463Z [00:02:22.730]➜               comdats=0
2025-08-20T22:49:08.9351307Z [00:02:22.730]➜    removed_comdat_mem=0
2025-08-20T22:49:08.9352200Z [00:02:22.730]➜              num_dsos=0
2025-08-20T22:49:08.9352727Z [00:02:22.730]➜       parsed_lto_objs=1
2025-08-20T22:49:08.9353203Z [00:02:22.730]➜              num_cies=1
2025-08-20T22:49:08.9353666Z [00:02:22.730]➜       num_unique_cies=1
2025-08-20T22:49:08.9354122Z [00:02:22.730]➜              num_fdes=1
2025-08-20T22:49:08.9354570Z [00:02:22.730]➜        merged_strings=6
2025-08-20T22:49:08.9355034Z [00:02:22.730]➜              num_objs=21
2025-08-20T22:49:08.9355509Z [00:02:22.730]➜         output_chunks=24
2025-08-20T22:49:08.9356020Z [00:02:22.730]➜      string_fragments=36
2025-08-20T22:49:08.9356500Z [00:02:22.730]➜      garbage_sections=58
2025-08-20T22:49:08.9356986Z [00:02:22.730]➜           reloc_alloc=90
2025-08-20T22:49:08.9357461Z [00:02:22.730]➜        undefined_syms=113
2025-08-20T22:49:08.9357951Z [00:02:22.730]➜          defined_syms=190
2025-08-20T22:49:08.9358439Z [00:02:22.730]➜        input_sections=478
2025-08-20T22:49:08.9358926Z [00:02:22.730]➜           parsed_objs=1657
2025-08-20T22:49:08.9359480Z [00:02:22.730]➜      regular_sections=9628
2025-08-20T22:49:08.9359972Z [00:02:22.730]➜              all_syms=25248
2025-08-20T22:49:08.9360479Z [00:02:22.730]➜     total_input_bytes=38747858
2025-08-20T22:49:08.9361182Z [00:02:22.730]➜  .comment estimation=1627 actual=4
2025-08-20T22:49:08.9361774Z [00:02:22.730]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:49:08.9503845Z [00:02:22.745]➜  using sched_setaffinity ... yes
2025-08-20T22:49:08.9566461Z [00:02:22.751]➜  using sched_setscheduler ... yes
2025-08-20T22:49:08.9652362Z [00:02:22.760]➜        reloc_nonalloc=0
2025-08-20T22:49:08.9654337Z [00:02:22.760]➜               comdats=0
2025-08-20T22:49:08.9655193Z [00:02:22.760]➜    removed_comdat_mem=0
2025-08-20T22:49:08.9655696Z [00:02:22.760]➜              num_dsos=0
2025-08-20T22:49:08.9656194Z [00:02:22.760]➜       parsed_lto_objs=1
2025-08-20T22:49:08.9656680Z [00:02:22.760]➜              num_cies=1
2025-08-20T22:49:08.9657163Z [00:02:22.760]➜       num_unique_cies=1
2025-08-20T22:49:08.9657644Z [00:02:22.760]➜              num_fdes=1
2025-08-20T22:49:08.9658124Z [00:02:22.760]➜        merged_strings=6
2025-08-20T22:49:08.9658624Z [00:02:22.760]➜              num_objs=20
2025-08-20T22:49:08.9659126Z [00:02:22.760]➜         output_chunks=24
2025-08-20T22:49:08.9659713Z [00:02:22.760]➜      string_fragments=34
2025-08-20T22:49:08.9660225Z [00:02:22.760]➜      garbage_sections=54
2025-08-20T22:49:08.9660711Z [00:02:22.760]➜           reloc_alloc=86
2025-08-20T22:49:08.9662119Z [00:02:22.760]➜        undefined_syms=106
2025-08-20T22:49:08.9662681Z [00:02:22.760]➜          defined_syms=179
2025-08-20T22:49:08.9663205Z [00:02:22.760]➜        input_sections=449
2025-08-20T22:49:08.9663700Z [00:02:22.760]➜           parsed_objs=1657
2025-08-20T22:49:08.9664217Z [00:02:22.760]➜      regular_sections=9628
2025-08-20T22:49:08.9664739Z [00:02:22.760]➜              all_syms=25247
2025-08-20T22:49:08.9665303Z [00:02:22.760]➜     total_input_bytes=38747258
2025-08-20T22:49:08.9665867Z [00:02:22.760]➜  .comment estimation=1627 actual=4
2025-08-20T22:49:08.9666507Z [00:02:22.760]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:49:08.9808377Z [00:02:22.776]➜  using sched_yield ... yes
2025-08-20T22:49:09.0226616Z [00:02:22.817]➜        reloc_nonalloc=0
2025-08-20T22:49:09.0227217Z [00:02:22.818]➜               comdats=0
2025-08-20T22:49:09.0228106Z [00:02:22.818]➜    removed_comdat_mem=0
2025-08-20T22:49:09.0228610Z [00:02:22.818]➜              num_dsos=0
2025-08-20T22:49:09.0229122Z [00:02:22.818]➜       parsed_lto_objs=1
2025-08-20T22:49:09.0229850Z [00:02:22.818]➜              num_cies=1
2025-08-20T22:49:09.0230336Z [00:02:22.818]➜       num_unique_cies=1
2025-08-20T22:49:09.0230998Z [00:02:22.818]➜              num_fdes=1
2025-08-20T22:49:09.0231473Z [00:02:22.818]➜        merged_strings=9
2025-08-20T22:49:09.0231894Z [00:02:22.818]➜         output_chunks=25
2025-08-20T22:49:09.0232322Z [00:02:22.818]➜              num_objs=34
2025-08-20T22:49:09.0232761Z [00:02:22.818]➜      string_fragments=65
2025-08-20T22:49:09.0233190Z [00:02:22.818]➜      garbage_sections=99
2025-08-20T22:49:09.0233632Z [00:02:22.818]➜           reloc_alloc=126
2025-08-20T22:49:09.0234126Z [00:02:22.818]➜        undefined_syms=157
2025-08-20T22:49:09.0234606Z [00:02:22.818]➜          defined_syms=338
2025-08-20T22:49:09.0235076Z [00:02:22.818]➜        input_sections=837
2025-08-20T22:49:09.0235531Z [00:02:22.818]➜           parsed_objs=1657
2025-08-20T22:49:09.0235975Z [00:02:22.818]➜      regular_sections=9628
2025-08-20T22:49:09.0236440Z [00:02:22.818]➜              all_syms=25258
2025-08-20T22:49:09.0236936Z [00:02:22.818]➜     total_input_bytes=38748586
2025-08-20T22:49:09.0237472Z [00:02:22.818]➜  .comment estimation=1627 actual=4
2025-08-20T22:49:09.0238023Z [00:02:22.818]➜  .rodata.str1.1 estimation=1628 actual=4
2025-08-20T22:49:09.0238614Z [00:02:22.818]➜  .rodata.cst16 estimation=1626 actual=1
2025-08-20T22:49:09.0326419Z [00:02:22.827]➜  using POSIX semaphores ... yes
2025-08-20T22:49:09.0587410Z [00:02:22.854]➜        reloc_nonalloc=0
2025-08-20T22:49:09.0590163Z [00:02:22.854]➜               comdats=0
2025-08-20T22:49:09.0591150Z [00:02:22.854]➜    removed_comdat_mem=0
2025-08-20T22:49:09.0591653Z [00:02:22.854]➜              num_dsos=0
2025-08-20T22:49:09.0592146Z [00:02:22.854]➜       parsed_lto_objs=1
2025-08-20T22:49:09.0592634Z [00:02:22.854]➜              num_cies=1
2025-08-20T22:49:09.0593114Z [00:02:22.854]➜       num_unique_cies=1
2025-08-20T22:49:09.0594825Z [00:02:22.854]➜              num_fdes=1
2025-08-20T22:49:09.0595565Z [00:02:22.854]➜        merged_strings=6
2025-08-20T22:49:09.0596064Z [00:02:22.854]➜              num_objs=22
2025-08-20T22:49:09.0596860Z [00:02:22.854]➜         output_chunks=24
2025-08-20T22:49:09.0597350Z [00:02:22.854]➜      string_fragments=38
2025-08-20T22:49:09.0597831Z [00:02:22.854]➜      garbage_sections=61
2025-08-20T22:49:09.0598324Z [00:02:22.854]➜           reloc_alloc=113
2025-08-20T22:49:09.0598817Z [00:02:22.854]➜        undefined_syms=116
2025-08-20T22:49:09.0599299Z [00:02:22.854]➜          defined_syms=206
2025-08-20T22:49:09.0599785Z [00:02:22.854]➜        input_sections=508
2025-08-20T22:49:09.0600281Z [00:02:22.854]➜           parsed_objs=1657
2025-08-20T22:49:09.0600930Z [00:02:22.854]➜      regular_sections=9630
2025-08-20T22:49:09.0601443Z [00:02:22.854]➜              all_syms=25252
2025-08-20T22:49:09.0601968Z [00:02:22.854]➜     total_input_bytes=38749078
2025-08-20T22:49:09.0602527Z [00:02:22.854]➜  .comment estimation=1627 actual=4
2025-08-20T22:49:09.0603145Z [00:02:22.854]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:49:09.0801677Z [00:02:22.875]➜  using select ... yes
2025-08-20T22:49:09.1528060Z [00:02:22.947]➜        reloc_nonalloc=0
2025-08-20T22:49:09.1528665Z [00:02:22.948]➜               comdats=0
2025-08-20T22:49:09.1529164Z [00:02:22.948]➜    removed_comdat_mem=0
2025-08-20T22:49:09.1529647Z [00:02:22.948]➜              num_dsos=0
2025-08-20T22:49:09.1530124Z [00:02:22.948]➜       parsed_lto_objs=1
2025-08-20T22:49:09.1530608Z [00:02:22.948]➜              num_cies=1
2025-08-20T22:49:09.1531239Z [00:02:22.948]➜       num_unique_cies=1
2025-08-20T22:49:09.1531725Z [00:02:22.948]➜              num_fdes=1
2025-08-20T22:49:09.1532198Z [00:02:22.948]➜        merged_strings=6
2025-08-20T22:49:09.1532681Z [00:02:22.948]➜              num_objs=21
2025-08-20T22:49:09.1533163Z [00:02:22.948]➜         output_chunks=24
2025-08-20T22:49:09.1533659Z [00:02:22.948]➜      string_fragments=36
2025-08-20T22:49:09.1534152Z [00:02:22.948]➜      garbage_sections=58
2025-08-20T22:49:09.1534934Z [00:02:22.948]➜           reloc_alloc=90
2025-08-20T22:49:09.1535457Z [00:02:22.948]➜        undefined_syms=113
2025-08-20T22:49:09.1535985Z [00:02:22.948]➜          defined_syms=190
2025-08-20T22:49:09.1536483Z [00:02:22.948]➜        input_sections=478
2025-08-20T22:49:09.1536987Z [00:02:22.948]➜           parsed_objs=1657
2025-08-20T22:49:09.1537491Z [00:02:22.948]➜      regular_sections=9628
2025-08-20T22:49:09.1537991Z [00:02:22.948]➜              all_syms=25248
2025-08-20T22:49:09.1538475Z [00:02:22.948]➜     total_input_bytes=38747902
2025-08-20T22:49:09.1538976Z [00:02:22.948]➜  .comment estimation=1627 actual=4
2025-08-20T22:49:09.1539535Z [00:02:22.948]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:49:09.1622506Z [00:02:22.957]➜  using semtimedop ... yes
2025-08-20T22:49:09.1803798Z [00:02:22.975]➜        reloc_nonalloc=0
2025-08-20T22:49:09.1823986Z [00:02:22.977]➜               comdats=0
2025-08-20T22:49:09.1824554Z [00:02:22.977]➜    removed_comdat_mem=0
2025-08-20T22:49:09.1825063Z [00:02:22.977]➜              num_dsos=0
2025-08-20T22:49:09.1825538Z [00:02:22.977]➜       parsed_lto_objs=1
2025-08-20T22:49:09.1826029Z [00:02:22.977]➜              num_cies=1
2025-08-20T22:49:09.1826496Z [00:02:22.977]➜       num_unique_cies=1
2025-08-20T22:49:09.1826952Z [00:02:22.977]➜              num_fdes=1
2025-08-20T22:49:09.1827411Z [00:02:22.977]➜        merged_strings=8
2025-08-20T22:49:09.1827887Z [00:02:22.977]➜         output_chunks=24
2025-08-20T22:49:09.1828361Z [00:02:22.977]➜              num_objs=28
2025-08-20T22:49:09.1828836Z [00:02:22.977]➜      string_fragments=52
2025-08-20T22:49:09.1829321Z [00:02:22.977]➜      garbage_sections=79
2025-08-20T22:49:09.1829801Z [00:02:22.977]➜           reloc_alloc=118
2025-08-20T22:49:09.1830292Z [00:02:22.977]➜        undefined_syms=133
2025-08-20T22:49:09.1830938Z [00:02:22.977]➜          defined_syms=267
2025-08-20T22:49:09.1831433Z [00:02:22.977]➜        input_sections=670
2025-08-20T22:49:09.1831926Z [00:02:22.977]➜           parsed_objs=1657
2025-08-20T22:49:09.1832440Z [00:02:22.977]➜      regular_sections=9628
2025-08-20T22:49:09.1832936Z [00:02:22.977]➜              all_syms=25258
2025-08-20T22:49:09.1833706Z [00:02:22.977]➜     total_input_bytes=38749682
2025-08-20T22:49:09.1834264Z [00:02:22.977]➜  .comment estimation=1627 actual=4
2025-08-20T22:49:09.1834860Z [00:02:22.977]➜  .rodata.str1.1 estimation=1628 actual=4
2025-08-20T22:49:09.2069827Z [00:02:23.002]➜  using SYSV semaphores ... yes
2025-08-20T22:49:09.2086927Z [00:02:23.004]➜        reloc_nonalloc=0
2025-08-20T22:49:09.2095767Z [00:02:23.004]➜               comdats=0
2025-08-20T22:49:09.2098432Z [00:02:23.004]➜    removed_comdat_mem=0
2025-08-20T22:49:09.2098939Z [00:02:23.004]➜              num_dsos=0
2025-08-20T22:49:09.2100556Z [00:02:23.004]➜       parsed_lto_objs=1
2025-08-20T22:49:09.2101439Z [00:02:23.004]➜              num_cies=1
2025-08-20T22:49:09.2102099Z [00:02:23.004]➜       num_unique_cies=1
2025-08-20T22:49:09.2102680Z [00:02:23.004]➜              num_fdes=1
2025-08-20T22:49:09.2103295Z [00:02:23.004]➜        merged_strings=6
2025-08-20T22:49:09.2104728Z [00:02:23.004]➜              num_objs=21
2025-08-20T22:49:09.2105243Z [00:02:23.004]➜         output_chunks=24
2025-08-20T22:49:09.2105734Z [00:02:23.004]➜      string_fragments=36
2025-08-20T22:49:09.2106226Z [00:02:23.004]➜      garbage_sections=58
2025-08-20T22:49:09.2106750Z [00:02:23.004]➜           reloc_alloc=90
2025-08-20T22:49:09.2107221Z [00:02:23.004]➜        undefined_syms=113
2025-08-20T22:49:09.2107723Z [00:02:23.004]➜          defined_syms=190
2025-08-20T22:49:09.2108210Z [00:02:23.004]➜        input_sections=478
2025-08-20T22:49:09.2108712Z [00:02:23.004]➜           parsed_objs=1657
2025-08-20T22:49:09.2109211Z [00:02:23.004]➜      regular_sections=9628
2025-08-20T22:49:09.2109744Z [00:02:23.004]➜              all_syms=25248
2025-08-20T22:49:09.2110301Z [00:02:23.004]➜     total_input_bytes=38747766
2025-08-20T22:49:09.2111059Z [00:02:23.004]➜  .comment estimation=1627 actual=4
2025-08-20T22:49:09.2111975Z [00:02:23.004]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:49:09.2234849Z [00:02:23.018]➜  using sendfile ... yes
2025-08-20T22:49:09.2775583Z [00:02:23.072]➜        reloc_nonalloc=0
2025-08-20T22:49:09.2779710Z [00:02:23.072]➜               comdats=0
2025-08-20T22:49:09.2780222Z [00:02:23.072]➜    removed_comdat_mem=0
2025-08-20T22:49:09.2780703Z [00:02:23.072]➜              num_dsos=0
2025-08-20T22:49:09.2781424Z [00:02:23.072]➜       parsed_lto_objs=1
2025-08-20T22:49:09.2781894Z [00:02:23.072]➜              num_cies=1
2025-08-20T22:49:09.2782355Z [00:02:23.072]➜       num_unique_cies=1
2025-08-20T22:49:09.2782818Z [00:02:23.072]➜              num_fdes=1
2025-08-20T22:49:09.2783277Z [00:02:23.072]➜        merged_strings=7
2025-08-20T22:49:09.2783767Z [00:02:23.072]➜         output_chunks=24
2025-08-20T22:49:09.2784251Z [00:02:23.072]➜              num_objs=27
2025-08-20T22:49:09.2784734Z [00:02:23.072]➜      string_fragments=49
2025-08-20T22:49:09.2785222Z [00:02:23.072]➜      garbage_sections=76
2025-08-20T22:49:09.2785744Z [00:02:23.072]➜           reloc_alloc=107
2025-08-20T22:49:09.2786237Z [00:02:23.072]➜        undefined_syms=134
2025-08-20T22:49:09.2786737Z [00:02:23.072]➜          defined_syms=254
2025-08-20T22:49:09.2787221Z [00:02:23.072]➜        input_sections=639
2025-08-20T22:49:09.2787723Z [00:02:23.072]➜           parsed_objs=1657
2025-08-20T22:49:09.2788217Z [00:02:23.072]➜      regular_sections=9629
2025-08-20T22:49:09.2788710Z [00:02:23.072]➜              all_syms=25259
2025-08-20T22:49:09.2789236Z [00:02:23.072]➜     total_input_bytes=38749678
2025-08-20T22:49:09.2789791Z [00:02:23.072]➜  .comment estimation=1627 actual=4
2025-08-20T22:49:09.2790398Z [00:02:23.072]➜  .rodata.str1.1 estimation=1627 actual=3
2025-08-20T22:49:09.3001324Z [00:02:23.095]➜  using sendmsg ... yes
2025-08-20T22:49:09.3377841Z [00:02:23.132]➜        reloc_nonalloc=0
2025-08-20T22:49:09.3378396Z [00:02:23.132]➜               comdats=0
2025-08-20T22:49:09.3378862Z [00:02:23.132]➜    removed_comdat_mem=0
2025-08-20T22:49:09.3384707Z [00:02:23.132]➜              num_dsos=0
2025-08-20T22:49:09.3385202Z [00:02:23.132]➜       parsed_lto_objs=1
2025-08-20T22:49:09.3385949Z [00:02:23.132]➜              num_cies=1
2025-08-20T22:49:09.3386418Z [00:02:23.132]➜       num_unique_cies=1
2025-08-20T22:49:09.3386868Z [00:02:23.132]➜              num_fdes=1
2025-08-20T22:49:09.3387335Z [00:02:23.132]➜        merged_strings=11
2025-08-20T22:49:09.3387821Z [00:02:23.132]➜         output_chunks=24
2025-08-20T22:49:09.3388292Z [00:02:23.132]➜              num_objs=28
2025-08-20T22:49:09.3388766Z [00:02:23.132]➜      string_fragments=55
2025-08-20T22:49:09.3389249Z [00:02:23.132]➜      garbage_sections=79
2025-08-20T22:49:09.3389728Z [00:02:23.132]➜           reloc_alloc=112
2025-08-20T22:49:09.3390215Z [00:02:23.132]➜        undefined_syms=136
2025-08-20T22:49:09.3390704Z [00:02:23.132]➜          defined_syms=268
2025-08-20T22:49:09.3391354Z [00:02:23.132]➜        input_sections=666
2025-08-20T22:49:09.3391863Z [00:02:23.132]➜           parsed_objs=1657
2025-08-20T22:49:09.3392364Z [00:02:23.132]➜      regular_sections=9629
2025-08-20T22:49:09.3392876Z [00:02:23.132]➜              all_syms=25263
2025-08-20T22:49:09.3393395Z [00:02:23.132]➜     total_input_bytes=38750574
2025-08-20T22:49:09.3393954Z [00:02:23.132]➜  .comment estimation=1627 actual=4
2025-08-20T22:49:09.3394556Z [00:02:23.132]➜  .rodata.str1.1 estimation=1629 actual=7
2025-08-20T22:49:09.3461264Z [00:02:23.141]➜  using sendmmsg ... yes
2025-08-20T22:49:09.3604650Z [00:02:23.155]➜        reloc_nonalloc=0
2025-08-20T22:49:09.3605238Z [00:02:23.155]➜               comdats=0
2025-08-20T22:49:09.3605739Z [00:02:23.155]➜    removed_comdat_mem=0
2025-08-20T22:49:09.3606225Z [00:02:23.155]➜              num_dsos=0
2025-08-20T22:49:09.3606720Z [00:02:23.155]➜       parsed_lto_objs=1
2025-08-20T22:49:09.3607203Z [00:02:23.155]➜              num_cies=1
2025-08-20T22:49:09.3607678Z [00:02:23.155]➜       num_unique_cies=1
2025-08-20T22:49:09.3608126Z [00:02:23.155]➜              num_fdes=1
2025-08-20T22:49:09.3609000Z [00:02:23.155]➜        merged_strings=6
2025-08-20T22:49:09.3609523Z [00:02:23.155]➜         output_chunks=24
2025-08-20T22:49:09.3610052Z [00:02:23.155]➜              num_objs=26
2025-08-20T22:49:09.3610575Z [00:02:23.155]➜      string_fragments=46
2025-08-20T22:49:09.3611274Z [00:02:23.155]➜      garbage_sections=73
2025-08-20T22:49:09.3611761Z [00:02:23.155]➜           reloc_alloc=98
2025-08-20T22:49:09.3612241Z [00:02:23.155]➜        undefined_syms=127
2025-08-20T22:49:09.3612729Z [00:02:23.155]➜          defined_syms=240
2025-08-20T22:49:09.3613186Z [00:02:23.155]➜        input_sections=611
2025-08-20T22:49:09.3613667Z [00:02:23.155]➜           parsed_objs=1657
2025-08-20T22:49:09.3614156Z [00:02:23.155]➜      regular_sections=9628
2025-08-20T22:49:09.3614648Z [00:02:23.155]➜              all_syms=25252
2025-08-20T22:49:09.3615158Z [00:02:23.155]➜     total_input_bytes=38748214
2025-08-20T22:49:09.3615707Z [00:02:23.155]➜  .comment estimation=1627 actual=4
2025-08-20T22:49:09.3616313Z [00:02:23.155]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:49:09.3699387Z [00:02:23.165]➜  using setdomainname ... yes
2025-08-20T22:49:09.4375922Z [00:02:23.232]➜        reloc_nonalloc=0
2025-08-20T22:49:09.4387599Z [00:02:23.232]➜               comdats=0
2025-08-20T22:49:09.4388137Z [00:02:23.232]➜    removed_comdat_mem=0
2025-08-20T22:49:09.4388631Z [00:02:23.232]➜              num_dsos=0
2025-08-20T22:49:09.4389121Z [00:02:23.232]➜       parsed_lto_objs=1
2025-08-20T22:49:09.4389644Z [00:02:23.232]➜              num_cies=1
2025-08-20T22:49:09.4390109Z [00:02:23.232]➜       num_unique_cies=1
2025-08-20T22:49:09.4390598Z [00:02:23.232]➜              num_fdes=1
2025-08-20T22:49:09.4397337Z [00:02:23.232]➜        merged_strings=6
2025-08-20T22:49:09.4397840Z [00:02:23.232]➜              num_objs=20
2025-08-20T22:49:09.4398318Z [00:02:23.232]➜         output_chunks=24
2025-08-20T22:49:09.4398796Z [00:02:23.232]➜      string_fragments=34
2025-08-20T22:49:09.4399331Z [00:02:23.232]➜      garbage_sections=54
2025-08-20T22:49:09.4399823Z [00:02:23.232]➜           reloc_alloc=86
2025-08-20T22:49:09.4400607Z [00:02:23.232]➜        undefined_syms=106
2025-08-20T22:49:09.4401282Z [00:02:23.232]➜          defined_syms=179
2025-08-20T22:49:09.4401791Z [00:02:23.232]➜        input_sections=449
2025-08-20T22:49:09.4402282Z [00:02:23.232]➜           parsed_objs=1657
2025-08-20T22:49:09.4402843Z [00:02:23.232]➜      regular_sections=9628
2025-08-20T22:49:09.4403424Z [00:02:23.232]➜              all_syms=25247
2025-08-20T22:49:09.4404041Z [00:02:23.232]➜     total_input_bytes=38747274
2025-08-20T22:49:09.4404702Z [00:02:23.232]➜  .comment estimation=1627 actual=4
2025-08-20T22:49:09.4405390Z [00:02:23.232]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:49:09.4406071Z [00:02:23.234]➜        reloc_nonalloc=0
2025-08-20T22:49:09.4406625Z [00:02:23.234]➜               comdats=0
2025-08-20T22:49:09.4407172Z [00:02:23.234]➜    removed_comdat_mem=0
2025-08-20T22:49:09.4407738Z [00:02:23.234]➜              num_dsos=0
2025-08-20T22:49:09.4408293Z [00:02:23.234]➜       parsed_lto_objs=1
2025-08-20T22:49:09.4408867Z [00:02:23.234]➜              num_cies=1
2025-08-20T22:49:09.4409400Z [00:02:23.234]➜       num_unique_cies=1
2025-08-20T22:49:09.4409877Z [00:02:23.234]➜              num_fdes=1
2025-08-20T22:49:09.4410367Z [00:02:23.234]➜        merged_strings=6
2025-08-20T22:49:09.4411104Z [00:02:23.234]➜              num_objs=20
2025-08-20T22:49:09.4411670Z [00:02:23.234]➜         output_chunks=24
2025-08-20T22:49:09.4412227Z [00:02:23.234]➜      string_fragments=34
2025-08-20T22:49:09.4412789Z [00:02:23.234]➜      garbage_sections=54
2025-08-20T22:49:09.4413341Z [00:02:23.234]➜           reloc_alloc=86
2025-08-20T22:49:09.4413896Z [00:02:23.234]➜        undefined_syms=106
2025-08-20T22:49:09.4414457Z [00:02:23.234]➜          defined_syms=179
2025-08-20T22:49:09.4415044Z [00:02:23.234]➜        input_sections=449
2025-08-20T22:49:09.4415624Z [00:02:23.234]➜           parsed_objs=1657
2025-08-20T22:49:09.4416538Z [00:02:23.234]➜      regular_sections=9628
2025-08-20T22:49:09.4417167Z [00:02:23.234]➜              all_syms=25247
2025-08-20T22:49:09.4417792Z [00:02:23.234]➜     total_input_bytes=38747274
2025-08-20T22:49:09.4418449Z [00:02:23.234]➜  .comment estimation=1627 actual=4
2025-08-20T22:49:09.4419137Z [00:02:23.234]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:49:09.4511550Z [00:02:23.246]➜  using setfsuid ... yes
2025-08-20T22:49:09.4535666Z [00:02:23.248]➜  using setfsgid ... yes
2025-08-20T22:49:09.5337334Z [00:02:23.328]➜        reloc_nonalloc=0
2025-08-20T22:49:09.5355000Z [00:02:23.330]➜               comdats=0
2025-08-20T22:49:09.5356150Z [00:02:23.330]➜    removed_comdat_mem=0
2025-08-20T22:49:09.5357985Z [00:02:23.330]➜              num_dsos=0
2025-08-20T22:49:09.5358654Z [00:02:23.330]➜       parsed_lto_objs=1
2025-08-20T22:49:09.5361091Z [00:02:23.330]➜              num_cies=1
2025-08-20T22:49:09.5361586Z [00:02:23.330]➜       num_unique_cies=1
2025-08-20T22:49:09.5362142Z [00:02:23.330]➜              num_fdes=1
2025-08-20T22:49:09.5362606Z [00:02:23.330]➜        merged_strings=9
2025-08-20T22:49:09.5363094Z [00:02:23.330]➜         output_chunks=26
2025-08-20T22:49:09.5363566Z [00:02:23.330]➜              num_objs=42
2025-08-20T22:49:09.5364033Z [00:02:23.330]➜      string_fragments=77
2025-08-20T22:49:09.5364501Z [00:02:23.330]➜      garbage_sections=126
2025-08-20T22:49:09.5364976Z [00:02:23.330]➜           reloc_alloc=189
2025-08-20T22:49:09.5365446Z [00:02:23.330]➜        undefined_syms=195
2025-08-20T22:49:09.5365916Z [00:02:23.330]➜          defined_syms=441
2025-08-20T22:49:09.5366395Z [00:02:23.330]➜        input_sections=1057
2025-08-20T22:49:09.5366882Z [00:02:23.330]➜           parsed_objs=1657
2025-08-20T22:49:09.5367366Z [00:02:23.330]➜      regular_sections=9628
2025-08-20T22:49:09.5367846Z [00:02:23.330]➜              all_syms=25248
2025-08-20T22:49:09.5368355Z [00:02:23.330]➜     total_input_bytes=38747642
2025-08-20T22:49:09.5368916Z [00:02:23.330]➜  .comment estimation=1627 actual=4
2025-08-20T22:49:09.5369510Z [00:02:23.330]➜  .rodata.cst16 estimation=1626 actual=1
2025-08-20T22:49:09.5370376Z [00:02:23.330]➜  .rodata.str1.1 estimation=1628 actual=4
2025-08-20T22:49:09.5451862Z [00:02:23.340]➜  using setgroups ... yes
2025-08-20T22:49:09.5692755Z [00:02:23.364]➜        reloc_nonalloc=0
2025-08-20T22:49:09.5703124Z [00:02:23.364]➜               comdats=0
2025-08-20T22:49:09.5703635Z [00:02:23.364]➜    removed_comdat_mem=0
2025-08-20T22:49:09.5704110Z [00:02:23.364]➜              num_dsos=0
2025-08-20T22:49:09.5704591Z [00:02:23.364]➜       parsed_lto_objs=1
2025-08-20T22:49:09.5705053Z [00:02:23.364]➜              num_cies=1
2025-08-20T22:49:09.5705514Z [00:02:23.364]➜       num_unique_cies=1
2025-08-20T22:49:09.5705971Z [00:02:23.364]➜              num_fdes=1
2025-08-20T22:49:09.5706439Z [00:02:23.364]➜         output_chunks=26
2025-08-20T22:49:09.5706925Z [00:02:23.364]➜        merged_strings=43
2025-08-20T22:49:09.5707403Z [00:02:23.364]➜              num_objs=87
2025-08-20T22:49:09.5707923Z [00:02:23.364]➜      string_fragments=207
2025-08-20T22:49:09.5708416Z [00:02:23.364]➜           reloc_alloc=229
2025-08-20T22:49:09.5708923Z [00:02:23.364]➜      garbage_sections=358
2025-08-20T22:49:09.5709406Z [00:02:23.364]➜        undefined_syms=400
2025-08-20T22:49:09.5709901Z [00:02:23.364]➜          defined_syms=1004
2025-08-20T22:49:09.5710394Z [00:02:23.364]➜           parsed_objs=1657
2025-08-20T22:49:09.5711046Z [00:02:23.364]➜        input_sections=2351
2025-08-20T22:49:09.5711560Z [00:02:23.364]➜      regular_sections=9629
2025-08-20T22:49:09.5712066Z [00:02:23.364]➜              all_syms=25249
2025-08-20T22:49:09.5712581Z [00:02:23.364]➜     total_input_bytes=38747694
2025-08-20T22:49:09.5713138Z [00:02:23.364]➜  .comment estimation=1627 actual=4
2025-08-20T22:49:09.5713744Z [00:02:23.364]➜  .rodata.str1.1 estimation=1633 actual=15
2025-08-20T22:49:09.5714373Z [00:02:23.364]➜  .rodata.cst16 estimation=1628 actual=5
2025-08-20T22:49:09.5715224Z [00:02:23.364]➜  .rodata.cst4 estimation=1632 actual=12
2025-08-20T22:49:09.5715826Z [00:02:23.364]➜  .rodata.cst8 estimation=1629 actual=6
2025-08-20T22:49:09.5716457Z [00:02:23.364]➜  .rodata.str1.8 estimation=1626 actual=1
2025-08-20T22:49:09.5875844Z [00:02:23.382]➜  using setmntent ... yes
2025-08-20T22:49:09.5906067Z [00:02:23.385]➜        reloc_nonalloc=0
2025-08-20T22:49:09.5908393Z [00:02:23.386]➜               comdats=0
2025-08-20T22:49:09.5910191Z [00:02:23.386]➜    removed_comdat_mem=0
2025-08-20T22:49:09.5911942Z [00:02:23.386]➜              num_dsos=0
2025-08-20T22:49:09.5912432Z [00:02:23.386]➜       parsed_lto_objs=1
2025-08-20T22:49:09.5912903Z [00:02:23.386]➜              num_cies=1
2025-08-20T22:49:09.5913375Z [00:02:23.386]➜       num_unique_cies=1
2025-08-20T22:49:09.5913830Z [00:02:23.386]➜              num_fdes=1
2025-08-20T22:49:09.5914289Z [00:02:23.386]➜        merged_strings=6
2025-08-20T22:49:09.5914773Z [00:02:23.386]➜              num_objs=21
2025-08-20T22:49:09.5915248Z [00:02:23.386]➜         output_chunks=24
2025-08-20T22:49:09.5915765Z [00:02:23.386]➜      string_fragments=36
2025-08-20T22:49:09.5916273Z [00:02:23.386]➜      garbage_sections=58
2025-08-20T22:49:09.5916766Z [00:02:23.386]➜           reloc_alloc=90
2025-08-20T22:49:09.5917251Z [00:02:23.386]➜        undefined_syms=113
2025-08-20T22:49:09.5917747Z [00:02:23.386]➜          defined_syms=190
2025-08-20T22:49:09.5918252Z [00:02:23.386]➜        input_sections=478
2025-08-20T22:49:09.5918770Z [00:02:23.386]➜           parsed_objs=1657
2025-08-20T22:49:09.5919287Z [00:02:23.386]➜      regular_sections=9628
2025-08-20T22:49:09.5919805Z [00:02:23.386]➜              all_syms=25248
2025-08-20T22:49:09.5920332Z [00:02:23.386]➜     total_input_bytes=38747902
2025-08-20T22:49:09.5921100Z [00:02:23.386]➜  .comment estimation=1627 actual=4
2025-08-20T22:49:09.5921726Z [00:02:23.386]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:49:09.6097234Z [00:02:23.404]➜  using setitimer ... yes
2025-08-20T22:49:09.6604580Z [00:02:23.454]➜        reloc_nonalloc=0
2025-08-20T22:49:09.6612214Z [00:02:23.454]➜               comdats=0
2025-08-20T22:49:09.6612729Z [00:02:23.454]➜    removed_comdat_mem=0
2025-08-20T22:49:09.6613505Z [00:02:23.454]➜              num_dsos=0
2025-08-20T22:49:09.6613994Z [00:02:23.454]➜       parsed_lto_objs=1
2025-08-20T22:49:09.6614484Z [00:02:23.454]➜              num_cies=1
2025-08-20T22:49:09.6614959Z [00:02:23.454]➜       num_unique_cies=1
2025-08-20T22:49:09.6615430Z [00:02:23.454]➜              num_fdes=1
2025-08-20T22:49:09.6615893Z [00:02:23.454]➜        merged_strings=6
2025-08-20T22:49:09.6616359Z [00:02:23.454]➜              num_objs=20
2025-08-20T22:49:09.6616848Z [00:02:23.454]➜         output_chunks=24
2025-08-20T22:49:09.6617354Z [00:02:23.454]➜      string_fragments=34
2025-08-20T22:49:09.6617843Z [00:02:23.454]➜      garbage_sections=54
2025-08-20T22:49:09.6618329Z [00:02:23.454]➜           reloc_alloc=86
2025-08-20T22:49:09.6618813Z [00:02:23.454]➜        undefined_syms=106
2025-08-20T22:49:09.6619322Z [00:02:23.454]➜          defined_syms=179
2025-08-20T22:49:09.6619798Z [00:02:23.454]➜        input_sections=449
2025-08-20T22:49:09.6620305Z [00:02:23.454]➜           parsed_objs=1657
2025-08-20T22:49:09.6620986Z [00:02:23.454]➜      regular_sections=9628
2025-08-20T22:49:09.6621505Z [00:02:23.454]➜              all_syms=25247
2025-08-20T22:49:09.6622040Z [00:02:23.454]➜     total_input_bytes=38747262
2025-08-20T22:49:09.6622614Z [00:02:23.454]➜  .comment estimation=1627 actual=4
2025-08-20T22:49:09.6623228Z [00:02:23.454]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:49:09.6690643Z [00:02:23.464]➜  using setpgid ... yes
2025-08-20T22:49:09.6984922Z [00:02:23.493]➜        reloc_nonalloc=0
2025-08-20T22:49:09.6985980Z [00:02:23.493]➜               comdats=0
2025-08-20T22:49:09.6986541Z [00:02:23.493]➜    removed_comdat_mem=0
2025-08-20T22:49:09.6987189Z [00:02:23.493]➜              num_dsos=0
2025-08-20T22:49:09.6988234Z [00:02:23.493]➜       parsed_lto_objs=1
2025-08-20T22:49:09.6988851Z [00:02:23.493]➜              num_cies=1
2025-08-20T22:49:09.6989690Z [00:02:23.493]➜       num_unique_cies=1
2025-08-20T22:49:09.6990274Z [00:02:23.493]➜              num_fdes=1
2025-08-20T22:49:09.6991035Z [00:02:23.493]➜        merged_strings=7
2025-08-20T22:49:09.6991626Z [00:02:23.493]➜              num_objs=23
2025-08-20T22:49:09.6992198Z [00:02:23.493]➜         output_chunks=24
2025-08-20T22:49:09.6992773Z [00:02:23.493]➜      string_fragments=41
2025-08-20T22:49:09.6993343Z [00:02:23.493]➜      garbage_sections=63
2025-08-20T22:49:09.6993904Z [00:02:23.493]➜           reloc_alloc=95
2025-08-20T22:49:09.6994468Z [00:02:23.493]➜        undefined_syms=117
2025-08-20T22:49:09.6995041Z [00:02:23.493]➜          defined_syms=214
2025-08-20T22:49:09.6996437Z [00:02:23.493]➜        input_sections=533
2025-08-20T22:49:09.6996937Z [00:02:23.493]➜           parsed_objs=1657
2025-08-20T22:49:09.6997436Z [00:02:23.493]➜      regular_sections=9629
2025-08-20T22:49:09.6997946Z [00:02:23.493]➜              all_syms=25252
2025-08-20T22:49:09.6998489Z [00:02:23.493]➜     total_input_bytes=38748090
2025-08-20T22:49:09.6999048Z [00:02:23.493]➜  .comment estimation=1627 actual=4
2025-08-20T22:49:09.6999660Z [00:02:23.493]➜  .rodata.str1.1 estimation=1627 actual=3
2025-08-20T22:49:09.7194299Z [00:02:23.511]➜  using setns ... yes
2025-08-20T22:49:09.7402640Z [00:02:23.535]➜        reloc_nonalloc=0
2025-08-20T22:49:09.7408495Z [00:02:23.536]➜               comdats=0
2025-08-20T22:49:09.7409878Z [00:02:23.536]➜    removed_comdat_mem=0
2025-08-20T22:49:09.7410647Z [00:02:23.536]➜              num_dsos=0
2025-08-20T22:49:09.7411926Z [00:02:23.536]➜       parsed_lto_objs=1
2025-08-20T22:49:09.7412556Z [00:02:23.536]➜              num_cies=1
2025-08-20T22:49:09.7413184Z [00:02:23.536]➜       num_unique_cies=1
2025-08-20T22:49:09.7414176Z [00:02:23.536]➜              num_fdes=1
2025-08-20T22:49:09.7414865Z [00:02:23.536]➜        merged_strings=6
2025-08-20T22:49:09.7415469Z [00:02:23.536]➜              num_objs=21
2025-08-20T22:49:09.7416195Z [00:02:23.536]➜         output_chunks=24
2025-08-20T22:49:09.7418207Z [00:02:23.536]➜      string_fragments=36
2025-08-20T22:49:09.7418972Z [00:02:23.536]➜      garbage_sections=57
2025-08-20T22:49:09.7419457Z [00:02:23.536]➜           reloc_alloc=87
2025-08-20T22:49:09.7419941Z [00:02:23.536]➜        undefined_syms=108
2025-08-20T22:49:09.7420431Z [00:02:23.536]➜          defined_syms=188
2025-08-20T22:49:09.7421090Z [00:02:23.536]➜        input_sections=474
2025-08-20T22:49:09.7421619Z [00:02:23.536]➜           parsed_objs=1657
2025-08-20T22:49:09.7422129Z [00:02:23.536]➜      regular_sections=9628
2025-08-20T22:49:09.7422642Z [00:02:23.536]➜              all_syms=25247
2025-08-20T22:49:09.7423183Z [00:02:23.536]➜     total_input_bytes=38747246
2025-08-20T22:49:09.7423762Z [00:02:23.536]➜  .comment estimation=1627 actual=4
2025-08-20T22:49:09.7424386Z [00:02:23.536]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:49:09.7529416Z [00:02:23.548]➜  using setpgrp ... yes
2025-08-20T22:49:09.7999007Z [00:02:23.595]➜        reloc_nonalloc=0
2025-08-20T22:49:09.8032956Z [00:02:23.596]➜               comdats=0
2025-08-20T22:49:09.8036453Z [00:02:23.596]➜    removed_comdat_mem=0
2025-08-20T22:49:09.8036982Z [00:02:23.596]➜              num_dsos=0
2025-08-20T22:49:09.8037479Z [00:02:23.596]➜       parsed_lto_objs=1
2025-08-20T22:49:09.8037947Z [00:02:23.598]➜              num_cies=1
2025-08-20T22:49:09.8038406Z [00:02:23.598]➜       num_unique_cies=1
2025-08-20T22:49:09.8038873Z [00:02:23.598]➜              num_fdes=1
2025-08-20T22:49:09.8039337Z [00:02:23.598]➜        merged_strings=6
2025-08-20T22:49:09.8039803Z [00:02:23.598]➜              num_objs=20
2025-08-20T22:49:09.8040295Z [00:02:23.598]➜         output_chunks=24
2025-08-20T22:49:09.8040994Z [00:02:23.598]➜      string_fragments=34
2025-08-20T22:49:09.8041513Z [00:02:23.598]➜      garbage_sections=54
2025-08-20T22:49:09.8042031Z [00:02:23.598]➜           reloc_alloc=86
2025-08-20T22:49:09.8042555Z [00:02:23.598]➜        undefined_syms=106
2025-08-20T22:49:09.8043402Z [00:02:23.598]➜          defined_syms=179
2025-08-20T22:49:09.8043930Z [00:02:23.598]➜        input_sections=449
2025-08-20T22:49:09.8044399Z [00:02:23.598]➜           parsed_objs=1657
2025-08-20T22:49:09.8044870Z [00:02:23.598]➜      regular_sections=9628
2025-08-20T22:49:09.8045352Z [00:02:23.598]➜              all_syms=25247
2025-08-20T22:49:09.8045859Z [00:02:23.598]➜     total_input_bytes=38747294
2025-08-20T22:49:09.8046400Z [00:02:23.598]➜  .comment estimation=1627 actual=4
2025-08-20T22:49:09.8046984Z [00:02:23.598]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:49:09.8118054Z [00:02:23.606]➜        reloc_nonalloc=0
2025-08-20T22:49:09.8119200Z [00:02:23.607]➜               comdats=0
2025-08-20T22:49:09.8120023Z [00:02:23.607]➜    removed_comdat_mem=0
2025-08-20T22:49:09.8120559Z [00:02:23.607]➜              num_dsos=0
2025-08-20T22:49:09.8121200Z [00:02:23.607]➜       parsed_lto_objs=1
2025-08-20T22:49:09.8121693Z [00:02:23.607]➜       num_unique_cies=1
2025-08-20T22:49:09.8122180Z [00:02:23.607]➜              num_cies=3
2025-08-20T22:49:09.8122651Z [00:02:23.607]➜              num_fdes=5
2025-08-20T22:49:09.8123447Z [00:02:23.607]➜         output_chunks=28
2025-08-20T22:49:09.8123951Z [00:02:23.607]➜        merged_strings=32
2025-08-20T22:49:09.8124428Z [00:02:23.607]➜              num_objs=73
2025-08-20T22:49:09.8124904Z [00:02:23.607]➜      string_fragments=164
2025-08-20T22:49:09.8125401Z [00:02:23.607]➜      garbage_sections=243
2025-08-20T22:49:09.8125881Z [00:02:23.607]➜        undefined_syms=370
2025-08-20T22:49:09.8126362Z [00:02:23.607]➜           reloc_alloc=549
2025-08-20T22:49:09.8126832Z [00:02:23.607]➜          defined_syms=819
2025-08-20T22:49:09.8127310Z [00:02:23.607]➜           parsed_objs=1703
2025-08-20T22:49:09.8127812Z [00:02:23.607]➜        input_sections=1943
2025-08-20T22:49:09.8128297Z [00:02:23.607]➜      regular_sections=9893
2025-08-20T22:49:09.8128785Z [00:02:23.607]➜              all_syms=25934
2025-08-20T22:49:09.8129298Z [00:02:23.607]➜     total_input_bytes=39167564
2025-08-20T22:49:09.8129889Z [00:02:23.607]➜  .rodata.cst4 estimation=1630 actual=9
2025-08-20T22:49:09.8130471Z [00:02:23.607]➜  .comment estimation=1628 actual=5
2025-08-20T22:49:09.8131233Z [00:02:23.607]➜  .rodata.str1.1 estimation=1633 actual=16
2025-08-20T22:49:09.8131838Z [00:02:23.607]➜  .rodata.cst16 estimation=1626 actual=1
2025-08-20T22:49:09.8132438Z [00:02:23.607]➜  .rodata.cst8 estimation=1626 actual=1
2025-08-20T22:49:09.8235744Z [00:02:23.618]➜  using setpriority ... yes
2025-08-20T22:49:09.8236351Z [00:02:23.618]➜  using setproctitle ... yes
2025-08-20T22:49:09.8514978Z [00:02:23.646]➜        reloc_nonalloc=0
2025-08-20T22:49:09.8517010Z [00:02:23.646]➜               comdats=0
2025-08-20T22:49:09.8517471Z [00:02:23.646]➜    removed_comdat_mem=0
2025-08-20T22:49:09.8517903Z [00:02:23.646]➜              num_dsos=0
2025-08-20T22:49:09.8518358Z [00:02:23.646]➜       parsed_lto_objs=1
2025-08-20T22:49:09.8518809Z [00:02:23.646]➜       num_unique_cies=1
2025-08-20T22:49:09.8519592Z [00:02:23.646]➜              num_cies=3
2025-08-20T22:49:09.8520088Z [00:02:23.646]➜              num_fdes=5
2025-08-20T22:49:09.8520564Z [00:02:23.646]➜         output_chunks=28
2025-08-20T22:49:09.8521200Z [00:02:23.646]➜        merged_strings=30
2025-08-20T22:49:09.8521639Z [00:02:23.646]➜              num_objs=73
2025-08-20T22:49:09.8522103Z [00:02:23.646]➜      string_fragments=162
2025-08-20T22:49:09.8522563Z [00:02:23.646]➜      garbage_sections=243
2025-08-20T22:49:09.8523021Z [00:02:23.646]➜        undefined_syms=369
2025-08-20T22:49:09.8523491Z [00:02:23.646]➜           reloc_alloc=546
2025-08-20T22:49:09.8523982Z [00:02:23.646]➜          defined_syms=817
2025-08-20T22:49:09.8524435Z [00:02:23.647]➜           parsed_objs=1703
2025-08-20T22:49:09.8524938Z [00:02:23.647]➜        input_sections=1942
2025-08-20T22:49:09.8525452Z [00:02:23.647]➜      regular_sections=9892
2025-08-20T22:49:09.8525961Z [00:02:23.647]➜              all_syms=25930
2025-08-20T22:49:09.8526466Z [00:02:23.647]➜     total_input_bytes=39167032
2025-08-20T22:49:09.8527026Z [00:02:23.647]➜  .comment estimation=1628 actual=5
2025-08-20T22:49:09.8527625Z [00:02:23.647]➜  .rodata.str1.1 estimation=1632 actual=14
2025-08-20T22:49:09.8528242Z [00:02:23.647]➜  .rodata.cst4 estimation=1630 actual=9
2025-08-20T22:49:09.8528829Z [00:02:23.647]➜  .rodata.cst16 estimation=1626 actual=1
2025-08-20T22:49:09.8529408Z [00:02:23.647]➜  .rodata.cst8 estimation=1626 actual=1
2025-08-20T22:49:09.8659346Z [00:02:23.661]➜  using setproctitle_init ... yes
2025-08-20T22:49:09.9425898Z [00:02:23.737]➜        reloc_nonalloc=0
2025-08-20T22:49:09.9428688Z [00:02:23.738]➜               comdats=0
2025-08-20T22:49:09.9432265Z [00:02:23.738]➜    removed_comdat_mem=0
2025-08-20T22:49:09.9432761Z [00:02:23.738]➜              num_dsos=0
2025-08-20T22:49:09.9433255Z [00:02:23.738]➜       parsed_lto_objs=1
2025-08-20T22:49:09.9434927Z [00:02:23.738]➜              num_cies=1
2025-08-20T22:49:09.9435710Z [00:02:23.738]➜       num_unique_cies=1
2025-08-20T22:49:09.9436276Z [00:02:23.738]➜              num_fdes=1
2025-08-20T22:49:09.9436766Z [00:02:23.738]➜        merged_strings=11
2025-08-20T22:49:09.9437574Z [00:02:23.738]➜         output_chunks=25
2025-08-20T22:49:09.9438053Z [00:02:23.738]➜              num_objs=67
2025-08-20T22:49:09.9438537Z [00:02:23.738]➜      string_fragments=135
2025-08-20T22:49:09.9439026Z [00:02:23.738]➜           reloc_alloc=157
2025-08-20T22:49:09.9439503Z [00:02:23.738]➜      garbage_sections=264
2025-08-20T22:49:09.9439990Z [00:02:23.738]➜        undefined_syms=331
2025-08-20T22:49:09.9440465Z [00:02:23.738]➜          defined_syms=732
2025-08-20T22:49:09.9441127Z [00:02:23.738]➜           parsed_objs=1657
2025-08-20T22:49:09.9441626Z [00:02:23.738]➜        input_sections=1772
2025-08-20T22:49:09.9442110Z [00:02:23.738]➜      regular_sections=9628
2025-08-20T22:49:09.9442596Z [00:02:23.738]➜              all_syms=25247
2025-08-20T22:49:09.9443109Z [00:02:23.738]➜     total_input_bytes=38747262
2025-08-20T22:49:09.9443659Z [00:02:23.738]➜  .comment estimation=1627 actual=4
2025-08-20T22:49:09.9444278Z [00:02:23.738]➜  .rodata.str1.1 estimation=1629 actual=7
2025-08-20T22:49:09.9556091Z [00:02:23.750]➜  using setpwent ... yes
2025-08-20T22:49:09.9960046Z [00:02:23.791]➜        reloc_nonalloc=0
2025-08-20T22:49:09.9962099Z [00:02:23.791]➜               comdats=0
2025-08-20T22:49:09.9962612Z [00:02:23.791]➜    removed_comdat_mem=0
2025-08-20T22:49:09.9963179Z [00:02:23.791]➜              num_dsos=0
2025-08-20T22:49:09.9963657Z [00:02:23.791]➜       parsed_lto_objs=1
2025-08-20T22:49:09.9964118Z [00:02:23.791]➜              num_cies=1
2025-08-20T22:49:09.9964590Z [00:02:23.791]➜       num_unique_cies=1
2025-08-20T22:49:09.9965074Z [00:02:23.791]➜              num_fdes=1
2025-08-20T22:49:09.9965527Z [00:02:23.791]➜        merged_strings=9
2025-08-20T22:49:09.9965994Z [00:02:23.791]➜         output_chunks=26
2025-08-20T22:49:09.9966477Z [00:02:23.791]➜              num_objs=42
2025-08-20T22:49:09.9966941Z [00:02:23.791]➜      string_fragments=77
2025-08-20T22:49:09.9967738Z [00:02:23.791]➜      garbage_sections=125
2025-08-20T22:49:09.9968253Z [00:02:23.791]➜           reloc_alloc=186
2025-08-20T22:49:09.9968759Z [00:02:23.791]➜        undefined_syms=190
2025-08-20T22:49:09.9969242Z [00:02:23.791]➜          defined_syms=440
2025-08-20T22:49:09.9969741Z [00:02:23.791]➜        input_sections=1055
2025-08-20T22:49:09.9970230Z [00:02:23.791]➜           parsed_objs=1657
2025-08-20T22:49:09.9970734Z [00:02:23.791]➜      regular_sections=9628
2025-08-20T22:49:09.9971529Z [00:02:23.791]➜              all_syms=25247
2025-08-20T22:49:09.9972057Z [00:02:23.791]➜     total_input_bytes=38747286
2025-08-20T22:49:09.9972618Z [00:02:23.791]➜  .comment estimation=1627 actual=4
2025-08-20T22:49:09.9973244Z [00:02:23.791]➜  .rodata.cst16 estimation=1626 actual=1
2025-08-20T22:49:09.9973866Z [00:02:23.791]➜  .rodata.str1.1 estimation=1628 actual=4
2025-08-20T22:49:10.0074986Z [00:02:23.802]➜  using setregid ... yes
2025-08-20T22:49:10.0257324Z [00:02:23.821]➜        reloc_nonalloc=0
2025-08-20T22:49:10.0263683Z [00:02:23.821]➜               comdats=0
2025-08-20T22:49:10.0264518Z [00:02:23.821]➜    removed_comdat_mem=0
2025-08-20T22:49:10.0266043Z [00:02:23.821]➜              num_dsos=0
2025-08-20T22:49:10.0266543Z [00:02:23.821]➜       parsed_lto_objs=1
2025-08-20T22:49:10.0267014Z [00:02:23.821]➜              num_cies=1
2025-08-20T22:49:10.0267480Z [00:02:23.821]➜       num_unique_cies=1
2025-08-20T22:49:10.0267933Z [00:02:23.821]➜              num_fdes=1
2025-08-20T22:49:10.0268388Z [00:02:23.821]➜        merged_strings=9
2025-08-20T22:49:10.0268861Z [00:02:23.821]➜         output_chunks=26
2025-08-20T22:49:10.0269348Z [00:02:23.821]➜              num_objs=42
2025-08-20T22:49:10.0269822Z [00:02:23.821]➜      string_fragments=77
2025-08-20T22:49:10.0270307Z [00:02:23.821]➜      garbage_sections=125
2025-08-20T22:49:10.0270945Z [00:02:23.821]➜           reloc_alloc=186
2025-08-20T22:49:10.0271466Z [00:02:23.821]➜        undefined_syms=190
2025-08-20T22:49:10.0271966Z [00:02:23.821]➜          defined_syms=440
2025-08-20T22:49:10.0272482Z [00:02:23.821]➜        input_sections=1055
2025-08-20T22:49:10.0273010Z [00:02:23.821]➜           parsed_objs=1657
2025-08-20T22:49:10.0273850Z [00:02:23.821]➜      regular_sections=9628
2025-08-20T22:49:10.0274357Z [00:02:23.821]➜              all_syms=25247
2025-08-20T22:49:10.0274881Z [00:02:23.821]➜     total_input_bytes=38747306
2025-08-20T22:49:10.0275457Z [00:02:23.821]➜  .comment estimation=1627 actual=4
2025-08-20T22:49:10.0276054Z [00:02:23.821]➜  .rodata.cst16 estimation=1626 actual=1
2025-08-20T22:49:10.0276678Z [00:02:23.821]➜  .rodata.str1.1 estimation=1628 actual=4
2025-08-20T22:49:10.0363220Z [00:02:23.831]➜  using setresuid ... yes
2025-08-20T22:49:10.0616180Z [00:02:23.856]➜        reloc_nonalloc=0
2025-08-20T22:49:10.0617005Z [00:02:23.856]➜               comdats=0
2025-08-20T22:49:10.0617678Z [00:02:23.856]➜    removed_comdat_mem=0
2025-08-20T22:49:10.0618387Z [00:02:23.856]➜              num_dsos=0
2025-08-20T22:49:10.0619709Z [00:02:23.856]➜       parsed_lto_objs=1
2025-08-20T22:49:10.0620247Z [00:02:23.856]➜              num_cies=1
2025-08-20T22:49:10.0620740Z [00:02:23.856]➜       num_unique_cies=1
2025-08-20T22:49:10.0621389Z [00:02:23.856]➜              num_fdes=1
2025-08-20T22:49:10.0621851Z [00:02:23.856]➜        merged_strings=9
2025-08-20T22:49:10.0622324Z [00:02:23.856]➜         output_chunks=26
2025-08-20T22:49:10.0622810Z [00:02:23.856]➜              num_objs=42
2025-08-20T22:49:10.0623291Z [00:02:23.856]➜      string_fragments=77
2025-08-20T22:49:10.0623771Z [00:02:23.856]➜      garbage_sections=125
2025-08-20T22:49:10.0624263Z [00:02:23.856]➜           reloc_alloc=186
2025-08-20T22:49:10.0624745Z [00:02:23.856]➜        undefined_syms=190
2025-08-20T22:49:10.0625228Z [00:02:23.856]➜          defined_syms=440
2025-08-20T22:49:10.0625716Z [00:02:23.856]➜        input_sections=1055
2025-08-20T22:49:10.0626219Z [00:02:23.856]➜           parsed_objs=1657
2025-08-20T22:49:10.0626714Z [00:02:23.856]➜      regular_sections=9628
2025-08-20T22:49:10.0627469Z [00:02:23.856]➜              all_syms=25247
2025-08-20T22:49:10.0628001Z [00:02:23.856]➜     total_input_bytes=38747306
2025-08-20T22:49:10.0628562Z [00:02:23.856]➜  .comment estimation=1627 actual=4
2025-08-20T22:49:10.0629152Z [00:02:23.856]➜  .rodata.str1.1 estimation=1628 actual=4
2025-08-20T22:49:10.0629748Z [00:02:23.856]➜  .rodata.cst16 estimation=1626 actual=1
2025-08-20T22:49:10.0807795Z [00:02:23.875]➜  using setresgid ... yes
2025-08-20T22:49:10.1049070Z [00:02:23.900]➜        reloc_nonalloc=0
2025-08-20T22:49:10.1074251Z [00:02:23.900]➜               comdats=0
2025-08-20T22:49:10.1074784Z [00:02:23.900]➜    removed_comdat_mem=0
2025-08-20T22:49:10.1075268Z [00:02:23.900]➜              num_dsos=0
2025-08-20T22:49:10.1075774Z [00:02:23.900]➜       parsed_lto_objs=1
2025-08-20T22:49:10.1086230Z [00:02:23.900]➜              num_cies=1
2025-08-20T22:49:10.1086756Z [00:02:23.900]➜       num_unique_cies=1
2025-08-20T22:49:10.1087254Z [00:02:23.900]➜              num_fdes=1
2025-08-20T22:49:10.1087765Z [00:02:23.900]➜        merged_strings=9
2025-08-20T22:49:10.1088250Z [00:02:23.900]➜         output_chunks=26
2025-08-20T22:49:10.1088754Z [00:02:23.900]➜              num_objs=42
2025-08-20T22:49:10.1089237Z [00:02:23.900]➜      string_fragments=77
2025-08-20T22:49:10.1089723Z [00:02:23.900]➜      garbage_sections=125
2025-08-20T22:49:10.1090215Z [00:02:23.900]➜           reloc_alloc=186
2025-08-20T22:49:10.1090701Z [00:02:23.900]➜        undefined_syms=190
2025-08-20T22:49:10.1091379Z [00:02:23.900]➜          defined_syms=440
2025-08-20T22:49:10.1091875Z [00:02:23.900]➜        input_sections=1055
2025-08-20T22:49:10.1092383Z [00:02:23.900]➜           parsed_objs=1657
2025-08-20T22:49:10.1092885Z [00:02:23.900]➜      regular_sections=9628
2025-08-20T22:49:10.1093391Z [00:02:23.900]➜              all_syms=25247
2025-08-20T22:49:10.1093906Z [00:02:23.900]➜     total_input_bytes=38747286
2025-08-20T22:49:10.1094471Z [00:02:23.900]➜  .comment estimation=1627 actual=4
2025-08-20T22:49:10.1095078Z [00:02:23.900]➜  .rodata.str1.1 estimation=1628 actual=4
2025-08-20T22:49:10.1095684Z [00:02:23.900]➜  .rodata.cst16 estimation=1626 actual=1
2025-08-20T22:49:10.1152639Z [00:02:23.910]➜  using setreuid ... yes
2025-08-20T22:49:10.1517234Z [00:02:23.946]➜        reloc_nonalloc=0
2025-08-20T22:49:10.1526325Z [00:02:23.946]➜               comdats=0
2025-08-20T22:49:10.1526872Z [00:02:23.946]➜    removed_comdat_mem=0
2025-08-20T22:49:10.1527363Z [00:02:23.946]➜              num_dsos=0
2025-08-20T22:49:10.1527866Z [00:02:23.946]➜       parsed_lto_objs=1
2025-08-20T22:49:10.1528366Z [00:02:23.946]➜              num_cies=1
2025-08-20T22:49:10.1528854Z [00:02:23.946]➜       num_unique_cies=1
2025-08-20T22:49:10.1529324Z [00:02:23.946]➜              num_fdes=1
2025-08-20T22:49:10.1529793Z [00:02:23.946]➜        merged_strings=6
2025-08-20T22:49:10.1530256Z [00:02:23.946]➜              num_objs=22
2025-08-20T22:49:10.1530743Z [00:02:23.946]➜         output_chunks=24
2025-08-20T22:49:10.1531458Z [00:02:23.946]➜      string_fragments=38
2025-08-20T22:49:10.1532078Z [00:02:23.946]➜      garbage_sections=61
2025-08-20T22:49:10.1532618Z [00:02:23.946]➜           reloc_alloc=92
2025-08-20T22:49:10.1533188Z [00:02:23.946]➜        undefined_syms=116
2025-08-20T22:49:10.1533705Z [00:02:23.946]➜          defined_syms=200
2025-08-20T22:49:10.1534239Z [00:02:23.946]➜        input_sections=505
2025-08-20T22:49:10.1534795Z [00:02:23.946]➜           parsed_objs=1657
2025-08-20T22:49:10.1535362Z [00:02:23.946]➜      regular_sections=9628
2025-08-20T22:49:10.1535911Z [00:02:23.946]➜              all_syms=25248
2025-08-20T22:49:10.1536506Z [00:02:23.946]➜     total_input_bytes=38747798
2025-08-20T22:49:10.1537141Z [00:02:23.946]➜  .comment estimation=1627 actual=4
2025-08-20T22:49:10.1537816Z [00:02:23.946]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:49:10.1719338Z [00:02:23.967]➜  using settimeofday ... yes
2025-08-20T22:49:10.2257979Z [00:02:24.021]➜  using setxattrat ... no
2025-08-20T22:49:10.2624921Z [00:02:24.057]➜        reloc_nonalloc=0
2025-08-20T22:49:10.2627117Z [00:02:24.057]➜               comdats=0
2025-08-20T22:49:10.2628419Z [00:02:24.057]➜    removed_comdat_mem=0
2025-08-20T22:49:10.2629051Z [00:02:24.057]➜              num_dsos=0
2025-08-20T22:49:10.2629628Z [00:02:24.057]➜       parsed_lto_objs=1
2025-08-20T22:49:10.2630197Z [00:02:24.058]➜              num_cies=1
2025-08-20T22:49:10.2631820Z [00:02:24.058]➜       num_unique_cies=1
2025-08-20T22:49:10.2632295Z [00:02:24.058]➜              num_fdes=1
2025-08-20T22:49:10.2632759Z [00:02:24.058]➜        merged_strings=9
2025-08-20T22:49:10.2633231Z [00:02:24.058]➜              num_objs=21
2025-08-20T22:49:10.2633711Z [00:02:24.058]➜         output_chunks=24
2025-08-20T22:49:10.2634200Z [00:02:24.058]➜      string_fragments=39
2025-08-20T22:49:10.2634684Z [00:02:24.058]➜      garbage_sections=69
2025-08-20T22:49:10.2635161Z [00:02:24.058]➜           reloc_alloc=92
2025-08-20T22:49:10.2635645Z [00:02:24.058]➜        undefined_syms=124
2025-08-20T22:49:10.2636159Z [00:02:24.058]➜          defined_syms=203
2025-08-20T22:49:10.2636651Z [00:02:24.058]➜        input_sections=501
2025-08-20T22:49:10.2637156Z [00:02:24.058]➜           parsed_objs=1657
2025-08-20T22:49:10.2637659Z [00:02:24.058]➜      regular_sections=9629
2025-08-20T22:49:10.2638151Z [00:02:24.058]➜              all_syms=25250
2025-08-20T22:49:10.2638668Z [00:02:24.058]➜     total_input_bytes=38748358
2025-08-20T22:49:10.2639215Z [00:02:24.058]➜  .comment estimation=1627 actual=4
2025-08-20T22:49:10.2639818Z [00:02:24.058]➜  .rodata.str1.1 estimation=1628 actual=5
2025-08-20T22:49:10.2889978Z [00:02:24.084]➜  using setxattr ... yes
2025-08-20T22:49:10.2973926Z [00:02:24.092]➜        reloc_nonalloc=0
2025-08-20T22:49:10.2980427Z [00:02:24.092]➜               comdats=0
2025-08-20T22:49:10.2981196Z [00:02:24.092]➜    removed_comdat_mem=0
2025-08-20T22:49:10.2981671Z [00:02:24.092]➜              num_dsos=0
2025-08-20T22:49:10.2982154Z [00:02:24.092]➜       parsed_lto_objs=1
2025-08-20T22:49:10.2982637Z [00:02:24.092]➜              num_cies=1
2025-08-20T22:49:10.2983170Z [00:02:24.092]➜       num_unique_cies=1
2025-08-20T22:49:10.2984103Z [00:02:24.092]➜              num_fdes=1
2025-08-20T22:49:10.2984558Z [00:02:24.092]➜        merged_strings=6
2025-08-20T22:49:10.2985030Z [00:02:24.092]➜         output_chunks=24
2025-08-20T22:49:10.2985510Z [00:02:24.092]➜              num_objs=25
2025-08-20T22:49:10.2985995Z [00:02:24.092]➜      string_fragments=44
2025-08-20T22:49:10.2986481Z [00:02:24.092]➜      garbage_sections=70
2025-08-20T22:49:10.2986984Z [00:02:24.092]➜           reloc_alloc=100
2025-08-20T22:49:10.2987481Z [00:02:24.092]➜        undefined_syms=124
2025-08-20T22:49:10.2987965Z [00:02:24.092]➜          defined_syms=230
2025-08-20T22:49:10.2988441Z [00:02:24.092]➜        input_sections=585
2025-08-20T22:49:10.2988936Z [00:02:24.092]➜           parsed_objs=1657
2025-08-20T22:49:10.2989436Z [00:02:24.092]➜      regular_sections=9628
2025-08-20T22:49:10.2989932Z [00:02:24.092]➜              all_syms=25256
2025-08-20T22:49:10.2990465Z [00:02:24.092]➜     total_input_bytes=38748566
2025-08-20T22:49:10.2991169Z [00:02:24.092]➜  .comment estimation=1627 actual=4
2025-08-20T22:49:10.2991784Z [00:02:24.092]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:49:10.3092741Z [00:02:24.104]➜  using SYSV shm ... yes
2025-08-20T22:49:10.3515370Z [00:02:24.146]➜        reloc_nonalloc=0
2025-08-20T22:49:10.3521783Z [00:02:24.147]➜               comdats=0
2025-08-20T22:49:10.3524691Z [00:02:24.147]➜    removed_comdat_mem=0
2025-08-20T22:49:10.3525234Z [00:02:24.147]➜              num_dsos=0
2025-08-20T22:49:10.3526943Z [00:02:24.147]➜       parsed_lto_objs=1
2025-08-20T22:49:10.3528568Z [00:02:24.147]➜              num_cies=1
2025-08-20T22:49:10.3529548Z [00:02:24.147]➜       num_unique_cies=1
2025-08-20T22:49:10.3530492Z [00:02:24.147]➜              num_fdes=1
2025-08-20T22:49:10.3532760Z [00:02:24.147]➜        merged_strings=8
2025-08-20T22:49:10.3533505Z [00:02:24.147]➜         output_chunks=24
2025-08-20T22:49:10.3534485Z [00:02:24.147]➜              num_objs=26
2025-08-20T22:49:10.3535202Z [00:02:24.147]➜      string_fragments=48
2025-08-20T22:49:10.3536476Z [00:02:24.147]➜      garbage_sections=77
2025-08-20T22:49:10.3537222Z [00:02:24.147]➜           reloc_alloc=96
2025-08-20T22:49:10.3538367Z [00:02:24.147]➜        undefined_syms=126
2025-08-20T22:49:10.3539070Z [00:02:24.147]➜          defined_syms=246
2025-08-20T22:49:10.3540725Z [00:02:24.147]➜        input_sections=616
2025-08-20T22:49:10.3541434Z [00:02:24.147]➜           parsed_objs=1657
2025-08-20T22:49:10.3541961Z [00:02:24.147]➜      regular_sections=9629
2025-08-20T22:49:10.3542455Z [00:02:24.147]➜              all_syms=25248
2025-08-20T22:49:10.3542962Z [00:02:24.147]➜     total_input_bytes=38747506
2025-08-20T22:49:10.3543509Z [00:02:24.147]➜  .comment estimation=1627 actual=4
2025-08-20T22:49:10.3544121Z [00:02:24.147]➜  .rodata.str1.1 estimation=1628 actual=4
2025-08-20T22:49:10.3669326Z [00:02:24.161]➜  using shm_unlink ... yes
2025-08-20T22:49:10.3749737Z [00:02:24.170]➜        reloc_nonalloc=0
2025-08-20T22:49:10.3755588Z [00:02:24.170]➜               comdats=0
2025-08-20T22:49:10.3757289Z [00:02:24.170]➜    removed_comdat_mem=0
2025-08-20T22:49:10.3758047Z [00:02:24.170]➜              num_dsos=0
2025-08-20T22:49:10.3759151Z [00:02:24.170]➜       parsed_lto_objs=1
2025-08-20T22:49:10.3759787Z [00:02:24.170]➜              num_cies=1
2025-08-20T22:49:10.3760385Z [00:02:24.170]➜       num_unique_cies=1
2025-08-20T22:49:10.3761328Z [00:02:24.170]➜              num_fdes=1
2025-08-20T22:49:10.3764293Z [00:02:24.170]➜        merged_strings=8
2025-08-20T22:49:10.3764958Z [00:02:24.170]➜         output_chunks=24
2025-08-20T22:49:10.3766461Z [00:02:24.170]➜              num_objs=27
2025-08-20T22:49:10.3766954Z [00:02:24.170]➜      string_fragments=50
2025-08-20T22:49:10.3767441Z [00:02:24.170]➜      garbage_sections=77
2025-08-20T22:49:10.3767923Z [00:02:24.170]➜           reloc_alloc=104
2025-08-20T22:49:10.3768418Z [00:02:24.170]➜        undefined_syms=131
2025-08-20T22:49:10.3768915Z [00:02:24.170]➜          defined_syms=258
2025-08-20T22:49:10.3769390Z [00:02:24.170]➜        input_sections=644
2025-08-20T22:49:10.3770159Z [00:02:24.170]➜           parsed_objs=1657
2025-08-20T22:49:10.3770649Z [00:02:24.170]➜      regular_sections=9629
2025-08-20T22:49:10.3771330Z [00:02:24.170]➜              all_syms=25250
2025-08-20T22:49:10.3771858Z [00:02:24.170]➜     total_input_bytes=38747702
2025-08-20T22:49:10.3772419Z [00:02:24.170]➜  .comment estimation=1627 actual=4
2025-08-20T22:49:10.3773033Z [00:02:24.170]➜  .rodata.str1.1 estimation=1628 actual=4
2025-08-20T22:49:10.3910674Z [00:02:24.186]➜  using shm_open ... yes
2025-08-20T22:49:10.4589657Z [00:02:24.254]➜        reloc_nonalloc=0
2025-08-20T22:49:10.4590723Z [00:02:24.254]➜               comdats=0
2025-08-20T22:49:10.4591680Z [00:02:24.254]➜    removed_comdat_mem=0
2025-08-20T22:49:10.4592299Z [00:02:24.254]➜              num_dsos=0
2025-08-20T22:49:10.4592905Z [00:02:24.254]➜       parsed_lto_objs=1
2025-08-20T22:49:10.4593544Z [00:02:24.254]➜              num_cies=1
2025-08-20T22:49:10.4594167Z [00:02:24.254]➜       num_unique_cies=1
2025-08-20T22:49:10.4594898Z [00:02:24.254]➜              num_fdes=1
2025-08-20T22:49:10.4595513Z [00:02:24.254]➜        merged_strings=6
2025-08-20T22:49:10.4596164Z [00:02:24.254]➜              num_objs=21
2025-08-20T22:49:10.4596830Z [00:02:24.254]➜         output_chunks=24
2025-08-20T22:49:10.4597608Z [00:02:24.254]➜      string_fragments=36
2025-08-20T22:49:10.4598174Z [00:02:24.254]➜      garbage_sections=58
2025-08-20T22:49:10.4598684Z [00:02:24.254]➜           reloc_alloc=93
2025-08-20T22:49:10.4599181Z [00:02:24.254]➜        undefined_syms=114
2025-08-20T22:49:10.4599687Z [00:02:24.254]➜          defined_syms=192
2025-08-20T22:49:10.4600193Z [00:02:24.254]➜        input_sections=479
2025-08-20T22:49:10.4600686Z [00:02:24.254]➜           parsed_objs=1657
2025-08-20T22:49:10.4601361Z [00:02:24.254]➜      regular_sections=9629
2025-08-20T22:49:10.4601855Z [00:02:24.254]➜              all_syms=25250
2025-08-20T22:49:10.4602637Z [00:02:24.254]➜     total_input_bytes=38748134
2025-08-20T22:49:10.4603204Z [00:02:24.254]➜  .comment estimation=1627 actual=4
2025-08-20T22:49:10.4603820Z [00:02:24.254]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:49:10.4842767Z [00:02:24.279]➜  using sigaltstack ... yes
2025-08-20T22:49:10.5044262Z [00:02:24.299]➜        reloc_nonalloc=0
2025-08-20T22:49:10.5054054Z [00:02:24.300]➜               comdats=0
2025-08-20T22:49:10.5055819Z [00:02:24.300]➜    removed_comdat_mem=0
2025-08-20T22:49:10.5058234Z [00:02:24.300]➜              num_dsos=0
2025-08-20T22:49:10.5058832Z [00:02:24.300]➜       parsed_lto_objs=1
2025-08-20T22:49:10.5059408Z [00:02:24.300]➜              num_cies=1
2025-08-20T22:49:10.5059962Z [00:02:24.300]➜       num_unique_cies=1
2025-08-20T22:49:10.5060462Z [00:02:24.300]➜              num_fdes=1
2025-08-20T22:49:10.5061191Z [00:02:24.300]➜        merged_strings=6
2025-08-20T22:49:10.5061759Z [00:02:24.300]➜              num_objs=23
2025-08-20T22:49:10.5062405Z [00:02:24.300]➜         output_chunks=24
2025-08-20T22:49:10.5062940Z [00:02:24.300]➜      string_fragments=34
2025-08-20T22:49:10.5063490Z [00:02:24.300]➜      garbage_sections=61
2025-08-20T22:49:10.5064018Z [00:02:24.300]➜           reloc_alloc=93
2025-08-20T22:49:10.5064602Z [00:02:24.300]➜        undefined_syms=120
2025-08-20T22:49:10.5065137Z [00:02:24.300]➜          defined_syms=202
2025-08-20T22:49:10.5065669Z [00:02:24.300]➜        input_sections=514
2025-08-20T22:49:10.5066200Z [00:02:24.300]➜           parsed_objs=1657
2025-08-20T22:49:10.5066741Z [00:02:24.300]➜      regular_sections=9628
2025-08-20T22:49:10.5067293Z [00:02:24.300]➜              all_syms=25250
2025-08-20T22:49:10.5067848Z [00:02:24.300]➜     total_input_bytes=38748070
2025-08-20T22:49:10.5068453Z [00:02:24.300]➜  .comment estimation=1627 actual=4
2025-08-20T22:49:10.5069131Z [00:02:24.300]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:49:10.5189824Z [00:02:24.314]➜        reloc_nonalloc=0
2025-08-20T22:49:10.5195788Z [00:02:24.314]➜               comdats=0
2025-08-20T22:49:10.5204196Z [00:02:24.314]➜    removed_comdat_mem=0
2025-08-20T22:49:10.5204911Z [00:02:24.314]➜              num_dsos=0
2025-08-20T22:49:10.5205399Z [00:02:24.314]➜       parsed_lto_objs=1
2025-08-20T22:49:10.5205872Z [00:02:24.314]➜              num_cies=1
2025-08-20T22:49:10.5206330Z [00:02:24.314]➜       num_unique_cies=1
2025-08-20T22:49:10.5206787Z [00:02:24.314]➜              num_fdes=1
2025-08-20T22:49:10.5207197Z [00:02:24.314]➜        merged_strings=6
2025-08-20T22:49:10.5207614Z [00:02:24.314]➜              num_objs=21
2025-08-20T22:49:10.5208083Z [00:02:24.314]➜         output_chunks=24
2025-08-20T22:49:10.5208564Z [00:02:24.314]➜      string_fragments=36
2025-08-20T22:49:10.5209042Z [00:02:24.314]➜      garbage_sections=58
2025-08-20T22:49:10.5209486Z [00:02:24.314]➜           reloc_alloc=91
2025-08-20T22:49:10.5209918Z [00:02:24.314]➜        undefined_syms=113
2025-08-20T22:49:10.5210351Z [00:02:24.314]➜          defined_syms=190
2025-08-20T22:49:10.5211165Z [00:02:24.314]➜        input_sections=478
2025-08-20T22:49:10.5211671Z [00:02:24.314]➜           parsed_objs=1657
2025-08-20T22:49:10.5212198Z [00:02:24.314]➜      regular_sections=9628
2025-08-20T22:49:10.5212691Z [00:02:24.314]➜              all_syms=25248
2025-08-20T22:49:10.5213223Z [00:02:24.314]➜     total_input_bytes=38747842
2025-08-20T22:49:10.5213772Z [00:02:24.314]➜  .comment estimation=1627 actual=4
2025-08-20T22:49:10.5214336Z [00:02:24.314]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:49:10.5223246Z [00:02:24.317]➜  using siglongjmp ... yes
2025-08-20T22:49:10.5285004Z [00:02:24.323]➜  using signalfd ... yes
2025-08-20T22:49:10.5704308Z [00:02:24.365]➜        reloc_nonalloc=0
2025-08-20T22:49:10.5713161Z [00:02:24.365]➜               comdats=0
2025-08-20T22:49:10.5713698Z [00:02:24.365]➜    removed_comdat_mem=0
2025-08-20T22:49:10.5714189Z [00:02:24.365]➜              num_dsos=0
2025-08-20T22:49:10.5714680Z [00:02:24.365]➜       parsed_lto_objs=1
2025-08-20T22:49:10.5715488Z [00:02:24.365]➜              num_cies=1
2025-08-20T22:49:10.5715999Z [00:02:24.365]➜       num_unique_cies=1
2025-08-20T22:49:10.5716494Z [00:02:24.365]➜              num_fdes=1
2025-08-20T22:49:10.5716958Z [00:02:24.365]➜        merged_strings=6
2025-08-20T22:49:10.5717442Z [00:02:24.365]➜              num_objs=24
2025-08-20T22:49:10.5717923Z [00:02:24.365]➜         output_chunks=25
2025-08-20T22:49:10.5718395Z [00:02:24.365]➜      string_fragments=40
2025-08-20T22:49:10.5718892Z [00:02:24.365]➜      garbage_sections=67
2025-08-20T22:49:10.5719390Z [00:02:24.365]➜           reloc_alloc=93
2025-08-20T22:49:10.5719891Z [00:02:24.365]➜        undefined_syms=118
2025-08-20T22:49:10.5720398Z [00:02:24.365]➜          defined_syms=222
2025-08-20T22:49:10.5721083Z [00:02:24.365]➜        input_sections=553
2025-08-20T22:49:10.5721586Z [00:02:24.365]➜           parsed_objs=1657
2025-08-20T22:49:10.5722113Z [00:02:24.365]➜      regular_sections=9628
2025-08-20T22:49:10.5722656Z [00:02:24.365]➜              all_syms=25249
2025-08-20T22:49:10.5723197Z [00:02:24.365]➜     total_input_bytes=38747418
2025-08-20T22:49:10.5723780Z [00:02:24.365]➜  .comment estimation=1627 actual=4
2025-08-20T22:49:10.5724402Z [00:02:24.365]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:49:10.5883542Z [00:02:24.383]➜  using sigqueue ... yes
2025-08-20T22:49:10.6460633Z [00:02:24.441]➜        reloc_nonalloc=0
2025-08-20T22:49:10.6462172Z [00:02:24.441]➜               comdats=0
2025-08-20T22:49:10.6463086Z [00:02:24.441]➜    removed_comdat_mem=0
2025-08-20T22:49:10.6463810Z [00:02:24.441]➜              num_dsos=0
2025-08-20T22:49:10.6464440Z [00:02:24.441]➜       parsed_lto_objs=1
2025-08-20T22:49:10.6465190Z [00:02:24.441]➜              num_cies=1
2025-08-20T22:49:10.6465808Z [00:02:24.441]➜       num_unique_cies=1
2025-08-20T22:49:10.6466541Z [00:02:24.441]➜              num_fdes=1
2025-08-20T22:49:10.6467141Z [00:02:24.441]➜        merged_strings=6
2025-08-20T22:49:10.6469084Z [00:02:24.441]➜         output_chunks=24
2025-08-20T22:49:10.6469593Z [00:02:24.441]➜              num_objs=25
2025-08-20T22:49:10.6470072Z [00:02:24.441]➜      string_fragments=44
2025-08-20T22:49:10.6471035Z [00:02:24.441]➜      garbage_sections=70
2025-08-20T22:49:10.6471514Z [00:02:24.441]➜           reloc_alloc=96
2025-08-20T22:49:10.6471983Z [00:02:24.441]➜        undefined_syms=123
2025-08-20T22:49:10.6472472Z [00:02:24.441]➜          defined_syms=231
2025-08-20T22:49:10.6472956Z [00:02:24.441]➜        input_sections=584
2025-08-20T22:49:10.6473422Z [00:02:24.441]➜           parsed_objs=1657
2025-08-20T22:49:10.6473912Z [00:02:24.441]➜      regular_sections=9628
2025-08-20T22:49:10.6474403Z [00:02:24.441]➜              all_syms=25252
2025-08-20T22:49:10.6474915Z [00:02:24.441]➜     total_input_bytes=38748102
2025-08-20T22:49:10.6475470Z [00:02:24.441]➜  .comment estimation=1627 actual=4
2025-08-20T22:49:10.6476083Z [00:02:24.441]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:49:10.6647937Z [00:02:24.460]➜  using sigwaitinfo ... yes
2025-08-20T22:49:10.7247380Z [00:02:24.519]➜        reloc_nonalloc=0
2025-08-20T22:49:10.7260349Z [00:02:24.521]➜               comdats=0
2025-08-20T22:49:10.7265844Z [00:02:24.521]➜    removed_comdat_mem=0
2025-08-20T22:49:10.7266354Z [00:02:24.521]➜              num_dsos=0
2025-08-20T22:49:10.7268205Z [00:02:24.521]➜       parsed_lto_objs=1
2025-08-20T22:49:10.7268696Z [00:02:24.521]➜              num_cies=1
2025-08-20T22:49:10.7269161Z [00:02:24.521]➜       num_unique_cies=1
2025-08-20T22:49:10.7269613Z [00:02:24.521]➜              num_fdes=1
2025-08-20T22:49:10.7270068Z [00:02:24.521]➜              num_objs=24
2025-08-20T22:49:10.7270544Z [00:02:24.521]➜         output_chunks=28
2025-08-20T22:49:10.7271220Z [00:02:24.521]➜        merged_strings=38
2025-08-20T22:49:10.7271704Z [00:02:24.521]➜      garbage_sections=66
2025-08-20T22:49:10.7272183Z [00:02:24.521]➜      string_fragments=78
2025-08-20T22:49:10.7272666Z [00:02:24.521]➜        undefined_syms=113
2025-08-20T22:49:10.7273414Z [00:02:24.521]➜           reloc_alloc=172
2025-08-20T22:49:10.7273904Z [00:02:24.521]➜          defined_syms=263
2025-08-20T22:49:10.7274399Z [00:02:24.521]➜        input_sections=574
2025-08-20T22:49:10.7274883Z [00:02:24.521]➜           parsed_objs=1657
2025-08-20T22:49:10.7275371Z [00:02:24.521]➜      regular_sections=9628
2025-08-20T22:49:10.7275861Z [00:02:24.521]➜              all_syms=25247
2025-08-20T22:49:10.7276371Z [00:02:24.521]➜     total_input_bytes=38747306
2025-08-20T22:49:10.7276916Z [00:02:24.521]➜  .comment estimation=1627 actual=4
2025-08-20T22:49:10.7277507Z [00:02:24.521]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:49:10.7278102Z [00:02:24.521]➜  .rodata.cst8 estimation=1641 actual=28
2025-08-20T22:49:10.7278695Z [00:02:24.521]➜  .rodata.cst16 estimation=1627 actual=2
2025-08-20T22:49:10.7279273Z [00:02:24.521]➜  .rodata.cst4 estimation=1627 actual=2
2025-08-20T22:49:10.7400197Z [00:02:24.535]➜        reloc_nonalloc=0
2025-08-20T22:49:10.7407947Z [00:02:24.535]➜               comdats=0
2025-08-20T22:49:10.7408502Z [00:02:24.535]➜    removed_comdat_mem=0
2025-08-20T22:49:10.7408984Z [00:02:24.535]➜              num_dsos=0
2025-08-20T22:49:10.7409509Z [00:02:24.535]➜       parsed_lto_objs=1
2025-08-20T22:49:10.7410010Z [00:02:24.535]➜              num_cies=1
2025-08-20T22:49:10.7410505Z [00:02:24.535]➜       num_unique_cies=1
2025-08-20T22:49:10.7411163Z [00:02:24.535]➜              num_fdes=1
2025-08-20T22:49:10.7411635Z [00:02:24.535]➜              num_objs=24
2025-08-20T22:49:10.7412124Z [00:02:24.535]➜         output_chunks=28
2025-08-20T22:49:10.7412642Z [00:02:24.535]➜        merged_strings=47
2025-08-20T22:49:10.7413161Z [00:02:24.535]➜      garbage_sections=66
2025-08-20T22:49:10.7413638Z [00:02:24.535]➜      string_fragments=85
2025-08-20T22:49:10.7414121Z [00:02:24.535]➜        undefined_syms=113
2025-08-20T22:49:10.7414614Z [00:02:24.535]➜           reloc_alloc=157
2025-08-20T22:49:10.7415099Z [00:02:24.535]➜          defined_syms=270
2025-08-20T22:49:10.7415577Z [00:02:24.535]➜        input_sections=578
2025-08-20T22:49:10.7416078Z [00:02:24.535]➜           parsed_objs=1657
2025-08-20T22:49:10.7416567Z [00:02:24.535]➜      regular_sections=9628
2025-08-20T22:49:10.7417302Z [00:02:24.535]➜              all_syms=25247
2025-08-20T22:49:10.7417812Z [00:02:24.535]➜     total_input_bytes=38747306
2025-08-20T22:49:10.7418385Z [00:02:24.535]➜  .rodata.cst16 estimation=1631 actual=10
2025-08-20T22:49:10.7418964Z [00:02:24.535]➜  .comment estimation=1627 actual=4
2025-08-20T22:49:10.7419539Z [00:02:24.535]➜  .rodata.cst4 estimation=1627 actual=4
2025-08-20T22:49:10.7420124Z [00:02:24.535]➜  .rodata.cst8 estimation=1641 actual=27
2025-08-20T22:49:10.7420729Z [00:02:24.535]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:49:10.7422582Z [00:02:24.536]➜        reloc_nonalloc=0
2025-08-20T22:49:10.7446442Z [00:02:24.539]➜               comdats=0
2025-08-20T22:49:10.7451027Z [00:02:24.539]➜    removed_comdat_mem=0
2025-08-20T22:49:10.7451553Z [00:02:24.539]➜              num_dsos=0
2025-08-20T22:49:10.7452075Z [00:02:24.539]➜       parsed_lto_objs=1
2025-08-20T22:49:10.7452571Z [00:02:24.539]➜              num_cies=1
2025-08-20T22:49:10.7453069Z [00:02:24.539]➜       num_unique_cies=1
2025-08-20T22:49:10.7453547Z [00:02:24.539]➜              num_fdes=1
2025-08-20T22:49:10.7454021Z [00:02:24.539]➜              num_objs=24
2025-08-20T22:49:10.7454521Z [00:02:24.539]➜         output_chunks=27
2025-08-20T22:49:10.7455011Z [00:02:24.539]➜        merged_strings=49
2025-08-20T22:49:10.7455503Z [00:02:24.539]➜      garbage_sections=66
2025-08-20T22:49:10.7455997Z [00:02:24.539]➜      string_fragments=93
2025-08-20T22:49:10.7456497Z [00:02:24.539]➜        undefined_syms=113
2025-08-20T22:49:10.7457002Z [00:02:24.539]➜           reloc_alloc=179
2025-08-20T22:49:10.7457499Z [00:02:24.539]➜          defined_syms=278
2025-08-20T22:49:10.7457996Z [00:02:24.539]➜        input_sections=572
2025-08-20T22:49:10.7458501Z [00:02:24.539]➜           parsed_objs=1657
2025-08-20T22:49:10.7459011Z [00:02:24.539]➜      regular_sections=9628
2025-08-20T22:49:10.7459767Z [00:02:24.539]➜              all_syms=25247
2025-08-20T22:49:10.7460323Z [00:02:24.539]➜     total_input_bytes=38747294
2025-08-20T22:49:10.7461959Z [00:02:24.539]➜  .comment estimation=1627 actual=4
2025-08-20T22:49:10.7462642Z [00:02:24.539]➜  .rodata.cst8 estimation=1647 actual=42
2025-08-20T22:49:10.7463268Z [00:02:24.539]➜  .rodata.cst16 estimation=1626 actual=1
2025-08-20T22:49:10.7463878Z [00:02:24.539]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:49:10.7466599Z [00:02:24.541]➜  using sincosf ... yes
2025-08-20T22:49:10.7513026Z [00:02:24.546]➜  using sincosl ... yes
2025-08-20T22:49:10.7591995Z [00:02:24.554]➜  using sincos ... yes
2025-08-20T22:49:10.8300325Z [00:02:24.625]➜        reloc_nonalloc=0
2025-08-20T22:49:10.8335023Z [00:02:24.625]➜               comdats=0
2025-08-20T22:49:10.8335551Z [00:02:24.625]➜    removed_comdat_mem=0
2025-08-20T22:49:10.8335990Z [00:02:24.625]➜              num_dsos=0
2025-08-20T22:49:10.8336439Z [00:02:24.625]➜       parsed_lto_objs=1
2025-08-20T22:49:10.8336919Z [00:02:24.625]➜              num_cies=1
2025-08-20T22:49:10.8337369Z [00:02:24.625]➜       num_unique_cies=1
2025-08-20T22:49:10.8337807Z [00:02:24.625]➜              num_fdes=1
2025-08-20T22:49:10.8338256Z [00:02:24.625]➜              num_objs=25
2025-08-20T22:49:10.8338733Z [00:02:24.625]➜         output_chunks=27
2025-08-20T22:49:10.8339206Z [00:02:24.625]➜        merged_strings=32
2025-08-20T22:49:10.8339683Z [00:02:24.625]➜      garbage_sections=69
2025-08-20T22:49:10.8340160Z [00:02:24.625]➜      string_fragments=74
2025-08-20T22:49:10.8340612Z [00:02:24.625]➜        undefined_syms=116
2025-08-20T22:49:10.8341217Z [00:02:24.625]➜           reloc_alloc=144
2025-08-20T22:49:10.8341639Z [00:02:24.625]➜          defined_syms=256
2025-08-20T22:49:10.8342065Z [00:02:24.625]➜        input_sections=587
2025-08-20T22:49:10.8342502Z [00:02:24.625]➜           parsed_objs=1657
2025-08-20T22:49:10.8342963Z [00:02:24.625]➜      regular_sections=9628
2025-08-20T22:49:10.8343425Z [00:02:24.625]➜              all_syms=25247
2025-08-20T22:49:10.8343928Z [00:02:24.625]➜     total_input_bytes=38747270
2025-08-20T22:49:10.8344793Z [00:02:24.625]➜  .comment estimation=1627 actual=4
2025-08-20T22:49:10.8345399Z [00:02:24.625]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:49:10.8346013Z [00:02:24.625]➜  .rodata.cst8 estimation=1639 actual=25
2025-08-20T22:49:10.8346630Z [00:02:24.625]➜  .rodata.cst16 estimation=1626 actual=1
2025-08-20T22:49:10.8411629Z [00:02:24.636]➜  using sinh ... yes
2025-08-20T22:49:10.9027852Z [00:02:24.697]➜        reloc_nonalloc=0
2025-08-20T22:49:10.9034303Z [00:02:24.698]➜               comdats=0
2025-08-20T22:49:10.9034812Z [00:02:24.698]➜    removed_comdat_mem=0
2025-08-20T22:49:10.9035297Z [00:02:24.698]➜              num_dsos=0
2025-08-20T22:49:10.9035775Z [00:02:24.698]➜       parsed_lto_objs=1
2025-08-20T22:49:10.9036245Z [00:02:24.698]➜              num_cies=1
2025-08-20T22:49:10.9036694Z [00:02:24.698]➜       num_unique_cies=1
2025-08-20T22:49:10.9037434Z [00:02:24.698]➜              num_fdes=1
2025-08-20T22:49:10.9037911Z [00:02:24.698]➜              num_objs=25
2025-08-20T22:49:10.9038410Z [00:02:24.698]➜         output_chunks=28
2025-08-20T22:49:10.9038885Z [00:02:24.698]➜        merged_strings=29
2025-08-20T22:49:10.9039354Z [00:02:24.698]➜      garbage_sections=69
2025-08-20T22:49:10.9039825Z [00:02:24.698]➜      string_fragments=70
2025-08-20T22:49:10.9040301Z [00:02:24.698]➜        undefined_syms=116
2025-08-20T22:49:10.9040931Z [00:02:24.698]➜           reloc_alloc=139
2025-08-20T22:49:10.9041416Z [00:02:24.698]➜          defined_syms=252
2025-08-20T22:49:10.9041894Z [00:02:24.698]➜        input_sections=588
2025-08-20T22:49:10.9042377Z [00:02:24.698]➜           parsed_objs=1657
2025-08-20T22:49:10.9042869Z [00:02:24.698]➜      regular_sections=9628
2025-08-20T22:49:10.9043358Z [00:02:24.698]➜              all_syms=25247
2025-08-20T22:49:10.9043869Z [00:02:24.698]➜     total_input_bytes=38747270
2025-08-20T22:49:10.9044435Z [00:02:24.698]➜  .comment estimation=1627 actual=4
2025-08-20T22:49:10.9045033Z [00:02:24.698]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:49:10.9045651Z [00:02:24.698]➜  .rodata.cst4 estimation=1636 actual=21
2025-08-20T22:49:10.9046236Z [00:02:24.698]➜  .rodata.cst16 estimation=1626 actual=1
2025-08-20T22:49:10.9046816Z [00:02:24.698]➜  .rodata.cst8 estimation=1626 actual=1
2025-08-20T22:49:10.9296989Z [00:02:24.724]➜  using sinhf ... yes
2025-08-20T22:49:10.9335618Z [00:02:24.728]➜        reloc_nonalloc=0
2025-08-20T22:49:10.9348142Z [00:02:24.730]➜               comdats=0
2025-08-20T22:49:10.9350650Z [00:02:24.730]➜    removed_comdat_mem=0
2025-08-20T22:49:10.9356613Z [00:02:24.730]➜              num_dsos=0
2025-08-20T22:49:10.9357108Z [00:02:24.730]➜       parsed_lto_objs=1
2025-08-20T22:49:10.9357583Z [00:02:24.730]➜              num_cies=1
2025-08-20T22:49:10.9358038Z [00:02:24.730]➜       num_unique_cies=1
2025-08-20T22:49:10.9358498Z [00:02:24.730]➜              num_fdes=1
2025-08-20T22:49:10.9358987Z [00:02:24.730]➜              num_objs=24
2025-08-20T22:49:10.9359464Z [00:02:24.730]➜         output_chunks=28
2025-08-20T22:49:10.9360206Z [00:02:24.730]➜        merged_strings=48
2025-08-20T22:49:10.9360677Z [00:02:24.730]➜      garbage_sections=66
2025-08-20T22:49:10.9361327Z [00:02:24.730]➜      string_fragments=86
2025-08-20T22:49:10.9361806Z [00:02:24.730]➜        undefined_syms=113
2025-08-20T22:49:10.9362283Z [00:02:24.730]➜           reloc_alloc=159
2025-08-20T22:49:10.9362753Z [00:02:24.730]➜          defined_syms=271
2025-08-20T22:49:10.9363229Z [00:02:24.730]➜        input_sections=578
2025-08-20T22:49:10.9363711Z [00:02:24.730]➜           parsed_objs=1657
2025-08-20T22:49:10.9364201Z [00:02:24.730]➜      regular_sections=9628
2025-08-20T22:49:10.9364680Z [00:02:24.730]➜              all_syms=25247
2025-08-20T22:49:10.9365203Z [00:02:24.730]➜     total_input_bytes=38747270
2025-08-20T22:49:10.9365803Z [00:02:24.730]➜  .comment estimation=1627 actual=4
2025-08-20T22:49:10.9366412Z [00:02:24.730]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:49:10.9367009Z [00:02:24.730]➜  .rodata.cst4 estimation=1628 actual=5
2025-08-20T22:49:10.9367606Z [00:02:24.730]➜  .rodata.cst8 estimation=1641 actual=27
2025-08-20T22:49:10.9368184Z [00:02:24.730]➜  .rodata.cst16 estimation=1631 actual=10
2025-08-20T22:49:10.9495406Z [00:02:24.744]➜  using sinl ... yes
2025-08-20T22:49:10.9919531Z [00:02:24.787]➜        reloc_nonalloc=0
2025-08-20T22:49:10.9928888Z [00:02:24.787]➜               comdats=0
2025-08-20T22:49:10.9929404Z [00:02:24.787]➜    removed_comdat_mem=0
2025-08-20T22:49:10.9929884Z [00:02:24.787]➜              num_dsos=0
2025-08-20T22:49:10.9930372Z [00:02:24.787]➜       parsed_lto_objs=1
2025-08-20T22:49:10.9930993Z [00:02:24.787]➜              num_cies=1
2025-08-20T22:49:10.9931464Z [00:02:24.787]➜       num_unique_cies=1
2025-08-20T22:49:10.9931953Z [00:02:24.787]➜              num_fdes=1
2025-08-20T22:49:10.9932435Z [00:02:24.787]➜        merged_strings=8
2025-08-20T22:49:10.9933200Z [00:02:24.787]➜              num_objs=20
2025-08-20T22:49:10.9933701Z [00:02:24.787]➜         output_chunks=25
2025-08-20T22:49:10.9934213Z [00:02:24.787]➜      string_fragments=32
2025-08-20T22:49:10.9934710Z [00:02:24.787]➜      garbage_sections=52
2025-08-20T22:49:10.9935190Z [00:02:24.787]➜           reloc_alloc=91
2025-08-20T22:49:10.9935678Z [00:02:24.787]➜        undefined_syms=107
2025-08-20T22:49:10.9936181Z [00:02:24.787]➜          defined_syms=176
2025-08-20T22:49:10.9936675Z [00:02:24.787]➜        input_sections=440
2025-08-20T22:49:10.9937183Z [00:02:24.787]➜           parsed_objs=1657
2025-08-20T22:49:10.9937733Z [00:02:24.787]➜      regular_sections=9628
2025-08-20T22:49:10.9938237Z [00:02:24.787]➜              all_syms=25247
2025-08-20T22:49:10.9938785Z [00:02:24.787]➜     total_input_bytes=38747270
2025-08-20T22:49:10.9939379Z [00:02:24.787]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:49:10.9939996Z [00:02:24.787]➜  .rodata.cst4 estimation=1627 actual=2
2025-08-20T22:49:10.9940590Z [00:02:24.787]➜  .comment estimation=1627 actual=4
2025-08-20T22:49:11.0030644Z [00:02:24.798]➜  using sinhl ... yes
2025-08-20T22:49:11.0078602Z [00:02:24.803]➜        reloc_nonalloc=0
2025-08-20T22:49:11.0079899Z [00:02:24.803]➜               comdats=0
2025-08-20T22:49:11.0084011Z [00:02:24.803]➜    removed_comdat_mem=0
2025-08-20T22:49:11.0084746Z [00:02:24.803]➜              num_dsos=0
2025-08-20T22:49:11.0087219Z [00:02:24.803]➜       parsed_lto_objs=1
2025-08-20T22:49:11.0087734Z [00:02:24.803]➜              num_cies=1
2025-08-20T22:49:11.0088210Z [00:02:24.803]➜       num_unique_cies=1
2025-08-20T22:49:11.0088678Z [00:02:24.803]➜              num_fdes=1
2025-08-20T22:49:11.0089140Z [00:02:24.803]➜        merged_strings=6
2025-08-20T22:49:11.0089609Z [00:02:24.803]➜              num_objs=20
2025-08-20T22:49:11.0090098Z [00:02:24.803]➜         output_chunks=24
2025-08-20T22:49:11.0090589Z [00:02:24.803]➜      string_fragments=34
2025-08-20T22:49:11.0091243Z [00:02:24.803]➜      garbage_sections=54
2025-08-20T22:49:11.0091749Z [00:02:24.803]➜           reloc_alloc=86
2025-08-20T22:49:11.0092243Z [00:02:24.803]➜        undefined_syms=106
2025-08-20T22:49:11.0093039Z [00:02:24.803]➜          defined_syms=179
2025-08-20T22:49:11.0093523Z [00:02:24.803]➜        input_sections=449
2025-08-20T22:49:11.0094022Z [00:02:24.803]➜           parsed_objs=1657
2025-08-20T22:49:11.0094533Z [00:02:24.803]➜      regular_sections=9628
2025-08-20T22:49:11.0095026Z [00:02:24.803]➜              all_syms=25247
2025-08-20T22:49:11.0095552Z [00:02:24.803]➜     total_input_bytes=38747342
2025-08-20T22:49:11.0096115Z [00:02:24.803]➜  .comment estimation=1627 actual=4
2025-08-20T22:49:11.0096718Z [00:02:24.803]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:49:11.0298009Z [00:02:24.824]➜  using splice ... yes
2025-08-20T22:49:11.0471168Z [00:02:24.842]➜        reloc_nonalloc=0
2025-08-20T22:49:11.0474626Z [00:02:24.842]➜               comdats=0
2025-08-20T22:49:11.0479526Z [00:02:24.842]➜    removed_comdat_mem=0
2025-08-20T22:49:11.0480083Z [00:02:24.842]➜              num_dsos=0
2025-08-20T22:49:11.0480547Z [00:02:24.842]➜       parsed_lto_objs=1
2025-08-20T22:49:11.0501546Z [00:02:24.842]➜              num_cies=1
2025-08-20T22:49:11.0502323Z [00:02:24.842]➜       num_unique_cies=1
2025-08-20T22:49:11.0503098Z [00:02:24.842]➜              num_fdes=1
2025-08-20T22:49:11.0503864Z [00:02:24.842]➜        merged_strings=6
2025-08-20T22:49:11.0504492Z [00:02:24.842]➜              num_objs=18
2025-08-20T22:49:11.0505141Z [00:02:24.842]➜         output_chunks=24
2025-08-20T22:49:11.0505885Z [00:02:24.842]➜      string_fragments=30
2025-08-20T22:49:11.0506624Z [00:02:24.842]➜      garbage_sections=48
2025-08-20T22:49:11.0507120Z [00:02:24.842]➜           reloc_alloc=84
2025-08-20T22:49:11.0507607Z [00:02:24.842]➜        undefined_syms=101
2025-08-20T22:49:11.0508096Z [00:02:24.842]➜          defined_syms=160
2025-08-20T22:49:11.0508582Z [00:02:24.842]➜        input_sections=397
2025-08-20T22:49:11.0509079Z [00:02:24.842]➜           parsed_objs=1657
2025-08-20T22:49:11.0509900Z [00:02:24.842]➜      regular_sections=9628
2025-08-20T22:49:11.0510408Z [00:02:24.842]➜              all_syms=25247
2025-08-20T22:49:11.0511136Z [00:02:24.842]➜     total_input_bytes=38747270
2025-08-20T22:49:11.0511700Z [00:02:24.842]➜  .comment estimation=1627 actual=4
2025-08-20T22:49:11.0512307Z [00:02:24.842]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:49:11.0625467Z [00:02:24.857]➜  using sqrt ... yes
2025-08-20T22:49:11.1287746Z [00:02:24.923]➜        reloc_nonalloc=0
2025-08-20T22:49:11.1288452Z [00:02:24.924]➜               comdats=0
2025-08-20T22:49:11.1289060Z [00:02:24.924]➜    removed_comdat_mem=0
2025-08-20T22:49:11.1289655Z [00:02:24.924]➜              num_dsos=0
2025-08-20T22:49:11.1290253Z [00:02:24.924]➜       parsed_lto_objs=1
2025-08-20T22:49:11.1291001Z [00:02:24.924]➜              num_cies=1
2025-08-20T22:49:11.1291617Z [00:02:24.924]➜       num_unique_cies=1
2025-08-20T22:49:11.1292193Z [00:02:24.924]➜              num_fdes=1
2025-08-20T22:49:11.1292807Z [00:02:24.924]➜        merged_strings=6
2025-08-20T22:49:11.1293393Z [00:02:24.924]➜              num_objs=18
2025-08-20T22:49:11.1294044Z [00:02:24.924]➜         output_chunks=24
2025-08-20T22:49:11.1294643Z [00:02:24.924]➜      string_fragments=30
2025-08-20T22:49:11.1295239Z [00:02:24.924]➜      garbage_sections=48
2025-08-20T22:49:11.1295829Z [00:02:24.924]➜           reloc_alloc=84
2025-08-20T22:49:11.1296414Z [00:02:24.924]➜        undefined_syms=101
2025-08-20T22:49:11.1296999Z [00:02:24.924]➜          defined_syms=160
2025-08-20T22:49:11.1297595Z [00:02:24.924]➜        input_sections=397
2025-08-20T22:49:11.1298197Z [00:02:24.924]➜           parsed_objs=1657
2025-08-20T22:49:11.1298803Z [00:02:24.924]➜      regular_sections=9628
2025-08-20T22:49:11.1299403Z [00:02:24.924]➜              all_syms=25247
2025-08-20T22:49:11.1300034Z [00:02:24.924]➜     total_input_bytes=38747270
2025-08-20T22:49:11.1300698Z [00:02:24.924]➜  .comment estimation=1627 actual=4
2025-08-20T22:49:11.1301680Z [00:02:24.924]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:49:11.1513915Z [00:02:24.946]➜  using sqrtl ... yes
2025-08-20T22:49:11.1645019Z [00:02:24.959]➜        reloc_nonalloc=0
2025-08-20T22:49:11.1648779Z [00:02:24.960]➜               comdats=0
2025-08-20T22:49:11.1652487Z [00:02:24.960]➜    removed_comdat_mem=0
2025-08-20T22:49:11.1652983Z [00:02:24.960]➜              num_dsos=0
2025-08-20T22:49:11.1660041Z [00:02:24.960]➜       parsed_lto_objs=1
2025-08-20T22:49:11.1660534Z [00:02:24.960]➜              num_cies=1
2025-08-20T22:49:11.1661755Z [00:02:24.960]➜       num_unique_cies=1
2025-08-20T22:49:11.1662262Z [00:02:24.960]➜              num_fdes=1
2025-08-20T22:49:11.1662748Z [00:02:24.960]➜        merged_strings=6
2025-08-20T22:49:11.1663234Z [00:02:24.960]➜              num_objs=18
2025-08-20T22:49:11.1663720Z [00:02:24.960]➜         output_chunks=24
2025-08-20T22:49:11.1664204Z [00:02:24.960]➜      string_fragments=30
2025-08-20T22:49:11.1664702Z [00:02:24.960]➜      garbage_sections=48
2025-08-20T22:49:11.1665235Z [00:02:24.960]➜           reloc_alloc=84
2025-08-20T22:49:11.1665730Z [00:02:24.960]➜        undefined_syms=101
2025-08-20T22:49:11.1666323Z [00:02:24.960]➜          defined_syms=160
2025-08-20T22:49:11.1666815Z [00:02:24.960]➜        input_sections=397
2025-08-20T22:49:11.1667314Z [00:02:24.960]➜           parsed_objs=1657
2025-08-20T22:49:11.1667816Z [00:02:24.960]➜      regular_sections=9628
2025-08-20T22:49:11.1668330Z [00:02:24.960]➜              all_syms=25247
2025-08-20T22:49:11.1668857Z [00:02:24.960]➜     total_input_bytes=38747270
2025-08-20T22:49:11.1669421Z [00:02:24.960]➜  .comment estimation=1627 actual=4
2025-08-20T22:49:11.1670027Z [00:02:24.960]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:49:11.1826801Z [00:02:24.977]➜  using sqrtf ... yes
2025-08-20T22:49:11.2087301Z [00:02:25.003]➜        reloc_nonalloc=0
2025-08-20T22:49:11.2087954Z [00:02:25.003]➜               comdats=0
2025-08-20T22:49:11.2088436Z [00:02:25.004]➜    removed_comdat_mem=0
2025-08-20T22:49:11.2089224Z [00:02:25.004]➜              num_dsos=0
2025-08-20T22:49:11.2089732Z [00:02:25.004]➜       parsed_lto_objs=1
2025-08-20T22:49:11.2090225Z [00:02:25.004]➜              num_cies=1
2025-08-20T22:49:11.2090701Z [00:02:25.004]➜       num_unique_cies=1
2025-08-20T22:49:11.2091629Z [00:02:25.004]➜              num_fdes=1
2025-08-20T22:49:11.2092129Z [00:02:25.004]➜        merged_strings=6
2025-08-20T22:49:11.2092638Z [00:02:25.004]➜              num_objs=18
2025-08-20T22:49:11.2093190Z [00:02:25.004]➜         output_chunks=24
2025-08-20T22:49:11.2093715Z [00:02:25.004]➜      string_fragments=30
2025-08-20T22:49:11.2094208Z [00:02:25.004]➜      garbage_sections=49
2025-08-20T22:49:11.2094678Z [00:02:25.004]➜           reloc_alloc=85
2025-08-20T22:49:11.2095149Z [00:02:25.004]➜        undefined_syms=102
2025-08-20T22:49:11.2095633Z [00:02:25.004]➜          defined_syms=162
2025-08-20T22:49:11.2096111Z [00:02:25.004]➜        input_sections=399
2025-08-20T22:49:11.2096619Z [00:02:25.004]➜           parsed_objs=1657
2025-08-20T22:49:11.2097172Z [00:02:25.004]➜      regular_sections=9628
2025-08-20T22:49:11.2097683Z [00:02:25.004]➜              all_syms=25247
2025-08-20T22:49:11.2098251Z [00:02:25.004]➜     total_input_bytes=38747278
2025-08-20T22:49:11.2098811Z [00:02:25.004]➜  .comment estimation=1627 actual=4
2025-08-20T22:49:11.2099407Z [00:02:25.004]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:49:11.2230211Z [00:02:25.018]➜  using srand48 ... yes
2025-08-20T22:49:11.2671524Z [00:02:25.062]➜        reloc_nonalloc=0
2025-08-20T22:49:11.2676576Z [00:02:25.062]➜               comdats=0
2025-08-20T22:49:11.2680121Z [00:02:25.063]➜    removed_comdat_mem=0
2025-08-20T22:49:11.2703477Z [00:02:25.063]➜              num_dsos=0
2025-08-20T22:49:11.2704006Z [00:02:25.063]➜       parsed_lto_objs=1
2025-08-20T22:49:11.2704476Z [00:02:25.063]➜              num_cies=1
2025-08-20T22:49:11.2705257Z [00:02:25.063]➜       num_unique_cies=1
2025-08-20T22:49:11.2707213Z [00:02:25.063]➜              num_fdes=1
2025-08-20T22:49:11.2708605Z [00:02:25.063]➜        merged_strings=6
2025-08-20T22:49:11.2709144Z [00:02:25.063]➜              num_objs=19
2025-08-20T22:49:11.2710027Z [00:02:25.063]➜         output_chunks=24
2025-08-20T22:49:11.2710523Z [00:02:25.063]➜      string_fragments=32
2025-08-20T22:49:11.2711259Z [00:02:25.063]➜      garbage_sections=55
2025-08-20T22:49:11.2711741Z [00:02:25.063]➜           reloc_alloc=96
2025-08-20T22:49:11.2712206Z [00:02:25.063]➜        undefined_syms=110
2025-08-20T22:49:11.2712683Z [00:02:25.063]➜          defined_syms=188
2025-08-20T22:49:11.2713176Z [00:02:25.063]➜        input_sections=443
2025-08-20T22:49:11.2713674Z [00:02:25.063]➜           parsed_objs=1657
2025-08-20T22:49:11.2714173Z [00:02:25.063]➜      regular_sections=9628
2025-08-20T22:49:11.2714668Z [00:02:25.063]➜              all_syms=25247
2025-08-20T22:49:11.2715173Z [00:02:25.063]➜     total_input_bytes=38747286
2025-08-20T22:49:11.2715752Z [00:02:25.063]➜  .comment estimation=1627 actual=4
2025-08-20T22:49:11.2716388Z [00:02:25.063]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:49:11.2818874Z [00:02:25.077]➜  using srandom ... yes
2025-08-20T22:49:11.2833676Z [00:02:25.078]➜        reloc_nonalloc=0
2025-08-20T22:49:11.2843708Z [00:02:25.078]➜               comdats=0
2025-08-20T22:49:11.2844244Z [00:02:25.078]➜    removed_comdat_mem=0
2025-08-20T22:49:11.2844729Z [00:02:25.078]➜              num_dsos=0
2025-08-20T22:49:11.2845211Z [00:02:25.078]➜       parsed_lto_objs=1
2025-08-20T22:49:11.2845689Z [00:02:25.078]➜              num_cies=1
2025-08-20T22:49:11.2846173Z [00:02:25.078]➜       num_unique_cies=1
2025-08-20T22:49:11.2846650Z [00:02:25.078]➜              num_fdes=1
2025-08-20T22:49:11.2847116Z [00:02:25.078]➜        merged_strings=7
2025-08-20T22:49:11.2847598Z [00:02:25.078]➜              num_objs=23
2025-08-20T22:49:11.2848085Z [00:02:25.078]➜         output_chunks=25
2025-08-20T22:49:11.2848585Z [00:02:25.079]➜      string_fragments=42
2025-08-20T22:49:11.2849070Z [00:02:25.079]➜      garbage_sections=64
2025-08-20T22:49:11.2849807Z [00:02:25.079]➜           reloc_alloc=94
2025-08-20T22:49:11.2850317Z [00:02:25.079]➜        undefined_syms=118
2025-08-20T22:49:11.2851055Z [00:02:25.079]➜          defined_syms=212
2025-08-20T22:49:11.2851568Z [00:02:25.079]➜        input_sections=534
2025-08-20T22:49:11.2852069Z [00:02:25.079]➜           parsed_objs=1657
2025-08-20T22:49:11.2852578Z [00:02:25.079]➜      regular_sections=9629
2025-08-20T22:49:11.2853082Z [00:02:25.079]➜              all_syms=25249
2025-08-20T22:49:11.2853604Z [00:02:25.079]➜     total_input_bytes=38747902
2025-08-20T22:49:11.2854165Z [00:02:25.079]➜  .comment estimation=1627 actual=4
2025-08-20T22:49:11.2854778Z [00:02:25.079]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:49:11.2855399Z [00:02:25.079]➜  .rodata.cst8 estimation=1626 actual=1
2025-08-20T22:49:11.3057690Z [00:02:25.100]➜  using stat ... yes
2025-08-20T22:49:11.3729785Z [00:02:25.167]➜        reloc_nonalloc=0
2025-08-20T22:49:11.3739060Z [00:02:25.168]➜               comdats=0
2025-08-20T22:49:11.3739595Z [00:02:25.168]➜    removed_comdat_mem=0
2025-08-20T22:49:11.3740089Z [00:02:25.168]➜              num_dsos=0
2025-08-20T22:49:11.3740600Z [00:02:25.168]➜       parsed_lto_objs=1
2025-08-20T22:49:11.3741268Z [00:02:25.168]➜              num_cies=1
2025-08-20T22:49:11.3741724Z [00:02:25.168]➜       num_unique_cies=1
2025-08-20T22:49:11.3742181Z [00:02:25.168]➜              num_fdes=1
2025-08-20T22:49:11.3742637Z [00:02:25.168]➜        merged_strings=8
2025-08-20T22:49:11.3743095Z [00:02:25.168]➜              num_objs=23
2025-08-20T22:49:11.3743570Z [00:02:25.168]➜         output_chunks=25
2025-08-20T22:49:11.3744044Z [00:02:25.168]➜      string_fragments=42
2025-08-20T22:49:11.3744514Z [00:02:25.168]➜      garbage_sections=64
2025-08-20T22:49:11.3744977Z [00:02:25.168]➜           reloc_alloc=95
2025-08-20T22:49:11.3745449Z [00:02:25.168]➜        undefined_syms=119
2025-08-20T22:49:11.3745929Z [00:02:25.168]➜          defined_syms=212
2025-08-20T22:49:11.3746424Z [00:02:25.168]➜        input_sections=534
2025-08-20T22:49:11.3746904Z [00:02:25.168]➜           parsed_objs=1657
2025-08-20T22:49:11.3747661Z [00:02:25.168]➜      regular_sections=9629
2025-08-20T22:49:11.3748151Z [00:02:25.168]➜              all_syms=25249
2025-08-20T22:49:11.3748660Z [00:02:25.168]➜     total_input_bytes=38747942
2025-08-20T22:49:11.3749210Z [00:02:25.168]➜  .comment estimation=1627 actual=4
2025-08-20T22:49:11.3749806Z [00:02:25.168]➜  .rodata.str1.1 estimation=1627 actual=3
2025-08-20T22:49:11.3750400Z [00:02:25.168]➜  .rodata.cst8 estimation=1626 actual=1
2025-08-20T22:49:11.3891394Z [00:02:25.184]➜  using statx ... yes
2025-08-20T22:49:11.4060374Z [00:02:25.201]➜        reloc_nonalloc=0
2025-08-20T22:49:11.4069310Z [00:02:25.201]➜               comdats=0
2025-08-20T22:49:11.4069829Z [00:02:25.201]➜    removed_comdat_mem=0
2025-08-20T22:49:11.4070281Z [00:02:25.201]➜              num_dsos=0
2025-08-20T22:49:11.4070748Z [00:02:25.201]➜       parsed_lto_objs=1
2025-08-20T22:49:11.4071411Z [00:02:25.201]➜              num_cies=1
2025-08-20T22:49:11.4071879Z [00:02:25.201]➜       num_unique_cies=1
2025-08-20T22:49:11.4072340Z [00:02:25.201]➜              num_fdes=1
2025-08-20T22:49:11.4072769Z [00:02:25.201]➜        merged_strings=7
2025-08-20T22:49:11.4073233Z [00:02:25.201]➜              num_objs=21
2025-08-20T22:49:11.4073711Z [00:02:25.201]➜         output_chunks=24
2025-08-20T22:49:11.4074164Z [00:02:25.201]➜      string_fragments=37
2025-08-20T22:49:11.4074578Z [00:02:25.201]➜      garbage_sections=61
2025-08-20T22:49:11.4074995Z [00:02:25.201]➜           reloc_alloc=91
2025-08-20T22:49:11.4075421Z [00:02:25.201]➜        undefined_syms=116
2025-08-20T22:49:11.4075870Z [00:02:25.201]➜          defined_syms=196
2025-08-20T22:49:11.4076317Z [00:02:25.201]➜        input_sections=485
2025-08-20T22:49:11.4076815Z [00:02:25.201]➜           parsed_objs=1657
2025-08-20T22:49:11.4077298Z [00:02:25.201]➜      regular_sections=9629
2025-08-20T22:49:11.4077859Z [00:02:25.201]➜              all_syms=25249
2025-08-20T22:49:11.4078608Z [00:02:25.201]➜     total_input_bytes=38747878
2025-08-20T22:49:11.4079139Z [00:02:25.201]➜  .comment estimation=1627 actual=4
2025-08-20T22:49:11.4079742Z [00:02:25.201]➜  .rodata.str1.1 estimation=1628 actual=3
2025-08-20T22:49:11.4142664Z [00:02:25.207]➜        reloc_nonalloc=0
2025-08-20T22:49:11.4145990Z [00:02:25.209]➜               comdats=0
2025-08-20T22:49:11.4146909Z [00:02:25.209]➜    removed_comdat_mem=0
2025-08-20T22:49:11.4147678Z [00:02:25.209]➜              num_dsos=0
2025-08-20T22:49:11.4148385Z [00:02:25.209]➜       parsed_lto_objs=1
2025-08-20T22:49:11.4150739Z [00:02:25.209]➜              num_cies=1
2025-08-20T22:49:11.4151340Z [00:02:25.209]➜       num_unique_cies=1
2025-08-20T22:49:11.4151762Z [00:02:25.209]➜              num_fdes=1
2025-08-20T22:49:11.4152176Z [00:02:25.209]➜        merged_strings=6
2025-08-20T22:49:11.4152599Z [00:02:25.209]➜              num_objs=23
2025-08-20T22:49:11.4153036Z [00:02:25.209]➜         output_chunks=24
2025-08-20T22:49:11.4153496Z [00:02:25.209]➜      string_fragments=40
2025-08-20T22:49:11.4153934Z [00:02:25.209]➜      garbage_sections=64
2025-08-20T22:49:11.4154392Z [00:02:25.209]➜           reloc_alloc=93
2025-08-20T22:49:11.4164695Z [00:02:25.209]➜        undefined_syms=118
2025-08-20T22:49:11.4165234Z [00:02:25.209]➜          defined_syms=210
2025-08-20T22:49:11.4165717Z [00:02:25.209]➜        input_sections=532
2025-08-20T22:49:11.4166178Z [00:02:25.209]➜           parsed_objs=1657
2025-08-20T22:49:11.4166641Z [00:02:25.209]➜      regular_sections=9628
2025-08-20T22:49:11.4167191Z [00:02:25.209]➜              all_syms=25248
2025-08-20T22:49:11.4167675Z [00:02:25.209]➜     total_input_bytes=38747614
2025-08-20T22:49:11.4168239Z [00:02:25.209]➜  .comment estimation=1627 actual=4
2025-08-20T22:49:11.4168842Z [00:02:25.209]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:49:11.4202858Z [00:02:25.213]➜  using statfs ... yes
2025-08-20T22:49:11.4285320Z [00:02:25.223]➜  using stime ... yes
2025-08-20T22:49:11.5041476Z [00:02:25.299]➜        reloc_nonalloc=0
2025-08-20T22:49:11.5058588Z [00:02:25.299]➜               comdats=0
2025-08-20T22:49:11.5059366Z [00:02:25.299]➜    removed_comdat_mem=0
2025-08-20T22:49:11.5059857Z [00:02:25.299]➜              num_dsos=0
2025-08-20T22:49:11.5060347Z [00:02:25.299]➜       parsed_lto_objs=1
2025-08-20T22:49:11.5062502Z [00:02:25.299]➜              num_cies=1
2025-08-20T22:49:11.5063011Z [00:02:25.299]➜       num_unique_cies=1
2025-08-20T22:49:11.5063477Z [00:02:25.299]➜              num_fdes=1
2025-08-20T22:49:11.5063937Z [00:02:25.299]➜        merged_strings=6
2025-08-20T22:49:11.5064408Z [00:02:25.299]➜              num_objs=20
2025-08-20T22:49:11.5064884Z [00:02:25.299]➜         output_chunks=25
2025-08-20T22:49:11.5065365Z [00:02:25.299]➜      string_fragments=34
2025-08-20T22:49:11.5065832Z [00:02:25.299]➜      garbage_sections=54
2025-08-20T22:49:11.5066304Z [00:02:25.299]➜           reloc_alloc=89
2025-08-20T22:49:11.5066784Z [00:02:25.299]➜        undefined_syms=108
2025-08-20T22:49:11.5067342Z [00:02:25.299]➜          defined_syms=182
2025-08-20T22:49:11.5067829Z [00:02:25.299]➜        input_sections=452
2025-08-20T22:49:11.5068323Z [00:02:25.299]➜           parsed_objs=1657
2025-08-20T22:49:11.5068827Z [00:02:25.299]➜      regular_sections=9629
2025-08-20T22:49:11.5069313Z [00:02:25.299]➜              all_syms=25251
2025-08-20T22:49:11.5069827Z [00:02:25.299]➜     total_input_bytes=38747674
2025-08-20T22:49:11.5070384Z [00:02:25.299]➜  .comment estimation=1627 actual=4
2025-08-20T22:49:11.5071264Z [00:02:25.299]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:49:11.5143536Z [00:02:25.309]➜  using swapon ... yes
2025-08-20T22:49:11.5573953Z [00:02:25.352]➜  using swapcontext ... no
2025-08-20T22:49:11.5994167Z [00:02:25.394]➜        reloc_nonalloc=0
2025-08-20T22:49:11.5996778Z [00:02:25.394]➜               comdats=0
2025-08-20T22:49:11.5997578Z [00:02:25.394]➜    removed_comdat_mem=0
2025-08-20T22:49:11.5998471Z [00:02:25.395]➜              num_dsos=0
2025-08-20T22:49:11.5999414Z [00:02:25.395]➜       parsed_lto_objs=1
2025-08-20T22:49:11.5999918Z [00:02:25.395]➜              num_cies=1
2025-08-20T22:49:11.6000407Z [00:02:25.395]➜       num_unique_cies=1
2025-08-20T22:49:11.6001043Z [00:02:25.395]➜              num_fdes=1
2025-08-20T22:49:11.6001514Z [00:02:25.395]➜        merged_strings=8
2025-08-20T22:49:11.6001985Z [00:02:25.395]➜              num_objs=20
2025-08-20T22:49:11.6002474Z [00:02:25.395]➜         output_chunks=24
2025-08-20T22:49:11.6002960Z [00:02:25.395]➜      string_fragments=36
2025-08-20T22:49:11.6003437Z [00:02:25.395]➜      garbage_sections=54
2025-08-20T22:49:11.6003917Z [00:02:25.395]➜           reloc_alloc=88
2025-08-20T22:49:11.6004391Z [00:02:25.395]➜        undefined_syms=106
2025-08-20T22:49:11.6004890Z [00:02:25.395]➜          defined_syms=181
2025-08-20T22:49:11.6005384Z [00:02:25.395]➜        input_sections=450
2025-08-20T22:49:11.6005882Z [00:02:25.395]➜           parsed_objs=1657
2025-08-20T22:49:11.6006387Z [00:02:25.395]➜      regular_sections=9629
2025-08-20T22:49:11.6006921Z [00:02:25.395]➜              all_syms=25249
2025-08-20T22:49:11.6007447Z [00:02:25.395]➜     total_input_bytes=38747682
2025-08-20T22:49:11.6008033Z [00:02:25.395]➜  .comment estimation=1627 actual=4
2025-08-20T22:49:11.6008649Z [00:02:25.395]➜  .rodata.str1.1 estimation=1628 actual=4
2025-08-20T22:49:11.6200522Z [00:02:25.415]➜  using symlinkat ... yes
2025-08-20T22:49:11.6321347Z [00:02:25.427]➜        reloc_nonalloc=0
2025-08-20T22:49:11.6333610Z [00:02:25.428]➜               comdats=0
2025-08-20T22:49:11.6336064Z [00:02:25.428]➜    removed_comdat_mem=0
2025-08-20T22:49:11.6336583Z [00:02:25.428]➜              num_dsos=0
2025-08-20T22:49:11.6337070Z [00:02:25.428]➜       parsed_lto_objs=1
2025-08-20T22:49:11.6337538Z [00:02:25.428]➜              num_cies=1
2025-08-20T22:49:11.6338006Z [00:02:25.428]➜       num_unique_cies=1
2025-08-20T22:49:11.6338468Z [00:02:25.428]➜              num_fdes=1
2025-08-20T22:49:11.6338930Z [00:02:25.428]➜        merged_strings=6
2025-08-20T22:49:11.6339439Z [00:02:25.428]➜              num_objs=18
2025-08-20T22:49:11.6339918Z [00:02:25.428]➜         output_chunks=24
2025-08-20T22:49:11.6340717Z [00:02:25.428]➜      string_fragments=30
2025-08-20T22:49:11.6341432Z [00:02:25.428]➜      garbage_sections=48
2025-08-20T22:49:11.6341916Z [00:02:25.428]➜           reloc_alloc=84
2025-08-20T22:49:11.6342392Z [00:02:25.428]➜        undefined_syms=101
2025-08-20T22:49:11.6342892Z [00:02:25.428]➜          defined_syms=160
2025-08-20T22:49:11.6343429Z [00:02:25.428]➜        input_sections=397
2025-08-20T22:49:11.6343938Z [00:02:25.428]➜           parsed_objs=1657
2025-08-20T22:49:11.6344458Z [00:02:25.428]➜      regular_sections=9628
2025-08-20T22:49:11.6344958Z [00:02:25.428]➜              all_syms=25247
2025-08-20T22:49:11.6345490Z [00:02:25.428]➜     total_input_bytes=38747242
2025-08-20T22:49:11.6346051Z [00:02:25.428]➜  .comment estimation=1627 actual=4
2025-08-20T22:49:11.6346678Z [00:02:25.428]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:49:11.6558170Z [00:02:25.450]➜        reloc_nonalloc=0
2025-08-20T22:49:11.6576490Z [00:02:25.451]➜               comdats=0
2025-08-20T22:49:11.6577033Z [00:02:25.451]➜    removed_comdat_mem=0
2025-08-20T22:49:11.6577523Z [00:02:25.451]➜              num_dsos=0
2025-08-20T22:49:11.6577991Z [00:02:25.451]➜       parsed_lto_objs=1
2025-08-20T22:49:11.6578450Z [00:02:25.451]➜              num_cies=1
2025-08-20T22:49:11.6578906Z [00:02:25.451]➜       num_unique_cies=1
2025-08-20T22:49:11.6579358Z [00:02:25.451]➜              num_fdes=1
2025-08-20T22:49:11.6579803Z [00:02:25.451]➜        merged_strings=6
2025-08-20T22:49:11.6580263Z [00:02:25.451]➜              num_objs=17
2025-08-20T22:49:11.6580733Z [00:02:25.451]➜         output_chunks=24
2025-08-20T22:49:11.6582199Z [00:02:25.451]➜      string_fragments=28
2025-08-20T22:49:11.6582697Z [00:02:25.451]➜      garbage_sections=45
2025-08-20T22:49:11.6583184Z [00:02:25.451]➜           reloc_alloc=83
2025-08-20T22:49:11.6583666Z [00:02:25.451]➜        undefined_syms=99
2025-08-20T22:49:11.6584429Z [00:02:25.451]➜          defined_syms=150
2025-08-20T22:49:11.6584946Z [00:02:25.451]➜        input_sections=370
2025-08-20T22:49:11.6585455Z [00:02:25.451]➜           parsed_objs=1657
2025-08-20T22:49:11.6585951Z [00:02:25.451]➜      regular_sections=9628
2025-08-20T22:49:11.6586451Z [00:02:25.451]➜              all_syms=25245
2025-08-20T22:49:11.6586968Z [00:02:25.451]➜     total_input_bytes=38747262
2025-08-20T22:49:11.6587525Z [00:02:25.451]➜  .comment estimation=1627 actual=4
2025-08-20T22:49:11.6588121Z [00:02:25.451]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:49:11.6626183Z [00:02:25.457]➜  using sync ... yes
2025-08-20T22:49:11.6756983Z [00:02:25.470]➜  using sync_bool_compare_and_swap ... yes
2025-08-20T22:49:11.7124401Z [00:02:25.507]➜        reloc_nonalloc=0
2025-08-20T22:49:11.7135990Z [00:02:25.508]➜               comdats=0
2025-08-20T22:49:11.7137052Z [00:02:25.508]➜    removed_comdat_mem=0
2025-08-20T22:49:11.7138521Z [00:02:25.508]➜              num_dsos=0
2025-08-20T22:49:11.7139321Z [00:02:25.508]➜       parsed_lto_objs=1
2025-08-20T22:49:11.7141162Z [00:02:25.508]➜              num_cies=1
2025-08-20T22:49:11.7142151Z [00:02:25.508]➜       num_unique_cies=1
2025-08-20T22:49:11.7144029Z [00:02:25.508]➜              num_fdes=1
2025-08-20T22:49:11.7144952Z [00:02:25.508]➜        merged_strings=6
2025-08-20T22:49:11.7147170Z [00:02:25.508]➜              num_objs=20
2025-08-20T22:49:11.7147668Z [00:02:25.508]➜         output_chunks=24
2025-08-20T22:49:11.7148150Z [00:02:25.508]➜      string_fragments=34
2025-08-20T22:49:11.7148659Z [00:02:25.508]➜      garbage_sections=54
2025-08-20T22:49:11.7149169Z [00:02:25.508]➜           reloc_alloc=86
2025-08-20T22:49:11.7149650Z [00:02:25.508]➜        undefined_syms=106
2025-08-20T22:49:11.7150158Z [00:02:25.508]➜          defined_syms=179
2025-08-20T22:49:11.7150623Z [00:02:25.508]➜        input_sections=449
2025-08-20T22:49:11.7151308Z [00:02:25.508]➜           parsed_objs=1657
2025-08-20T22:49:11.7151828Z [00:02:25.508]➜      regular_sections=9628
2025-08-20T22:49:11.7152346Z [00:02:25.508]➜              all_syms=25247
2025-08-20T22:49:11.7153167Z [00:02:25.508]➜     total_input_bytes=38747342
2025-08-20T22:49:11.7153751Z [00:02:25.508]➜  .comment estimation=1627 actual=4
2025-08-20T22:49:11.7154340Z [00:02:25.508]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:49:11.7238897Z [00:02:25.518]➜        reloc_nonalloc=0
2025-08-20T22:49:11.7248807Z [00:02:25.518]➜               comdats=0
2025-08-20T22:49:11.7249295Z [00:02:25.518]➜    removed_comdat_mem=0
2025-08-20T22:49:11.7249772Z [00:02:25.518]➜              num_dsos=0
2025-08-20T22:49:11.7250249Z [00:02:25.518]➜       parsed_lto_objs=1
2025-08-20T22:49:11.7250730Z [00:02:25.518]➜              num_cies=1
2025-08-20T22:49:11.7251357Z [00:02:25.519]➜       num_unique_cies=1
2025-08-20T22:49:11.7251823Z [00:02:25.519]➜              num_fdes=1
2025-08-20T22:49:11.7252282Z [00:02:25.519]➜        merged_strings=6
2025-08-20T22:49:11.7252748Z [00:02:25.519]➜              num_objs=17
2025-08-20T22:49:11.7253260Z [00:02:25.519]➜         output_chunks=24
2025-08-20T22:49:11.7253747Z [00:02:25.519]➜      string_fragments=28
2025-08-20T22:49:11.7254256Z [00:02:25.519]➜      garbage_sections=45
2025-08-20T22:49:11.7254730Z [00:02:25.519]➜           reloc_alloc=83
2025-08-20T22:49:11.7255200Z [00:02:25.519]➜        undefined_syms=99
2025-08-20T22:49:11.7255674Z [00:02:25.519]➜          defined_syms=150
2025-08-20T22:49:11.7256163Z [00:02:25.519]➜        input_sections=370
2025-08-20T22:49:11.7256657Z [00:02:25.519]➜           parsed_objs=1657
2025-08-20T22:49:11.7257156Z [00:02:25.519]➜      regular_sections=9628
2025-08-20T22:49:11.7257651Z [00:02:25.519]➜              all_syms=25245
2025-08-20T22:49:11.7258169Z [00:02:25.519]➜     total_input_bytes=38746878
2025-08-20T22:49:11.7258725Z [00:02:25.519]➜  .comment estimation=1627 actual=4
2025-08-20T22:49:11.7259327Z [00:02:25.519]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:49:11.7365719Z [00:02:25.531]➜  using sync_file_range ... yes
2025-08-20T22:49:11.7446992Z [00:02:25.539]➜  using __sync_synchronize ... yes
2025-08-20T22:49:11.8216438Z [00:02:25.616]➜        reloc_nonalloc=0
2025-08-20T22:49:11.8229583Z [00:02:25.617]➜               comdats=0
2025-08-20T22:49:11.8230112Z [00:02:25.617]➜    removed_comdat_mem=0
2025-08-20T22:49:11.8230608Z [00:02:25.617]➜              num_dsos=0
2025-08-20T22:49:11.8231264Z [00:02:25.617]➜       parsed_lto_objs=1
2025-08-20T22:49:11.8231723Z [00:02:25.617]➜              num_cies=1
2025-08-20T22:49:11.8232177Z [00:02:25.617]➜       num_unique_cies=1
2025-08-20T22:49:11.8232623Z [00:02:25.617]➜              num_fdes=1
2025-08-20T22:49:11.8233076Z [00:02:25.617]➜        merged_strings=6
2025-08-20T22:49:11.8233537Z [00:02:25.617]➜              num_objs=17
2025-08-20T22:49:11.8234006Z [00:02:25.617]➜         output_chunks=24
2025-08-20T22:49:11.8234479Z [00:02:25.617]➜      string_fragments=28
2025-08-20T22:49:11.8234947Z [00:02:25.617]➜      garbage_sections=45
2025-08-20T22:49:11.8235452Z [00:02:25.617]➜           reloc_alloc=83
2025-08-20T22:49:11.8235916Z [00:02:25.617]➜        undefined_syms=99
2025-08-20T22:49:11.8236407Z [00:02:25.617]➜          defined_syms=150
2025-08-20T22:49:11.8236890Z [00:02:25.617]➜        input_sections=370
2025-08-20T22:49:11.8237375Z [00:02:25.617]➜           parsed_objs=1657
2025-08-20T22:49:11.8237861Z [00:02:25.617]➜      regular_sections=9628
2025-08-20T22:49:11.8238341Z [00:02:25.617]➜              all_syms=25245
2025-08-20T22:49:11.8238849Z [00:02:25.617]➜     total_input_bytes=38747282
2025-08-20T22:49:11.8239384Z [00:02:25.617]➜  .comment estimation=1627 actual=4
2025-08-20T22:49:11.8239979Z [00:02:25.617]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:49:11.8388000Z [00:02:25.633]➜  using sync_val_compare_and_swap ... yes
2025-08-20T22:49:11.8668449Z [00:02:25.661]➜        reloc_nonalloc=0
2025-08-20T22:49:11.8674411Z [00:02:25.662]➜               comdats=0
2025-08-20T22:49:11.8680557Z [00:02:25.662]➜    removed_comdat_mem=0
2025-08-20T22:49:11.8681271Z [00:02:25.662]➜              num_dsos=0
2025-08-20T22:49:11.8681720Z [00:02:25.662]➜       parsed_lto_objs=1
2025-08-20T22:49:11.8682431Z [00:02:25.662]➜              num_cies=1
2025-08-20T22:49:11.8682897Z [00:02:25.662]➜       num_unique_cies=1
2025-08-20T22:49:11.8683364Z [00:02:25.662]➜              num_fdes=1
2025-08-20T22:49:11.8683827Z [00:02:25.662]➜        merged_strings=6
2025-08-20T22:49:11.8684306Z [00:02:25.662]➜              num_objs=20
2025-08-20T22:49:11.8684794Z [00:02:25.662]➜         output_chunks=24
2025-08-20T22:49:11.8685287Z [00:02:25.662]➜      string_fragments=34
2025-08-20T22:49:11.8685776Z [00:02:25.662]➜      garbage_sections=54
2025-08-20T22:49:11.8686264Z [00:02:25.662]➜           reloc_alloc=86
2025-08-20T22:49:11.8686759Z [00:02:25.662]➜        undefined_syms=106
2025-08-20T22:49:11.8687244Z [00:02:25.662]➜          defined_syms=179
2025-08-20T22:49:11.8687744Z [00:02:25.662]➜        input_sections=449
2025-08-20T22:49:11.8688255Z [00:02:25.662]➜           parsed_objs=1657
2025-08-20T22:49:11.8689027Z [00:02:25.662]➜      regular_sections=9628
2025-08-20T22:49:11.8689541Z [00:02:25.662]➜              all_syms=25247
2025-08-20T22:49:11.8690081Z [00:02:25.662]➜     total_input_bytes=38747286
2025-08-20T22:49:11.8690648Z [00:02:25.662]➜  .comment estimation=1627 actual=4
2025-08-20T22:49:11.8691482Z [00:02:25.662]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:49:11.8751054Z [00:02:25.667]➜        reloc_nonalloc=0
2025-08-20T22:49:11.8753559Z [00:02:25.667]➜               comdats=0
2025-08-20T22:49:11.8756058Z [00:02:25.667]➜    removed_comdat_mem=0
2025-08-20T22:49:11.8758403Z [00:02:25.667]➜              num_dsos=0
2025-08-20T22:49:11.8760697Z [00:02:25.667]➜       parsed_lto_objs=1
2025-08-20T22:49:11.8762871Z [00:02:25.667]➜              num_cies=1
2025-08-20T22:49:11.8763357Z [00:02:25.667]➜       num_unique_cies=1
2025-08-20T22:49:11.8763822Z [00:02:25.667]➜              num_fdes=1
2025-08-20T22:49:11.8764296Z [00:02:25.667]➜        merged_strings=6
2025-08-20T22:49:11.8764788Z [00:02:25.667]➜              num_objs=24
2025-08-20T22:49:11.8765277Z [00:02:25.667]➜         output_chunks=25
2025-08-20T22:49:11.8765778Z [00:02:25.667]➜      string_fragments=42
2025-08-20T22:49:11.8766270Z [00:02:25.667]➜      garbage_sections=66
2025-08-20T22:49:11.8766760Z [00:02:25.667]➜           reloc_alloc=98
2025-08-20T22:49:11.8767243Z [00:02:25.668]➜        undefined_syms=120
2025-08-20T22:49:11.8767739Z [00:02:25.668]➜          defined_syms=225
2025-08-20T22:49:11.8768292Z [00:02:25.668]➜        input_sections=560
2025-08-20T22:49:11.8768791Z [00:02:25.668]➜           parsed_objs=1657
2025-08-20T22:49:11.8772041Z [00:02:25.668]➜      regular_sections=9629
2025-08-20T22:49:11.8772632Z [00:02:25.668]➜              all_syms=25255
2025-08-20T22:49:11.8773192Z [00:02:25.668]➜     total_input_bytes=38748530
2025-08-20T22:49:11.8773781Z [00:02:25.668]➜  .comment estimation=1627 actual=4
2025-08-20T22:49:11.8774380Z [00:02:25.668]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:49:11.8774947Z [00:02:25.672]➜  using syscall ... yes
2025-08-20T22:49:11.8896809Z [00:02:25.684]➜  using syncfs ... yes
2025-08-20T22:49:11.9580687Z [00:02:25.753]➜        reloc_nonalloc=0
2025-08-20T22:49:11.9588879Z [00:02:25.754]➜               comdats=0
2025-08-20T22:49:11.9591098Z [00:02:25.754]➜    removed_comdat_mem=0
2025-08-20T22:49:11.9591579Z [00:02:25.754]➜              num_dsos=0
2025-08-20T22:49:11.9592074Z [00:02:25.754]➜       parsed_lto_objs=1
2025-08-20T22:49:11.9592557Z [00:02:25.754]➜              num_cies=1
2025-08-20T22:49:11.9593016Z [00:02:25.754]➜       num_unique_cies=1
2025-08-20T22:49:11.9593480Z [00:02:25.754]➜              num_fdes=1
2025-08-20T22:49:11.9593952Z [00:02:25.754]➜        merged_strings=6
2025-08-20T22:49:11.9594427Z [00:02:25.754]➜              num_objs=21
2025-08-20T22:49:11.9594911Z [00:02:25.754]➜         output_chunks=24
2025-08-20T22:49:11.9595394Z [00:02:25.754]➜      string_fragments=36
2025-08-20T22:49:11.9595883Z [00:02:25.754]➜      garbage_sections=58
2025-08-20T22:49:11.9596401Z [00:02:25.754]➜           reloc_alloc=90
2025-08-20T22:49:11.9596885Z [00:02:25.754]➜        undefined_syms=114
2025-08-20T22:49:11.9597412Z [00:02:25.754]➜          defined_syms=190
2025-08-20T22:49:11.9597901Z [00:02:25.754]➜        input_sections=478
2025-08-20T22:49:11.9598394Z [00:02:25.754]➜           parsed_objs=1657
2025-08-20T22:49:11.9598904Z [00:02:25.754]➜      regular_sections=9628
2025-08-20T22:49:11.9599408Z [00:02:25.754]➜              all_syms=25248
2025-08-20T22:49:11.9599943Z [00:02:25.754]➜     total_input_bytes=38747650
2025-08-20T22:49:11.9600514Z [00:02:25.754]➜  .comment estimation=1627 actual=4
2025-08-20T22:49:11.9601310Z [00:02:25.754]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:49:11.9808051Z [00:02:25.775]➜  using sysinfo ... yes
2025-08-20T22:49:12.0006069Z [00:02:25.795]➜        reloc_nonalloc=0
2025-08-20T22:49:12.0008667Z [00:02:25.796]➜               comdats=0
2025-08-20T22:49:12.0010443Z [00:02:25.796]➜    removed_comdat_mem=0
2025-08-20T22:49:12.0011683Z [00:02:25.796]➜              num_dsos=0
2025-08-20T22:49:12.0012369Z [00:02:25.796]➜       parsed_lto_objs=1
2025-08-20T22:49:12.0013156Z [00:02:25.796]➜              num_cies=1
2025-08-20T22:49:12.0013801Z [00:02:25.796]➜       num_unique_cies=1
2025-08-20T22:49:12.0014518Z [00:02:25.796]➜              num_fdes=1
2025-08-20T22:49:12.0015261Z [00:02:25.796]➜        merged_strings=9
2025-08-20T22:49:12.0015863Z [00:02:25.796]➜              num_objs=19
2025-08-20T22:49:12.0016542Z [00:02:25.796]➜         output_chunks=25
2025-08-20T22:49:12.0017215Z [00:02:25.796]➜      string_fragments=33
2025-08-20T22:49:12.0018048Z [00:02:25.796]➜      garbage_sections=50
2025-08-20T22:49:12.0018799Z [00:02:25.796]➜           reloc_alloc=92
2025-08-20T22:49:12.0019517Z [00:02:25.796]➜        undefined_syms=104
2025-08-20T22:49:12.0020195Z [00:02:25.796]➜          defined_syms=170
2025-08-20T22:49:12.0021017Z [00:02:25.796]➜        input_sections=419
2025-08-20T22:49:12.0021910Z [00:02:25.796]➜           parsed_objs=1657
2025-08-20T22:49:12.0022439Z [00:02:25.796]➜      regular_sections=9628
2025-08-20T22:49:12.0022950Z [00:02:25.796]➜              all_syms=25247
2025-08-20T22:49:12.0023466Z [00:02:25.796]➜     total_input_bytes=38747270
2025-08-20T22:49:12.0024015Z [00:02:25.796]➜  .comment estimation=1627 actual=4
2025-08-20T22:49:12.0024601Z [00:02:25.796]➜  .rodata.cst4 estimation=1627 actual=3
2025-08-20T22:49:12.0025197Z [00:02:25.796]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:49:12.0140691Z [00:02:25.809]➜  using tanhl ... yes
2025-08-20T22:49:12.0550717Z [00:02:25.850]➜        reloc_nonalloc=0
2025-08-20T22:49:12.0555925Z [00:02:25.851]➜               comdats=0
2025-08-20T22:49:12.0559061Z [00:02:25.851]➜    removed_comdat_mem=0
2025-08-20T22:49:12.0559571Z [00:02:25.851]➜              num_dsos=0
2025-08-20T22:49:12.0560069Z [00:02:25.851]➜       parsed_lto_objs=1
2025-08-20T22:49:12.0560543Z [00:02:25.851]➜              num_cies=1
2025-08-20T22:49:12.0561145Z [00:02:25.851]➜       num_unique_cies=1
2025-08-20T22:49:12.0561648Z [00:02:25.851]➜              num_fdes=1
2025-08-20T22:49:12.0562117Z [00:02:25.851]➜              num_objs=24
2025-08-20T22:49:12.0564930Z [00:02:25.851]➜         output_chunks=28
2025-08-20T22:49:12.0565442Z [00:02:25.851]➜        merged_strings=50
2025-08-20T22:49:12.0565925Z [00:02:25.851]➜      garbage_sections=66
2025-08-20T22:49:12.0566406Z [00:02:25.851]➜      string_fragments=88
2025-08-20T22:49:12.0566890Z [00:02:25.851]➜        undefined_syms=113
2025-08-20T22:49:12.0567373Z [00:02:25.851]➜           reloc_alloc=160
2025-08-20T22:49:12.0567847Z [00:02:25.851]➜          defined_syms=273
2025-08-20T22:49:12.0568297Z [00:02:25.851]➜        input_sections=574
2025-08-20T22:49:12.0568803Z [00:02:25.851]➜           parsed_objs=1657
2025-08-20T22:49:12.0569316Z [00:02:25.851]➜      regular_sections=9628
2025-08-20T22:49:12.0569801Z [00:02:25.851]➜              all_syms=25247
2025-08-20T22:49:12.0570296Z [00:02:25.851]➜     total_input_bytes=38747270
2025-08-20T22:49:12.0571041Z [00:02:25.851]➜  .comment estimation=1627 actual=4
2025-08-20T22:49:12.0571656Z [00:02:25.851]➜  .rodata.cst8 estimation=1641 actual=28
2025-08-20T22:49:12.0572212Z [00:02:25.851]➜  .rodata.cst16 estimation=1632 actual=11
2025-08-20T22:49:12.0572750Z [00:02:25.851]➜  .rodata.cst4 estimation=1628 actual=5
2025-08-20T22:49:12.0573298Z [00:02:25.851]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:49:12.0748656Z [00:02:25.870]➜  using tanl ... yes
2025-08-20T22:49:12.0763071Z [00:02:25.871]➜        reloc_nonalloc=0
2025-08-20T22:49:12.0767971Z [00:02:25.871]➜               comdats=0
2025-08-20T22:49:12.0768470Z [00:02:25.871]➜    removed_comdat_mem=0
2025-08-20T22:49:12.0768995Z [00:02:25.871]➜              num_dsos=0
2025-08-20T22:49:12.0769473Z [00:02:25.871]➜       parsed_lto_objs=1
2025-08-20T22:49:12.0769944Z [00:02:25.871]➜              num_cies=1
2025-08-20T22:49:12.0770403Z [00:02:25.871]➜       num_unique_cies=1
2025-08-20T22:49:12.0770997Z [00:02:25.871]➜              num_fdes=1
2025-08-20T22:49:12.0771761Z [00:02:25.871]➜        merged_strings=6
2025-08-20T22:49:12.0772266Z [00:02:25.871]➜              num_objs=21
2025-08-20T22:49:12.0772774Z [00:02:25.871]➜         output_chunks=24
2025-08-20T22:49:12.0773268Z [00:02:25.871]➜      string_fragments=36
2025-08-20T22:49:12.0773753Z [00:02:25.871]➜      garbage_sections=57
2025-08-20T22:49:12.0774237Z [00:02:25.871]➜           reloc_alloc=88
2025-08-20T22:49:12.0774721Z [00:02:25.871]➜        undefined_syms=109
2025-08-20T22:49:12.0775212Z [00:02:25.872]➜          defined_syms=191
2025-08-20T22:49:12.0775702Z [00:02:25.872]➜        input_sections=477
2025-08-20T22:49:12.0776208Z [00:02:25.872]➜           parsed_objs=1657
2025-08-20T22:49:12.0776713Z [00:02:25.872]➜      regular_sections=9628
2025-08-20T22:49:12.0777212Z [00:02:25.872]➜              all_syms=25247
2025-08-20T22:49:12.0777725Z [00:02:25.872]➜     total_input_bytes=38747258
2025-08-20T22:49:12.0778284Z [00:02:25.872]➜  .comment estimation=1627 actual=4
2025-08-20T22:49:12.0778901Z [00:02:25.872]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:49:12.0916160Z [00:02:25.886]➜  using tcdrain ... yes
2025-08-20T22:49:12.1066789Z [00:02:25.901]➜        reloc_nonalloc=0
2025-08-20T22:49:12.1068948Z [00:02:25.901]➜               comdats=0
2025-08-20T22:49:12.1069483Z [00:02:25.901]➜    removed_comdat_mem=0
2025-08-20T22:49:12.1069967Z [00:02:25.901]➜              num_dsos=0
2025-08-20T22:49:12.1070454Z [00:02:25.901]➜       parsed_lto_objs=1
2025-08-20T22:49:12.1071135Z [00:02:25.901]➜              num_cies=1
2025-08-20T22:49:12.1071618Z [00:02:25.901]➜       num_unique_cies=1
2025-08-20T22:49:12.1072084Z [00:02:25.901]➜              num_fdes=1
2025-08-20T22:49:12.1072550Z [00:02:25.901]➜        merged_strings=6
2025-08-20T22:49:12.1073031Z [00:02:25.901]➜              num_objs=21
2025-08-20T22:49:12.1073521Z [00:02:25.901]➜         output_chunks=24
2025-08-20T22:49:12.1074014Z [00:02:25.901]➜      string_fragments=36
2025-08-20T22:49:12.1074502Z [00:02:25.901]➜      garbage_sections=57
2025-08-20T22:49:12.1075015Z [00:02:25.901]➜           reloc_alloc=87
2025-08-20T22:49:12.1075503Z [00:02:25.901]➜        undefined_syms=108
2025-08-20T22:49:12.1076291Z [00:02:25.901]➜          defined_syms=189
2025-08-20T22:49:12.1076787Z [00:02:25.901]➜        input_sections=476
2025-08-20T22:49:12.1077285Z [00:02:25.902]➜           parsed_objs=1657
2025-08-20T22:49:12.1077790Z [00:02:25.902]➜      regular_sections=9628
2025-08-20T22:49:12.1078293Z [00:02:25.902]➜              all_syms=25247
2025-08-20T22:49:12.1078810Z [00:02:25.902]➜     total_input_bytes=38747254
2025-08-20T22:49:12.1079357Z [00:02:25.902]➜  .comment estimation=1627 actual=4
2025-08-20T22:49:12.1079952Z [00:02:25.902]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:49:12.1256617Z [00:02:25.920]➜  using tcflow ... yes
2025-08-20T22:49:12.1993851Z [00:02:25.994]➜        reloc_nonalloc=0
2025-08-20T22:49:12.1994638Z [00:02:25.994]➜               comdats=0
2025-08-20T22:49:12.1995253Z [00:02:25.994]➜    removed_comdat_mem=0
2025-08-20T22:49:12.1995875Z [00:02:25.994]➜              num_dsos=0
2025-08-20T22:49:12.1996446Z [00:02:25.994]➜       parsed_lto_objs=1
2025-08-20T22:49:12.1997051Z [00:02:25.994]➜              num_cies=1
2025-08-20T22:49:12.1997620Z [00:02:25.994]➜       num_unique_cies=1
2025-08-20T22:49:12.1998168Z [00:02:25.994]➜              num_fdes=1
2025-08-20T22:49:12.1998725Z [00:02:25.994]➜        merged_strings=6
2025-08-20T22:49:12.1999292Z [00:02:25.994]➜              num_objs=22
2025-08-20T22:49:12.1999858Z [00:02:25.994]➜         output_chunks=24
2025-08-20T22:49:12.2000459Z [00:02:25.994]➜      string_fragments=38
2025-08-20T22:49:12.2001304Z [00:02:25.994]➜      garbage_sections=61
2025-08-20T22:49:12.2001901Z [00:02:25.994]➜           reloc_alloc=91
2025-08-20T22:49:12.2002506Z [00:02:25.994]➜        undefined_syms=115
2025-08-20T22:49:12.2003139Z [00:02:25.994]➜          defined_syms=200
2025-08-20T22:49:12.2003755Z [00:02:25.994]➜        input_sections=505
2025-08-20T22:49:12.2004697Z [00:02:25.994]➜           parsed_objs=1657
2025-08-20T22:49:12.2005394Z [00:02:25.994]➜      regular_sections=9628
2025-08-20T22:49:12.2006035Z [00:02:25.994]➜              all_syms=25248
2025-08-20T22:49:12.2006631Z [00:02:25.994]➜     total_input_bytes=38747642
2025-08-20T22:49:12.2007260Z [00:02:25.994]➜  .comment estimation=1627 actual=4
2025-08-20T22:49:12.2007951Z [00:02:25.994]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:49:12.2153250Z [00:02:26.010]➜  using tgkill ... no
2025-08-20T22:49:12.2206596Z [00:02:26.015]➜  using tcgetattr ... yes
2025-08-20T22:49:12.2453552Z [00:02:26.040]➜        reloc_nonalloc=0
2025-08-20T22:49:12.2454139Z [00:02:26.040]➜               comdats=0
2025-08-20T22:49:12.2454615Z [00:02:26.040]➜    removed_comdat_mem=0
2025-08-20T22:49:12.2455077Z [00:02:26.040]➜              num_dsos=0
2025-08-20T22:49:12.2455550Z [00:02:26.040]➜       parsed_lto_objs=1
2025-08-20T22:49:12.2456017Z [00:02:26.040]➜              num_cies=1
2025-08-20T22:49:12.2456471Z [00:02:26.040]➜       num_unique_cies=1
2025-08-20T22:49:12.2456965Z [00:02:26.040]➜              num_fdes=1
2025-08-20T22:49:12.2457416Z [00:02:26.040]➜        merged_strings=6
2025-08-20T22:49:12.2457897Z [00:02:26.040]➜              num_objs=21
2025-08-20T22:49:12.2458375Z [00:02:26.040]➜         output_chunks=24
2025-08-20T22:49:12.2458872Z [00:02:26.040]➜      string_fragments=36
2025-08-20T22:49:12.2459346Z [00:02:26.040]➜      garbage_sections=57
2025-08-20T22:49:12.2459817Z [00:02:26.040]➜           reloc_alloc=87
2025-08-20T22:49:12.2460292Z [00:02:26.040]➜        undefined_syms=108
2025-08-20T22:49:12.2461829Z [00:02:26.040]➜          defined_syms=189
2025-08-20T22:49:12.2462340Z [00:02:26.040]➜        input_sections=476
2025-08-20T22:49:12.2462830Z [00:02:26.040]➜           parsed_objs=1657
2025-08-20T22:49:12.2463324Z [00:02:26.040]➜      regular_sections=9628
2025-08-20T22:49:12.2463822Z [00:02:26.040]➜              all_syms=25247
2025-08-20T22:49:12.2464331Z [00:02:26.040]➜     total_input_bytes=38747262
2025-08-20T22:49:12.2464888Z [00:02:26.040]➜  .comment estimation=1627 actual=4
2025-08-20T22:49:12.2465485Z [00:02:26.040]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:49:12.2574130Z [00:02:26.052]➜  using tcflush ... yes
2025-08-20T22:49:12.2880738Z [00:02:26.083]➜        reloc_nonalloc=0
2025-08-20T22:49:12.2904486Z [00:02:26.083]➜               comdats=0
2025-08-20T22:49:12.2905006Z [00:02:26.083]➜    removed_comdat_mem=0
2025-08-20T22:49:12.2905475Z [00:02:26.083]➜              num_dsos=0
2025-08-20T22:49:12.2905950Z [00:02:26.083]➜       parsed_lto_objs=1
2025-08-20T22:49:12.2906405Z [00:02:26.083]➜              num_cies=1
2025-08-20T22:49:12.2906857Z [00:02:26.083]➜       num_unique_cies=1
2025-08-20T22:49:12.2907301Z [00:02:26.083]➜              num_fdes=1
2025-08-20T22:49:12.2907749Z [00:02:26.083]➜        merged_strings=6
2025-08-20T22:49:12.2908208Z [00:02:26.083]➜              num_objs=20
2025-08-20T22:49:12.2908677Z [00:02:26.083]➜         output_chunks=24
2025-08-20T22:49:12.2909186Z [00:02:26.083]➜      string_fragments=34
2025-08-20T22:49:12.2909658Z [00:02:26.083]➜      garbage_sections=54
2025-08-20T22:49:12.2910142Z [00:02:26.083]➜           reloc_alloc=86
2025-08-20T22:49:12.2910610Z [00:02:26.083]➜        undefined_syms=106
2025-08-20T22:49:12.2911268Z [00:02:26.083]➜          defined_syms=179
2025-08-20T22:49:12.2911751Z [00:02:26.083]➜        input_sections=449
2025-08-20T22:49:12.2912237Z [00:02:26.083]➜           parsed_objs=1657
2025-08-20T22:49:12.2912730Z [00:02:26.083]➜      regular_sections=9628
2025-08-20T22:49:12.2913219Z [00:02:26.083]➜              all_syms=25247
2025-08-20T22:49:12.2913727Z [00:02:26.083]➜     total_input_bytes=38747298
2025-08-20T22:49:12.2914283Z [00:02:26.083]➜  .comment estimation=1627 actual=4
2025-08-20T22:49:12.2914897Z [00:02:26.083]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:49:12.3009463Z [00:02:26.096]➜  using tee ... yes
2025-08-20T22:49:12.3266202Z [00:02:26.121]➜        reloc_nonalloc=0
2025-08-20T22:49:12.3276253Z [00:02:26.122]➜               comdats=0
2025-08-20T22:49:12.3279119Z [00:02:26.122]➜    removed_comdat_mem=0
2025-08-20T22:49:12.3279649Z [00:02:26.122]➜              num_dsos=0
2025-08-20T22:49:12.3281517Z [00:02:26.122]➜       parsed_lto_objs=1
2025-08-20T22:49:12.3283046Z [00:02:26.122]➜              num_cies=1
2025-08-20T22:49:12.3283646Z [00:02:26.122]➜       num_unique_cies=1
2025-08-20T22:49:12.3284239Z [00:02:26.122]➜              num_fdes=1
2025-08-20T22:49:12.3284808Z [00:02:26.122]➜        merged_strings=6
2025-08-20T22:49:12.3285386Z [00:02:26.122]➜              num_objs=19
2025-08-20T22:49:12.3286815Z [00:02:26.122]➜         output_chunks=24
2025-08-20T22:49:12.3287318Z [00:02:26.122]➜      string_fragments=32
2025-08-20T22:49:12.3287816Z [00:02:26.122]➜      garbage_sections=52
2025-08-20T22:49:12.3288299Z [00:02:26.122]➜           reloc_alloc=88
2025-08-20T22:49:12.3288790Z [00:02:26.122]➜        undefined_syms=108
2025-08-20T22:49:12.3289286Z [00:02:26.122]➜          defined_syms=171
2025-08-20T22:49:12.3289793Z [00:02:26.122]➜        input_sections=426
2025-08-20T22:49:12.3290299Z [00:02:26.122]➜           parsed_objs=1657
2025-08-20T22:49:12.3290983Z [00:02:26.122]➜      regular_sections=9628
2025-08-20T22:49:12.3291498Z [00:02:26.122]➜              all_syms=25248
2025-08-20T22:49:12.3292018Z [00:02:26.122]➜     total_input_bytes=38747758
2025-08-20T22:49:12.3292580Z [00:02:26.122]➜  .comment estimation=1627 actual=4
2025-08-20T22:49:12.3293187Z [00:02:26.122]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:49:12.3487423Z [00:02:26.143]➜  using timer_delete ... yes
2025-08-20T22:49:12.3915131Z [00:02:26.186]➜        reloc_nonalloc=0
2025-08-20T22:49:12.3919063Z [00:02:26.186]➜               comdats=0
2025-08-20T22:49:12.3919556Z [00:02:26.186]➜    removed_comdat_mem=0
2025-08-20T22:49:12.3920012Z [00:02:26.186]➜              num_dsos=0
2025-08-20T22:49:12.3920491Z [00:02:26.186]➜       parsed_lto_objs=1
2025-08-20T22:49:12.3921156Z [00:02:26.186]➜              num_cies=1
2025-08-20T22:49:12.3921677Z [00:02:26.186]➜       num_unique_cies=1
2025-08-20T22:49:12.3922138Z [00:02:26.186]➜              num_fdes=1
2025-08-20T22:49:12.3922896Z [00:02:26.186]➜        merged_strings=6
2025-08-20T22:49:12.3923367Z [00:02:26.186]➜              num_objs=21
2025-08-20T22:49:12.3923849Z [00:02:26.186]➜         output_chunks=24
2025-08-20T22:49:12.3924334Z [00:02:26.186]➜      string_fragments=36
2025-08-20T22:49:12.3924811Z [00:02:26.186]➜      garbage_sections=60
2025-08-20T22:49:12.3925288Z [00:02:26.186]➜           reloc_alloc=90
2025-08-20T22:49:12.3925769Z [00:02:26.186]➜        undefined_syms=115
2025-08-20T22:49:12.3926259Z [00:02:26.186]➜          defined_syms=192
2025-08-20T22:49:12.3926727Z [00:02:26.186]➜        input_sections=482
2025-08-20T22:49:12.3927223Z [00:02:26.186]➜           parsed_objs=1657
2025-08-20T22:49:12.3927725Z [00:02:26.186]➜      regular_sections=9628
2025-08-20T22:49:12.3928226Z [00:02:26.186]➜              all_syms=25248
2025-08-20T22:49:12.3928749Z [00:02:26.186]➜     total_input_bytes=38747678
2025-08-20T22:49:12.3929322Z [00:02:26.187]➜  .comment estimation=1627 actual=4
2025-08-20T22:49:12.3929930Z [00:02:26.187]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:49:12.4063949Z [00:02:26.201]➜  using timerfd_gettime ... yes
2025-08-20T22:49:12.4503389Z [00:02:26.245]➜        reloc_nonalloc=0
2025-08-20T22:49:12.4504532Z [00:02:26.245]➜               comdats=0
2025-08-20T22:49:12.4505204Z [00:02:26.245]➜    removed_comdat_mem=0
2025-08-20T22:49:12.4505675Z [00:02:26.245]➜              num_dsos=0
2025-08-20T22:49:12.4506156Z [00:02:26.245]➜       parsed_lto_objs=1
2025-08-20T22:49:12.4506621Z [00:02:26.245]➜              num_cies=1
2025-08-20T22:49:12.4507079Z [00:02:26.245]➜       num_unique_cies=1
2025-08-20T22:49:12.4507537Z [00:02:26.245]➜              num_fdes=1
2025-08-20T22:49:12.4507997Z [00:02:26.245]➜        merged_strings=6
2025-08-20T22:49:12.4508461Z [00:02:26.245]➜              num_objs=20
2025-08-20T22:49:12.4508949Z [00:02:26.245]➜         output_chunks=24
2025-08-20T22:49:12.4509755Z [00:02:26.245]➜      string_fragments=34
2025-08-20T22:49:12.4510277Z [00:02:26.245]➜      garbage_sections=56
2025-08-20T22:49:12.4511004Z [00:02:26.245]➜           reloc_alloc=86
2025-08-20T22:49:12.4511505Z [00:02:26.245]➜        undefined_syms=108
2025-08-20T22:49:12.4511989Z [00:02:26.245]➜          defined_syms=181
2025-08-20T22:49:12.4512465Z [00:02:26.245]➜        input_sections=453
2025-08-20T22:49:12.4512949Z [00:02:26.245]➜           parsed_objs=1657
2025-08-20T22:49:12.4513449Z [00:02:26.245]➜      regular_sections=9628
2025-08-20T22:49:12.4513939Z [00:02:26.245]➜              all_syms=25247
2025-08-20T22:49:12.4514448Z [00:02:26.245]➜     total_input_bytes=38747282
2025-08-20T22:49:12.4514987Z [00:02:26.245]➜  .comment estimation=1627 actual=4
2025-08-20T22:49:12.4515588Z [00:02:26.245]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:49:12.4694934Z [00:02:26.264]➜  using timerfd_create ... yes
2025-08-20T22:49:12.4808215Z [00:02:26.275]➜        reloc_nonalloc=0
2025-08-20T22:49:12.4810140Z [00:02:26.275]➜               comdats=0
2025-08-20T22:49:12.4810680Z [00:02:26.275]➜    removed_comdat_mem=0
2025-08-20T22:49:12.4811372Z [00:02:26.275]➜              num_dsos=0
2025-08-20T22:49:12.4811869Z [00:02:26.276]➜       parsed_lto_objs=1
2025-08-20T22:49:12.4812363Z [00:02:26.276]➜              num_cies=1
2025-08-20T22:49:12.4812845Z [00:02:26.276]➜       num_unique_cies=1
2025-08-20T22:49:12.4813321Z [00:02:26.276]➜              num_fdes=1
2025-08-20T22:49:12.4813798Z [00:02:26.276]➜        merged_strings=6
2025-08-20T22:49:12.4814277Z [00:02:26.276]➜              num_objs=21
2025-08-20T22:49:12.4814773Z [00:02:26.276]➜         output_chunks=24
2025-08-20T22:49:12.4815273Z [00:02:26.276]➜      string_fragments=36
2025-08-20T22:49:12.4815779Z [00:02:26.276]➜      garbage_sections=60
2025-08-20T22:49:12.4816262Z [00:02:26.276]➜           reloc_alloc=90
2025-08-20T22:49:12.4816742Z [00:02:26.276]➜        undefined_syms=115
2025-08-20T22:49:12.4817224Z [00:02:26.276]➜          defined_syms=192
2025-08-20T22:49:12.4817723Z [00:02:26.276]➜        input_sections=482
2025-08-20T22:49:12.4818215Z [00:02:26.276]➜           parsed_objs=1657
2025-08-20T22:49:12.4819043Z [00:02:26.276]➜      regular_sections=9628
2025-08-20T22:49:12.4819551Z [00:02:26.276]➜              all_syms=25248
2025-08-20T22:49:12.4820072Z [00:02:26.276]➜     total_input_bytes=38747910
2025-08-20T22:49:12.4820631Z [00:02:26.276]➜  .comment estimation=1627 actual=4
2025-08-20T22:49:12.4821466Z [00:02:26.276]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:49:12.5023312Z [00:02:26.295]➜  using timerfd_settime ... yes
2025-08-20T22:49:12.5045608Z [00:02:26.299]➜        reloc_nonalloc=0
2025-08-20T22:49:12.5064861Z [00:02:26.301]➜               comdats=0
2025-08-20T22:49:12.5072900Z [00:02:26.302]➜    removed_comdat_mem=0
2025-08-20T22:49:12.5073417Z [00:02:26.302]➜              num_dsos=0
2025-08-20T22:49:12.5073921Z [00:02:26.302]➜       parsed_lto_objs=1
2025-08-20T22:49:12.5074422Z [00:02:26.302]➜              num_cies=1
2025-08-20T22:49:12.5074940Z [00:02:26.302]➜       num_unique_cies=1
2025-08-20T22:49:12.5075412Z [00:02:26.302]➜              num_fdes=1
2025-08-20T22:49:12.5076164Z [00:02:26.302]➜        merged_strings=6
2025-08-20T22:49:12.5076931Z [00:02:26.302]➜              num_objs=20
2025-08-20T22:49:12.5077420Z [00:02:26.302]➜         output_chunks=24
2025-08-20T22:49:12.5077900Z [00:02:26.302]➜      string_fragments=34
2025-08-20T22:49:12.5078382Z [00:02:26.302]➜      garbage_sections=54
2025-08-20T22:49:12.5078873Z [00:02:26.302]➜           reloc_alloc=86
2025-08-20T22:49:12.5079345Z [00:02:26.302]➜        undefined_syms=106
2025-08-20T22:49:12.5079822Z [00:02:26.302]➜          defined_syms=179
2025-08-20T22:49:12.5080297Z [00:02:26.302]➜        input_sections=449
2025-08-20T22:49:12.5080957Z [00:02:26.302]➜           parsed_objs=1657
2025-08-20T22:49:12.5081461Z [00:02:26.302]➜      regular_sections=9628
2025-08-20T22:49:12.5081943Z [00:02:26.302]➜              all_syms=25247
2025-08-20T22:49:12.5082728Z [00:02:26.302]➜     total_input_bytes=38747314
2025-08-20T22:49:12.5083292Z [00:02:26.302]➜  .comment estimation=1627 actual=4
2025-08-20T22:49:12.5083909Z [00:02:26.302]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:49:12.5307881Z [00:02:26.326]➜  using timer_getoverrrun ... yes
2025-08-20T22:49:12.5473451Z [00:02:26.342]➜        reloc_nonalloc=0
2025-08-20T22:49:12.5474019Z [00:02:26.342]➜               comdats=0
2025-08-20T22:49:12.5474495Z [00:02:26.342]➜    removed_comdat_mem=0
2025-08-20T22:49:12.5474961Z [00:02:26.342]➜              num_dsos=0
2025-08-20T22:49:12.5475448Z [00:02:26.342]➜       parsed_lto_objs=1
2025-08-20T22:49:12.5475938Z [00:02:26.342]➜              num_cies=1
2025-08-20T22:49:12.5476396Z [00:02:26.342]➜       num_unique_cies=1
2025-08-20T22:49:12.5476850Z [00:02:26.342]➜              num_fdes=1
2025-08-20T22:49:12.5477305Z [00:02:26.342]➜        merged_strings=6
2025-08-20T22:49:12.5477766Z [00:02:26.342]➜              num_objs=21
2025-08-20T22:49:12.5478244Z [00:02:26.342]➜         output_chunks=24
2025-08-20T22:49:12.5478759Z [00:02:26.342]➜      string_fragments=36
2025-08-20T22:49:12.5479254Z [00:02:26.342]➜      garbage_sections=58
2025-08-20T22:49:12.5479707Z [00:02:26.342]➜           reloc_alloc=90
2025-08-20T22:49:12.5480191Z [00:02:26.342]➜        undefined_syms=113
2025-08-20T22:49:12.5480659Z [00:02:26.342]➜          defined_syms=190
2025-08-20T22:49:12.5481452Z [00:02:26.342]➜        input_sections=478
2025-08-20T22:49:12.5481955Z [00:02:26.342]➜           parsed_objs=1657
2025-08-20T22:49:12.5482444Z [00:02:26.342]➜      regular_sections=9628
2025-08-20T22:49:12.5482915Z [00:02:26.342]➜              all_syms=25248
2025-08-20T22:49:12.5483405Z [00:02:26.342]➜     total_input_bytes=38747674
2025-08-20T22:49:12.5483958Z [00:02:26.342]➜  .comment estimation=1627 actual=4
2025-08-20T22:49:12.5484573Z [00:02:26.342]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:49:12.5625032Z [00:02:26.357]➜  using timer_gettime ... yes
2025-08-20T22:49:12.6129387Z [00:02:26.407]➜        reloc_nonalloc=0
2025-08-20T22:49:12.6131316Z [00:02:26.407]➜               comdats=0
2025-08-20T22:49:12.6131822Z [00:02:26.407]➜    removed_comdat_mem=0
2025-08-20T22:49:12.6132668Z [00:02:26.407]➜              num_dsos=0
2025-08-20T22:49:12.6133159Z [00:02:26.407]➜       parsed_lto_objs=1
2025-08-20T22:49:12.6133620Z [00:02:26.407]➜              num_cies=1
2025-08-20T22:49:12.6134059Z [00:02:26.407]➜       num_unique_cies=1
2025-08-20T22:49:12.6134502Z [00:02:26.407]➜              num_fdes=1
2025-08-20T22:49:12.6134969Z [00:02:26.407]➜        merged_strings=6
2025-08-20T22:49:12.6135439Z [00:02:26.407]➜              num_objs=21
2025-08-20T22:49:12.6135931Z [00:02:26.407]➜         output_chunks=24
2025-08-20T22:49:12.6136407Z [00:02:26.407]➜      string_fragments=36
2025-08-20T22:49:12.6136883Z [00:02:26.407]➜      garbage_sections=58
2025-08-20T22:49:12.6137357Z [00:02:26.407]➜           reloc_alloc=90
2025-08-20T22:49:12.6137866Z [00:02:26.407]➜        undefined_syms=113
2025-08-20T22:49:12.6138397Z [00:02:26.407]➜          defined_syms=190
2025-08-20T22:49:12.6138869Z [00:02:26.407]➜        input_sections=478
2025-08-20T22:49:12.6139414Z [00:02:26.407]➜           parsed_objs=1657
2025-08-20T22:49:12.6139937Z [00:02:26.407]➜      regular_sections=9628
2025-08-20T22:49:12.6140438Z [00:02:26.407]➜              all_syms=25248
2025-08-20T22:49:12.6141190Z [00:02:26.407]➜     total_input_bytes=38748066
2025-08-20T22:49:12.6141773Z [00:02:26.407]➜  .comment estimation=1627 actual=4
2025-08-20T22:49:12.6142407Z [00:02:26.407]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:49:12.6258982Z [00:02:26.421]➜  using timer_settime ... yes
2025-08-20T22:49:12.6860003Z [00:02:26.481]➜        reloc_nonalloc=0
2025-08-20T22:49:12.6861088Z [00:02:26.481]➜               comdats=0
2025-08-20T22:49:12.6861963Z [00:02:26.481]➜    removed_comdat_mem=0
2025-08-20T22:49:12.6862812Z [00:02:26.481]➜              num_dsos=0
2025-08-20T22:49:12.6863586Z [00:02:26.481]➜       parsed_lto_objs=1
2025-08-20T22:49:12.6866570Z [00:02:26.481]➜              num_cies=1
2025-08-20T22:49:12.6867104Z [00:02:26.481]➜       num_unique_cies=1
2025-08-20T22:49:12.6867615Z [00:02:26.481]➜              num_fdes=1
2025-08-20T22:49:12.6868116Z [00:02:26.481]➜        merged_strings=8
2025-08-20T22:49:12.6868603Z [00:02:26.481]➜         output_chunks=24
2025-08-20T22:49:12.6869110Z [00:02:26.481]➜              num_objs=24
2025-08-20T22:49:12.6869578Z [00:02:26.481]➜      string_fragments=44
2025-08-20T22:49:12.6870068Z [00:02:26.481]➜      garbage_sections=67
2025-08-20T22:49:12.6870617Z [00:02:26.481]➜           reloc_alloc=101
2025-08-20T22:49:12.6871284Z [00:02:26.481]➜        undefined_syms=121
2025-08-20T22:49:12.6871777Z [00:02:26.481]➜          defined_syms=227
2025-08-20T22:49:12.6872260Z [00:02:26.481]➜        input_sections=563
2025-08-20T22:49:12.6872751Z [00:02:26.481]➜           parsed_objs=1657
2025-08-20T22:49:12.6873256Z [00:02:26.481]➜      regular_sections=9628
2025-08-20T22:49:12.6873748Z [00:02:26.481]➜              all_syms=25248
2025-08-20T22:49:12.6874272Z [00:02:26.481]➜     total_input_bytes=38747594
2025-08-20T22:49:12.6874820Z [00:02:26.481]➜  .comment estimation=1627 actual=4
2025-08-20T22:49:12.6875436Z [00:02:26.481]➜  .rodata.str1.1 estimation=1628 actual=4
2025-08-20T22:49:12.6989369Z [00:02:26.494]➜        reloc_nonalloc=0
2025-08-20T22:49:12.7011526Z [00:02:26.494]➜               comdats=0
2025-08-20T22:49:12.7012088Z [00:02:26.494]➜    removed_comdat_mem=0
2025-08-20T22:49:12.7012569Z [00:02:26.494]➜              num_dsos=0
2025-08-20T22:49:12.7013056Z [00:02:26.494]➜       parsed_lto_objs=1
2025-08-20T22:49:12.7013543Z [00:02:26.494]➜              num_cies=1
2025-08-20T22:49:12.7014024Z [00:02:26.494]➜       num_unique_cies=1
2025-08-20T22:49:12.7014497Z [00:02:26.494]➜              num_fdes=1
2025-08-20T22:49:12.7014977Z [00:02:26.494]➜        merged_strings=10
2025-08-20T22:49:12.7015477Z [00:02:26.494]➜         output_chunks=27
2025-08-20T22:49:12.7015962Z [00:02:26.494]➜              num_objs=61
2025-08-20T22:49:12.7016493Z [00:02:26.494]➜      string_fragments=108
2025-08-20T22:49:12.7017005Z [00:02:26.494]➜      garbage_sections=186
2025-08-20T22:49:12.7017824Z [00:02:26.494]➜           reloc_alloc=283
2025-08-20T22:49:12.7018319Z [00:02:26.494]➜        undefined_syms=300
2025-08-20T22:49:12.7018816Z [00:02:26.494]➜          defined_syms=641
2025-08-20T22:49:12.7019320Z [00:02:26.494]➜        input_sections=1565
2025-08-20T22:49:12.7019832Z [00:02:26.494]➜           parsed_objs=1657
2025-08-20T22:49:12.7020337Z [00:02:26.494]➜      regular_sections=9628
2025-08-20T22:49:12.7021010Z [00:02:26.494]➜              all_syms=25250
2025-08-20T22:49:12.7021559Z [00:02:26.494]➜     total_input_bytes=38748270
2025-08-20T22:49:12.7022136Z [00:02:26.494]➜  .comment estimation=1627 actual=4
2025-08-20T22:49:12.7022769Z [00:02:26.494]➜  .rodata.cst16 estimation=1626 actual=1
2025-08-20T22:49:12.7023378Z [00:02:26.494]➜  .rodata.str1.1 estimation=1628 actual=4
2025-08-20T22:49:12.7023972Z [00:02:26.494]➜  .rodata.cst8 estimation=1626 actual=1
2025-08-20T22:49:12.7073618Z [00:02:26.502]➜  using time ... yes
2025-08-20T22:49:12.7140969Z [00:02:26.509]➜  using timer_create ... yes
2025-08-20T22:49:12.7800469Z [00:02:26.575]➜        reloc_nonalloc=0
2025-08-20T22:49:12.7801838Z [00:02:26.575]➜               comdats=0
2025-08-20T22:49:12.7802345Z [00:02:26.575]➜    removed_comdat_mem=0
2025-08-20T22:49:12.7802835Z [00:02:26.575]➜              num_dsos=0
2025-08-20T22:49:12.7803332Z [00:02:26.575]➜       parsed_lto_objs=1
2025-08-20T22:49:12.7803820Z [00:02:26.575]➜              num_cies=1
2025-08-20T22:49:12.7804300Z [00:02:26.575]➜       num_unique_cies=1
2025-08-20T22:49:12.7804776Z [00:02:26.575]➜              num_fdes=2
2025-08-20T22:49:12.7805244Z [00:02:26.575]➜        merged_strings=6
2025-08-20T22:49:12.7805724Z [00:02:26.575]➜         output_chunks=25
2025-08-20T22:49:12.7806209Z [00:02:26.575]➜              num_objs=30
2025-08-20T22:49:12.7806690Z [00:02:26.575]➜      string_fragments=54
2025-08-20T22:49:12.7807174Z [00:02:26.575]➜      garbage_sections=96
2025-08-20T22:49:12.7807959Z [00:02:26.575]➜        undefined_syms=168
2025-08-20T22:49:12.7808474Z [00:02:26.575]➜           reloc_alloc=214
2025-08-20T22:49:12.7808973Z [00:02:26.575]➜          defined_syms=317
2025-08-20T22:49:12.7809454Z [00:02:26.575]➜        input_sections=755
2025-08-20T22:49:12.7809962Z [00:02:26.575]➜           parsed_objs=1657
2025-08-20T22:49:12.7810482Z [00:02:26.575]➜      regular_sections=9629
2025-08-20T22:49:12.7811203Z [00:02:26.575]➜              all_syms=25252
2025-08-20T22:49:12.7811793Z [00:02:26.575]➜     total_input_bytes=38748766
2025-08-20T22:49:12.7812414Z [00:02:26.575]➜  .comment estimation=1627 actual=4
2025-08-20T22:49:12.7813064Z [00:02:26.575]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:49:12.7815474Z [00:02:26.576]➜        reloc_nonalloc=0
2025-08-20T22:49:12.7816001Z [00:02:26.577]➜               comdats=0
2025-08-20T22:49:12.7843388Z [00:02:26.577]➜    removed_comdat_mem=0
2025-08-20T22:49:12.7847577Z [00:02:26.577]➜              num_dsos=0
2025-08-20T22:49:12.7850195Z [00:02:26.577]➜       parsed_lto_objs=1
2025-08-20T22:49:12.7852451Z [00:02:26.577]➜              num_cies=1
2025-08-20T22:49:12.7865393Z [00:02:26.577]➜       num_unique_cies=1
2025-08-20T22:49:12.7865976Z [00:02:26.579]➜              num_fdes=1
2025-08-20T22:49:12.7866465Z [00:02:26.579]➜        merged_strings=7
2025-08-20T22:49:12.7867201Z [00:02:26.579]➜         output_chunks=25
2025-08-20T22:49:12.7867802Z [00:02:26.579]➜              num_objs=27
2025-08-20T22:49:12.7868384Z [00:02:26.579]➜      string_fragments=50
2025-08-20T22:49:12.7869368Z [00:02:26.579]➜      garbage_sections=75
2025-08-20T22:49:12.7870148Z [00:02:26.579]➜           reloc_alloc=104
2025-08-20T22:49:12.7871729Z [00:02:26.579]➜        undefined_syms=129
2025-08-20T22:49:12.7872234Z [00:02:26.579]➜          defined_syms=254
2025-08-20T22:49:12.7872717Z [00:02:26.579]➜        input_sections=641
2025-08-20T22:49:12.7873210Z [00:02:26.579]➜           parsed_objs=1657
2025-08-20T22:49:12.7873739Z [00:02:26.579]➜      regular_sections=9628
2025-08-20T22:49:12.7874240Z [00:02:26.579]➜              all_syms=25247
2025-08-20T22:49:12.7875030Z [00:02:26.579]➜     total_input_bytes=38747270
2025-08-20T22:49:12.7875583Z [00:02:26.579]➜  .comment estimation=1627 actual=4
2025-08-20T22:49:12.7876180Z [00:02:26.579]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:49:12.7876796Z [00:02:26.579]➜  .rodata.cst8 estimation=1626 actual=1
2025-08-20T22:49:12.7952815Z [00:02:26.590]➜  using ttyname ... yes
2025-08-20T22:49:12.8022897Z [00:02:26.594]➜  using tsearch ... yes
2025-08-20T22:49:12.8397301Z [00:02:26.634]➜        reloc_nonalloc=0
2025-08-20T22:49:12.8398609Z [00:02:26.634]➜               comdats=0
2025-08-20T22:49:12.8400524Z [00:02:26.634]➜    removed_comdat_mem=0
2025-08-20T22:49:12.8401963Z [00:02:26.634]➜              num_dsos=0
2025-08-20T22:49:12.8404469Z [00:02:26.634]➜       parsed_lto_objs=1
2025-08-20T22:49:12.8404962Z [00:02:26.634]➜              num_cies=1
2025-08-20T22:49:12.8405459Z [00:02:26.634]➜       num_unique_cies=1
2025-08-20T22:49:12.8405895Z [00:02:26.634]➜              num_fdes=1
2025-08-20T22:49:12.8406354Z [00:02:26.634]➜        merged_strings=6
2025-08-20T22:49:12.8406830Z [00:02:26.634]➜              num_objs=20
2025-08-20T22:49:12.8407306Z [00:02:26.634]➜         output_chunks=24
2025-08-20T22:49:12.8407758Z [00:02:26.634]➜      string_fragments=35
2025-08-20T22:49:12.8408258Z [00:02:26.634]➜      garbage_sections=56
2025-08-20T22:49:12.8408756Z [00:02:26.634]➜           reloc_alloc=87
2025-08-20T22:49:12.8409250Z [00:02:26.634]➜        undefined_syms=108
2025-08-20T22:49:12.8409721Z [00:02:26.634]➜          defined_syms=182
2025-08-20T22:49:12.8410206Z [00:02:26.634]➜        input_sections=454
2025-08-20T22:49:12.8410691Z [00:02:26.634]➜           parsed_objs=1657
2025-08-20T22:49:12.8411373Z [00:02:26.634]➜      regular_sections=9629
2025-08-20T22:49:12.8411861Z [00:02:26.634]➜              all_syms=25248
2025-08-20T22:49:12.8412372Z [00:02:26.634]➜     total_input_bytes=38747482
2025-08-20T22:49:12.8413196Z [00:02:26.634]➜  .comment estimation=1627 actual=4
2025-08-20T22:49:12.8413812Z [00:02:26.635]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:49:12.8586369Z [00:02:26.653]➜  using umount2 ... yes
2025-08-20T22:49:12.8935216Z [00:02:26.688]➜        reloc_nonalloc=0
2025-08-20T22:49:12.8951044Z [00:02:26.690]➜               comdats=0
2025-08-20T22:49:12.8958690Z [00:02:26.690]➜    removed_comdat_mem=0
2025-08-20T22:49:12.8959227Z [00:02:26.690]➜              num_dsos=0
2025-08-20T22:49:12.8959739Z [00:02:26.690]➜       parsed_lto_objs=1
2025-08-20T22:49:12.8960236Z [00:02:26.690]➜              num_cies=1
2025-08-20T22:49:12.8960725Z [00:02:26.690]➜       num_unique_cies=1
2025-08-20T22:49:12.8961361Z [00:02:26.690]➜              num_fdes=1
2025-08-20T22:49:12.8961813Z [00:02:26.690]➜        merged_strings=7
2025-08-20T22:49:12.8962281Z [00:02:26.690]➜              num_objs=20
2025-08-20T22:49:12.8962791Z [00:02:26.690]➜         output_chunks=24
2025-08-20T22:49:12.8963364Z [00:02:26.690]➜      string_fragments=35
2025-08-20T22:49:12.8963883Z [00:02:26.690]➜      garbage_sections=54
2025-08-20T22:49:12.8964694Z [00:02:26.690]➜           reloc_alloc=87
2025-08-20T22:49:12.8965221Z [00:02:26.690]➜        undefined_syms=106
2025-08-20T22:49:12.8965736Z [00:02:26.690]➜          defined_syms=180
2025-08-20T22:49:12.8966244Z [00:02:26.690]➜        input_sections=450
2025-08-20T22:49:12.8966756Z [00:02:26.690]➜           parsed_objs=1657
2025-08-20T22:49:12.8967255Z [00:02:26.690]➜      regular_sections=9629
2025-08-20T22:49:12.8967754Z [00:02:26.690]➜              all_syms=25248
2025-08-20T22:49:12.8968281Z [00:02:26.690]➜     total_input_bytes=38747514
2025-08-20T22:49:12.8968838Z [00:02:26.690]➜  .comment estimation=1627 actual=4
2025-08-20T22:49:12.8969450Z [00:02:26.690]➜  .rodata.str1.1 estimation=1627 actual=3
2025-08-20T22:49:12.9071102Z [00:02:26.702]➜  using unlinkat ... yes
2025-08-20T22:49:12.9303148Z [00:02:26.723]➜        reloc_nonalloc=0
2025-08-20T22:49:12.9304275Z [00:02:26.723]➜               comdats=0
2025-08-20T22:49:12.9306498Z [00:02:26.723]➜    removed_comdat_mem=0
2025-08-20T22:49:12.9307028Z [00:02:26.723]➜              num_dsos=0
2025-08-20T22:49:12.9307503Z [00:02:26.723]➜       parsed_lto_objs=1
2025-08-20T22:49:12.9307939Z [00:02:26.723]➜              num_cies=1
2025-08-20T22:49:12.9308376Z [00:02:26.723]➜       num_unique_cies=1
2025-08-20T22:49:12.9308814Z [00:02:26.723]➜              num_fdes=1
2025-08-20T22:49:12.9309238Z [00:02:26.723]➜        merged_strings=6
2025-08-20T22:49:12.9309685Z [00:02:26.723]➜              num_objs=21
2025-08-20T22:49:12.9310136Z [00:02:26.723]➜         output_chunks=24
2025-08-20T22:49:12.9310627Z [00:02:26.723]➜      string_fragments=36
2025-08-20T22:49:12.9311406Z [00:02:26.723]➜      garbage_sections=58
2025-08-20T22:49:12.9311887Z [00:02:26.723]➜           reloc_alloc=90
2025-08-20T22:49:12.9312380Z [00:02:26.723]➜        undefined_syms=113
2025-08-20T22:49:12.9312858Z [00:02:26.723]➜          defined_syms=190
2025-08-20T22:49:12.9313575Z [00:02:26.723]➜        input_sections=478
2025-08-20T22:49:12.9314095Z [00:02:26.723]➜           parsed_objs=1657
2025-08-20T22:49:12.9314624Z [00:02:26.723]➜      regular_sections=9628
2025-08-20T22:49:12.9315123Z [00:02:26.723]➜              all_syms=25248
2025-08-20T22:49:12.9315651Z [00:02:26.723]➜     total_input_bytes=38747638
2025-08-20T22:49:12.9316248Z [00:02:26.723]➜  .comment estimation=1627 actual=4
2025-08-20T22:49:12.9316874Z [00:02:26.723]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:49:12.9456916Z [00:02:26.740]➜  using uname ... yes
2025-08-20T22:49:12.9808040Z [00:02:26.775]➜  using ustat ... no
2025-08-20T22:49:13.0072222Z [00:02:26.802]➜        reloc_nonalloc=0
2025-08-20T22:49:13.0087767Z [00:02:26.804]➜               comdats=0
2025-08-20T22:49:13.0092560Z [00:02:26.804]➜    removed_comdat_mem=0
2025-08-20T22:49:13.0096320Z [00:02:26.804]➜              num_dsos=0
2025-08-20T22:49:13.0096836Z [00:02:26.804]➜       parsed_lto_objs=1
2025-08-20T22:49:13.0097359Z [00:02:26.804]➜              num_cies=1
2025-08-20T22:49:13.0097835Z [00:02:26.804]➜       num_unique_cies=1
2025-08-20T22:49:13.0098325Z [00:02:26.804]➜              num_fdes=1
2025-08-20T22:49:13.0098779Z [00:02:26.804]➜        merged_strings=6
2025-08-20T22:49:13.0099243Z [00:02:26.804]➜              num_objs=20
2025-08-20T22:49:13.0099713Z [00:02:26.804]➜         output_chunks=24
2025-08-20T22:49:13.0100185Z [00:02:26.804]➜      string_fragments=34
2025-08-20T22:49:13.0100655Z [00:02:26.804]➜      garbage_sections=54
2025-08-20T22:49:13.0101291Z [00:02:26.804]➜           reloc_alloc=86
2025-08-20T22:49:13.0101764Z [00:02:26.804]➜        undefined_syms=106
2025-08-20T22:49:13.0102249Z [00:02:26.804]➜          defined_syms=179
2025-08-20T22:49:13.0102730Z [00:02:26.804]➜        input_sections=449
2025-08-20T22:49:13.0103237Z [00:02:26.804]➜           parsed_objs=1657
2025-08-20T22:49:13.0103738Z [00:02:26.804]➜      regular_sections=9628
2025-08-20T22:49:13.0104237Z [00:02:26.804]➜              all_syms=25247
2025-08-20T22:49:13.0104762Z [00:02:26.804]➜     total_input_bytes=38747258
2025-08-20T22:49:13.0105329Z [00:02:26.804]➜  .comment estimation=1627 actual=4
2025-08-20T22:49:13.0106241Z [00:02:26.804]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:49:13.0297321Z [00:02:26.824]➜  using unshare ... yes
2025-08-20T22:49:13.0632878Z [00:02:26.858]➜        reloc_nonalloc=0
2025-08-20T22:49:13.0649064Z [00:02:26.860]➜               comdats=0
2025-08-20T22:49:13.0657525Z [00:02:26.860]➜    removed_comdat_mem=0
2025-08-20T22:49:13.0658040Z [00:02:26.860]➜              num_dsos=0
2025-08-20T22:49:13.0658544Z [00:02:26.860]➜       parsed_lto_objs=1
2025-08-20T22:49:13.0660729Z [00:02:26.860]➜              num_cies=1
2025-08-20T22:49:13.0661399Z [00:02:26.860]➜       num_unique_cies=1
2025-08-20T22:49:13.0661877Z [00:02:26.860]➜              num_fdes=1
2025-08-20T22:49:13.0662357Z [00:02:26.860]➜        merged_strings=7
2025-08-20T22:49:13.0662848Z [00:02:26.860]➜              num_objs=23
2025-08-20T22:49:13.0663383Z [00:02:26.860]➜         output_chunks=24
2025-08-20T22:49:13.0663882Z [00:02:26.860]➜      string_fragments=41
2025-08-20T22:49:13.0664396Z [00:02:26.860]➜      garbage_sections=64
2025-08-20T22:49:13.0664885Z [00:02:26.860]➜           reloc_alloc=97
2025-08-20T22:49:13.0665370Z [00:02:26.860]➜        undefined_syms=119
2025-08-20T22:49:13.0665868Z [00:02:26.860]➜          defined_syms=211
2025-08-20T22:49:13.0666367Z [00:02:26.860]➜        input_sections=533
2025-08-20T22:49:13.0666870Z [00:02:26.860]➜           parsed_objs=1657
2025-08-20T22:49:13.0667379Z [00:02:26.860]➜      regular_sections=9629
2025-08-20T22:49:13.0667887Z [00:02:26.860]➜              all_syms=25249
2025-08-20T22:49:13.0668412Z [00:02:26.860]➜     total_input_bytes=38748010
2025-08-20T22:49:13.0668970Z [00:02:26.860]➜  .comment estimation=1627 actual=4
2025-08-20T22:49:13.0669599Z [00:02:26.860]➜  .rodata.str1.1 estimation=1628 actual=3
2025-08-20T22:49:13.0773234Z [00:02:26.872]➜  using utimes ... yes
2025-08-20T22:49:13.0886873Z [00:02:26.883]➜        reloc_nonalloc=0
2025-08-20T22:49:13.0900084Z [00:02:26.885]➜               comdats=0
2025-08-20T22:49:13.0926144Z [00:02:26.885]➜    removed_comdat_mem=0
2025-08-20T22:49:13.0926663Z [00:02:26.885]➜              num_dsos=0
2025-08-20T22:49:13.0927154Z [00:02:26.885]➜       parsed_lto_objs=1
2025-08-20T22:49:13.0927623Z [00:02:26.885]➜              num_cies=1
2025-08-20T22:49:13.0928074Z [00:02:26.885]➜       num_unique_cies=1
2025-08-20T22:49:13.0928530Z [00:02:26.885]➜              num_fdes=1
2025-08-20T22:49:13.0928980Z [00:02:26.885]➜        merged_strings=7
2025-08-20T22:49:13.0929440Z [00:02:26.885]➜              num_objs=22
2025-08-20T22:49:13.0929922Z [00:02:26.885]➜         output_chunks=24
2025-08-20T22:49:13.0930394Z [00:02:26.885]➜      string_fragments=39
2025-08-20T22:49:13.0933516Z [00:02:26.885]➜      garbage_sections=61
2025-08-20T22:49:13.0934028Z [00:02:26.885]➜           reloc_alloc=95
2025-08-20T22:49:13.0934508Z [00:02:26.885]➜        undefined_syms=115
2025-08-20T22:49:13.0935013Z [00:02:26.885]➜          defined_syms=201
2025-08-20T22:49:13.0935494Z [00:02:26.885]➜        input_sections=506
2025-08-20T22:49:13.0936011Z [00:02:26.885]➜           parsed_objs=1657
2025-08-20T22:49:13.0936511Z [00:02:26.885]➜      regular_sections=9629
2025-08-20T22:49:13.0937005Z [00:02:26.885]➜              all_syms=25249
2025-08-20T22:49:13.0937514Z [00:02:26.885]➜     total_input_bytes=38748002
2025-08-20T22:49:13.0938062Z [00:02:26.885]➜  .comment estimation=1627 actual=4
2025-08-20T22:49:13.0938656Z [00:02:26.885]➜  .rodata.str1.1 estimation=1628 actual=3
2025-08-20T22:49:13.1097282Z [00:02:26.904]➜  using utime ... yes
2025-08-20T22:49:13.1586160Z [00:02:26.953]➜        reloc_nonalloc=0
2025-08-20T22:49:13.1591955Z [00:02:26.953]➜               comdats=0
2025-08-20T22:49:13.1592498Z [00:02:26.953]➜    removed_comdat_mem=0
2025-08-20T22:49:13.1592964Z [00:02:26.953]➜              num_dsos=0
2025-08-20T22:49:13.1593423Z [00:02:26.953]➜       parsed_lto_objs=1
2025-08-20T22:49:13.1593941Z [00:02:26.953]➜              num_cies=1
2025-08-20T22:49:13.1594416Z [00:02:26.953]➜       num_unique_cies=1
2025-08-20T22:49:13.1595140Z [00:02:26.953]➜              num_fdes=1
2025-08-20T22:49:13.1595614Z [00:02:26.953]➜        merged_strings=6
2025-08-20T22:49:13.1596098Z [00:02:26.953]➜              num_objs=17
2025-08-20T22:49:13.1596591Z [00:02:26.953]➜         output_chunks=24
2025-08-20T22:49:13.1597085Z [00:02:26.953]➜      string_fragments=28
2025-08-20T22:49:13.1597561Z [00:02:26.953]➜      garbage_sections=45
2025-08-20T22:49:13.1598049Z [00:02:26.953]➜           reloc_alloc=83
2025-08-20T22:49:13.1598541Z [00:02:26.953]➜        undefined_syms=99
2025-08-20T22:49:13.1599041Z [00:02:26.953]➜          defined_syms=150
2025-08-20T22:49:13.1599525Z [00:02:26.953]➜        input_sections=370
2025-08-20T22:49:13.1600011Z [00:02:26.953]➜           parsed_objs=1657
2025-08-20T22:49:13.1600510Z [00:02:26.953]➜      regular_sections=9628
2025-08-20T22:49:13.1601282Z [00:02:26.953]➜              all_syms=25245
2025-08-20T22:49:13.1601831Z [00:02:26.953]➜     total_input_bytes=38746830
2025-08-20T22:49:13.1602399Z [00:02:26.953]➜  .comment estimation=1627 actual=4
2025-08-20T22:49:13.1603027Z [00:02:26.953]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:49:13.1797256Z [00:02:26.974]➜  using valloc ... yes
2025-08-20T22:49:13.1997745Z [00:02:26.994]➜        reloc_nonalloc=0
2025-08-20T22:49:13.2043148Z [00:02:26.995]➜               comdats=0
2025-08-20T22:49:13.2043709Z [00:02:26.995]➜    removed_comdat_mem=0
2025-08-20T22:49:13.2044192Z [00:02:26.995]➜              num_dsos=0
2025-08-20T22:49:13.2044670Z [00:02:26.995]➜       parsed_lto_objs=1
2025-08-20T22:49:13.2045139Z [00:02:26.995]➜              num_cies=1
2025-08-20T22:49:13.2045604Z [00:02:26.995]➜       num_unique_cies=1
2025-08-20T22:49:13.2046054Z [00:02:26.995]➜              num_fdes=1
2025-08-20T22:49:13.2046525Z [00:02:26.995]➜        merged_strings=7
2025-08-20T22:49:13.2046994Z [00:02:26.995]➜              num_objs=21
2025-08-20T22:49:13.2047764Z [00:02:26.995]➜         output_chunks=24
2025-08-20T22:49:13.2048283Z [00:02:26.995]➜      string_fragments=37
2025-08-20T22:49:13.2048792Z [00:02:26.995]➜      garbage_sections=58
2025-08-20T22:49:13.2049261Z [00:02:26.995]➜           reloc_alloc=94
2025-08-20T22:49:13.2049741Z [00:02:26.995]➜        undefined_syms=113
2025-08-20T22:49:13.2050234Z [00:02:26.995]➜          defined_syms=191
2025-08-20T22:49:13.2050740Z [00:02:26.995]➜        input_sections=479
2025-08-20T22:49:13.2051445Z [00:02:26.995]➜           parsed_objs=1657
2025-08-20T22:49:13.2051965Z [00:02:26.995]➜      regular_sections=9629
2025-08-20T22:49:13.2052480Z [00:02:26.995]➜              all_syms=25249
2025-08-20T22:49:13.2053011Z [00:02:26.995]➜     total_input_bytes=38748046
2025-08-20T22:49:13.2053581Z [00:02:26.995]➜  .comment estimation=1627 actual=4
2025-08-20T22:49:13.2054209Z [00:02:26.995]➜  .rodata.str1.1 estimation=1627 actual=3
2025-08-20T22:49:13.2145033Z [00:02:27.009]➜  using utimensat ... yes
2025-08-20T22:49:13.2571221Z [00:02:27.052]➜        reloc_nonalloc=0
2025-08-20T22:49:13.2584110Z [00:02:27.053]➜               comdats=0
2025-08-20T22:49:13.2587953Z [00:02:27.054]➜    removed_comdat_mem=0
2025-08-20T22:49:13.2588462Z [00:02:27.054]➜              num_dsos=0
2025-08-20T22:49:13.2588955Z [00:02:27.054]➜       parsed_lto_objs=1
2025-08-20T22:49:13.2589410Z [00:02:27.054]➜              num_cies=1
2025-08-20T22:49:13.2589879Z [00:02:27.054]➜       num_unique_cies=1
2025-08-20T22:49:13.2590344Z [00:02:27.054]➜              num_fdes=1
2025-08-20T22:49:13.2591053Z [00:02:27.054]➜        merged_strings=6
2025-08-20T22:49:13.2591564Z [00:02:27.054]➜              num_objs=21
2025-08-20T22:49:13.2592059Z [00:02:27.054]➜         output_chunks=24
2025-08-20T22:49:13.2592555Z [00:02:27.054]➜      string_fragments=34
2025-08-20T22:49:13.2593062Z [00:02:27.054]➜      garbage_sections=56
2025-08-20T22:49:13.2593546Z [00:02:27.054]➜           reloc_alloc=88
2025-08-20T22:49:13.2594042Z [00:02:27.054]➜        undefined_syms=109
2025-08-20T22:49:13.2594556Z [00:02:27.054]➜          defined_syms=186
2025-08-20T22:49:13.2595046Z [00:02:27.054]➜        input_sections=470
2025-08-20T22:49:13.2595806Z [00:02:27.054]➜           parsed_objs=1657
2025-08-20T22:49:13.2596306Z [00:02:27.054]➜      regular_sections=9628
2025-08-20T22:49:13.2596806Z [00:02:27.054]➜              all_syms=25249
2025-08-20T22:49:13.2597328Z [00:02:27.054]➜     total_input_bytes=38747610
2025-08-20T22:49:13.2597892Z [00:02:27.054]➜  .comment estimation=1627 actual=4
2025-08-20T22:49:13.2598509Z [00:02:27.054]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:49:13.2623578Z [00:02:27.057]➜        reloc_nonalloc=0
2025-08-20T22:49:13.2627251Z [00:02:27.057]➜               comdats=0
2025-08-20T22:49:13.2627748Z [00:02:27.057]➜    removed_comdat_mem=0
2025-08-20T22:49:13.2629184Z [00:02:27.057]➜              num_dsos=0
2025-08-20T22:49:13.2631168Z [00:02:27.057]➜       parsed_lto_objs=1
2025-08-20T22:49:13.2632653Z [00:02:27.057]➜              num_cies=1
2025-08-20T22:49:13.2633177Z [00:02:27.057]➜       num_unique_cies=1
2025-08-20T22:49:13.2633641Z [00:02:27.057]➜              num_fdes=1
2025-08-20T22:49:13.2634117Z [00:02:27.057]➜        merged_strings=6
2025-08-20T22:49:13.2634538Z [00:02:27.057]➜              num_objs=20
2025-08-20T22:49:13.2634964Z [00:02:27.057]➜         output_chunks=24
2025-08-20T22:49:13.2635398Z [00:02:27.057]➜      string_fragments=34
2025-08-20T22:49:13.2635843Z [00:02:27.057]➜      garbage_sections=54
2025-08-20T22:49:13.2636287Z [00:02:27.057]➜           reloc_alloc=86
2025-08-20T22:49:13.2636744Z [00:02:27.057]➜        undefined_syms=106
2025-08-20T22:49:13.2637246Z [00:02:27.057]➜          defined_syms=179
2025-08-20T22:49:13.2637734Z [00:02:27.057]➜        input_sections=449
2025-08-20T22:49:13.2638208Z [00:02:27.057]➜           parsed_objs=1657
2025-08-20T22:49:13.2638678Z [00:02:27.057]➜      regular_sections=9628
2025-08-20T22:49:13.2639139Z [00:02:27.057]➜              all_syms=25247
2025-08-20T22:49:13.2639918Z [00:02:27.057]➜     total_input_bytes=38747246
2025-08-20T22:49:13.2640479Z [00:02:27.057]➜  .comment estimation=1627 actual=4
2025-08-20T22:49:13.2641279Z [00:02:27.057]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:49:13.2726905Z [00:02:27.068]➜  using vhangup ... yes
2025-08-20T22:49:13.2785520Z [00:02:27.073]➜  using vfork ... yes
2025-08-20T22:49:13.3405459Z [00:02:27.135]➜        reloc_nonalloc=0
2025-08-20T22:49:13.3409006Z [00:02:27.136]➜               comdats=0
2025-08-20T22:49:13.3409531Z [00:02:27.136]➜    removed_comdat_mem=0
2025-08-20T22:49:13.3410013Z [00:02:27.136]➜              num_dsos=0
2025-08-20T22:49:13.3410495Z [00:02:27.136]➜       parsed_lto_objs=1
2025-08-20T22:49:13.3411227Z [00:02:27.136]➜              num_cies=1
2025-08-20T22:49:13.3411769Z [00:02:27.136]➜       num_unique_cies=1
2025-08-20T22:49:13.3412275Z [00:02:27.136]➜              num_fdes=1
2025-08-20T22:49:13.3412752Z [00:02:27.136]➜        merged_strings=6
2025-08-20T22:49:13.3413235Z [00:02:27.136]➜              num_objs=21
2025-08-20T22:49:13.3413782Z [00:02:27.136]➜         output_chunks=24
2025-08-20T22:49:13.3414294Z [00:02:27.136]➜      string_fragments=36
2025-08-20T22:49:13.3414793Z [00:02:27.136]➜      garbage_sections=58
2025-08-20T22:49:13.3415266Z [00:02:27.136]➜           reloc_alloc=90
2025-08-20T22:49:13.3415765Z [00:02:27.136]➜        undefined_syms=113
2025-08-20T22:49:13.3416261Z [00:02:27.136]➜          defined_syms=190
2025-08-20T22:49:13.3416773Z [00:02:27.136]➜        input_sections=478
2025-08-20T22:49:13.3417286Z [00:02:27.136]➜           parsed_objs=1657
2025-08-20T22:49:13.3417789Z [00:02:27.136]➜      regular_sections=9628
2025-08-20T22:49:13.3418282Z [00:02:27.136]➜              all_syms=25248
2025-08-20T22:49:13.3418807Z [00:02:27.136]➜     total_input_bytes=38747818
2025-08-20T22:49:13.3419373Z [00:02:27.136]➜  .comment estimation=1627 actual=4
2025-08-20T22:49:13.3419999Z [00:02:27.136]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:49:13.3608429Z [00:02:27.156]➜  using vmsplice ... yes
2025-08-20T22:49:13.3869341Z [00:02:27.182]➜        reloc_nonalloc=0
2025-08-20T22:49:13.3873051Z [00:02:27.182]➜               comdats=0
2025-08-20T22:49:13.3874437Z [00:02:27.182]➜    removed_comdat_mem=0
2025-08-20T22:49:13.3875420Z [00:02:27.182]➜              num_dsos=0
2025-08-20T22:49:13.3876160Z [00:02:27.182]➜       parsed_lto_objs=1
2025-08-20T22:49:13.3876757Z [00:02:27.182]➜              num_cies=1
2025-08-20T22:49:13.3877645Z [00:02:27.182]➜       num_unique_cies=1
2025-08-20T22:49:13.3878294Z [00:02:27.182]➜              num_fdes=1
2025-08-20T22:49:13.3878950Z [00:02:27.182]➜        merged_strings=6
2025-08-20T22:49:13.3879936Z [00:02:27.182]➜              num_objs=22
2025-08-20T22:49:13.3880625Z [00:02:27.182]➜         output_chunks=24
2025-08-20T22:49:13.3881740Z [00:02:27.182]➜      string_fragments=38
2025-08-20T22:49:13.3882486Z [00:02:27.182]➜      garbage_sections=61
2025-08-20T22:49:13.3883781Z [00:02:27.182]➜           reloc_alloc=91
2025-08-20T22:49:13.3884517Z [00:02:27.182]➜        undefined_syms=115
2025-08-20T22:49:13.3885260Z [00:02:27.182]➜          defined_syms=200
2025-08-20T22:49:13.3886241Z [00:02:27.182]➜        input_sections=505
2025-08-20T22:49:13.3886992Z [00:02:27.182]➜           parsed_objs=1657
2025-08-20T22:49:13.3887788Z [00:02:27.182]➜      regular_sections=9628
2025-08-20T22:49:13.3888772Z [00:02:27.182]➜              all_syms=25248
2025-08-20T22:49:13.3901559Z [00:02:27.182]➜     total_input_bytes=38747706
2025-08-20T22:49:13.3902298Z [00:02:27.182]➜  .comment estimation=1627 actual=4
2025-08-20T22:49:13.3903362Z [00:02:27.182]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:49:13.3973441Z [00:02:27.192]➜  using wait3 ... yes
2025-08-20T22:49:13.4595134Z [00:02:27.254]➜        reloc_nonalloc=0
2025-08-20T22:49:13.4599433Z [00:02:27.254]➜               comdats=0
2025-08-20T22:49:13.4599931Z [00:02:27.254]➜    removed_comdat_mem=0
2025-08-20T22:49:13.4600385Z [00:02:27.254]➜              num_dsos=0
2025-08-20T22:49:13.4601027Z [00:02:27.254]➜       parsed_lto_objs=1
2025-08-20T22:49:13.4601801Z [00:02:27.254]➜              num_cies=1
2025-08-20T22:49:13.4602290Z [00:02:27.254]➜       num_unique_cies=1
2025-08-20T22:49:13.4602756Z [00:02:27.254]➜              num_fdes=1
2025-08-20T22:49:13.4603198Z [00:02:27.254]➜        merged_strings=6
2025-08-20T22:49:13.4603661Z [00:02:27.254]➜              num_objs=22
2025-08-20T22:49:13.4604131Z [00:02:27.254]➜         output_chunks=24
2025-08-20T22:49:13.4604614Z [00:02:27.254]➜      string_fragments=38
2025-08-20T22:49:13.4605107Z [00:02:27.254]➜      garbage_sections=61
2025-08-20T22:49:13.4605585Z [00:02:27.254]➜           reloc_alloc=91
2025-08-20T22:49:13.4606072Z [00:02:27.254]➜        undefined_syms=115
2025-08-20T22:49:13.4606564Z [00:02:27.254]➜          defined_syms=200
2025-08-20T22:49:13.4607058Z [00:02:27.254]➜        input_sections=504
2025-08-20T22:49:13.4607570Z [00:02:27.254]➜           parsed_objs=1657
2025-08-20T22:49:13.4608085Z [00:02:27.254]➜      regular_sections=9628
2025-08-20T22:49:13.4608595Z [00:02:27.254]➜              all_syms=25250
2025-08-20T22:49:13.4609125Z [00:02:27.254]➜     total_input_bytes=38747834
2025-08-20T22:49:13.4609700Z [00:02:27.254]➜  .comment estimation=1627 actual=4
2025-08-20T22:49:13.4610314Z [00:02:27.254]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:49:13.4684673Z [00:02:27.263]➜        reloc_nonalloc=0
2025-08-20T22:49:13.4687708Z [00:02:27.264]➜               comdats=0
2025-08-20T22:49:13.4688594Z [00:02:27.264]➜    removed_comdat_mem=0
2025-08-20T22:49:13.4689601Z [00:02:27.264]➜              num_dsos=0
2025-08-20T22:49:13.4690345Z [00:02:27.264]➜       parsed_lto_objs=1
2025-08-20T22:49:13.4691179Z [00:02:27.264]➜              num_cies=1
2025-08-20T22:49:13.4692152Z [00:02:27.264]➜       num_unique_cies=1
2025-08-20T22:49:13.4692876Z [00:02:27.264]➜              num_fdes=1
2025-08-20T22:49:13.4693586Z [00:02:27.264]➜        merged_strings=6
2025-08-20T22:49:13.4694526Z [00:02:27.264]➜              num_objs=23
2025-08-20T22:49:13.4695288Z [00:02:27.264]➜         output_chunks=24
2025-08-20T22:49:13.4696030Z [00:02:27.264]➜      string_fragments=40
2025-08-20T22:49:13.4697113Z [00:02:27.264]➜      garbage_sections=64
2025-08-20T22:49:13.4698071Z [00:02:27.264]➜           reloc_alloc=93
2025-08-20T22:49:13.4699092Z [00:02:27.264]➜        undefined_syms=118
2025-08-20T22:49:13.4699804Z [00:02:27.264]➜          defined_syms=212
2025-08-20T22:49:13.4700760Z [00:02:27.264]➜        input_sections=532
2025-08-20T22:49:13.4705971Z [00:02:27.264]➜           parsed_objs=1657
2025-08-20T22:49:13.4706909Z [00:02:27.264]➜      regular_sections=9628
2025-08-20T22:49:13.4707550Z [00:02:27.264]➜              all_syms=25250
2025-08-20T22:49:13.4709170Z [00:02:27.264]➜     total_input_bytes=38747870
2025-08-20T22:49:13.4710080Z [00:02:27.264]➜  .comment estimation=1627 actual=4
2025-08-20T22:49:13.4711336Z [00:02:27.264]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:49:13.4728430Z [00:02:27.268]➜  using wait4 ... yes
2025-08-20T22:49:13.4896650Z [00:02:27.284]➜  using waitid ... yes
2025-08-20T22:49:13.5282018Z [00:02:27.323]➜        reloc_nonalloc=0
2025-08-20T22:49:13.5283377Z [00:02:27.323]➜               comdats=0
2025-08-20T22:49:13.5284046Z [00:02:27.323]➜    removed_comdat_mem=0
2025-08-20T22:49:13.5301265Z [00:02:27.323]➜              num_dsos=0
2025-08-20T22:49:13.5304001Z [00:02:27.323]➜       parsed_lto_objs=1
2025-08-20T22:49:13.5304607Z [00:02:27.323]➜              num_cies=1
2025-08-20T22:49:13.5305184Z [00:02:27.323]➜       num_unique_cies=1
2025-08-20T22:49:13.5305729Z [00:02:27.323]➜              num_fdes=1
2025-08-20T22:49:13.5306274Z [00:02:27.323]➜        merged_strings=6
2025-08-20T22:49:13.5306826Z [00:02:27.323]➜              num_objs=22
2025-08-20T22:49:13.5307387Z [00:02:27.323]➜         output_chunks=24
2025-08-20T22:49:13.5307959Z [00:02:27.323]➜      string_fragments=38
2025-08-20T22:49:13.5308536Z [00:02:27.323]➜      garbage_sections=61
2025-08-20T22:49:13.5309083Z [00:02:27.323]➜           reloc_alloc=92
2025-08-20T22:49:13.5309949Z [00:02:27.323]➜        undefined_syms=116
2025-08-20T22:49:13.5310596Z [00:02:27.323]➜          defined_syms=202
2025-08-20T22:49:13.5311446Z [00:02:27.323]➜        input_sections=506
2025-08-20T22:49:13.5312034Z [00:02:27.323]➜           parsed_objs=1657
2025-08-20T22:49:13.5312624Z [00:02:27.323]➜      regular_sections=9628
2025-08-20T22:49:13.5313220Z [00:02:27.323]➜              all_syms=25248
2025-08-20T22:49:13.5313831Z [00:02:27.323]➜     total_input_bytes=38747646
2025-08-20T22:49:13.5314486Z [00:02:27.323]➜  .comment estimation=1627 actual=4
2025-08-20T22:49:13.5315198Z [00:02:27.323]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:49:13.5409807Z [00:02:27.336]➜  using waitpid ... yes
2025-08-20T22:49:13.6250426Z [00:02:27.420]➜        reloc_nonalloc=0
2025-08-20T22:49:13.6257853Z [00:02:27.420]➜               comdats=0
2025-08-20T22:49:13.6258367Z [00:02:27.420]➜    removed_comdat_mem=0
2025-08-20T22:49:13.6258853Z [00:02:27.420]➜              num_dsos=0
2025-08-20T22:49:13.6259343Z [00:02:27.420]➜       parsed_lto_objs=1
2025-08-20T22:49:13.6259868Z [00:02:27.420]➜              num_cies=1
2025-08-20T22:49:13.6260342Z [00:02:27.420]➜       num_unique_cies=1
2025-08-20T22:49:13.6261100Z [00:02:27.420]➜              num_fdes=1
2025-08-20T22:49:13.6261583Z [00:02:27.420]➜        merged_strings=6
2025-08-20T22:49:13.6262058Z [00:02:27.420]➜              num_objs=17
2025-08-20T22:49:13.6262546Z [00:02:27.420]➜         output_chunks=24
2025-08-20T22:49:13.6263037Z [00:02:27.420]➜      string_fragments=28
2025-08-20T22:49:13.6263526Z [00:02:27.420]➜      garbage_sections=45
2025-08-20T22:49:13.6264007Z [00:02:27.420]➜           reloc_alloc=83
2025-08-20T22:49:13.6264490Z [00:02:27.420]➜        undefined_syms=99
2025-08-20T22:49:13.6264986Z [00:02:27.420]➜          defined_syms=150
2025-08-20T22:49:13.6265494Z [00:02:27.420]➜        input_sections=370
2025-08-20T22:49:13.6265993Z [00:02:27.420]➜           parsed_objs=1703
2025-08-20T22:49:13.6266512Z [00:02:27.420]➜      regular_sections=9892
2025-08-20T22:49:13.6267028Z [00:02:27.420]➜              all_syms=25928
2025-08-20T22:49:13.6267564Z [00:02:27.420]➜     total_input_bytes=39166560
2025-08-20T22:49:13.6268474Z [00:02:27.420]➜  .comment estimation=1627 actual=4
2025-08-20T22:49:13.6269129Z [00:02:27.420]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:49:13.6368643Z [00:02:27.432]➜        reloc_nonalloc=0
2025-08-20T22:49:13.6384013Z [00:02:27.433]➜               comdats=0
2025-08-20T22:49:13.6386399Z [00:02:27.433]➜    removed_comdat_mem=0
2025-08-20T22:49:13.6388443Z [00:02:27.433]➜              num_dsos=0
2025-08-20T22:49:13.6389252Z [00:02:27.433]➜       parsed_lto_objs=1
2025-08-20T22:49:13.6391545Z [00:02:27.433]➜              num_cies=1
2025-08-20T22:49:13.6392406Z [00:02:27.433]➜       num_unique_cies=1
2025-08-20T22:49:13.6394352Z [00:02:27.434]➜              num_fdes=1
2025-08-20T22:49:13.6395134Z [00:02:27.434]➜        merged_strings=6
2025-08-20T22:49:13.6395688Z [00:02:27.434]➜              num_objs=17
2025-08-20T22:49:13.6397485Z [00:02:27.434]➜         output_chunks=24
2025-08-20T22:49:13.6398367Z [00:02:27.434]➜      string_fragments=28
2025-08-20T22:49:13.6400732Z [00:02:27.434]➜      garbage_sections=45
2025-08-20T22:49:13.6401660Z [00:02:27.434]➜           reloc_alloc=83
2025-08-20T22:49:13.6402431Z [00:02:27.434]➜        undefined_syms=99
2025-08-20T22:49:13.6403034Z [00:02:27.434]➜          defined_syms=150
2025-08-20T22:49:13.6405121Z [00:02:27.434]➜        input_sections=370
2025-08-20T22:49:13.6405650Z [00:02:27.434]➜           parsed_objs=1703
2025-08-20T22:49:13.6406166Z [00:02:27.434]➜      regular_sections=9892
2025-08-20T22:49:13.6406675Z [00:02:27.434]➜              all_syms=25928
2025-08-20T22:49:13.6407202Z [00:02:27.434]➜     total_input_bytes=39166560
2025-08-20T22:49:13.6407768Z [00:02:27.434]➜  .comment estimation=1627 actual=4
2025-08-20T22:49:13.6408368Z [00:02:27.434]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:49:13.6523646Z [00:02:27.444]➜  using wcscasecmp ... yes
2025-08-20T22:49:13.6535730Z [00:02:27.448]➜  using wcscat ... yes
2025-08-20T22:49:13.6925501Z [00:02:27.487]➜        reloc_nonalloc=0
2025-08-20T22:49:13.6926973Z [00:02:27.487]➜               comdats=0
2025-08-20T22:49:13.6928049Z [00:02:27.487]➜    removed_comdat_mem=0
2025-08-20T22:49:13.6928848Z [00:02:27.487]➜              num_dsos=0
2025-08-20T22:49:13.6929469Z [00:02:27.487]➜       parsed_lto_objs=1
2025-08-20T22:49:13.6930419Z [00:02:27.487]➜              num_cies=1
2025-08-20T22:49:13.6931272Z [00:02:27.487]➜       num_unique_cies=1
2025-08-20T22:49:13.6931924Z [00:02:27.487]➜              num_fdes=1
2025-08-20T22:49:13.6932851Z [00:02:27.487]➜        merged_strings=6
2025-08-20T22:49:13.6933565Z [00:02:27.487]➜              num_objs=17
2025-08-20T22:49:13.6934354Z [00:02:27.487]➜         output_chunks=24
2025-08-20T22:49:13.6935595Z [00:02:27.487]➜      string_fragments=28
2025-08-20T22:49:13.6936313Z [00:02:27.487]➜      garbage_sections=45
2025-08-20T22:49:13.6937051Z [00:02:27.487]➜           reloc_alloc=83
2025-08-20T22:49:13.6937993Z [00:02:27.487]➜        undefined_syms=99
2025-08-20T22:49:13.6938717Z [00:02:27.487]➜          defined_syms=150
2025-08-20T22:49:13.6939374Z [00:02:27.487]➜        input_sections=370
2025-08-20T22:49:13.6940332Z [00:02:27.487]➜           parsed_objs=1703
2025-08-20T22:49:13.6941231Z [00:02:27.487]➜      regular_sections=9892
2025-08-20T22:49:13.6941888Z [00:02:27.487]➜              all_syms=25928
2025-08-20T22:49:13.6942616Z [00:02:27.487]➜     total_input_bytes=39166560
2025-08-20T22:49:13.6944154Z [00:02:27.487]➜  .comment estimation=1627 actual=4
2025-08-20T22:49:13.6944993Z [00:02:27.487]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:49:13.7021914Z [00:02:27.497]➜  using wcschr ... yes
2025-08-20T22:49:13.7450402Z [00:02:27.540]➜        reloc_nonalloc=0
2025-08-20T22:49:13.7457753Z [00:02:27.541]➜               comdats=0
2025-08-20T22:49:13.7458714Z [00:02:27.541]➜    removed_comdat_mem=0
2025-08-20T22:49:13.7459517Z [00:02:27.541]➜              num_dsos=0
2025-08-20T22:49:13.7460268Z [00:02:27.541]➜       parsed_lto_objs=1
2025-08-20T22:49:13.7461073Z [00:02:27.541]➜              num_cies=1
2025-08-20T22:49:13.7462002Z [00:02:27.541]➜       num_unique_cies=1
2025-08-20T22:49:13.7463379Z [00:02:27.541]➜              num_fdes=1
2025-08-20T22:49:13.7463871Z [00:02:27.541]➜        merged_strings=6
2025-08-20T22:49:13.7464351Z [00:02:27.541]➜              num_objs=17
2025-08-20T22:49:13.7464846Z [00:02:27.541]➜         output_chunks=24
2025-08-20T22:49:13.7465332Z [00:02:27.541]➜      string_fragments=28
2025-08-20T22:49:13.7465824Z [00:02:27.541]➜      garbage_sections=45
2025-08-20T22:49:13.7466304Z [00:02:27.541]➜           reloc_alloc=83
2025-08-20T22:49:13.7466793Z [00:02:27.541]➜        undefined_syms=99
2025-08-20T22:49:13.7467276Z [00:02:27.541]➜          defined_syms=150
2025-08-20T22:49:13.7467770Z [00:02:27.541]➜        input_sections=370
2025-08-20T22:49:13.7468270Z [00:02:27.541]➜           parsed_objs=1703
2025-08-20T22:49:13.7468769Z [00:02:27.541]➜      regular_sections=9892
2025-08-20T22:49:13.7469276Z [00:02:27.541]➜              all_syms=25928
2025-08-20T22:49:13.7469796Z [00:02:27.541]➜     total_input_bytes=39166560
2025-08-20T22:49:13.7470362Z [00:02:27.541]➜  .comment estimation=1627 actual=4
2025-08-20T22:49:13.7471133Z [00:02:27.541]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:49:13.7586823Z [00:02:27.553]➜  using wcscmp ... yes
2025-08-20T22:49:13.8084860Z [00:02:27.603]➜        reloc_nonalloc=0
2025-08-20T22:49:13.8093230Z [00:02:27.604]➜               comdats=0
2025-08-20T22:49:13.8093768Z [00:02:27.604]➜    removed_comdat_mem=0
2025-08-20T22:49:13.8094259Z [00:02:27.604]➜              num_dsos=0
2025-08-20T22:49:13.8094746Z [00:02:27.604]➜       parsed_lto_objs=1
2025-08-20T22:49:13.8095214Z [00:02:27.604]➜              num_cies=1
2025-08-20T22:49:13.8095673Z [00:02:27.604]➜       num_unique_cies=1
2025-08-20T22:49:13.8096119Z [00:02:27.604]➜              num_fdes=1
2025-08-20T22:49:13.8096576Z [00:02:27.604]➜        merged_strings=6
2025-08-20T22:49:13.8097343Z [00:02:27.604]➜              num_objs=17
2025-08-20T22:49:13.8097841Z [00:02:27.604]➜         output_chunks=24
2025-08-20T22:49:13.8098338Z [00:02:27.604]➜      string_fragments=28
2025-08-20T22:49:13.8098813Z [00:02:27.604]➜      garbage_sections=45
2025-08-20T22:49:13.8099275Z [00:02:27.604]➜           reloc_alloc=83
2025-08-20T22:49:13.8099744Z [00:02:27.604]➜        undefined_syms=99
2025-08-20T22:49:13.8100215Z [00:02:27.604]➜          defined_syms=150
2025-08-20T22:49:13.8100711Z [00:02:27.604]➜        input_sections=370
2025-08-20T22:49:13.8101380Z [00:02:27.604]➜           parsed_objs=1703
2025-08-20T22:49:13.8101937Z [00:02:27.604]➜      regular_sections=9892
2025-08-20T22:49:13.8102446Z [00:02:27.604]➜              all_syms=25928
2025-08-20T22:49:13.8102976Z [00:02:27.604]➜     total_input_bytes=39166560
2025-08-20T22:49:13.8103537Z [00:02:27.604]➜  .comment estimation=1627 actual=4
2025-08-20T22:49:13.8104132Z [00:02:27.604]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:49:13.8192046Z [00:02:27.614]➜  using wcscoll ... yes
2025-08-20T22:49:13.8748442Z [00:02:27.669]➜        reloc_nonalloc=0
2025-08-20T22:49:13.8752385Z [00:02:27.670]➜               comdats=0
2025-08-20T22:49:13.8752919Z [00:02:27.670]➜    removed_comdat_mem=0
2025-08-20T22:49:13.8753363Z [00:02:27.670]➜              num_dsos=0
2025-08-20T22:49:13.8753838Z [00:02:27.670]➜       parsed_lto_objs=1
2025-08-20T22:49:13.8754331Z [00:02:27.670]➜              num_cies=1
2025-08-20T22:49:13.8754800Z [00:02:27.670]➜       num_unique_cies=1
2025-08-20T22:49:13.8755257Z [00:02:27.670]➜              num_fdes=1
2025-08-20T22:49:13.8755709Z [00:02:27.670]➜        merged_strings=6
2025-08-20T22:49:13.8756147Z [00:02:27.670]➜              num_objs=17
2025-08-20T22:49:13.8756611Z [00:02:27.670]➜         output_chunks=24
2025-08-20T22:49:13.8757082Z [00:02:27.670]➜      string_fragments=28
2025-08-20T22:49:13.8757536Z [00:02:27.670]➜      garbage_sections=45
2025-08-20T22:49:13.8757974Z [00:02:27.670]➜           reloc_alloc=83
2025-08-20T22:49:13.8758487Z [00:02:27.670]➜        undefined_syms=99
2025-08-20T22:49:13.8758985Z [00:02:27.670]➜          defined_syms=150
2025-08-20T22:49:13.8759803Z [00:02:27.670]➜        input_sections=370
2025-08-20T22:49:13.8760317Z [00:02:27.670]➜           parsed_objs=1703
2025-08-20T22:49:13.8761015Z [00:02:27.670]➜      regular_sections=9892
2025-08-20T22:49:13.8761522Z [00:02:27.670]➜              all_syms=25928
2025-08-20T22:49:13.8762038Z [00:02:27.670]➜     total_input_bytes=39166560
2025-08-20T22:49:13.8762586Z [00:02:27.670]➜  .comment estimation=1627 actual=4
2025-08-20T22:49:13.8763181Z [00:02:27.670]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:49:13.8942769Z [00:02:27.689]➜  using wcscpy ... yes
2025-08-20T22:49:13.9184708Z [00:02:27.713]➜        reloc_nonalloc=0
2025-08-20T22:49:13.9185282Z [00:02:27.713]➜               comdats=0
2025-08-20T22:49:13.9185764Z [00:02:27.713]➜    removed_comdat_mem=0
2025-08-20T22:49:13.9187600Z [00:02:27.713]➜              num_dsos=0
2025-08-20T22:49:13.9188398Z [00:02:27.713]➜       parsed_lto_objs=1
2025-08-20T22:49:13.9188990Z [00:02:27.713]➜              num_cies=1
2025-08-20T22:49:13.9189569Z [00:02:27.713]➜       num_unique_cies=1
2025-08-20T22:49:13.9190118Z [00:02:27.713]➜              num_fdes=1
2025-08-20T22:49:13.9190672Z [00:02:27.713]➜        merged_strings=6
2025-08-20T22:49:13.9191399Z [00:02:27.713]➜              num_objs=17
2025-08-20T22:49:13.9193558Z [00:02:27.713]➜         output_chunks=24
2025-08-20T22:49:13.9194068Z [00:02:27.713]➜      string_fragments=28
2025-08-20T22:49:13.9194549Z [00:02:27.713]➜      garbage_sections=45
2025-08-20T22:49:13.9195029Z [00:02:27.713]➜           reloc_alloc=83
2025-08-20T22:49:13.9195501Z [00:02:27.713]➜        undefined_syms=99
2025-08-20T22:49:13.9195978Z [00:02:27.713]➜          defined_syms=150
2025-08-20T22:49:13.9196456Z [00:02:27.713]➜        input_sections=370
2025-08-20T22:49:13.9196951Z [00:02:27.713]➜           parsed_objs=1703
2025-08-20T22:49:13.9197447Z [00:02:27.713]➜      regular_sections=9892
2025-08-20T22:49:13.9198184Z [00:02:27.713]➜              all_syms=25928
2025-08-20T22:49:13.9198720Z [00:02:27.713]➜     total_input_bytes=39166560
2025-08-20T22:49:13.9199285Z [00:02:27.713]➜  .comment estimation=1627 actual=4
2025-08-20T22:49:13.9199882Z [00:02:27.713]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:49:13.9339366Z [00:02:27.729]➜  using wcslcat ... yes
2025-08-20T22:49:13.9606045Z [00:02:27.755]➜        reloc_nonalloc=0
2025-08-20T22:49:13.9611199Z [00:02:27.756]➜               comdats=0
2025-08-20T22:49:13.9611725Z [00:02:27.756]➜    removed_comdat_mem=0
2025-08-20T22:49:13.9612211Z [00:02:27.756]➜              num_dsos=0
2025-08-20T22:49:13.9612704Z [00:02:27.756]➜       parsed_lto_objs=1
2025-08-20T22:49:13.9613185Z [00:02:27.756]➜              num_cies=1
2025-08-20T22:49:13.9613654Z [00:02:27.756]➜       num_unique_cies=1
2025-08-20T22:49:13.9614120Z [00:02:27.756]➜              num_fdes=1
2025-08-20T22:49:13.9614585Z [00:02:27.756]➜        merged_strings=6
2025-08-20T22:49:13.9615089Z [00:02:27.756]➜              num_objs=17
2025-08-20T22:49:13.9615584Z [00:02:27.756]➜         output_chunks=24
2025-08-20T22:49:13.9616336Z [00:02:27.756]➜      string_fragments=28
2025-08-20T22:49:13.9616826Z [00:02:27.756]➜      garbage_sections=45
2025-08-20T22:49:13.9617300Z [00:02:27.756]➜           reloc_alloc=83
2025-08-20T22:49:13.9617785Z [00:02:27.756]➜        undefined_syms=99
2025-08-20T22:49:13.9618270Z [00:02:27.756]➜          defined_syms=150
2025-08-20T22:49:13.9618767Z [00:02:27.756]➜        input_sections=370
2025-08-20T22:49:13.9619272Z [00:02:27.756]➜           parsed_objs=1703
2025-08-20T22:49:13.9619776Z [00:02:27.756]➜      regular_sections=9892
2025-08-20T22:49:13.9620278Z [00:02:27.756]➜              all_syms=25928
2025-08-20T22:49:13.9620950Z [00:02:27.756]➜     total_input_bytes=39166560
2025-08-20T22:49:13.9621518Z [00:02:27.756]➜  .comment estimation=1627 actual=4
2025-08-20T22:49:13.9622119Z [00:02:27.756]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:49:13.9778084Z [00:02:27.773]➜  using wcslcpy ... yes
2025-08-20T22:49:14.0110256Z [00:02:27.806]➜        reloc_nonalloc=0
2025-08-20T22:49:14.0113847Z [00:02:27.806]➜               comdats=0
2025-08-20T22:49:14.0117254Z [00:02:27.806]➜    removed_comdat_mem=0
2025-08-20T22:49:14.0117768Z [00:02:27.806]➜              num_dsos=0
2025-08-20T22:49:14.0118259Z [00:02:27.806]➜       parsed_lto_objs=1
2025-08-20T22:49:14.0119839Z [00:02:27.806]➜              num_cies=1
2025-08-20T22:49:14.0120514Z [00:02:27.806]➜       num_unique_cies=1
2025-08-20T22:49:14.0121375Z [00:02:27.806]➜              num_fdes=1
2025-08-20T22:49:14.0121944Z [00:02:27.806]➜        merged_strings=6
2025-08-20T22:49:14.0122516Z [00:02:27.806]➜              num_objs=17
2025-08-20T22:49:14.0123106Z [00:02:27.806]➜         output_chunks=24
2025-08-20T22:49:14.0124464Z [00:02:27.806]➜      string_fragments=28
2025-08-20T22:49:14.0124969Z [00:02:27.806]➜      garbage_sections=45
2025-08-20T22:49:14.0125487Z [00:02:27.806]➜           reloc_alloc=83
2025-08-20T22:49:14.0126274Z [00:02:27.806]➜        undefined_syms=99
2025-08-20T22:49:14.0126802Z [00:02:27.806]➜          defined_syms=150
2025-08-20T22:49:14.0127328Z [00:02:27.806]➜        input_sections=370
2025-08-20T22:49:14.0127845Z [00:02:27.806]➜           parsed_objs=1703
2025-08-20T22:49:14.0128369Z [00:02:27.806]➜      regular_sections=9892
2025-08-20T22:49:14.0128884Z [00:02:27.806]➜              all_syms=25928
2025-08-20T22:49:14.0129420Z [00:02:27.806]➜     total_input_bytes=39166560
2025-08-20T22:49:14.0129996Z [00:02:27.806]➜  .comment estimation=1627 actual=4
2025-08-20T22:49:14.0130619Z [00:02:27.806]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:49:14.0328058Z [00:02:27.827]➜  using wcslen ... yes
2025-08-20T22:49:14.0813773Z [00:02:27.876]➜        reloc_nonalloc=0
2025-08-20T22:49:14.0822190Z [00:02:27.877]➜               comdats=0
2025-08-20T22:49:14.0824578Z [00:02:27.877]➜    removed_comdat_mem=0
2025-08-20T22:49:14.0827734Z [00:02:27.877]➜              num_dsos=0
2025-08-20T22:49:14.0828283Z [00:02:27.878]➜       parsed_lto_objs=1
2025-08-20T22:49:14.0828771Z [00:02:27.878]➜              num_cies=1
2025-08-20T22:49:14.0829240Z [00:02:27.878]➜       num_unique_cies=1
2025-08-20T22:49:14.0829664Z [00:02:27.878]➜              num_fdes=1
2025-08-20T22:49:14.0830096Z [00:02:27.878]➜        merged_strings=6
2025-08-20T22:49:14.0830528Z [00:02:27.878]➜              num_objs=17
2025-08-20T22:49:14.0831173Z [00:02:27.878]➜         output_chunks=24
2025-08-20T22:49:14.0831655Z [00:02:27.878]➜      string_fragments=28
2025-08-20T22:49:14.0832132Z [00:02:27.878]➜      garbage_sections=45
2025-08-20T22:49:14.0832608Z [00:02:27.878]➜           reloc_alloc=83
2025-08-20T22:49:14.0833087Z [00:02:27.878]➜        undefined_syms=99
2025-08-20T22:49:14.0833573Z [00:02:27.878]➜          defined_syms=150
2025-08-20T22:49:14.0834072Z [00:02:27.878]➜        input_sections=370
2025-08-20T22:49:14.0834533Z [00:02:27.878]➜           parsed_objs=1703
2025-08-20T22:49:14.0834988Z [00:02:27.878]➜      regular_sections=9892
2025-08-20T22:49:14.0835452Z [00:02:27.878]➜              all_syms=25928
2025-08-20T22:49:14.0835927Z [00:02:27.878]➜     total_input_bytes=39166560
2025-08-20T22:49:14.0836719Z [00:02:27.878]➜  .comment estimation=1627 actual=4
2025-08-20T22:49:14.0837294Z [00:02:27.878]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:49:14.0939677Z [00:02:27.889]➜  using wcsncasecmp ... yes
2025-08-20T22:49:14.1297559Z [00:02:27.924]➜        reloc_nonalloc=0
2025-08-20T22:49:14.1305186Z [00:02:27.925]➜               comdats=0
2025-08-20T22:49:14.1305724Z [00:02:27.925]➜    removed_comdat_mem=0
2025-08-20T22:49:14.1306221Z [00:02:27.925]➜              num_dsos=0
2025-08-20T22:49:14.1306717Z [00:02:27.925]➜       parsed_lto_objs=1
2025-08-20T22:49:14.1307195Z [00:02:27.925]➜              num_cies=1
2025-08-20T22:49:14.1307660Z [00:02:27.925]➜       num_unique_cies=1
2025-08-20T22:49:14.1308120Z [00:02:27.925]➜              num_fdes=1
2025-08-20T22:49:14.1308578Z [00:02:27.925]➜        merged_strings=6
2025-08-20T22:49:14.1309086Z [00:02:27.925]➜              num_objs=17
2025-08-20T22:49:14.1309589Z [00:02:27.925]➜         output_chunks=24
2025-08-20T22:49:14.1310092Z [00:02:27.925]➜      string_fragments=28
2025-08-20T22:49:14.1310571Z [00:02:27.925]➜      garbage_sections=45
2025-08-20T22:49:14.1311336Z [00:02:27.925]➜           reloc_alloc=83
2025-08-20T22:49:14.1311822Z [00:02:27.925]➜        undefined_syms=99
2025-08-20T22:49:14.1312299Z [00:02:27.925]➜          defined_syms=150
2025-08-20T22:49:14.1312789Z [00:02:27.925]➜        input_sections=370
2025-08-20T22:49:14.1313282Z [00:02:27.925]➜           parsed_objs=1703
2025-08-20T22:49:14.1313784Z [00:02:27.925]➜      regular_sections=9892
2025-08-20T22:49:14.1314278Z [00:02:27.925]➜              all_syms=25928
2025-08-20T22:49:14.1314797Z [00:02:27.925]➜     total_input_bytes=39166560
2025-08-20T22:49:14.1315352Z [00:02:27.925]➜  .comment estimation=1627 actual=4
2025-08-20T22:49:14.1315957Z [00:02:27.925]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:49:14.1445819Z [00:02:27.939]➜  using wcsncat ... yes
2025-08-20T22:49:14.1825617Z [00:02:27.977]➜        reloc_nonalloc=0
2025-08-20T22:49:14.1828386Z [00:02:27.978]➜               comdats=0
2025-08-20T22:49:14.1829241Z [00:02:27.978]➜    removed_comdat_mem=0
2025-08-20T22:49:14.1829717Z [00:02:27.978]➜              num_dsos=0
2025-08-20T22:49:14.1830199Z [00:02:27.978]➜       parsed_lto_objs=1
2025-08-20T22:49:14.1830679Z [00:02:27.978]➜              num_cies=1
2025-08-20T22:49:14.1831441Z [00:02:27.978]➜       num_unique_cies=1
2025-08-20T22:49:14.1831922Z [00:02:27.978]➜              num_fdes=1
2025-08-20T22:49:14.1832398Z [00:02:27.978]➜        merged_strings=6
2025-08-20T22:49:14.1832868Z [00:02:27.978]➜              num_objs=17
2025-08-20T22:49:14.1833356Z [00:02:27.978]➜         output_chunks=24
2025-08-20T22:49:14.1833846Z [00:02:27.978]➜      string_fragments=28
2025-08-20T22:49:14.1834331Z [00:02:27.978]➜      garbage_sections=45
2025-08-20T22:49:14.1834819Z [00:02:27.978]➜           reloc_alloc=83
2025-08-20T22:49:14.1835326Z [00:02:27.978]➜        undefined_syms=99
2025-08-20T22:49:14.1835811Z [00:02:27.978]➜          defined_syms=150
2025-08-20T22:49:14.1836325Z [00:02:27.978]➜        input_sections=370
2025-08-20T22:49:14.1836830Z [00:02:27.978]➜           parsed_objs=1703
2025-08-20T22:49:14.1837353Z [00:02:27.978]➜      regular_sections=9892
2025-08-20T22:49:14.1837853Z [00:02:27.978]➜              all_syms=25928
2025-08-20T22:49:14.1838377Z [00:02:27.978]➜     total_input_bytes=39166560
2025-08-20T22:49:14.1838936Z [00:02:27.978]➜  .comment estimation=1627 actual=4
2025-08-20T22:49:14.1839546Z [00:02:27.978]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:49:14.1977246Z [00:02:27.993]➜  using wcsncmp ... yes
2025-08-20T22:49:14.2473137Z [00:02:28.042]➜        reloc_nonalloc=0
2025-08-20T22:49:14.2476793Z [00:02:28.042]➜               comdats=0
2025-08-20T22:49:14.2477332Z [00:02:28.042]➜    removed_comdat_mem=0
2025-08-20T22:49:14.2486757Z [00:02:28.042]➜              num_dsos=0
2025-08-20T22:49:14.2487330Z [00:02:28.042]➜       parsed_lto_objs=1
2025-08-20T22:49:14.2487799Z [00:02:28.042]➜              num_cies=1
2025-08-20T22:49:14.2488566Z [00:02:28.042]➜       num_unique_cies=1
2025-08-20T22:49:14.2489032Z [00:02:28.042]➜              num_fdes=1
2025-08-20T22:49:14.2489489Z [00:02:28.042]➜        merged_strings=6
2025-08-20T22:49:14.2489953Z [00:02:28.042]➜              num_objs=17
2025-08-20T22:49:14.2490427Z [00:02:28.042]➜         output_chunks=24
2025-08-20T22:49:14.2491105Z [00:02:28.042]➜      string_fragments=28
2025-08-20T22:49:14.2491600Z [00:02:28.042]➜      garbage_sections=45
2025-08-20T22:49:14.2492066Z [00:02:28.042]➜           reloc_alloc=83
2025-08-20T22:49:14.2492535Z [00:02:28.042]➜        undefined_syms=99
2025-08-20T22:49:14.2493008Z [00:02:28.042]➜          defined_syms=150
2025-08-20T22:49:14.2493493Z [00:02:28.042]➜        input_sections=370
2025-08-20T22:49:14.2493987Z [00:02:28.042]➜           parsed_objs=1703
2025-08-20T22:49:14.2494480Z [00:02:28.042]➜      regular_sections=9892
2025-08-20T22:49:14.2494981Z [00:02:28.042]➜              all_syms=25928
2025-08-20T22:49:14.2495503Z [00:02:28.042]➜     total_input_bytes=39166560
2025-08-20T22:49:14.2496052Z [00:02:28.042]➜  .comment estimation=1627 actual=4
2025-08-20T22:49:14.2496646Z [00:02:28.042]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:49:14.2676575Z [00:02:28.062]➜  using wcsrchr ... yes
2025-08-20T22:49:14.2814003Z [00:02:28.076]➜        reloc_nonalloc=0
2025-08-20T22:49:14.2842978Z [00:02:28.076]➜               comdats=0
2025-08-20T22:49:14.2843569Z [00:02:28.076]➜    removed_comdat_mem=0
2025-08-20T22:49:14.2844073Z [00:02:28.076]➜              num_dsos=0
2025-08-20T22:49:14.2844555Z [00:02:28.076]➜       parsed_lto_objs=1
2025-08-20T22:49:14.2845025Z [00:02:28.076]➜              num_cies=1
2025-08-20T22:49:14.2845527Z [00:02:28.076]➜       num_unique_cies=1
2025-08-20T22:49:14.2846009Z [00:02:28.076]➜              num_fdes=1
2025-08-20T22:49:14.2846512Z [00:02:28.076]➜        merged_strings=6
2025-08-20T22:49:14.2847359Z [00:02:28.076]➜              num_objs=17
2025-08-20T22:49:14.2847895Z [00:02:28.076]➜         output_chunks=24
2025-08-20T22:49:14.2848419Z [00:02:28.076]➜      string_fragments=28
2025-08-20T22:49:14.2848923Z [00:02:28.076]➜      garbage_sections=45
2025-08-20T22:49:14.2849422Z [00:02:28.076]➜           reloc_alloc=83
2025-08-20T22:49:14.2849917Z [00:02:28.076]➜        undefined_syms=99
2025-08-20T22:49:14.2850395Z [00:02:28.076]➜          defined_syms=150
2025-08-20T22:49:14.2851091Z [00:02:28.076]➜        input_sections=370
2025-08-20T22:49:14.2851550Z [00:02:28.076]➜           parsed_objs=1703
2025-08-20T22:49:14.2851999Z [00:02:28.076]➜      regular_sections=9892
2025-08-20T22:49:14.2852447Z [00:02:28.076]➜              all_syms=25928
2025-08-20T22:49:14.2852919Z [00:02:28.076]➜     total_input_bytes=39166560
2025-08-20T22:49:14.2853437Z [00:02:28.076]➜  .comment estimation=1627 actual=4
2025-08-20T22:49:14.2854060Z [00:02:28.076]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:49:14.3016359Z [00:02:28.096]➜  using wcsxfrm ... yes
2025-08-20T22:49:14.3235842Z [00:02:28.118]➜        reloc_nonalloc=0
2025-08-20T22:49:14.3241548Z [00:02:28.119]➜               comdats=0
2025-08-20T22:49:14.3242364Z [00:02:28.119]➜    removed_comdat_mem=0
2025-08-20T22:49:14.3242882Z [00:02:28.119]➜              num_dsos=0
2025-08-20T22:49:14.3243388Z [00:02:28.119]➜       parsed_lto_objs=1
2025-08-20T22:49:14.3243893Z [00:02:28.119]➜              num_cies=1
2025-08-20T22:49:14.3244359Z [00:02:28.119]➜       num_unique_cies=1
2025-08-20T22:49:14.3244815Z [00:02:28.119]➜              num_fdes=1
2025-08-20T22:49:14.3245276Z [00:02:28.119]➜        merged_strings=6
2025-08-20T22:49:14.3245734Z [00:02:28.119]➜              num_objs=24
2025-08-20T22:49:14.3246249Z [00:02:28.119]➜         output_chunks=25
2025-08-20T22:49:14.3246750Z [00:02:28.119]➜      string_fragments=43
2025-08-20T22:49:14.3247216Z [00:02:28.119]➜      garbage_sections=67
2025-08-20T22:49:14.3247666Z [00:02:28.119]➜           reloc_alloc=104
2025-08-20T22:49:14.3248147Z [00:02:28.119]➜        undefined_syms=125
2025-08-20T22:49:14.3248625Z [00:02:28.119]➜          defined_syms=226
2025-08-20T22:49:14.3249379Z [00:02:28.119]➜        input_sections=563
2025-08-20T22:49:14.3249871Z [00:02:28.119]➜           parsed_objs=1657
2025-08-20T22:49:14.3250370Z [00:02:28.119]➜      regular_sections=9630
2025-08-20T22:49:14.3251019Z [00:02:28.119]➜              all_syms=25254
2025-08-20T22:49:14.3251551Z [00:02:28.119]➜     total_input_bytes=38749286
2025-08-20T22:49:14.3252105Z [00:02:28.119]➜  .comment estimation=1627 actual=4
2025-08-20T22:49:14.3252707Z [00:02:28.119]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:49:14.3365681Z [00:02:28.131]➜  using writev ... yes
2025-08-20T22:49:14.3721805Z [00:02:28.167]➜        reloc_nonalloc=0
2025-08-20T22:49:14.3745960Z [00:02:28.169]➜               comdats=0
2025-08-20T22:49:14.3748235Z [00:02:28.170]➜    removed_comdat_mem=0
2025-08-20T22:49:14.3750714Z [00:02:28.170]➜              num_dsos=0
2025-08-20T22:49:14.3751418Z [00:02:28.170]➜       parsed_lto_objs=1
2025-08-20T22:49:14.3751910Z [00:02:28.170]➜              num_cies=1
2025-08-20T22:49:14.3752397Z [00:02:28.170]➜       num_unique_cies=1
2025-08-20T22:49:14.3752856Z [00:02:28.170]➜              num_fdes=1
2025-08-20T22:49:14.3753308Z [00:02:28.170]➜         output_chunks=27
2025-08-20T22:49:14.3753767Z [00:02:28.170]➜              num_objs=32
2025-08-20T22:49:14.3754253Z [00:02:28.170]➜      garbage_sections=90
2025-08-20T22:49:14.3754730Z [00:02:28.170]➜        undefined_syms=133
2025-08-20T22:49:14.3755201Z [00:02:28.170]➜        merged_strings=161
2025-08-20T22:49:14.3755684Z [00:02:28.170]➜      string_fragments=233
2025-08-20T22:49:14.3756164Z [00:02:28.170]➜           reloc_alloc=349
2025-08-20T22:49:14.3756650Z [00:02:28.170]➜          defined_syms=481
2025-08-20T22:49:14.3757088Z [00:02:28.170]➜        input_sections=788
2025-08-20T22:49:14.3757538Z [00:02:28.170]➜           parsed_objs=1657
2025-08-20T22:49:14.3758244Z [00:02:28.170]➜      regular_sections=9628
2025-08-20T22:49:14.3758728Z [00:02:28.170]➜              all_syms=25247
2025-08-20T22:49:14.3759269Z [00:02:28.170]➜     total_input_bytes=38747254
2025-08-20T22:49:14.3759821Z [00:02:28.170]➜  .comment estimation=1627 actual=4
2025-08-20T22:49:14.3760411Z [00:02:28.170]➜  .rodata.cst8 estimation=1707 actual=154
2025-08-20T22:49:14.3761194Z [00:02:28.170]➜  .rodata.cst16 estimation=1626 actual=1
2025-08-20T22:49:14.3761746Z [00:02:28.170]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:49:14.3987870Z [00:02:28.193]➜  using y0 ... yes
2025-08-20T22:49:14.4414669Z [00:02:28.236]➜        reloc_nonalloc=0
2025-08-20T22:49:14.4428065Z [00:02:28.237]➜               comdats=0
2025-08-20T22:49:14.4428584Z [00:02:28.237]➜    removed_comdat_mem=0
2025-08-20T22:49:14.4429052Z [00:02:28.237]➜              num_dsos=0
2025-08-20T22:49:14.4429514Z [00:02:28.237]➜       parsed_lto_objs=1
2025-08-20T22:49:14.4429986Z [00:02:28.237]➜              num_cies=1
2025-08-20T22:49:14.4430481Z [00:02:28.237]➜       num_unique_cies=1
2025-08-20T22:49:14.4431224Z [00:02:28.237]➜              num_fdes=1
2025-08-20T22:49:14.4431718Z [00:02:28.237]➜         output_chunks=27
2025-08-20T22:49:14.4432191Z [00:02:28.237]➜              num_objs=32
2025-08-20T22:49:14.4432665Z [00:02:28.237]➜      garbage_sections=90
2025-08-20T22:49:14.4433143Z [00:02:28.237]➜        undefined_syms=133
2025-08-20T22:49:14.4433623Z [00:02:28.237]➜        merged_strings=162
2025-08-20T22:49:14.4434102Z [00:02:28.237]➜      string_fragments=233
2025-08-20T22:49:14.4434576Z [00:02:28.237]➜           reloc_alloc=347
2025-08-20T22:49:14.4435039Z [00:02:28.237]➜          defined_syms=481
2025-08-20T22:49:14.4435511Z [00:02:28.237]➜        input_sections=788
2025-08-20T22:49:14.4435996Z [00:02:28.237]➜           parsed_objs=1657
2025-08-20T22:49:14.4436478Z [00:02:28.237]➜      regular_sections=9628
2025-08-20T22:49:14.4436968Z [00:02:28.237]➜              all_syms=25247
2025-08-20T22:49:14.4437472Z [00:02:28.237]➜     total_input_bytes=38747254
2025-08-20T22:49:14.4438030Z [00:02:28.237]➜  .comment estimation=1627 actual=4
2025-08-20T22:49:14.4438958Z [00:02:28.237]➜  .rodata.cst8 estimation=1705 actual=155
2025-08-20T22:49:14.4439562Z [00:02:28.237]➜  .rodata.cst16 estimation=1626 actual=1
2025-08-20T22:49:14.4440157Z [00:02:28.237]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:49:14.4509571Z [00:02:28.246]➜  using y1 ... yes
2025-08-20T22:49:14.4948541Z [00:02:28.290]➜        reloc_nonalloc=0
2025-08-20T22:49:14.4965730Z [00:02:28.291]➜               comdats=0
2025-08-20T22:49:14.4966800Z [00:02:28.291]➜    removed_comdat_mem=0
2025-08-20T22:49:14.4967661Z [00:02:28.291]➜              num_dsos=0
2025-08-20T22:49:14.4968344Z [00:02:28.291]➜       parsed_lto_objs=1
2025-08-20T22:49:14.4970092Z [00:02:28.291]➜              num_cies=1
2025-08-20T22:49:14.4970960Z [00:02:28.291]➜       num_unique_cies=1
2025-08-20T22:49:14.4971774Z [00:02:28.291]➜              num_fdes=1
2025-08-20T22:49:14.4972649Z [00:02:28.291]➜         output_chunks=27
2025-08-20T22:49:14.4973438Z [00:02:28.291]➜              num_objs=34
2025-08-20T22:49:14.4974164Z [00:02:28.291]➜      garbage_sections=97
2025-08-20T22:49:14.4974913Z [00:02:28.291]➜        undefined_syms=151
2025-08-20T22:49:14.4976116Z [00:02:28.291]➜        merged_strings=276
2025-08-20T22:49:14.4978108Z [00:02:28.291]➜      string_fragments=362
2025-08-20T22:49:14.4978598Z [00:02:28.291]➜           reloc_alloc=501
2025-08-20T22:49:14.4979072Z [00:02:28.292]➜          defined_syms=630
2025-08-20T22:49:14.4979552Z [00:02:28.292]➜        input_sections=852
2025-08-20T22:49:14.4980029Z [00:02:28.292]➜           parsed_objs=1657
2025-08-20T22:49:14.4980519Z [00:02:28.292]➜      regular_sections=9628
2025-08-20T22:49:14.4981177Z [00:02:28.292]➜              all_syms=25247
2025-08-20T22:49:14.4981698Z [00:02:28.292]➜     total_input_bytes=38747258
2025-08-20T22:49:14.4982238Z [00:02:28.292]➜  .comment estimation=1627 actual=4
2025-08-20T22:49:14.4982826Z [00:02:28.292]➜  .rodata.cst8 estimation=1767 actual=269
2025-08-20T22:49:14.4983692Z [00:02:28.292]➜  .rodata.cst16 estimation=1626 actual=1
2025-08-20T22:49:14.4984324Z [00:02:28.292]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:49:14.5066327Z [00:02:28.301]➜  using yn ... yes
2025-08-20T22:49:14.5194920Z [00:02:28.314]➜        reloc_nonalloc=0
2025-08-20T22:49:14.5208870Z [00:02:28.314]➜               comdats=0
2025-08-20T22:49:14.5209487Z [00:02:28.314]➜    removed_comdat_mem=0
2025-08-20T22:49:14.5210053Z [00:02:28.314]➜              num_dsos=0
2025-08-20T22:49:14.5210601Z [00:02:28.314]➜       parsed_lto_objs=1
2025-08-20T22:49:14.5211358Z [00:02:28.314]➜              num_cies=1
2025-08-20T22:49:14.5211882Z [00:02:28.314]➜       num_unique_cies=1
2025-08-20T22:49:14.5212379Z [00:02:28.314]➜              num_fdes=1
2025-08-20T22:49:14.5212917Z [00:02:28.314]➜         output_chunks=28
2025-08-20T22:49:14.5213461Z [00:02:28.314]➜              num_objs=32
2025-08-20T22:49:14.5213999Z [00:02:28.314]➜      garbage_sections=90
2025-08-20T22:49:14.5214579Z [00:02:28.314]➜        undefined_syms=133
2025-08-20T22:49:14.5215135Z [00:02:28.314]➜        merged_strings=155
2025-08-20T22:49:14.5215713Z [00:02:28.314]➜      string_fragments=224
2025-08-20T22:49:14.5216260Z [00:02:28.314]➜           reloc_alloc=337
2025-08-20T22:49:14.5216794Z [00:02:28.314]➜          defined_syms=472
2025-08-20T22:49:14.5217314Z [00:02:28.314]➜        input_sections=792
2025-08-20T22:49:14.5217866Z [00:02:28.314]➜           parsed_objs=1657
2025-08-20T22:49:14.5218423Z [00:02:28.314]➜      regular_sections=9628
2025-08-20T22:49:14.5218990Z [00:02:28.314]➜              all_syms=25247
2025-08-20T22:49:14.5219550Z [00:02:28.314]➜     total_input_bytes=38747258
2025-08-20T22:49:14.5220174Z [00:02:28.314]➜  .rodata.cst4 estimation=1690 actual=119
2025-08-20T22:49:14.5221080Z [00:02:28.314]➜  .comment estimation=1627 actual=4
2025-08-20T22:49:14.5221752Z [00:02:28.314]➜  .rodata.cst8 estimation=1641 actual=28
2025-08-20T22:49:14.5222400Z [00:02:28.314]➜  .rodata.cst16 estimation=1627 actual=2
2025-08-20T22:49:14.5223115Z [00:02:28.314]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:49:14.5400169Z [00:02:28.335]➜  using y0f ... yes
2025-08-20T22:49:14.5908442Z [00:02:28.385]➜  using y0l ... no
2025-08-20T22:49:14.5909771Z [00:02:28.386]➜        reloc_nonalloc=0
2025-08-20T22:49:14.5912637Z [00:02:28.386]➜               comdats=0
2025-08-20T22:49:14.5913403Z [00:02:28.386]➜    removed_comdat_mem=0
2025-08-20T22:49:14.5915258Z [00:02:28.386]➜              num_dsos=0
2025-08-20T22:49:14.5915754Z [00:02:28.386]➜       parsed_lto_objs=1
2025-08-20T22:49:14.5916244Z [00:02:28.386]➜              num_cies=1
2025-08-20T22:49:14.5916719Z [00:02:28.386]➜       num_unique_cies=1
2025-08-20T22:49:14.5917186Z [00:02:28.386]➜              num_fdes=1
2025-08-20T22:49:14.5917667Z [00:02:28.386]➜         output_chunks=28
2025-08-20T22:49:14.5918157Z [00:02:28.386]➜              num_objs=32
2025-08-20T22:49:14.5918645Z [00:02:28.386]➜      garbage_sections=90
2025-08-20T22:49:14.5919180Z [00:02:28.386]➜        undefined_syms=133
2025-08-20T22:49:14.5919686Z [00:02:28.386]➜        merged_strings=155
2025-08-20T22:49:14.5920202Z [00:02:28.386]➜      string_fragments=224
2025-08-20T22:49:14.5920702Z [00:02:28.386]➜           reloc_alloc=336
2025-08-20T22:49:14.5921374Z [00:02:28.386]➜          defined_syms=472
2025-08-20T22:49:14.5921865Z [00:02:28.386]➜        input_sections=793
2025-08-20T22:49:14.5922348Z [00:02:28.386]➜           parsed_objs=1657
2025-08-20T22:49:14.5922845Z [00:02:28.386]➜      regular_sections=9628
2025-08-20T22:49:14.5923326Z [00:02:28.386]➜              all_syms=25247
2025-08-20T22:49:14.5923821Z [00:02:28.386]➜     total_input_bytes=38747258
2025-08-20T22:49:14.5924390Z [00:02:28.386]➜  .rodata.cst4 estimation=1690 actual=118
2025-08-20T22:49:14.5924999Z [00:02:28.386]➜  .comment estimation=1627 actual=4
2025-08-20T22:49:14.5925602Z [00:02:28.386]➜  .rodata.cst8 estimation=1642 actual=29
2025-08-20T22:49:14.5926205Z [00:02:28.386]➜  .rodata.cst16 estimation=1627 actual=2
2025-08-20T22:49:14.5927071Z [00:02:28.386]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:49:14.6091325Z [00:02:28.404]➜  using y1f ... yes
2025-08-20T22:49:14.6244078Z [00:02:28.419]➜        reloc_nonalloc=0
2025-08-20T22:49:14.6245743Z [00:02:28.419]➜               comdats=0
2025-08-20T22:49:14.6246515Z [00:02:28.419]➜    removed_comdat_mem=0
2025-08-20T22:49:14.6247286Z [00:02:28.419]➜              num_dsos=0
2025-08-20T22:49:14.6248332Z [00:02:28.419]➜       parsed_lto_objs=1
2025-08-20T22:49:14.6249436Z [00:02:28.419]➜              num_cies=1
2025-08-20T22:49:14.6250146Z [00:02:28.419]➜       num_unique_cies=1
2025-08-20T22:49:14.6250744Z [00:02:28.419]➜              num_fdes=1
2025-08-20T22:49:14.6251535Z [00:02:28.419]➜         output_chunks=28
2025-08-20T22:49:14.6252759Z [00:02:28.419]➜              num_objs=34
2025-08-20T22:49:14.6253679Z [00:02:28.419]➜      garbage_sections=97
2025-08-20T22:49:14.6254592Z [00:02:28.419]➜        undefined_syms=148
2025-08-20T22:49:14.6255392Z [00:02:28.419]➜        merged_strings=271
2025-08-20T22:49:14.6256187Z [00:02:28.419]➜      string_fragments=352
2025-08-20T22:49:14.6258001Z [00:02:28.419]➜           reloc_alloc=479
2025-08-20T22:49:14.6258504Z [00:02:28.419]➜          defined_syms=620
2025-08-20T22:49:14.6258998Z [00:02:28.419]➜        input_sections=857
2025-08-20T22:49:14.6259488Z [00:02:28.419]➜           parsed_objs=1657
2025-08-20T22:49:14.6259992Z [00:02:28.419]➜      regular_sections=9628
2025-08-20T22:49:14.6260496Z [00:02:28.419]➜              all_syms=25247
2025-08-20T22:49:14.6261181Z [00:02:28.419]➜     total_input_bytes=38747262
2025-08-20T22:49:14.6261750Z [00:02:28.419]➜  .rodata.cst8 estimation=1642 actual=29
2025-08-20T22:49:14.6262291Z [00:02:28.419]➜  .comment estimation=1627 actual=4
2025-08-20T22:49:14.6262831Z [00:02:28.419]➜  .rodata.cst4 estimation=1754 actual=234
2025-08-20T22:49:14.6263379Z [00:02:28.419]➜  .rodata.cst16 estimation=1627 actual=2
2025-08-20T22:49:14.6263917Z [00:02:28.419]➜  .rodata.str1.1 estimation=1627 actual=2
2025-08-20T22:49:14.6364237Z [00:02:28.431]➜  using ynf ... yes
2025-08-20T22:49:14.6384686Z [00:02:28.433]➜  using y1l ... no
2025-08-20T22:49:14.6632909Z [00:02:28.458]➜  using ynl ... no
2025-08-20T22:49:14.6817108Z [00:02:28.477]➜  1081 configurations checked
2025-08-20T22:49:14.7377020Z [00:02:28.533]➜  make[1]: Leaving directory '/tmp/tmp.K0hxIS5eCV/TEMPREPO'
2025-08-20T22:49:14.7436407Z [00:02:28.538]➜  CC stress-eigen-ops.c
2025-08-20T22:49:14.7437015Z [00:02:28.539]➜  Generating empty AppArmor profile
2025-08-20T22:49:14.7754439Z [00:02:28.568]➜  CC apparmor-data.c
2025-08-20T22:49:14.7755189Z [00:02:28.570]➜  Alpine clang version 20.1.8
2025-08-20T22:49:14.7785803Z [00:02:28.570]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:49:14.7786440Z [00:02:28.570]➜  Thread model: posix
2025-08-20T22:49:14.7787023Z [00:02:28.570]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:49:14.7787807Z [00:02:28.570]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:49:14.7788666Z [00:02:28.570]➜  System configuration file directory: /etc/clang20
2025-08-20T22:49:14.7789746Z [00:02:28.573]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:14.7791232Z [00:02:28.573]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:49:14.7792445Z [00:02:28.573]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:14.7793336Z [00:02:28.573]➜  Candidate multilib: .;@m64
2025-08-20T22:49:14.7794007Z [00:02:28.573]➜  Selected multilib: .;@m64
2025-08-20T22:49:14.7802653Z [00:02:28.575]➜  Alpine clang version 20.1.8
2025-08-20T22:49:14.7803931Z [00:02:28.575]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:49:14.7805275Z [00:02:28.575]➜  Thread model: posix
2025-08-20T22:49:14.7805919Z [00:02:28.575]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:49:14.7806732Z [00:02:28.575]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:49:14.7807873Z [00:02:28.575]➜  System configuration file directory: /etc/clang20
2025-08-20T22:49:14.7808932Z [00:02:28.575]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:14.7810052Z [00:02:28.575]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:49:14.7811287Z [00:02:28.575]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:14.7812111Z [00:02:28.575]➜  Candidate multilib: .;@m64
2025-08-20T22:49:14.7812687Z [00:02:28.575]➜  Selected multilib: .;@m64
2025-08-20T22:49:14.7813213Z [00:02:28.575]➜   (in-process)
2025-08-20T22:49:14.7813792Z [00:02:28.575]➜   "/usr/lib/llvm20/bin/clang-20" (in-process)
2025-08-20T22:49:14.7829448Z [00:02:28.575]➜   -cc1  "-triple/ ux86_64-alpine-linux-musls r-E/ l-disable-freei b-clear-ast-before-backend/ l-disable-llvm-verifierl v-discard-value-namesm 2-main-file-name0 /core-io-uring.cb i-static-definen /-mrelocation-modelc lpica n-pic-levelg -22 0-pic-is-pie"  -mframe-pointer=none-cc1  -ffp-contract=on-triple  -fno-rounding-mathx86_64-alpine-linux-musl  -mconstructor-aliases-emit-llvm-bc  -funwind-tables=2-flto=full  -target-cpu-flto-unit  x86-64 -disable-free-tune-cpu  -clear-ast-before-backendgeneric  -disable-llvm-verifier-debugger-tuning=gdb  -discard-value-names-fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO  -main-file-name-v  stress-eigen-ops.c-fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO  -static-define-resource-dir  -mrelocation-model/usr/lib/llvm20/lib/clang/20  pic-D  -pic-levelHAVE_CC_MUSL_GCC  2-D  -pic-is-pie" V-mframe-pointer=noneE R-ffp-contract=onS I-fno-rounding-mathO N-mconstructor-aliases= \-funwind-tables=2" 0.-target-cpu1 9x86-64. 0-tune-cpu3 \generic" "-debugger-tuning=gdb  -D-fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO  BUILD_STATIC-v  -internal-isystem-fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO  /usr/local/include-resource-dir  -internal-isystem /usr/lib/llvm20/lib/clang/20/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include  -D-internal-externc-isystem  HAVE_CC_MUSL_GCC/usr/include/fortify  -D-internal-externc-isystem  "/usr/includeV E-internal-isystemR S/usr/lib/llvm20/lib/clang/20/includeI O-OsN =-Wno-error\ "-Wall0 .-Wextra1 9-Wformat. 0-Werror=format-security3 \-w" "-std=gnu99  -D-ferror-limit  BUILD_STATIC19  -internal-isystem-stack-protector  /usr/local/include2  -internal-isystem-fstack-clash-protection  -fgnuc-version=4.2.1/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include  -fskip-odr-check-in-gmf-internal-externc-isystem  -vectorize-loops/usr/include/fortify  -vectorize-slp-internal-externc-isystem  -faddrsig/usr/include  -D__GCC_HAVE_DWARF2_CFI_ASM=1-internal-isystem  -o/usr/lib/llvm20/lib/clang/20/include  --Os  -x-Wno-error  c-Wall  core-io-uring.c-Wextra
2025-08-20T22:49:14.7844602Z [00:02:28.575]➜   -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o stress-eigen-ops.o -x c stress-eigen-ops.c
2025-08-20T22:49:14.7846760Z [00:02:28.575]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:49:14.7847829Z [00:02:28.575]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:49:14.7848598Z [00:02:28.575]➜  Alpine clang version 20.1.8
2025-08-20T22:49:14.7849158Z [00:02:28.575]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:49:14.7849675Z [00:02:28.575]➜  Thread model: posix
2025-08-20T22:49:14.7850198Z [00:02:28.575]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:49:14.7851091Z [00:02:28.575]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:49:14.7851878Z [00:02:28.575]➜  System configuration file directory: /etc/clang20
2025-08-20T22:49:14.7852763Z [00:02:28.575]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:14.7853942Z [00:02:28.575]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:49:14.7854931Z [00:02:28.575]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:14.7855658Z [00:02:28.575]➜  Candidate multilib: .;@m64
2025-08-20T22:49:14.7856172Z [00:02:28.575]➜  Selected multilib: .;@m64
2025-08-20T22:49:14.7856792Z [00:02:28.575]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:49:14.7857509Z [00:02:28.575]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:49:14.7858689Z [00:02:28.575]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:49:14.7860228Z [00:02:28.575]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:49:14.7871621Z [00:02:28.575]➜  #include "..." search starts here:
2025-08-20T22:49:14.7872224Z [00:02:28.575]➜  #include "..." search starts here:
2025-08-20T22:49:14.7872776Z [00:02:28.575]➜  #include <...> search starts here:
2025-08-20T22:49:14.7873327Z [00:02:28.575]➜  #include <...> search starts here:
2025-08-20T22:49:14.7873916Z [00:02:28.575]➜    /usr/include/fortify/usr/include/fortify
2025-08-20T22:49:14.7874420Z [00:02:28.575]➜  
2025-08-20T22:49:14.7874821Z [00:02:28.575]➜    /usr/include/usr/include
2025-08-20T22:49:14.7875260Z [00:02:28.575]➜  
2025-08-20T22:49:14.7875924Z [00:02:28.575]➜    /usr/lib/llvm20/lib/clang/20/include/usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:49:14.7876603Z [00:02:28.575]➜  
2025-08-20T22:49:14.7876970Z [00:02:28.575]➜  End of search list.
2025-08-20T22:49:14.7877425Z [00:02:28.575]➜  End of search list.
2025-08-20T22:49:14.7877867Z [00:02:28.575]➜   (in-process)
2025-08-20T22:49:14.7886412Z [00:02:28.575]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -E -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name core-perf-event.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o - -x c core-perf-event.c
2025-08-20T22:49:14.7894566Z [00:02:28.576]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:49:14.7895476Z [00:02:28.577]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:49:14.7896625Z [00:02:28.577]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:49:14.7897533Z [00:02:28.577]➜  #include "..." search starts here:
2025-08-20T22:49:14.7898052Z [00:02:28.577]➜  #include <...> search starts here:
2025-08-20T22:49:14.7898537Z [00:02:28.577]➜   /usr/include/fortify
2025-08-20T22:49:14.7898952Z [00:02:28.577]➜   /usr/include
2025-08-20T22:49:14.7899405Z [00:02:28.577]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:49:14.7899882Z [00:02:28.577]➜  End of search list.
2025-08-20T22:49:14.7931654Z [00:02:28.586]➜  Alpine clang version 20.1.8
2025-08-20T22:49:14.7934474Z [00:02:28.586]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:49:14.7935281Z [00:02:28.586]➜  Thread model: posix
2025-08-20T22:49:14.7935860Z [00:02:28.586]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:49:14.7936659Z [00:02:28.586]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:49:14.7937461Z [00:02:28.586]➜  System configuration file directory: /etc/clang20
2025-08-20T22:49:14.7938359Z [00:02:28.586]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:14.7939380Z [00:02:28.586]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:49:14.7940395Z [00:02:28.586]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:14.7941413Z [00:02:28.586]➜  Candidate multilib: .;@m64
2025-08-20T22:49:14.7941966Z [00:02:28.586]➜  Selected multilib: .;@m64
2025-08-20T22:49:14.7942465Z [00:02:28.587]➜   (in-process)
2025-08-20T22:49:14.7950717Z [00:02:28.587]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -E -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name core-personality.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o - -x c core-personality.c
2025-08-20T22:49:14.7958700Z [00:02:28.588]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:49:14.7960314Z [00:02:28.588]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:49:14.7961782Z [00:02:28.588]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:49:14.7962827Z [00:02:28.588]➜  #include "..." search starts here:
2025-08-20T22:49:14.7963411Z [00:02:28.588]➜  #include <...> search starts here:
2025-08-20T22:49:14.7963948Z [00:02:28.588]➜   /usr/include/fortify
2025-08-20T22:49:14.7964416Z [00:02:28.588]➜   /usr/include
2025-08-20T22:49:14.7964928Z [00:02:28.588]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:49:14.7965464Z [00:02:28.588]➜  End of search list.
2025-08-20T22:49:14.7965944Z [00:02:28.591]➜  MK io-uring.h
2025-08-20T22:49:14.8002393Z [00:02:28.595]➜  CC core-perf.c
2025-08-20T22:49:14.8024920Z [00:02:28.596]➜  CC stress-vecmath.c
2025-08-20T22:49:14.8086101Z [00:02:28.603]➜  MK personality.h
2025-08-20T22:49:14.8095286Z [00:02:28.604]➜  CC core-affinity.c
2025-08-20T22:49:14.8131040Z [00:02:28.608]➜  CC core-arch.c
2025-08-20T22:49:14.8225869Z [00:02:28.617]➜  Alpine clang version 20.1.8
2025-08-20T22:49:14.8226503Z [00:02:28.617]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:49:14.8227076Z [00:02:28.617]➜  Thread model: posix
2025-08-20T22:49:14.8227667Z [00:02:28.617]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:49:14.8228510Z [00:02:28.617]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:49:14.8229415Z [00:02:28.617]➜  System configuration file directory: /etc/clang20
2025-08-20T22:49:14.8230396Z [00:02:28.617]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:14.8232100Z [00:02:28.617]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:49:14.8233173Z [00:02:28.617]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:14.8233929Z [00:02:28.617]➜  Candidate multilib: .;@m64
2025-08-20T22:49:14.8234407Z [00:02:28.617]➜  Selected multilib: .;@m64
2025-08-20T22:49:14.8234862Z [00:02:28.618]➜   (in-process)
2025-08-20T22:49:14.8268353Z [00:02:28.621]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name apparmor-data.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o apparmor-data.o -x c apparmor-data.c
2025-08-20T22:49:14.8276481Z [00:02:28.621]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:49:14.8277390Z [00:02:28.621]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:49:14.8278526Z [00:02:28.621]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:49:14.8279529Z [00:02:28.621]➜  #include "..." search starts here:
2025-08-20T22:49:14.8280107Z [00:02:28.621]➜  #include <...> search starts here:
2025-08-20T22:49:14.8281121Z [00:02:28.621]➜   /usr/include/fortify
2025-08-20T22:49:14.8281583Z [00:02:28.621]➜   /usr/include
2025-08-20T22:49:14.8282097Z [00:02:28.621]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:49:14.8282600Z [00:02:28.621]➜  End of search list.
2025-08-20T22:49:14.8387641Z [00:02:28.633]➜  Alpine clang version 20.1.8
2025-08-20T22:49:14.8388266Z [00:02:28.634]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:49:14.8388780Z [00:02:28.634]➜  Thread model: posix
2025-08-20T22:49:14.8389597Z [00:02:28.634]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:49:14.8390680Z [00:02:28.634]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:49:14.8391691Z [00:02:28.634]➜  System configuration file directory: /etc/clang20
2025-08-20T22:49:14.8392900Z [00:02:28.634]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:14.8393794Z [00:02:28.634]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:49:14.8394725Z [00:02:28.634]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:14.8395415Z [00:02:28.634]➜  Candidate multilib: .;@m64
2025-08-20T22:49:14.8396384Z [00:02:28.634]➜  Selected multilib: .;@m64
2025-08-20T22:49:14.8401089Z [00:02:28.635]➜  Alpine clang version 20.1.8
2025-08-20T22:49:14.8402375Z [00:02:28.635]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:49:14.8409858Z [00:02:28.636]➜  Thread model: posix (in-process)
2025-08-20T22:49:14.8410937Z [00:02:28.636]➜   "/usr/lib/llvm20/bi
2025-08-20T22:49:14.8421507Z [00:02:28.636]➜  InstalledDir: n/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name core-perf.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o core-perf.o -x c core-perf.c
2025-08-20T22:49:14.8429046Z [00:02:28.636]➜  /usr/lib/llvm20/bin
2025-08-20T22:49:14.8429787Z [00:02:28.636]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:49:14.8430587Z [00:02:28.636]➜  System configuration file directory: /etc/clang20
2025-08-20T22:49:14.8431788Z [00:02:28.637]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:14.8453040Z [00:02:28.637]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:49:14.8454143Z [00:02:28.637]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:14.8454964Z [00:02:28.637]➜  Candidate multilib: .;@m64
2025-08-20T22:49:14.8455552Z [00:02:28.637]➜  Selected multilib: .;@m64
2025-08-20T22:49:14.8456335Z [00:02:28.639]➜   (in-process)
2025-08-20T22:49:14.8465125Z [00:02:28.639]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name stress-vecmath.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fno-builtin -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o stress-vecmath.o -x c stress-vecmath.c
2025-08-20T22:49:14.8473584Z [00:02:28.639]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:49:14.8474685Z [00:02:28.639]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:49:14.8475562Z [00:02:28.639]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:49:14.8476743Z [00:02:28.640]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:49:14.8477788Z [00:02:28.640]➜  #include "..." search starts here:
2025-08-20T22:49:14.8478363Z [00:02:28.640]➜  #include <...> search starts here:
2025-08-20T22:49:14.8478875Z [00:02:28.640]➜   /usr/include/fortify
2025-08-20T22:49:14.8479329Z [00:02:28.640]➜   /usr/include
2025-08-20T22:49:14.8480691Z [00:02:28.640]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:49:14.8481417Z [00:02:28.640]➜  End of search list.
2025-08-20T22:49:14.8482358Z [00:02:28.641]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:49:14.8483616Z [00:02:28.641]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:49:14.8484694Z [00:02:28.641]➜  #include "..." search starts here:
2025-08-20T22:49:14.8485265Z [00:02:28.641]➜  #include <...> search starts here:
2025-08-20T22:49:14.8485797Z [00:02:28.641]➜   /usr/include/fortify
2025-08-20T22:49:14.8486250Z [00:02:28.641]➜   /usr/include
2025-08-20T22:49:14.8486752Z [00:02:28.641]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:49:14.8487273Z [00:02:28.641]➜  End of search list.
2025-08-20T22:49:14.8487726Z [00:02:28.641]➜  CC core-asm-ret.c
2025-08-20T22:49:14.8730335Z [00:02:28.668]➜  Alpine clang version 20.1.8
2025-08-20T22:49:14.8731487Z [00:02:28.668]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:49:14.8732069Z [00:02:28.668]➜  Thread model: posix
2025-08-20T22:49:14.8732610Z [00:02:28.668]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:49:14.8733428Z [00:02:28.668]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:49:14.8745417Z [00:02:28.669]➜  System configuration file directory: /etc/clang20Alpine clang version 20.1.8
2025-08-20T22:49:14.8747630Z [00:02:28.669]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:14.8748763Z [00:02:28.670]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:49:14.8749695Z [00:02:28.670]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:14.8750422Z [00:02:28.670]➜  Candidate multilib: .;@m64
2025-08-20T22:49:14.8751192Z [00:02:28.670]➜  Selected multilib: .;@m64
2025-08-20T22:49:14.8753981Z [00:02:28.670]➜   (in-process)
2025-08-20T22:49:14.8812813Z [00:02:28.674]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name core-affinity.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o core-affinity.o -x c core-affinity.c
2025-08-20T22:49:14.8827933Z [00:02:28.674]➜  
2025-08-20T22:49:14.8828363Z [00:02:28.674]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:49:14.8828858Z [00:02:28.674]➜  Thread model: posix
2025-08-20T22:49:14.8829368Z [00:02:28.674]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:49:14.8830069Z [00:02:28.674]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:49:14.8831061Z [00:02:28.674]➜  System configuration file directory: /etc/clang20
2025-08-20T22:49:14.8831999Z [00:02:28.674]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:14.8833004Z [00:02:28.674]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:49:14.8834006Z [00:02:28.674]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:14.8834798Z [00:02:28.674]➜  Candidate multilib: .;@m64
2025-08-20T22:49:14.8835347Z [00:02:28.674]➜  Selected multilib: .;@m64
2025-08-20T22:49:14.8835852Z [00:02:28.674]➜   (in-process)
2025-08-20T22:49:14.8862063Z [00:02:28.679]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name core-arch.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGclang -cc1 version 20.1.8S=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o core-arch.o -x c core-arch.c
2025-08-20T22:49:14.8895759Z [00:02:28.680]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:49:14.8896782Z [00:02:28.680]➜   based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:49:14.8897602Z [00:02:28.680]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:49:14.8898834Z [00:02:28.680]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:49:14.8899932Z [00:02:28.680]➜  #include "..." search starts here:
2025-08-20T22:49:14.8900551Z [00:02:28.680]➜  #include <...> search starts here:
2025-08-20T22:49:14.8901542Z [00:02:28.680]➜   /usr/include/fortify
2025-08-20T22:49:14.8902282Z [00:02:28.680]➜   /usr/include
2025-08-20T22:49:14.8902832Z [00:02:28.680]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:49:14.8903380Z [00:02:28.680]➜  End of search list.
2025-08-20T22:49:14.8903930Z [00:02:28.682]➜  Alpine clang version 20.1.8
2025-08-20T22:49:14.8904512Z [00:02:28.682]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:49:14.8905070Z [00:02:28.682]➜  Thread model: posix
2025-08-20T22:49:14.8905639Z [00:02:28.682]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:49:14.8911051Z [00:02:28.682]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfgignoring nonexistent directory "/usr/local/include"
2025-08-20T22:49:14.8913265Z [00:02:28.682]➜  ignoring nonexistent directory "
2025-08-20T22:49:14.8915833Z [00:02:28.682]➜  /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:49:14.8917345Z [00:02:28.682]➜  #include "..." search starts here:
2025-08-20T22:49:14.8918996Z [00:02:28.682]➜  #include <...> search starts here:
2025-08-20T22:49:14.8919938Z [00:02:28.683]➜   /usr/include/fortify
2025-08-20T22:49:14.8920619Z [00:02:28.683]➜   /usr/include
2025-08-20T22:49:14.8922588Z [00:02:28.683]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:49:14.8923260Z [00:02:28.686]➜  End of search list.
2025-08-20T22:49:14.8924212Z [00:02:28.686]➜  System configuration file directory: /etc/clang20
2025-08-20T22:49:14.8925211Z [00:02:28.686]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:14.8926314Z [00:02:28.686]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:49:14.8927341Z [00:02:28.686]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:14.8928126Z [00:02:28.686]➜  Candidate multilib: .;@m64
2025-08-20T22:49:14.8928704Z [00:02:28.686]➜  Selected multilib: .;@m64
2025-08-20T22:49:14.8929239Z [00:02:28.686]➜   (in-process)
2025-08-20T22:49:14.8945358Z [00:02:28.686]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name core-asm-ret.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o core-asm-ret.o -x c core-asm-ret.c
2025-08-20T22:49:14.8958665Z [00:02:28.686]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:49:14.8959720Z [00:02:28.686]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:49:14.8991388Z [00:02:28.686]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:49:14.8992641Z [00:02:28.686]➜  #include "..." search starts here:
2025-08-20T22:49:14.8993293Z [00:02:28.686]➜  #include <...> search starts here:
2025-08-20T22:49:14.8993870Z [00:02:28.687]➜   /usr/include/fortify
2025-08-20T22:49:14.8994412Z [00:02:28.687]➜   /usr/include
2025-08-20T22:49:14.8994997Z [00:02:28.687]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:49:14.8995599Z [00:02:28.687]➜  End of search list.
2025-08-20T22:49:14.9830253Z [00:02:28.778]➜  CC core-capabilities.c
2025-08-20T22:49:15.0201018Z [00:02:28.815]➜  Alpine clang version 20.1.8
2025-08-20T22:49:15.0203835Z [00:02:28.815]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:49:15.0206604Z [00:02:28.816]➜  Thread model: posix
2025-08-20T22:49:15.0209387Z [00:02:28.816]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:49:15.0212874Z [00:02:28.816]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:49:15.0216720Z [00:02:28.816]➜  System configuration file directory: /etc/clang20
2025-08-20T22:49:15.0217770Z [00:02:28.816]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:15.0218906Z [00:02:28.816]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:49:15.0219976Z [00:02:28.816]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:15.0221000Z [00:02:28.816]➜  Candidate multilib: .;@m64
2025-08-20T22:49:15.0221621Z [00:02:28.816]➜  Selected multilib: .;@m64
2025-08-20T22:49:15.0222179Z [00:02:28.816]➜   (in-process)
2025-08-20T22:49:15.0256866Z [00:02:28.818]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name core-capabilities.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o core-capabilities.o -x c core-capabilities.c
2025-08-20T22:49:15.0275775Z [00:02:28.820]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:49:15.0276810Z [00:02:28.821]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:49:15.0278147Z [00:02:28.821]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:49:15.0279307Z [00:02:28.821]➜  #include "..." search starts here:
2025-08-20T22:49:15.0279987Z [00:02:28.821]➜  #include <...> search starts here:
2025-08-20T22:49:15.0280589Z [00:02:28.822]➜   /usr/include/fortify
2025-08-20T22:49:15.0281333Z [00:02:28.822]➜   /usr/include
2025-08-20T22:49:15.0281910Z [00:02:28.822]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:49:15.0282517Z [00:02:28.822]➜  End of search list.
2025-08-20T22:49:15.0579443Z [00:02:28.853]➜  CC core-cpu.c
2025-08-20T22:49:15.1189678Z [00:02:28.913]➜  Alpine clang version 20.1.8
2025-08-20T22:49:15.1191586Z [00:02:28.914]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:49:15.1192393Z [00:02:28.914]➜  Thread model: posix
2025-08-20T22:49:15.1192952Z [00:02:28.914]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:49:15.1194282Z [00:02:28.914]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:49:15.1195388Z [00:02:28.914]➜  System configuration file directory: /etc/clang20
2025-08-20T22:49:15.1196772Z [00:02:28.914]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:15.1199045Z [00:02:28.914]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:49:15.1200013Z [00:02:28.914]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:15.1200744Z [00:02:28.914]➜  Candidate multilib: .;@m64
2025-08-20T22:49:15.1201453Z [00:02:28.914]➜  Selected multilib: .;@m64
2025-08-20T22:49:15.1201941Z [00:02:28.914]➜   (in-process)
2025-08-20T22:49:15.1219705Z [00:02:28.915]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name core-cpu.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o core-cpu.o -x c core-cpu.c
2025-08-20T22:49:15.1253525Z [00:02:28.916]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:49:15.1254596Z [00:02:28.916]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:49:15.1255921Z [00:02:28.920]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:49:15.1257080Z [00:02:28.920]➜  #include "..." search starts here:
2025-08-20T22:49:15.1257716Z [00:02:28.920]➜  #include <...> search starts here:
2025-08-20T22:49:15.1258273Z [00:02:28.920]➜   /usr/include/fortify
2025-08-20T22:49:15.1258774Z [00:02:28.920]➜   /usr/include
2025-08-20T22:49:15.1259316Z [00:02:28.920]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:49:15.1259923Z [00:02:28.920]➜  End of search list.
2025-08-20T22:49:16.2454503Z [00:02:30.040]➜  CC core-cpu-cache.c
2025-08-20T22:49:16.2827302Z [00:02:30.077]➜  Alpine clang version 20.1.8
2025-08-20T22:49:16.2834579Z [00:02:30.078]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:49:16.2835902Z [00:02:30.078]➜  Thread model: posix
2025-08-20T22:49:16.2836736Z [00:02:30.078]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:49:16.2837448Z [00:02:30.078]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:49:16.2838217Z [00:02:30.078]➜  System configuration file directory: /etc/clang20
2025-08-20T22:49:16.2839131Z [00:02:30.078]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:16.2840106Z [00:02:30.078]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:49:16.2841238Z [00:02:30.078]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:16.2841996Z [00:02:30.078]➜  Candidate multilib: .;@m64
2025-08-20T22:49:16.2842542Z [00:02:30.078]➜  Selected multilib: .;@m64
2025-08-20T22:49:16.2849227Z [00:02:30.078]➜   (in-process)
2025-08-20T22:49:16.2868585Z [00:02:30.079]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name core-cpu-cache.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o core-cpu-cache.o -x c core-cpu-cache.c
2025-08-20T22:49:16.2882085Z [00:02:30.080]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:49:16.2883123Z [00:02:30.080]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:49:16.2884376Z [00:02:30.080]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:49:16.2885553Z [00:02:30.081]➜  #include "..." search starts here:
2025-08-20T22:49:16.2886216Z [00:02:30.081]➜  #include <...> search starts here:
2025-08-20T22:49:16.2886814Z [00:02:30.081]➜   /usr/include/fortify
2025-08-20T22:49:16.2887319Z [00:02:30.081]➜   /usr/include
2025-08-20T22:49:16.2887836Z [00:02:30.081]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:49:16.2888388Z [00:02:30.081]➜  End of search list.
2025-08-20T22:49:16.3391742Z [00:02:30.134]➜  CC core-cpu-freq.c
2025-08-20T22:49:16.4052913Z [00:02:30.200]➜  CC core-cpuidle.c
2025-08-20T22:49:16.4106644Z [00:02:30.205]➜  Alpine clang version 20.1.8
2025-08-20T22:49:16.4111097Z [00:02:30.206]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:49:16.4115810Z [00:02:30.206]➜  Thread model: posix
2025-08-20T22:49:16.4121068Z [00:02:30.207]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:49:16.4126482Z [00:02:30.207]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:49:16.4131105Z [00:02:30.208]➜  System configuration file directory: /etc/clang20
2025-08-20T22:49:16.4136890Z [00:02:30.208]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:16.4145086Z [00:02:30.209]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:49:16.4147086Z [00:02:30.209]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:16.4150647Z [00:02:30.209]➜  Candidate multilib: .;@m64
2025-08-20T22:49:16.4155442Z [00:02:30.209]➜  Selected multilib: .;@m64
2025-08-20T22:49:16.4156508Z [00:02:30.210]➜   (in-process)
2025-08-20T22:49:16.4190558Z [00:02:30.212]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name core-cpu-freq.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o core-cpu-freq.o -x c core-cpu-freq.c
2025-08-20T22:49:16.4219286Z [00:02:30.217]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:49:16.4229177Z [00:02:30.218]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:49:16.4262058Z [00:02:30.219]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:49:16.4264685Z [00:02:30.219]➜  #include "..." search starts here:
2025-08-20T22:49:16.4266771Z [00:02:30.219]➜  #include <...> search starts here:
2025-08-20T22:49:16.4268768Z [00:02:30.219]➜   /usr/include/fortify
2025-08-20T22:49:16.4275524Z [00:02:30.219]➜   /usr/include
2025-08-20T22:49:16.4276141Z [00:02:30.219]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:49:16.4276796Z [00:02:30.219]➜  End of search list.
2025-08-20T22:49:16.4885846Z [00:02:30.283]➜  Alpine clang version 20.1.8
2025-08-20T22:49:16.4892638Z [00:02:30.284]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:49:16.4893307Z [00:02:30.284]➜  Thread model: posix
2025-08-20T22:49:16.4893941Z [00:02:30.284]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:49:16.4904538Z [00:02:30.285]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:49:16.4905534Z [00:02:30.285]➜  System configuration file directory: /etc/clang20
2025-08-20T22:49:16.4906509Z [00:02:30.285]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:16.4907622Z [00:02:30.285]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:49:16.4908623Z [00:02:30.285]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:16.4909405Z [00:02:30.285]➜  Candidate multilib: .;@m64
2025-08-20T22:49:16.4910013Z [00:02:30.285]➜  Selected multilib: .;@m64
2025-08-20T22:49:16.4910623Z [00:02:30.286]➜   (in-process)
2025-08-20T22:49:16.4960068Z [00:02:30.289]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name core-cpuidle.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o core-cpuidle.o -x c core-cpuidle.c
2025-08-20T22:49:16.4974710Z [00:02:30.289]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:49:16.4975627Z [00:02:30.289]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:49:16.4976846Z [00:02:30.289]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:49:16.4977930Z [00:02:30.289]➜  #include "..." search starts here:
2025-08-20T22:49:16.4978544Z [00:02:30.289]➜  #include <...> search starts here:
2025-08-20T22:49:16.4979100Z [00:02:30.289]➜   /usr/include/fortify
2025-08-20T22:49:16.4979576Z [00:02:30.289]➜   /usr/include
2025-08-20T22:49:16.4980093Z [00:02:30.289]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:49:16.4980665Z [00:02:30.289]➜  End of search list.
2025-08-20T22:49:16.6273764Z [00:02:30.422]➜  CC core-clocksource.c
2025-08-20T22:49:16.6418525Z [00:02:30.437]➜  CC core-config-check.c
2025-08-20T22:49:16.6789705Z [00:02:30.473]➜  Alpine clang version 20.1.8
2025-08-20T22:49:16.6790397Z [00:02:30.473]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:49:16.6791142Z [00:02:30.473]➜  Thread model: posix
2025-08-20T22:49:16.6791736Z [00:02:30.473]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:49:16.6792568Z [00:02:30.473]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:49:16.6795481Z [00:02:30.473]➜  System configuration file directory: /etc/clang20
2025-08-20T22:49:16.6796508Z [00:02:30.473]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:16.6797629Z [00:02:30.473]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:49:16.6798716Z [00:02:30.473]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:16.6799680Z [00:02:30.473]➜  Candidate multilib: .;@m64
2025-08-20T22:49:16.6800304Z [00:02:30.473]➜  Selected multilib: .;@m64
2025-08-20T22:49:16.6801133Z [00:02:30.474]➜  CC core-filesystem.c
2025-08-20T22:49:16.6811059Z [00:02:30.476]➜   (in-process)
2025-08-20T22:49:16.6837199Z [00:02:30.477]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name core-config-check.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o core-config-check.o -x c core-config-check.c
2025-08-20T22:49:16.6863225Z [00:02:30.481]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:49:16.6872521Z [00:02:30.482]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:49:16.6882072Z [00:02:30.482]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:49:16.6883294Z [00:02:30.482]➜  #include "..." search starts here:
2025-08-20T22:49:16.6883984Z [00:02:30.482]➜  #include <...> search starts here:
2025-08-20T22:49:16.6884627Z [00:02:30.482]➜   /usr/include/fortify
2025-08-20T22:49:16.6885192Z [00:02:30.482]➜   /usr/include
2025-08-20T22:49:16.6885795Z [00:02:30.482]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:49:16.6886749Z [00:02:30.482]➜  End of search list.
2025-08-20T22:49:16.6991609Z [00:02:30.494]➜  Alpine clang version 20.1.8
2025-08-20T22:49:16.6999716Z [00:02:30.494]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:49:16.7000366Z [00:02:30.494]➜  Thread model: posix
2025-08-20T22:49:16.7001192Z [00:02:30.494]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:49:16.7002077Z [00:02:30.494]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:49:16.7045291Z [00:02:30.499]➜  System configuration file directory: /etc/clang20
2025-08-20T22:49:16.7054552Z [00:02:30.499]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:16.7055742Z [00:02:30.499]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:49:16.7056826Z [00:02:30.499]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:16.7057610Z [00:02:30.499]➜  Candidate multilib: .;@m64
2025-08-20T22:49:16.7058203Z [00:02:30.499]➜  Selected multilib: .;@m64
2025-08-20T22:49:16.7058736Z [00:02:30.500]➜   (in-process)
2025-08-20T22:49:16.7085035Z [00:02:30.502]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name core-clocksource.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o core-clocksource.o -x c core-clocksource.c
2025-08-20T22:49:16.7123317Z [00:02:30.505]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:49:16.7128378Z [00:02:30.505]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:49:16.7129752Z [00:02:30.505]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:49:16.7131147Z [00:02:30.505]➜  #include "..." search starts here:
2025-08-20T22:49:16.7131826Z [00:02:30.505]➜  #include <...> search starts here:
2025-08-20T22:49:16.7132474Z [00:02:30.505]➜   /usr/include/fortify
2025-08-20T22:49:16.7133021Z [00:02:30.505]➜   /usr/include
2025-08-20T22:49:16.7133938Z [00:02:30.505]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:49:16.7134560Z [00:02:30.505]➜  End of search list.
2025-08-20T22:49:16.7587665Z [00:02:30.553]➜  Alpine clang version 20.1.8
2025-08-20T22:49:16.7618062Z [00:02:30.553]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:49:16.7618753Z [00:02:30.553]➜  Thread model: posix
2025-08-20T22:49:16.7619398Z [00:02:30.553]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:49:16.7620276Z [00:02:30.553]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:49:16.7621415Z [00:02:30.553]➜  System configuration file directory: /etc/clang20
2025-08-20T22:49:16.7622443Z [00:02:30.553]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:16.7623576Z [00:02:30.553]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:49:16.7624709Z [00:02:30.553]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:16.7625554Z [00:02:30.554]➜  Candidate multilib: .;@m64
2025-08-20T22:49:16.7626198Z [00:02:30.554]➜  Selected multilib: .;@m64
2025-08-20T22:49:16.7626760Z [00:02:30.554]➜   (in-process)
2025-08-20T22:49:16.7647879Z [00:02:30.555]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name core-filesystem.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o core-filesystem.o -x c core-filesystem.c
2025-08-20T22:49:16.7661796Z [00:02:30.559]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:49:16.7665857Z [00:02:30.561]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:49:16.7667244Z [00:02:30.561]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:49:16.7670073Z [00:02:30.561]➜  #include "..." search starts here:
2025-08-20T22:49:16.7682416Z [00:02:30.561]➜  #include <...> search starts here:
2025-08-20T22:49:16.7684454Z [00:02:30.561]➜   /usr/include/fortify
2025-08-20T22:49:16.7686407Z [00:02:30.561]➜   /usr/include
2025-08-20T22:49:16.7687692Z [00:02:30.561]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:49:16.7688680Z [00:02:30.561]➜  End of search list.
2025-08-20T22:49:16.8145537Z [00:02:30.609]➜  CC core-hash.c
2025-08-20T22:49:16.8250514Z [00:02:30.620]➜  CC core-helper.c
2025-08-20T22:49:16.8616844Z [00:02:30.656]➜  Alpine clang version 20.1.8
2025-08-20T22:49:16.8617972Z [00:02:30.656]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:49:16.8618535Z [00:02:30.656]➜  Thread model: posix
2025-08-20T22:49:16.8619244Z [00:02:30.656]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:49:16.8620157Z [00:02:30.656]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:49:16.8621360Z [00:02:30.656]➜  System configuration file directory: /etc/clang20
2025-08-20T22:49:16.8622433Z [00:02:30.656]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:16.8623772Z [00:02:30.656]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:49:16.8624883Z [00:02:30.656]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:16.8625586Z [00:02:30.656]➜  Candidate multilib: .;@m64
2025-08-20T22:49:16.8626123Z [00:02:30.656]➜  Selected multilib: .;@m64
2025-08-20T22:49:16.8628226Z [00:02:30.658]➜   (in-process)
2025-08-20T22:49:16.8647176Z [00:02:30.658]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name core-hash.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o core-hash.o -x c core-hash.c
2025-08-20T22:49:16.8660472Z [00:02:30.659]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:49:16.8661645Z [00:02:30.659]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:49:16.8662951Z [00:02:30.659]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:49:16.8664073Z [00:02:30.659]➜  #include "..." search starts here:
2025-08-20T22:49:16.8664682Z [00:02:30.659]➜  #include <...> search starts here:
2025-08-20T22:49:16.8665508Z [00:02:30.659]➜   /usr/include/fortify
2025-08-20T22:49:16.8665988Z [00:02:30.659]➜   /usr/include
2025-08-20T22:49:16.8666544Z [00:02:30.659]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:49:16.8667141Z [00:02:30.659]➜  End of search list.
2025-08-20T22:49:16.8859710Z [00:02:30.681]➜  Alpine clang version 20.1.8
2025-08-20T22:49:16.8863662Z [00:02:30.681]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:49:16.8869321Z [00:02:30.682]➜  Thread model: posix
2025-08-20T22:49:16.8874689Z [00:02:30.682]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:49:16.8880495Z [00:02:30.683]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:49:16.8886013Z [00:02:30.684]➜  System configuration file directory: /etc/clang20
2025-08-20T22:49:16.8890328Z [00:02:30.684]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:16.8895484Z [00:02:30.684]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:49:16.8899294Z [00:02:30.685]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:16.8908606Z [00:02:30.685]➜  Candidate multilib: .;@m64
2025-08-20T22:49:16.8909242Z [00:02:30.685]➜  Selected multilib: .;@m64
2025-08-20T22:49:16.8909799Z [00:02:30.685]➜   (in-process)
2025-08-20T22:49:16.8926114Z [00:02:30.685]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name core-helper.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o core-helper.o -x c core-helper.c
2025-08-20T22:49:16.8942002Z [00:02:30.685]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:49:16.8943077Z [00:02:30.688]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:49:16.8944444Z [00:02:30.688]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:49:16.8945655Z [00:02:30.688]➜  #include "..." search starts here:
2025-08-20T22:49:16.8946358Z [00:02:30.688]➜  #include <...> search starts here:
2025-08-20T22:49:16.8946979Z [00:02:30.688]➜   /usr/include/fortify
2025-08-20T22:49:16.8947835Z [00:02:30.688]➜   /usr/include
2025-08-20T22:49:16.8948497Z [00:02:30.688]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:49:16.8949126Z [00:02:30.688]➜  End of search list.
2025-08-20T22:49:17.6322070Z [00:02:31.427]➜  CC core-ignite-cpu.c
2025-08-20T22:49:17.6693990Z [00:02:31.464]➜  Alpine clang version 20.1.8
2025-08-20T22:49:17.6694739Z [00:02:31.464]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:49:17.6695371Z [00:02:31.464]➜  Thread model: posix
2025-08-20T22:49:17.6696006Z [00:02:31.464]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:49:17.6696851Z [00:02:31.464]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:49:17.6697767Z [00:02:31.464]➜  System configuration file directory: /etc/clang20
2025-08-20T22:49:17.6698818Z [00:02:31.464]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:17.6699946Z [00:02:31.464]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:49:17.6701262Z [00:02:31.464]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:17.6702108Z [00:02:31.464]➜  Candidate multilib: .;@m64
2025-08-20T22:49:17.6702720Z [00:02:31.464]➜  Selected multilib: .;@m64
2025-08-20T22:49:17.6709076Z [00:02:31.466]➜   (in-process)
2025-08-20T22:49:17.6736505Z [00:02:31.467]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name core-ignite-cpu.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o core-ignite-cpu.o -x c core-ignite-cpu.c
2025-08-20T22:49:17.6761949Z [00:02:31.471]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:49:17.6771317Z [00:02:31.472]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:49:17.6802966Z [00:02:31.472]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:49:17.6804198Z [00:02:31.472]➜  #include "..." search starts here:
2025-08-20T22:49:17.6804901Z [00:02:31.472]➜  #include <...> search starts here:
2025-08-20T22:49:17.6805868Z [00:02:31.472]➜   /usr/include/fortify
2025-08-20T22:49:17.6806415Z [00:02:31.472]➜   /usr/include
2025-08-20T22:49:17.6810590Z [00:02:31.472]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:49:17.6811432Z [00:02:31.472]➜  End of search list.
2025-08-20T22:49:17.8523109Z [00:02:31.647]➜  CC core-interrupts.c
2025-08-20T22:49:17.9281815Z [00:02:31.723]➜  Alpine clang version 20.1.8
2025-08-20T22:49:17.9285104Z [00:02:31.723]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:49:17.9305423Z [00:02:31.725]➜  Thread model: posix
2025-08-20T22:49:17.9312037Z [00:02:31.725]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:49:17.9312910Z [00:02:31.725]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:49:17.9313816Z [00:02:31.725]➜  System configuration file directory: /etc/clang20
2025-08-20T22:49:17.9314892Z [00:02:31.725]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:17.9319283Z [00:02:31.725]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:49:17.9320398Z [00:02:31.725]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:17.9321437Z [00:02:31.725]➜  Candidate multilib: .;@m64
2025-08-20T22:49:17.9322046Z [00:02:31.725]➜  Selected multilib: .;@m64
2025-08-20T22:49:17.9322610Z [00:02:31.725]➜   (in-process)
2025-08-20T22:49:17.9393284Z [00:02:31.732]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name core-interrupts.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o core-interrupts.o -x c core-interrupts.c
2025-08-20T22:49:17.9406655Z [00:02:31.732]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:49:17.9407699Z [00:02:31.732]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:49:17.9409060Z [00:02:31.732]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:49:17.9410265Z [00:02:31.732]➜  #include "..." search starts here:
2025-08-20T22:49:17.9411455Z [00:02:31.732]➜  #include <...> search starts here:
2025-08-20T22:49:17.9412059Z [00:02:31.732]➜   /usr/include/fortify
2025-08-20T22:49:17.9412601Z [00:02:31.732]➜   /usr/include
2025-08-20T22:49:17.9413175Z [00:02:31.732]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:49:17.9413785Z [00:02:31.732]➜  End of search list.
2025-08-20T22:49:18.2301808Z [00:02:32.025]➜  CC core-io-uring.c
2025-08-20T22:49:18.2751229Z [00:02:32.070]➜  CC core-io-priority.c
2025-08-20T22:49:18.3071520Z [00:02:32.102]➜  Alpine clang version 20.1.8
2025-08-20T22:49:18.3073081Z [00:02:32.102]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:49:18.3075401Z [00:02:32.102]➜  Thread model: posix
2025-08-20T22:49:18.3076380Z [00:02:32.102]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:49:18.3079856Z [00:02:32.102]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:49:18.3086348Z [00:02:32.102]➜  System configuration file directory: /etc/clang20
2025-08-20T22:49:18.3087489Z [00:02:32.102]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:18.3088614Z [00:02:32.102]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:49:18.3089733Z [00:02:32.102]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:18.3090599Z [00:02:32.102]➜  Candidate multilib: .;@m64
2025-08-20T22:49:18.3091435Z [00:02:32.102]➜  Selected multilib: .;@m64
2025-08-20T22:49:18.3092015Z [00:02:32.102]➜   (in-process)
2025-08-20T22:49:18.3111347Z [00:02:32.103]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name core-io-uring.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o core-io-uring.o -x c core-io-uring.c
2025-08-20T22:49:18.3128749Z [00:02:32.104]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:49:18.3129798Z [00:02:32.105]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:49:18.3131462Z [00:02:32.105]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:49:18.3132985Z [00:02:32.105]➜  #include "..." search starts here:
2025-08-20T22:49:18.3133652Z [00:02:32.105]➜  #include <...> search starts here:
2025-08-20T22:49:18.3134239Z [00:02:32.105]➜   /usr/include/fortify
2025-08-20T22:49:18.3134767Z [00:02:32.105]➜   /usr/include
2025-08-20T22:49:18.3135342Z [00:02:32.105]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:49:18.3135964Z [00:02:32.105]➜  End of search list.
2025-08-20T22:49:18.3183872Z [00:02:32.113]➜  Alpine clang version 20.1.8
2025-08-20T22:49:18.3193282Z [00:02:32.113]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:49:18.3193911Z [00:02:32.113]➜  Thread model: posix
2025-08-20T22:49:18.3194545Z [00:02:32.113]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:49:18.3195437Z [00:02:32.113]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:49:18.3196347Z [00:02:32.113]➜  System configuration file directory: /etc/clang20
2025-08-20T22:49:18.3197761Z [00:02:32.113]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:18.3199260Z [00:02:32.113]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:49:18.3200703Z [00:02:32.113]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:18.3202215Z [00:02:32.113]➜  Candidate multilib: .;@m64
2025-08-20T22:49:18.3203109Z [00:02:32.113]➜  Selected multilib: .;@m64
2025-08-20T22:49:18.3225531Z [00:02:32.117]➜   (in-process)
2025-08-20T22:49:18.3241402Z [00:02:32.117]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name core-io-priority.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o core-io-priority.o -x c core-io-priority.c
2025-08-20T22:49:18.3285561Z [00:02:32.123]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:49:18.3316012Z [00:02:32.123]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:49:18.3317381Z [00:02:32.123]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:49:18.3318902Z [00:02:32.123]➜  #include "..." search starts here:
2025-08-20T22:49:18.3319552Z [00:02:32.123]➜  #include <...> search starts here:
2025-08-20T22:49:18.3320150Z [00:02:32.123]➜   /usr/include/fortify
2025-08-20T22:49:18.3320691Z [00:02:32.123]➜   /usr/include
2025-08-20T22:49:18.3321496Z [00:02:32.123]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:49:18.3322124Z [00:02:32.123]➜  End of search list.
2025-08-20T22:49:18.3351943Z [00:02:32.130]➜  CC core-job.c
2025-08-20T22:49:18.3449086Z [00:02:32.140]➜  CC core-killpid.c
2025-08-20T22:49:18.4089593Z [00:02:32.204]➜  Alpine clang version 20.1.8Alpine clang version 20.1.8
2025-08-20T22:49:18.4094962Z [00:02:32.204]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:49:18.4100098Z [00:02:32.205]➜  Thread model: posix
2025-08-20T22:49:18.4105072Z [00:02:32.205]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:49:18.4109528Z [00:02:32.206]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:49:18.4136460Z [00:02:32.208]➜  System configuration file directory: /etc/clang20
2025-08-20T22:49:18.4137823Z [00:02:32.208]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:18.4141656Z [00:02:32.208]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:49:18.4142789Z [00:02:32.208]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:18.4143640Z [00:02:32.208]➜  Candidate multilib: .;@m64
2025-08-20T22:49:18.4144252Z [00:02:32.208]➜  Selected multilib: .;@m64
2025-08-20T22:49:18.4144805Z [00:02:32.208]➜   (in-process)
2025-08-20T22:49:18.4191717Z [00:02:32.208]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name core-job.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o core-job.o -x c core-job.c
2025-08-20T22:49:18.4204672Z [00:02:32.210]➜  clang -cc1 version 20.1.8
2025-08-20T22:49:18.4205323Z [00:02:32.210]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:49:18.4206254Z [00:02:32.210]➜  Thread model: posix
2025-08-20T22:49:18.4206862Z [00:02:32.211]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:49:18.4207716Z [00:02:32.211]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:49:18.4208632Z [00:02:32.211]➜  System configuration file directory: /etc/clang20
2025-08-20T22:49:18.4209641Z [00:02:32.211]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:18.4210758Z [00:02:32.211]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:49:18.4218301Z [00:02:32.211]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:18.4219156Z [00:02:32.211]➜  Candidate multilib: .;@m64
2025-08-20T22:49:18.4219763Z [00:02:32.211]➜  Selected multilib: .;@m64
2025-08-20T22:49:18.4220348Z [00:02:32.213]➜   (in-process)
2025-08-20T22:49:18.4235716Z [00:02:32.213]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name core-killpid.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o core-killpid.o -x c core-killpid.c
2025-08-20T22:49:18.4259785Z [00:02:32.213]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:49:18.4261081Z [00:02:32.215]➜   based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:49:18.4261999Z [00:02:32.215]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:49:18.4263325Z [00:02:32.215]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:49:18.4264502Z [00:02:32.215]➜  #include "..." search starts here:
2025-08-20T22:49:18.4265170Z [00:02:32.215]➜  #include <...> search starts here:
2025-08-20T22:49:18.4265784Z [00:02:32.215]➜   /usr/include/fortify
2025-08-20T22:49:18.4266309Z [00:02:32.215]➜   /usr/include
2025-08-20T22:49:18.4266899Z [00:02:32.215]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:49:18.4267522Z [00:02:32.215]➜  End of search list.
2025-08-20T22:49:18.4268220Z [00:02:32.219]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:49:18.4269900Z [00:02:32.220]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:49:18.4271295Z [00:02:32.220]➜  #include "..." search starts here:
2025-08-20T22:49:18.4271950Z [00:02:32.220]➜  #include <...> search starts here:
2025-08-20T22:49:18.4272552Z [00:02:32.220]➜   /usr/include/fortify
2025-08-20T22:49:18.4273077Z [00:02:32.220]➜   /usr/include
2025-08-20T22:49:18.4273639Z [00:02:32.220]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:49:18.4274244Z [00:02:32.220]➜  End of search list.
2025-08-20T22:49:18.4473686Z [00:02:32.242]➜  CC core-klog.c
2025-08-20T22:49:18.5169644Z [00:02:32.311]➜  Alpine clang version 20.1.8
2025-08-20T22:49:18.5170425Z [00:02:32.311]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:49:18.5171302Z [00:02:32.311]➜  Thread model: posix
2025-08-20T22:49:18.5171983Z [00:02:32.311]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:49:18.5172878Z [00:02:32.311]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:49:18.5173829Z [00:02:32.311]➜  System configuration file directory: /etc/clang20
2025-08-20T22:49:18.5174854Z [00:02:32.311]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:18.5176034Z [00:02:32.311]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:49:18.5177117Z [00:02:32.311]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:18.5177969Z [00:02:32.311]➜  Candidate multilib: .;@m64
2025-08-20T22:49:18.5178566Z [00:02:32.311]➜  Selected multilib: .;@m64
2025-08-20T22:49:18.5196504Z [00:02:32.314]➜   (in-process)
2025-08-20T22:49:18.5224377Z [00:02:32.315]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name core-klog.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o core-klog.o -x c core-klog.c
2025-08-20T22:49:18.5237722Z [00:02:32.316]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:49:18.5261023Z [00:02:32.320]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:49:18.5262421Z [00:02:32.320]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:49:18.5263619Z [00:02:32.320]➜  #include "..." search starts here:
2025-08-20T22:49:18.5264288Z [00:02:32.320]➜  #include <...> search starts here:
2025-08-20T22:49:18.5264898Z [00:02:32.320]➜   /usr/include/fortify
2025-08-20T22:49:18.5265427Z [00:02:32.320]➜   /usr/include
2025-08-20T22:49:18.5266002Z [00:02:32.320]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:49:18.5266606Z [00:02:32.320]➜  End of search list.
2025-08-20T22:49:18.5310985Z [00:02:32.326]➜  CC core-limit.c
2025-08-20T22:49:18.5470333Z [00:02:32.342]➜  CC core-lock.c
2025-08-20T22:49:18.5825112Z [00:02:32.377]➜  Alpine clang version 20.1.8
2025-08-20T22:49:18.5826929Z [00:02:32.377]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:49:18.5828545Z [00:02:32.377]➜  Thread model: posix
2025-08-20T22:49:18.5829563Z [00:02:32.377]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:49:18.5831002Z [00:02:32.377]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:49:18.5833148Z [00:02:32.377]➜  System configuration file directory: /etc/clang20
2025-08-20T22:49:18.5835026Z [00:02:32.377]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:18.5836604Z [00:02:32.377]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:49:18.5838316Z [00:02:32.377]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:18.5840099Z [00:02:32.377]➜  Candidate multilib: .;@m64
2025-08-20T22:49:18.5841448Z [00:02:32.377]➜  Selected multilib: .;@m64
2025-08-20T22:49:18.5848800Z [00:02:32.380]➜   (in-process)
2025-08-20T22:49:18.5875663Z [00:02:32.381]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name core-lock.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o core-lock.o -x c core-lock.c
2025-08-20T22:49:18.5915559Z [00:02:32.386]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:49:18.5926098Z [00:02:32.386]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:49:18.5927450Z [00:02:32.386]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:49:18.5928617Z [00:02:32.386]➜  #include "..." search starts here:
2025-08-20T22:49:18.5929265Z [00:02:32.386]➜  #include <...> search starts here:
2025-08-20T22:49:18.5929803Z [00:02:32.386]➜   /usr/include/fortify
2025-08-20T22:49:18.5930282Z [00:02:32.386]➜   /usr/include
2025-08-20T22:49:18.5931030Z [00:02:32.386]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:49:18.5933978Z [00:02:32.386]➜  End of search list.
2025-08-20T22:49:18.5989783Z [00:02:32.394]➜  Alpine clang version 20.1.8
2025-08-20T22:49:18.5993209Z [00:02:32.394]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:49:18.5993855Z [00:02:32.394]➜  Thread model: posix
2025-08-20T22:49:18.5995884Z [00:02:32.394]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:49:18.5997980Z [00:02:32.394]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:49:18.6000162Z [00:02:32.394]➜  System configuration file directory: /etc/clang20
2025-08-20T22:49:18.6002651Z [00:02:32.394]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:18.6004292Z [00:02:32.394]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:49:18.6006085Z [00:02:32.394]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:18.6007550Z [00:02:32.394]➜  Candidate multilib: .;@m64
2025-08-20T22:49:18.6008494Z [00:02:32.394]➜  Selected multilib: .;@m64
2025-08-20T22:49:18.6027144Z [00:02:32.398]➜   (in-process)
2025-08-20T22:49:18.6042632Z [00:02:32.398]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name core-limit.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o core-limit.o -x c core-limit.c
2025-08-20T22:49:18.6068255Z [00:02:32.401]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:49:18.6069314Z [00:02:32.401]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:49:18.6070651Z [00:02:32.401]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:49:18.6072054Z [00:02:32.401]➜  #include "..." search starts here:
2025-08-20T22:49:18.6072716Z [00:02:32.401]➜  #include <...> search starts here:
2025-08-20T22:49:18.6073332Z [00:02:32.401]➜   /usr/include/fortify
2025-08-20T22:49:18.6073860Z [00:02:32.401]➜   /usr/include
2025-08-20T22:49:18.6074443Z [00:02:32.401]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:49:18.6075036Z [00:02:32.401]➜  End of search list.
2025-08-20T22:49:18.7373068Z [00:02:32.532]➜  CC core-log.c
2025-08-20T22:49:18.7882125Z [00:02:32.583]➜  CC core-madvise.c
2025-08-20T22:49:18.8106017Z [00:02:32.605]➜  Alpine clang version 20.1.8
2025-08-20T22:49:18.8106762Z [00:02:32.606]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:49:18.8110375Z [00:02:32.606]➜  Thread model: posix
2025-08-20T22:49:18.8113321Z [00:02:32.606]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:49:18.8141866Z [00:02:32.606]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:49:18.8149683Z [00:02:32.606]➜  System configuration file directory: /etc/clang20
2025-08-20T22:49:18.8150616Z [00:02:32.606]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:18.8151886Z [00:02:32.606]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:49:18.8152890Z [00:02:32.606]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:18.8153667Z [00:02:32.606]➜  Candidate multilib: .;@m64
2025-08-20T22:49:18.8154209Z [00:02:32.606]➜  Selected multilib: .;@m64
2025-08-20T22:49:18.8155103Z [00:02:32.607]➜   (in-process)
2025-08-20T22:49:18.8189572Z [00:02:32.612]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name core-log.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o core-log.o -x c core-log.c
2025-08-20T22:49:18.8204505Z [00:02:32.612]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:49:18.8205505Z [00:02:32.613]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:49:18.8206814Z [00:02:32.613]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:49:18.8207930Z [00:02:32.613]➜  #include "..." search starts here:
2025-08-20T22:49:18.8208544Z [00:02:32.613]➜  #include <...> search starts here:
2025-08-20T22:49:18.8209111Z [00:02:32.613]➜   /usr/include/fortify
2025-08-20T22:49:18.8209600Z [00:02:32.613]➜   /usr/include
2025-08-20T22:49:18.8210167Z [00:02:32.614]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:49:18.8210972Z [00:02:32.614]➜  End of search list.
2025-08-20T22:49:18.8479376Z [00:02:32.643]➜  Alpine clang version 20.1.8
2025-08-20T22:49:18.8484995Z [00:02:32.643]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:49:18.8485682Z [00:02:32.643]➜  Thread model: posix
2025-08-20T22:49:18.8486321Z [00:02:32.643]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:49:18.8494291Z [00:02:32.643]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:49:18.8495249Z [00:02:32.643]➜  System configuration file directory: /etc/clang20
2025-08-20T22:49:18.8496218Z [00:02:32.643]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:18.8497277Z [00:02:32.643]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:49:18.8498296Z [00:02:32.643]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:18.8513454Z [00:02:32.646]➜  Candidate multilib: .;@m64
2025-08-20T22:49:18.8517649Z [00:02:32.646]➜  Selected multilib: .;@m64
2025-08-20T22:49:18.8518251Z [00:02:32.646]➜   (in-process)
2025-08-20T22:49:18.8558071Z [00:02:32.649]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name core-madvise.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o core-madvise.o -x c core-madvise.c
2025-08-20T22:49:18.8575952Z [00:02:32.652]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:49:18.8604977Z [00:02:32.652]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:49:18.8606210Z [00:02:32.652]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:49:18.8607259Z [00:02:32.652]➜  #include "..." search starts here:
2025-08-20T22:49:18.8607833Z [00:02:32.652]➜  #include <...> search starts here:
2025-08-20T22:49:18.8609427Z [00:02:32.652]➜   /usr/include/fortify
2025-08-20T22:49:18.8611024Z [00:02:32.652]➜   /usr/include
2025-08-20T22:49:18.8612558Z [00:02:32.652]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:49:18.8614053Z [00:02:32.652]➜  End of search list.
2025-08-20T22:49:18.8811408Z [00:02:32.676]➜  CC core-memory.c
2025-08-20T22:49:18.9536302Z [00:02:32.748]➜  Alpine clang version 20.1.8
2025-08-20T22:49:18.9539312Z [00:02:32.748]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:49:18.9542845Z [00:02:32.748]➜  Thread model: posix
2025-08-20T22:49:18.9543481Z [00:02:32.748]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:49:18.9545723Z [00:02:32.748]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:49:18.9546862Z [00:02:32.748]➜  System configuration file directory: /etc/clang20
2025-08-20T22:49:18.9548054Z [00:02:32.748]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:18.9550022Z [00:02:32.748]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:49:18.9551962Z [00:02:32.748]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:18.9553120Z [00:02:32.748]➜  Candidate multilib: .;@m64
2025-08-20T22:49:18.9554052Z [00:02:32.748]➜  Selected multilib: .;@m64
2025-08-20T22:49:18.9555548Z [00:02:32.749]➜   (in-process)
2025-08-20T22:49:18.9608803Z [00:02:32.754]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name core-memory.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o core-memory.o -x c core-memory.c
2025-08-20T22:49:18.9626654Z [00:02:32.754]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:49:18.9627702Z [00:02:32.754]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:49:18.9629036Z [00:02:32.754]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:49:18.9630225Z [00:02:32.754]➜  #include "..." search starts here:
2025-08-20T22:49:18.9631095Z [00:02:32.754]➜  #include <...> search starts here:
2025-08-20T22:49:18.9631802Z [00:02:32.754]➜   /usr/include/fortify
2025-08-20T22:49:18.9632336Z [00:02:32.754]➜   /usr/include
2025-08-20T22:49:18.9632898Z [00:02:32.754]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:49:18.9633791Z [00:02:32.754]➜  End of search list.
2025-08-20T22:49:18.9634370Z [00:02:32.755]➜  CC core-mincore.c
2025-08-20T22:49:19.0341926Z [00:02:32.829]➜  Alpine clang version 20.1.8
2025-08-20T22:49:19.0353930Z [00:02:32.829]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:49:19.0354576Z [00:02:32.829]➜  Thread model: posix
2025-08-20T22:49:19.0355273Z [00:02:32.829]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:49:19.0356141Z [00:02:32.829]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:49:19.0357055Z [00:02:32.829]➜  System configuration file directory: /etc/clang20
2025-08-20T22:49:19.0358073Z [00:02:32.829]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:19.0359194Z [00:02:32.829]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:49:19.0360295Z [00:02:32.829]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:19.0366430Z [00:02:32.829]➜  Candidate multilib: .;@m64
2025-08-20T22:49:19.0367068Z [00:02:32.829]➜  Selected multilib: .;@m64
2025-08-20T22:49:19.0378576Z [00:02:32.833]➜   (in-process)
2025-08-20T22:49:19.0406547Z [00:02:32.834]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name core-mincore.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o core-mincore.o -x c core-mincore.c
2025-08-20T22:49:19.0422666Z [00:02:32.835]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:49:19.0428560Z [00:02:32.838]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:49:19.0431667Z [00:02:32.838]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:49:19.0432754Z [00:02:32.838]➜  #include "..." search starts here:
2025-08-20T22:49:19.0433339Z [00:02:32.838]➜  #include <...> search starts here:
2025-08-20T22:49:19.0433882Z [00:02:32.838]➜   /usr/include/fortify
2025-08-20T22:49:19.0434350Z [00:02:32.838]➜   /usr/include
2025-08-20T22:49:19.0435107Z [00:02:32.838]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:49:19.0435672Z [00:02:32.838]➜  End of search list.
2025-08-20T22:49:19.1941248Z [00:02:32.989]➜  CC core-mlock.c
2025-08-20T22:49:19.2313566Z [00:02:33.026]➜  Alpine clang version 20.1.8
2025-08-20T22:49:19.2315290Z [00:02:33.026]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:49:19.2316984Z [00:02:33.026]➜  Thread model: posix
2025-08-20T22:49:19.2319024Z [00:02:33.026]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:49:19.2320167Z [00:02:33.026]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:49:19.2322082Z [00:02:33.026]➜  System configuration file directory: /etc/clang20
2025-08-20T22:49:19.2324684Z [00:02:33.026]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:19.2326022Z [00:02:33.026]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:49:19.2327486Z [00:02:33.026]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:19.2329093Z [00:02:33.026]➜  Candidate multilib: .;@m64
2025-08-20T22:49:19.2331409Z [00:02:33.026]➜  Selected multilib: .;@m64
2025-08-20T22:49:19.2340203Z [00:02:33.029]➜   (in-process)
2025-08-20T22:49:19.2368558Z [00:02:33.030]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name core-mlock.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o core-mlock.o -x c core-mlock.c
2025-08-20T22:49:19.2413984Z [00:02:33.034]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:49:19.2415032Z [00:02:33.035]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:49:19.2416391Z [00:02:33.035]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:49:19.2417573Z [00:02:33.035]➜  #include "..." search starts here:
2025-08-20T22:49:19.2418241Z [00:02:33.035]➜  #include <...> search starts here:
2025-08-20T22:49:19.2418840Z [00:02:33.035]➜   /usr/include/fortify
2025-08-20T22:49:19.2419673Z [00:02:33.035]➜   /usr/include
2025-08-20T22:49:19.2420308Z [00:02:33.035]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:49:19.2421134Z [00:02:33.035]➜  End of search list.
2025-08-20T22:49:19.3332614Z [00:02:33.128]➜  CC core-mmap.c
2025-08-20T22:49:19.3717730Z [00:02:33.166]➜  Alpine clang version 20.1.8
2025-08-20T22:49:19.3723612Z [00:02:33.167]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:49:19.3724264Z [00:02:33.167]➜  Thread model: posix
2025-08-20T22:49:19.3724890Z [00:02:33.167]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:49:19.3725747Z [00:02:33.167]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:49:19.3728072Z [00:02:33.167]➜  System configuration file directory: /etc/clang20
2025-08-20T22:49:19.3730369Z [00:02:33.167]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:19.3733076Z [00:02:33.167]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:49:19.3735486Z [00:02:33.167]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:19.3736569Z [00:02:33.167]➜  Candidate multilib: .;@m64
2025-08-20T22:49:19.3737390Z [00:02:33.167]➜  Selected multilib: .;@m64
2025-08-20T22:49:19.3755320Z [00:02:33.170]➜   (in-process)
2025-08-20T22:49:19.3773072Z [00:02:33.170]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name core-mmap.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o core-mmap.o -x c core-mmap.c
2025-08-20T22:49:19.3799191Z [00:02:33.175]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:49:19.3808717Z [00:02:33.176]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:49:19.3811118Z [00:02:33.176]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:49:19.3822539Z [00:02:33.177]➜  #include "..." search starts here:
2025-08-20T22:49:19.3823464Z [00:02:33.177]➜  #include <...> search starts here:
2025-08-20T22:49:19.3824855Z [00:02:33.177]➜   /usr/include/fortify
2025-08-20T22:49:19.3827246Z [00:02:33.177]➜   /usr/include
2025-08-20T22:49:19.3828483Z [00:02:33.177]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:49:19.3829846Z [00:02:33.177]➜  End of search list.
2025-08-20T22:49:19.5025609Z [00:02:33.297]➜  CC core-module.c
2025-08-20T22:49:19.5401581Z [00:02:33.335]➜  Alpine clang version 20.1.8
2025-08-20T22:49:19.5435993Z [00:02:33.335]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:49:19.5436651Z [00:02:33.335]➜  Thread model: posix
2025-08-20T22:49:19.5437280Z [00:02:33.335]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:49:19.5438115Z [00:02:33.335]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:49:19.5439030Z [00:02:33.335]➜  System configuration file directory: /etc/clang20
2025-08-20T22:49:19.5440049Z [00:02:33.335]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:19.5441418Z [00:02:33.335]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:49:19.5442577Z [00:02:33.335]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:19.5443456Z [00:02:33.335]➜  Candidate multilib: .;@m64
2025-08-20T22:49:19.5444064Z [00:02:33.335]➜  Selected multilib: .;@m64
2025-08-20T22:49:19.5444632Z [00:02:33.336]➜   (in-process)
2025-08-20T22:49:19.5459966Z [00:02:33.337]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name core-module.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o core-module.o -x c core-module.c
2025-08-20T22:49:19.5474025Z [00:02:33.338]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:49:19.5475067Z [00:02:33.338]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:49:19.5476408Z [00:02:33.338]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:49:19.5477579Z [00:02:33.338]➜  #include "..." search starts here:
2025-08-20T22:49:19.5478249Z [00:02:33.338]➜  #include <...> search starts here:
2025-08-20T22:49:19.5479138Z [00:02:33.338]➜   /usr/include/fortify
2025-08-20T22:49:19.5479721Z [00:02:33.338]➜   /usr/include
2025-08-20T22:49:19.5480318Z [00:02:33.338]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:49:19.5481169Z [00:02:33.338]➜  End of search list.
2025-08-20T22:49:19.6264342Z [00:02:33.421]➜  CC core-mounts.c
2025-08-20T22:49:19.6330481Z [00:02:33.428]➜  CC core-mwc.c
2025-08-20T22:49:19.6694871Z [00:02:33.464]➜  Alpine clang version 20.1.8
2025-08-20T22:49:19.6701988Z [00:02:33.464]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:49:19.6702608Z [00:02:33.464]➜  Thread model: posix
2025-08-20T22:49:19.6703175Z [00:02:33.464]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:49:19.6703956Z [00:02:33.464]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:49:19.6704830Z [00:02:33.464]➜  System configuration file directory: /etc/clang20
2025-08-20T22:49:19.6706156Z [00:02:33.464]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:19.6707601Z [00:02:33.464]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:49:19.6708937Z [00:02:33.464]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:19.6710016Z [00:02:33.464]➜  Candidate multilib: .;@m64
2025-08-20T22:49:19.6711770Z [00:02:33.464]➜  Selected multilib: .;@m64
2025-08-20T22:49:19.6729825Z [00:02:33.468]➜   (in-process)
2025-08-20T22:49:19.6745398Z [00:02:33.468]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name core-mwc.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o core-mwc.o -x c core-mwc.c
2025-08-20T22:49:19.6773195Z [00:02:33.472]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:49:19.6782731Z [00:02:33.473]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:49:19.6789865Z [00:02:33.473]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:49:19.6791586Z [00:02:33.473]➜  #include "..." search starts here:
2025-08-20T22:49:19.6792316Z [00:02:33.473]➜  #include <...> search starts here:
2025-08-20T22:49:19.6792944Z [00:02:33.473]➜   /usr/include/fortify
2025-08-20T22:49:19.6811692Z [00:02:33.473]➜   /usr/include
2025-08-20T22:49:19.6812301Z [00:02:33.473]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:49:19.6812936Z [00:02:33.473]➜  End of search list.
2025-08-20T22:49:19.6994392Z [00:02:33.494]➜  Alpine clang version 20.1.8
2025-08-20T22:49:19.6999021Z [00:02:33.495]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:49:19.7004111Z [00:02:33.495]➜  Thread model: posix
2025-08-20T22:49:19.7008448Z [00:02:33.495]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:49:19.7009338Z [00:02:33.495]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:49:19.7010258Z [00:02:33.496]➜  System configuration file directory: /etc/clang20
2025-08-20T22:49:19.7012822Z [00:02:33.496]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:19.7015265Z [00:02:33.496]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:49:19.7016630Z [00:02:33.496]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:19.7017702Z [00:02:33.496]➜  Candidate multilib: .;@m64
2025-08-20T22:49:19.7018488Z [00:02:33.496]➜  Selected multilib: .;@m64
2025-08-20T22:49:19.7019805Z [00:02:33.497]➜   (in-process)
2025-08-20T22:49:19.7080205Z [00:02:33.501]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name core-mounts.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o core-mounts.o -x c core-mounts.c
2025-08-20T22:49:19.7095292Z [00:02:33.501]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:49:19.7096334Z [00:02:33.501]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:49:19.7097645Z [00:02:33.501]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:49:19.7099077Z [00:02:33.501]➜  #include "..." search starts here:
2025-08-20T22:49:19.7099778Z [00:02:33.501]➜  #include <...> search starts here:
2025-08-20T22:49:19.7100420Z [00:02:33.501]➜   /usr/include/fortify
2025-08-20T22:49:19.7101196Z [00:02:33.502]➜   /usr/include
2025-08-20T22:49:19.7101771Z [00:02:33.502]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:49:19.7102381Z [00:02:33.502]➜  End of search list.
2025-08-20T22:49:20.0259822Z [00:02:33.821]➜  CC core-net.c
2025-08-20T22:49:20.0636562Z [00:02:33.858]➜  Alpine clang version 20.1.8
2025-08-20T22:49:20.0653599Z [00:02:33.858]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:49:20.0654303Z [00:02:33.858]➜  Thread model: posix
2025-08-20T22:49:20.0654944Z [00:02:33.858]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:49:20.0655842Z [00:02:33.858]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:49:20.0656831Z [00:02:33.859]➜  System configuration file directory: /etc/clang20
2025-08-20T22:49:20.0657920Z [00:02:33.859]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:20.0661694Z [00:02:33.859]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:49:20.0664956Z [00:02:33.859]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:20.0668096Z [00:02:33.859]➜  Candidate multilib: .;@m64
2025-08-20T22:49:20.0668811Z [00:02:33.859]➜  Selected multilib: .;@m64
2025-08-20T22:49:20.0689237Z [00:02:33.864]➜   (in-process)
2025-08-20T22:49:20.0704570Z [00:02:33.864]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name core-net.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o core-net.o -x c core-net.c
2025-08-20T22:49:20.0754418Z [00:02:33.867]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:49:20.0755473Z [00:02:33.868]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:49:20.0756835Z [00:02:33.868]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:49:20.0758419Z [00:02:33.868]➜  #include "..." search starts here:
2025-08-20T22:49:20.0759149Z [00:02:33.868]➜  #include <...> search starts here:
2025-08-20T22:49:20.0759797Z [00:02:33.868]➜   /usr/include/fortify
2025-08-20T22:49:20.0760344Z [00:02:33.868]➜   /usr/include
2025-08-20T22:49:20.0761195Z [00:02:33.868]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:49:20.0761830Z [00:02:33.868]➜  End of search list.
2025-08-20T22:49:20.2403316Z [00:02:34.035]➜  CC core-numa.c
2025-08-20T22:49:20.3153859Z [00:02:34.110]➜  Alpine clang version 20.1.8
2025-08-20T22:49:20.3175354Z [00:02:34.110]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:49:20.3175939Z [00:02:34.110]➜  Thread model: posix
2025-08-20T22:49:20.3176502Z [00:02:34.110]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:49:20.3177275Z [00:02:34.110]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:49:20.3178079Z [00:02:34.110]➜  System configuration file directory: /etc/clang20
2025-08-20T22:49:20.3179044Z [00:02:34.110]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:20.3180103Z [00:02:34.110]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:49:20.3181264Z [00:02:34.110]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:20.3182114Z [00:02:34.110]➜  Candidate multilib: .;@m64
2025-08-20T22:49:20.3182720Z [00:02:34.110]➜  Selected multilib: .;@m64
2025-08-20T22:49:20.3183279Z [00:02:34.112]➜   (in-process)
2025-08-20T22:49:20.3198119Z [00:02:34.112]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name core-numa.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o core-numa.o -x c core-numa.c
2025-08-20T22:49:20.3214926Z [00:02:34.113]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:49:20.3218224Z [00:02:34.117]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:49:20.3235434Z [00:02:34.117]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:49:20.3236586Z [00:02:34.117]➜  #include "..." search starts here:
2025-08-20T22:49:20.3237217Z [00:02:34.117]➜  #include <...> search starts here:
2025-08-20T22:49:20.3237766Z [00:02:34.117]➜   /usr/include/fortify
2025-08-20T22:49:20.3238247Z [00:02:34.117]➜   /usr/include
2025-08-20T22:49:20.3238752Z [00:02:34.117]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:49:20.3239309Z [00:02:34.117]➜  End of search list.
2025-08-20T22:49:20.4742818Z [00:02:34.269]➜  CC core-opts.c
2025-08-20T22:49:20.5515152Z [00:02:34.346]➜  Alpine clang version 20.1.8
2025-08-20T22:49:20.5522591Z [00:02:34.346]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:49:20.5523242Z [00:02:34.346]➜  Thread model: posix
2025-08-20T22:49:20.5523871Z [00:02:34.346]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:49:20.5524739Z [00:02:34.346]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:49:20.5525720Z [00:02:34.346]➜  System configuration file directory: /etc/clang20
2025-08-20T22:49:20.5526753Z [00:02:34.346]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:20.5527922Z [00:02:34.346]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:49:20.5529026Z [00:02:34.346]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:20.5529884Z [00:02:34.346]➜  Candidate multilib: .;@m64
2025-08-20T22:49:20.5530494Z [00:02:34.346]➜  Selected multilib: .;@m64
2025-08-20T22:49:20.5531267Z [00:02:34.347]➜   (in-process)
2025-08-20T22:49:20.5560478Z [00:02:34.349]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name core-opts.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o core-opts.o -x c core-opts.c
2025-08-20T22:49:20.5585931Z [00:02:34.351]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:49:20.5586979Z [00:02:34.352]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:49:20.5588582Z [00:02:34.352]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:49:20.5589817Z [00:02:34.353]➜  #include "..." search starts here:
2025-08-20T22:49:20.5590481Z [00:02:34.353]➜  #include <...> search starts here:
2025-08-20T22:49:20.5591295Z [00:02:34.353]➜   /usr/include/fortify
2025-08-20T22:49:20.5591820Z [00:02:34.353]➜   /usr/include
2025-08-20T22:49:20.5592396Z [00:02:34.353]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:49:20.5592997Z [00:02:34.353]➜  End of search list.
2025-08-20T22:49:20.6964376Z [00:02:34.491]➜  CC core-out-of-memory.c
2025-08-20T22:49:20.7333734Z [00:02:34.528]➜  Alpine clang version 20.1.8
2025-08-20T22:49:20.7339005Z [00:02:34.529]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:49:20.7353051Z [00:02:34.529]➜  Thread model: posix
2025-08-20T22:49:20.7353696Z [00:02:34.529]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:49:20.7354546Z [00:02:34.529]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:49:20.7355515Z [00:02:34.529]➜  System configuration file directory: /etc/clang20
2025-08-20T22:49:20.7363987Z [00:02:34.529]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:20.7365191Z [00:02:34.529]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:49:20.7366279Z [00:02:34.529]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:20.7367136Z [00:02:34.529]➜  Candidate multilib: .;@m64
2025-08-20T22:49:20.7367741Z [00:02:34.529]➜  Selected multilib: .;@m64
2025-08-20T22:49:20.7368303Z [00:02:34.529]➜   (in-process)
2025-08-20T22:49:20.7390285Z [00:02:34.532]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name core-out-of-memory.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o core-out-of-memory.o -x c core-out-of-memory.c
2025-08-20T22:49:20.7418210Z [00:02:34.533]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:49:20.7419260Z [00:02:34.534]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:49:20.7421089Z [00:02:34.535]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:49:20.7422328Z [00:02:34.535]➜  #include "..." search starts here:
2025-08-20T22:49:20.7422990Z [00:02:34.535]➜  #include <...> search starts here:
2025-08-20T22:49:20.7423596Z [00:02:34.535]➜   /usr/include/fortify
2025-08-20T22:49:20.7424137Z [00:02:34.535]➜   /usr/include
2025-08-20T22:49:20.7424717Z [00:02:34.535]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:49:20.7425313Z [00:02:34.535]➜  End of search list.
2025-08-20T22:49:20.8794784Z [00:02:34.674]➜  CC core-parse-opts.c
2025-08-20T22:49:20.9164765Z [00:02:34.711]➜  Alpine clang version 20.1.8
2025-08-20T22:49:20.9181216Z [00:02:34.711]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:49:20.9181803Z [00:02:34.711]➜  Thread model: posix
2025-08-20T22:49:20.9182395Z [00:02:34.711]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:49:20.9183307Z [00:02:34.711]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:49:20.9184237Z [00:02:34.711]➜  System configuration file directory: /etc/clang20
2025-08-20T22:49:20.9185251Z [00:02:34.711]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:20.9186385Z [00:02:34.711]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:49:20.9187472Z [00:02:34.711]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:20.9188299Z [00:02:34.711]➜  Candidate multilib: .;@m64
2025-08-20T22:49:20.9188902Z [00:02:34.712]➜  Selected multilib: .;@m64
2025-08-20T22:49:20.9189455Z [00:02:34.712]➜   (in-process)
2025-08-20T22:49:20.9218691Z [00:02:34.715]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name core-parse-opts.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o core-parse-opts.o -x c core-parse-opts.c
2025-08-20T22:49:20.9243467Z [00:02:34.717]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:49:20.9244633Z [00:02:34.718]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:49:20.9246001Z [00:02:34.718]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:49:20.9247225Z [00:02:34.718]➜  #include "..." search starts here:
2025-08-20T22:49:20.9247896Z [00:02:34.719]➜  #include <...> search starts here:
2025-08-20T22:49:20.9248509Z [00:02:34.719]➜   /usr/include/fortify
2025-08-20T22:49:20.9249025Z [00:02:34.719]➜   /usr/include
2025-08-20T22:49:20.9249607Z [00:02:34.719]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:49:20.9250229Z [00:02:34.719]➜  End of search list.
2025-08-20T22:49:21.1012746Z [00:02:34.896]➜  CC core-prime.c
2025-08-20T22:49:21.1758092Z [00:02:34.971]➜  Alpine clang version 20.1.8
2025-08-20T22:49:21.1791641Z [00:02:34.971]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:49:21.1793144Z [00:02:34.971]➜  Thread model: posix
2025-08-20T22:49:21.1793969Z [00:02:34.971]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:49:21.1794853Z [00:02:34.971]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:49:21.1795842Z [00:02:34.971]➜  System configuration file directory: /etc/clang20
2025-08-20T22:49:21.1796860Z [00:02:34.971]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:21.1797973Z [00:02:34.971]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:49:21.1799855Z [00:02:34.971]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:21.1800653Z [00:02:34.971]➜  Candidate multilib: .;@m64
2025-08-20T22:49:21.1802645Z [00:02:34.971]➜  Selected multilib: .;@m64
2025-08-20T22:49:21.1803121Z [00:02:34.974]➜   (in-process)
2025-08-20T22:49:21.1818606Z [00:02:34.975]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name core-prime.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o core-prime.o -x c core-prime.c
2025-08-20T22:49:21.1832778Z [00:02:34.976]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:49:21.1849708Z [00:02:34.980]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:49:21.1856218Z [00:02:34.980]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:49:21.1857314Z [00:02:34.980]➜  #include "..." search starts here:
2025-08-20T22:49:21.1857913Z [00:02:34.980]➜  #include <...> search starts here:
2025-08-20T22:49:21.1858439Z [00:02:34.980]➜   /usr/include/fortify
2025-08-20T22:49:21.1863362Z [00:02:34.980]➜   /usr/include
2025-08-20T22:49:21.1863915Z [00:02:34.980]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:49:21.1864471Z [00:02:34.980]➜  End of search list.
2025-08-20T22:49:21.2483707Z [00:02:35.043]➜  CC core-processes.c
2025-08-20T22:49:21.2885107Z [00:02:35.083]➜  Alpine clang version 20.1.8
2025-08-20T22:49:21.2886873Z [00:02:35.083]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:49:21.2888255Z [00:02:35.083]➜  Thread model: posix
2025-08-20T22:49:21.2889335Z [00:02:35.083]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:49:21.2891236Z [00:02:35.083]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:49:21.2892325Z [00:02:35.083]➜  System configuration file directory: /etc/clang20
2025-08-20T22:49:21.2893530Z [00:02:35.083]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:21.2894896Z [00:02:35.083]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:49:21.2896196Z [00:02:35.083]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:21.2897244Z [00:02:35.083]➜  Candidate multilib: .;@m64
2025-08-20T22:49:21.2898033Z [00:02:35.083]➜  Selected multilib: .;@m64
2025-08-20T22:49:21.2898784Z [00:02:35.083]➜   (in-process)
2025-08-20T22:49:21.2934218Z [00:02:35.083]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name core-processes.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o core-processes.o -x c core-processes.c
2025-08-20T22:49:21.2949381Z [00:02:35.083]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:49:21.2950425Z [00:02:35.084]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:49:21.2951936Z [00:02:35.084]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:49:21.2953123Z [00:02:35.084]➜  #include "..." search starts here:
2025-08-20T22:49:21.2953795Z [00:02:35.084]➜  #include <...> search starts here:
2025-08-20T22:49:21.2954401Z [00:02:35.084]➜   /usr/include/fortify
2025-08-20T22:49:21.2954940Z [00:02:35.084]➜   /usr/include
2025-08-20T22:49:21.2955530Z [00:02:35.084]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:49:21.2956143Z [00:02:35.084]➜  End of search list.
2025-08-20T22:49:21.3893002Z [00:02:35.184]➜  CC core-rapl.c
2025-08-20T22:49:21.4657714Z [00:02:35.261]➜  Alpine clang version 20.1.8
2025-08-20T22:49:21.4659119Z [00:02:35.261]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:49:21.4661454Z [00:02:35.261]➜  Thread model: posix
2025-08-20T22:49:21.4662528Z [00:02:35.261]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:49:21.4663617Z [00:02:35.261]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:49:21.4664909Z [00:02:35.261]➜  System configuration file directory: /etc/clang20
2025-08-20T22:49:21.4666061Z [00:02:35.261]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:21.4667575Z [00:02:35.261]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:49:21.4668973Z [00:02:35.261]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:21.4671370Z [00:02:35.261]➜  Candidate multilib: .;@m64
2025-08-20T22:49:21.4671928Z [00:02:35.261]➜  Selected multilib: .;@m64
2025-08-20T22:49:21.4682284Z [00:02:35.263]➜   (in-process)
2025-08-20T22:49:21.4709775Z [00:02:35.264]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name core-rapl.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o core-rapl.o -x c core-rapl.c
2025-08-20T22:49:21.4744762Z [00:02:35.269]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:49:21.4754260Z [00:02:35.270]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:49:21.4757006Z [00:02:35.270]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:49:21.4758074Z [00:02:35.270]➜  #include "..." search starts here:
2025-08-20T22:49:21.4758646Z [00:02:35.270]➜  #include <...> search starts here:
2025-08-20T22:49:21.4759161Z [00:02:35.270]➜   /usr/include/fortify
2025-08-20T22:49:21.4759648Z [00:02:35.270]➜   /usr/include
2025-08-20T22:49:21.4781678Z [00:02:35.270]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:49:21.4782251Z [00:02:35.270]➜  End of search list.
2025-08-20T22:49:21.8958208Z [00:02:35.691]➜  CC core-resources.c
2025-08-20T22:49:21.9337978Z [00:02:35.728]➜  Alpine clang version 20.1.8
2025-08-20T22:49:21.9339825Z [00:02:35.728]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:49:21.9341846Z [00:02:35.728]➜  Thread model: posix
2025-08-20T22:49:21.9342465Z [00:02:35.728]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:49:21.9343318Z [00:02:35.728]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:49:21.9344257Z [00:02:35.729]➜  System configuration file directory: /etc/clang20
2025-08-20T22:49:21.9345288Z [00:02:35.729]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:21.9346459Z [00:02:35.729]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:49:21.9347568Z [00:02:35.729]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:21.9348454Z [00:02:35.729]➜  Candidate multilib: .;@m64
2025-08-20T22:49:21.9349063Z [00:02:35.729]➜  Selected multilib: .;@m64
2025-08-20T22:49:21.9360747Z [00:02:35.731]➜   (in-process)
2025-08-20T22:49:21.9394831Z [00:02:35.733]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name core-resources.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o core-resources.o -x c core-resources.c
2025-08-20T22:49:21.9420724Z [00:02:35.736]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:49:21.9432131Z [00:02:35.738]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:49:21.9433511Z [00:02:35.738]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:49:21.9434698Z [00:02:35.738]➜  #include "..." search starts here:
2025-08-20T22:49:21.9435393Z [00:02:35.738]➜  #include <...> search starts here:
2025-08-20T22:49:21.9436011Z [00:02:35.738]➜   /usr/include/fortify
2025-08-20T22:49:21.9436538Z [00:02:35.738]➜   /usr/include
2025-08-20T22:49:21.9437103Z [00:02:35.738]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:49:21.9437724Z [00:02:35.738]➜  End of search list.
2025-08-20T22:49:22.2307457Z [00:02:36.026]➜  CC core-sched.c
2025-08-20T22:49:22.2928636Z [00:02:36.088]➜  Alpine clang version 20.1.8
2025-08-20T22:49:22.2932160Z [00:02:36.088]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:49:22.2934471Z [00:02:36.088]➜  Thread model: posix
2025-08-20T22:49:22.2937982Z [00:02:36.088]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:49:22.2939812Z [00:02:36.088]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:49:22.2941013Z [00:02:36.088]➜  System configuration file directory: /etc/clang20
2025-08-20T22:49:22.2942175Z [00:02:36.088]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:22.2943549Z [00:02:36.088]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:49:22.2944686Z [00:02:36.088]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:22.2947443Z [00:02:36.088]➜  Candidate multilib: .;@m64
2025-08-20T22:49:22.2948071Z [00:02:36.088]➜  Selected multilib: .;@m64
2025-08-20T22:49:22.2948577Z [00:02:36.088]➜   (in-process)
2025-08-20T22:49:22.2971331Z [00:02:36.090]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name core-sched.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o core-sched.o -x c core-sched.c
2025-08-20T22:49:22.3007220Z [00:02:36.091]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:49:22.3008233Z [00:02:36.091]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:49:22.3009521Z [00:02:36.095]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:49:22.3010680Z [00:02:36.095]➜  #include "..." search starts here:
2025-08-20T22:49:22.3011521Z [00:02:36.095]➜  #include <...> search starts here:
2025-08-20T22:49:22.3012091Z [00:02:36.095]➜   /usr/include/fortify
2025-08-20T22:49:22.3012606Z [00:02:36.095]➜   /usr/include
2025-08-20T22:49:22.3013138Z [00:02:36.095]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:49:22.3013690Z [00:02:36.095]➜  End of search list.
2025-08-20T22:49:22.6002604Z [00:02:36.395]➜  CC core-setting.c
2025-08-20T22:49:22.6238008Z [00:02:36.419]➜  CC core-shared-cache.c
2025-08-20T22:49:22.6585564Z [00:02:36.453]➜  Alpine clang version 20.1.8
2025-08-20T22:49:22.6589809Z [00:02:36.454]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:49:22.6596133Z [00:02:36.454]➜  Thread model: posix
2025-08-20T22:49:22.6604229Z [00:02:36.455]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:49:22.6606088Z [00:02:36.455]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:49:22.6607044Z [00:02:36.455]➜  System configuration file directory: /etc/clang20
2025-08-20T22:49:22.6608072Z [00:02:36.455]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:22.6609221Z [00:02:36.455]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:49:22.6610312Z [00:02:36.455]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:22.6614468Z [00:02:36.455]➜  Candidate multilib: .;@m64
2025-08-20T22:49:22.6615419Z [00:02:36.455]➜  Selected multilib: .;@m64
2025-08-20T22:49:22.6616026Z [00:02:36.456]➜   (in-process)
2025-08-20T22:49:22.6661553Z [00:02:36.459]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name core-shared-cache.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o core-shared-cache.o -x c core-shared-cache.c
2025-08-20T22:49:22.6697903Z [00:02:36.464]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:49:22.6698968Z [00:02:36.464]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:49:22.6700295Z [00:02:36.464]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:49:22.6701667Z [00:02:36.464]➜  #include "..." search starts here:
2025-08-20T22:49:22.6702340Z [00:02:36.464]➜  #include <...> search starts here:
2025-08-20T22:49:22.6702971Z [00:02:36.464]➜   /usr/include/fortify
2025-08-20T22:49:22.6703512Z [00:02:36.464]➜   /usr/include
2025-08-20T22:49:22.6704114Z [00:02:36.464]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:49:22.6704730Z [00:02:36.464]➜  End of search list.
2025-08-20T22:49:22.6834344Z [00:02:36.478]➜  Alpine clang version 20.1.8
2025-08-20T22:49:22.6836944Z [00:02:36.479]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:49:22.6839214Z [00:02:36.479]➜  Thread model: posix
2025-08-20T22:49:22.6841792Z [00:02:36.479]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:49:22.6844351Z [00:02:36.479]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:49:22.6853362Z [00:02:36.480]➜  System configuration file directory: /etc/clang20
2025-08-20T22:49:22.6856051Z [00:02:36.481]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:22.6858934Z [00:02:36.481]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:49:22.6862303Z [00:02:36.481]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:22.6864893Z [00:02:36.481]➜  Candidate multilib: .;@m64
2025-08-20T22:49:22.6866825Z [00:02:36.481]➜  Selected multilib: .;@m64
2025-08-20T22:49:22.6869701Z [00:02:36.481]➜   (in-process)
2025-08-20T22:49:22.6900974Z [00:02:36.483]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name core-setting.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o core-setting.o -x c core-setting.c
2025-08-20T22:49:22.6926229Z [00:02:36.487]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:49:22.6935732Z [00:02:36.488]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:49:22.6964330Z [00:02:36.491]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:49:22.6967648Z [00:02:36.492]➜  #include "..." search starts here:
2025-08-20T22:49:22.6969968Z [00:02:36.492]➜  #include <...> search starts here:
2025-08-20T22:49:22.6972427Z [00:02:36.492]➜   /usr/include/fortify
2025-08-20T22:49:22.6982278Z [00:02:36.493]➜   /usr/include
2025-08-20T22:49:22.6984502Z [00:02:36.493]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:49:22.6986834Z [00:02:36.494]➜  End of search list.
2025-08-20T22:49:22.8918283Z [00:02:36.687]➜  CC core-shared-heap.c
2025-08-20T22:49:22.8933276Z [00:02:36.688]➜  CC core-shim.c
2025-08-20T22:49:22.9635243Z [00:02:36.758]➜  Alpine clang version 20.1.8
2025-08-20T22:49:22.9637245Z [00:02:36.758]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:49:22.9637812Z [00:02:36.758]➜  Thread model: posix
2025-08-20T22:49:22.9638378Z [00:02:36.758]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:49:22.9639171Z [00:02:36.758]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:49:22.9640029Z [00:02:36.758]➜  System configuration file directory: /etc/clang20
2025-08-20T22:49:22.9641187Z [00:02:36.758]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:22.9642207Z [00:02:36.758]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:49:22.9643201Z [00:02:36.758]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:22.9643931Z [00:02:36.758]➜  Candidate multilib: .;@m64
2025-08-20T22:49:22.9644784Z [00:02:36.758]➜  Selected multilib: .;@m64
2025-08-20T22:49:22.9647280Z [00:02:36.760]➜   (in-process)
2025-08-20T22:49:22.9665494Z [00:02:36.760]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name core-shim.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_Alpine clang version 20.1.8
2025-08-20T22:49:22.9676029Z [00:02:36.761]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:49:22.9676609Z [00:02:36.761]➜  Thread model: posix
2025-08-20T22:49:22.9677176Z [00:02:36.761]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:49:22.9678174Z [00:02:36.761]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:49:22.9678994Z [00:02:36.761]➜  System configuration file directory: /etc/clang20
2025-08-20T22:49:22.9680165Z [00:02:36.761]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:22.9682229Z [00:02:36.761]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:49:22.9683202Z [00:02:36.761]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:22.9683955Z [00:02:36.761]➜  Candidate multilib: .;@m64
2025-08-20T22:49:22.9684485Z [00:02:36.761]➜  Selected multilib: .;@m64
2025-08-20T22:49:22.9684953Z [00:02:36.761]➜   (in-process)
2025-08-20T22:49:22.9696461Z [00:02:36.761]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name core-shared-heap.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVMUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o core-shim.o -x c core-shim.c
2025-08-20T22:49:22.9738964Z [00:02:36.762]➜  E_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o core-shared-heap.o -x c core-shared-heap.c
2025-08-20T22:49:22.9748067Z [00:02:36.763]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:49:22.9749196Z [00:02:36.764]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:49:22.9750110Z [00:02:36.767]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:49:22.9751701Z [00:02:36.767]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:49:22.9752848Z [00:02:36.767]➜  #include "..." search starts here:
2025-08-20T22:49:22.9753480Z [00:02:36.767]➜  #include <...> search starts here:
2025-08-20T22:49:22.9754043Z [00:02:36.767]➜   /usr/include/fortify
2025-08-20T22:49:22.9754553Z [00:02:36.767]➜   /usr/include
2025-08-20T22:49:22.9755087Z [00:02:36.767]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:49:22.9755616Z [00:02:36.767]➜  End of search list.
2025-08-20T22:49:22.9756259Z [00:02:36.768]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:49:22.9757476Z [00:02:36.768]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:49:22.9758615Z [00:02:36.768]➜  #include "..." search starts here:
2025-08-20T22:49:22.9759234Z [00:02:36.768]➜  #include <...> search starts here:
2025-08-20T22:49:22.9759820Z [00:02:36.768]➜   /usr/include/fortify
2025-08-20T22:49:22.9760311Z [00:02:36.768]➜   /usr/include
2025-08-20T22:49:22.9761307Z [00:02:36.768]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:49:22.9761892Z [00:02:36.768]➜  End of search list.
2025-08-20T22:49:23.1303312Z [00:02:36.925]➜  CC core-signal.c
2025-08-20T22:49:23.1677811Z [00:02:36.963]➜  Alpine clang version 20.1.8
2025-08-20T22:49:23.1682230Z [00:02:36.963]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:49:23.1685296Z [00:02:36.963]➜  Thread model: posix
2025-08-20T22:49:23.1688834Z [00:02:36.964]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:49:23.1692175Z [00:02:36.964]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:49:23.1695021Z [00:02:36.964]➜  System configuration file directory: /etc/clang20
2025-08-20T22:49:23.1715548Z [00:02:36.966]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:23.1716832Z [00:02:36.966]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:49:23.1717789Z [00:02:36.966]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:23.1718563Z [00:02:36.966]➜  Candidate multilib: .;@m64
2025-08-20T22:49:23.1719127Z [00:02:36.966]➜  Selected multilib: .;@m64
2025-08-20T22:49:23.1719609Z [00:02:36.966]➜   (in-process)
2025-08-20T22:49:23.1758925Z [00:02:36.969]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name core-signal.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o core-signal.o -x c core-signal.c
2025-08-20T22:49:23.1793939Z [00:02:36.974]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:49:23.1794945Z [00:02:36.974]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:49:23.1796297Z [00:02:36.974]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:49:23.1797480Z [00:02:36.974]➜  #include "..." search starts here:
2025-08-20T22:49:23.1798136Z [00:02:36.974]➜  #include <...> search starts here:
2025-08-20T22:49:23.1798736Z [00:02:36.974]➜   /usr/include/fortify
2025-08-20T22:49:23.1799267Z [00:02:36.974]➜   /usr/include
2025-08-20T22:49:23.1800163Z [00:02:36.974]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:49:23.1800969Z [00:02:36.974]➜  End of search list.
2025-08-20T22:49:23.3991903Z [00:02:37.194]➜  CC core-smart.c
2025-08-20T22:49:23.4406381Z [00:02:37.235]➜  Alpine clang version 20.1.8
2025-08-20T22:49:23.4409067Z [00:02:37.236]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:49:23.4411573Z [00:02:37.236]➜  Thread model: posix
2025-08-20T22:49:23.4413932Z [00:02:37.236]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:49:23.4416528Z [00:02:37.237]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:49:23.4419088Z [00:02:37.237]➜  System configuration file directory: /etc/clang20
2025-08-20T22:49:23.4422535Z [00:02:37.237]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:23.4425018Z [00:02:37.237]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:49:23.4427382Z [00:02:37.237]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:23.4429986Z [00:02:37.237]➜  Candidate multilib: .;@m64
2025-08-20T22:49:23.4431929Z [00:02:37.237]➜  Selected multilib: .;@m64
2025-08-20T22:49:23.4439182Z [00:02:37.239]➜   (in-process)
2025-08-20T22:49:23.4477441Z [00:02:37.241]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name core-smart.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o core-smart.o -x c core-smart.c
2025-08-20T22:49:23.4503248Z [00:02:37.245]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:49:23.4504312Z [00:02:37.245]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:49:23.4505681Z [00:02:37.245]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:49:23.4506865Z [00:02:37.245]➜  #include "..." search starts here:
2025-08-20T22:49:23.4507562Z [00:02:37.245]➜  #include <...> search starts here:
2025-08-20T22:49:23.4508193Z [00:02:37.245]➜   /usr/include/fortify
2025-08-20T22:49:23.4509088Z [00:02:37.245]➜   /usr/include
2025-08-20T22:49:23.4509687Z [00:02:37.245]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:49:23.4510315Z [00:02:37.245]➜  End of search list.
2025-08-20T22:49:23.6072653Z [00:02:37.402]➜  CC core-sort.c
2025-08-20T22:49:23.6803649Z [00:02:37.475]➜  Alpine clang version 20.1.8
2025-08-20T22:49:23.6804876Z [00:02:37.475]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:49:23.6806377Z [00:02:37.476]➜  Thread model: posix
2025-08-20T22:49:23.6822742Z [00:02:37.477]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:49:23.6825437Z [00:02:37.477]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:49:23.6828123Z [00:02:37.478]➜  System configuration file directory: /etc/clang20
2025-08-20T22:49:23.6831212Z [00:02:37.478]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:23.6834752Z [00:02:37.478]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:49:23.6837263Z [00:02:37.478]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:23.6839479Z [00:02:37.478]➜  Candidate multilib: .;@m64
2025-08-20T22:49:23.6840382Z [00:02:37.478]➜  Selected multilib: .;@m64
2025-08-20T22:49:23.6844685Z [00:02:37.479]➜   (in-process)
2025-08-20T22:49:23.6872193Z [00:02:37.480]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name core-sort.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o core-sort.o -x c core-sort.c
2025-08-20T22:49:23.6885864Z [00:02:37.481]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:49:23.6910720Z [00:02:37.486]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:49:23.6933777Z [00:02:37.488]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:49:23.6937131Z [00:02:37.489]➜  #include "..." search starts here:
2025-08-20T22:49:23.6938010Z [00:02:37.489]➜  #include <...> search starts here:
2025-08-20T22:49:23.6939852Z [00:02:37.489]➜   /usr/include/fortify
2025-08-20T22:49:23.6940344Z [00:02:37.489]➜   /usr/include
2025-08-20T22:49:23.6941039Z [00:02:37.489]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:49:23.6941590Z [00:02:37.489]➜  End of search list.
2025-08-20T22:49:23.9552132Z [00:02:37.750]➜  CC core-stack.c
2025-08-20T22:49:23.9562204Z [00:02:37.751]➜  CC core-sync.c
2025-08-20T22:49:24.0249104Z [00:02:37.820]➜  Alpine clang version 20.1.8
2025-08-20T22:49:24.0251227Z [00:02:37.820]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:49:24.0251863Z [00:02:37.820]➜  Thread model: posix
2025-08-20T22:49:24.0252442Z [00:02:37.820]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:49:24.0253237Z [00:02:37.820]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:49:24.0254099Z [00:02:37.820]➜  System configuration file directory: /etc/clang20
2025-08-20T22:49:24.0255075Z [00:02:37.820]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:24.0256127Z [00:02:37.820]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:49:24.0258124Z [00:02:37.820]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:24.0259624Z [00:02:37.820]➜  Candidate multilib: .;@m64
2025-08-20T22:49:24.0260144Z [00:02:37.820]➜  Selected multilib: .;@m64
2025-08-20T22:49:24.0260717Z [00:02:37.821]➜  Alpine clang version 20.1.8
2025-08-20T22:49:24.0261472Z [00:02:37.821]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:49:24.0262027Z [00:02:37.821]➜  Thread model: posix
2025-08-20T22:49:24.0262589Z [00:02:37.821]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:49:24.0263366Z [00:02:37.821]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:49:24.0267409Z [00:02:37.821]➜  System configuration file directory: /etc/clang20
2025-08-20T22:49:24.0268684Z [00:02:37.821]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:24.0269721Z [00:02:37.821]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:49:24.0270687Z [00:02:37.821]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:24.0271649Z [00:02:37.821]➜  Candidate multilib: .;@m64
2025-08-20T22:49:24.0272190Z [00:02:37.821]➜  Selected multilib: .;@m64
2025-08-20T22:49:24.0272701Z [00:02:37.821]➜   (in-process)
2025-08-20T22:49:24.0275971Z [00:02:37.822]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names (in-process)
2025-08-20T22:49:24.0303804Z [00:02:37.823]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name core-stack.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -s -main-file-name core-sync.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o core-sync.o -x c core-sync.c
2025-08-20T22:49:24.0352809Z [00:02:37.825]➜  tatic-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o core-stack.o -x c core-stack.c
2025-08-20T22:49:24.0365238Z [00:02:37.826]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-muslclang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:49:24.0366481Z [00:02:37.826]➜  
2025-08-20T22:49:24.0367088Z [00:02:37.827]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:49:24.0368357Z [00:02:37.827]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:49:24.0369529Z [00:02:37.828]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:49:24.0370932Z [00:02:37.828]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:49:24.0372025Z [00:02:37.830]➜  #include "..." search starts here:
2025-08-20T22:49:24.0372620Z [00:02:37.830]➜  #include <...> search starts here:
2025-08-20T22:49:24.0373168Z [00:02:37.830]➜   /usr/include/fortify
2025-08-20T22:49:24.0373676Z [00:02:37.830]➜   /usr/include
2025-08-20T22:49:24.0374215Z [00:02:37.830]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:49:24.0374820Z [00:02:37.830]➜  End of search list.
2025-08-20T22:49:24.0375394Z [00:02:37.830]➜  #include "..." search starts here:
2025-08-20T22:49:24.0376210Z [00:02:37.830]➜  #include <...> search starts here:
2025-08-20T22:49:24.0376727Z [00:02:37.830]➜   /usr/include/fortify
2025-08-20T22:49:24.0377197Z [00:02:37.830]➜   /usr/include
2025-08-20T22:49:24.0377700Z [00:02:37.830]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:49:24.0378251Z [00:02:37.830]➜  End of search list.
2025-08-20T22:49:24.1693531Z [00:02:37.964]➜  CC core-thermal-zone.c
2025-08-20T22:49:24.2092836Z [00:02:38.004]➜  CC core-time.c
2025-08-20T22:49:24.2206457Z [00:02:38.015]➜  Alpine clang version 20.1.8
2025-08-20T22:49:24.2239337Z [00:02:38.015]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:49:24.2239941Z [00:02:38.015]➜  Thread model: posix
2025-08-20T22:49:24.2240514Z [00:02:38.015]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:49:24.2241467Z [00:02:38.015]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:49:24.2242338Z [00:02:38.015]➜  System configuration file directory: /etc/clang20
2025-08-20T22:49:24.2243268Z [00:02:38.015]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:24.2244266Z [00:02:38.015]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:49:24.2245222Z [00:02:38.016]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:24.2246257Z [00:02:38.016]➜  Candidate multilib: .;@m64
2025-08-20T22:49:24.2247090Z [00:02:38.016]➜  Selected multilib: .;@m64
2025-08-20T22:49:24.2247952Z [00:02:38.018]➜   (in-process)
2025-08-20T22:49:24.2275600Z [00:02:38.020]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name core-thermal-zone.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o core-thermal-zone.o -x c core-thermal-zone.c
2025-08-20T22:49:24.2299720Z [00:02:38.025]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:49:24.2308323Z [00:02:38.026]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:49:24.2310100Z [00:02:38.026]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:49:24.2312151Z [00:02:38.026]➜  #include "..." search starts here:
2025-08-20T22:49:24.2312933Z [00:02:38.026]➜  #include <...> search starts here:
2025-08-20T22:49:24.2313704Z [00:02:38.026]➜   /usr/include/fortify
2025-08-20T22:49:24.2314476Z [00:02:38.026]➜   /usr/include
2025-08-20T22:49:24.2315100Z [00:02:38.026]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:49:24.2315733Z [00:02:38.026]➜  End of search list.
2025-08-20T22:49:24.2419606Z [00:02:38.037]➜  Alpine clang version 20.1.8
2025-08-20T22:49:24.2420528Z [00:02:38.037]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:49:24.2421572Z [00:02:38.037]➜  Thread model: posix
2025-08-20T22:49:24.2422555Z [00:02:38.037]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:49:24.2423864Z [00:02:38.037]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:49:24.2425079Z [00:02:38.037]➜  System configuration file directory: /etc/clang20
2025-08-20T22:49:24.2426283Z [00:02:38.037]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:24.2427556Z [00:02:38.037]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:49:24.2429020Z [00:02:38.037]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:24.2429959Z [00:02:38.037]➜  Candidate multilib: .;@m64
2025-08-20T22:49:24.2430741Z [00:02:38.037]➜  Selected multilib: .;@m64
2025-08-20T22:49:24.2431627Z [00:02:38.038]➜   (in-process)
2025-08-20T22:49:24.2462790Z [00:02:38.039]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name core-time.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o core-time.o -x c core-time.c
2025-08-20T22:49:24.2515962Z [00:02:38.040]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:49:24.2517009Z [00:02:38.041]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:49:24.2518331Z [00:02:38.042]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:49:24.2519748Z [00:02:38.042]➜  #include "..." search starts here:
2025-08-20T22:49:24.2520403Z [00:02:38.042]➜  #include <...> search starts here:
2025-08-20T22:49:24.2521217Z [00:02:38.042]➜   /usr/include/fortify
2025-08-20T22:49:24.2521754Z [00:02:38.043]➜   /usr/include
2025-08-20T22:49:24.2522380Z [00:02:38.043]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:49:24.2522978Z [00:02:38.043]➜  End of search list.
2025-08-20T22:49:24.3571574Z [00:02:38.152]➜  CC core-thrash.c
2025-08-20T22:49:24.3948620Z [00:02:38.190]➜  Alpine clang version 20.1.8
2025-08-20T22:49:24.3952234Z [00:02:38.190]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:49:24.3955302Z [00:02:38.190]➜  Thread model: posix
2025-08-20T22:49:24.3959108Z [00:02:38.191]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:49:24.3975199Z [00:02:38.192]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:49:24.3976797Z [00:02:38.192]➜  System configuration file directory: /etc/clang20
2025-08-20T22:49:24.3978746Z [00:02:38.192]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:24.3980080Z [00:02:38.192]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:49:24.3981494Z [00:02:38.192]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:24.3983450Z [00:02:38.192]➜  Candidate multilib: .;@m64
2025-08-20T22:49:24.3984055Z [00:02:38.192]➜  Selected multilib: .;@m64
2025-08-20T22:49:24.3984594Z [00:02:38.192]➜   (in-process)
2025-08-20T22:49:24.4068797Z [00:02:38.200]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name core-thrash.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o core-thrash.o -x c core-thrash.c
2025-08-20T22:49:24.4083537Z [00:02:38.200]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:49:24.4084562Z [00:02:38.200]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:49:24.4085891Z [00:02:38.200]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:49:24.4087325Z [00:02:38.200]➜  #include "..." search starts here:
2025-08-20T22:49:24.4087924Z [00:02:38.200]➜  #include <...> search starts here:
2025-08-20T22:49:24.4088517Z [00:02:38.201]➜   /usr/include/fortify
2025-08-20T22:49:24.4089052Z [00:02:38.201]➜   /usr/include
2025-08-20T22:49:24.4089634Z [00:02:38.201]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:49:24.4090242Z [00:02:38.201]➜  End of search list.
2025-08-20T22:49:24.5724261Z [00:02:38.366]➜  CC core-ftrace.c
2025-08-20T22:49:24.5811917Z [00:02:38.376]➜  CC core-try-open.c
2025-08-20T22:49:24.6096056Z [00:02:38.404]➜  CC core-vmstat.c
2025-08-20T22:49:24.6118989Z [00:02:38.407]➜  Alpine clang version 20.1.8
2025-08-20T22:49:24.6122559Z [00:02:38.407]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:49:24.6126057Z [00:02:38.407]➜  Thread model: posix
2025-08-20T22:49:24.6129316Z [00:02:38.408]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:49:24.6145243Z [00:02:38.409]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:49:24.6172513Z [00:02:38.409]➜  System configuration file directory: /etc/clang20
2025-08-20T22:49:24.6173544Z [00:02:38.409]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:24.6174606Z [00:02:38.409]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:49:24.6175605Z [00:02:38.409]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:24.6176347Z [00:02:38.409]➜  Candidate multilib: .;@m64
2025-08-20T22:49:24.6176871Z [00:02:38.409]➜  Selected multilib: .;@m64
2025-08-20T22:49:24.6177394Z [00:02:38.409]➜   (in-process)
2025-08-20T22:49:24.6197496Z [00:02:38.412]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name core-ftrace.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o core-ftrace.o -x c core-ftrace.c
2025-08-20T22:49:24.6214757Z [00:02:38.413]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:49:24.6215963Z [00:02:38.414]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:49:24.6217239Z [00:02:38.414]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:49:24.6218329Z [00:02:38.414]➜  #include "..." search starts here:
2025-08-20T22:49:24.6218927Z [00:02:38.415]➜  #include <...> search starts here:
2025-08-20T22:49:24.6219470Z [00:02:38.415]➜   /usr/include/fortify
2025-08-20T22:49:24.6219959Z [00:02:38.415]➜   /usr/include
2025-08-20T22:49:24.6220481Z [00:02:38.415]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:49:24.6221232Z [00:02:38.415]➜  End of search list.
2025-08-20T22:49:24.6277860Z [00:02:38.423]➜  Alpine clang version 20.1.8
2025-08-20T22:49:24.6280646Z [00:02:38.423]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:49:24.6283670Z [00:02:38.423]➜  Thread model: posix
2025-08-20T22:49:24.6286197Z [00:02:38.423]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:49:24.6288921Z [00:02:38.423]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:49:24.6290685Z [00:02:38.423]➜  System configuration file directory: /etc/clang20
2025-08-20T22:49:24.6292863Z [00:02:38.423]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:24.6294225Z [00:02:38.423]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:49:24.6295508Z [00:02:38.423]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:24.6296474Z [00:02:38.423]➜  Candidate multilib: .;@m64
2025-08-20T22:49:24.6297232Z [00:02:38.423]➜  Selected multilib: .;@m64
2025-08-20T22:49:24.6297953Z [00:02:38.423]➜   (in-process)
2025-08-20T22:49:24.6319209Z [00:02:38.424]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name core-try-open.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o core-try-open.o -x c core-try-open.c
2025-08-20T22:49:24.6363478Z [00:02:38.425]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:49:24.6364909Z [00:02:38.425]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:49:24.6366239Z [00:02:38.426]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:49:24.6367400Z [00:02:38.426]➜  #include "..." search starts here:
2025-08-20T22:49:24.6368056Z [00:02:38.426]➜  #include <...> search starts here:
2025-08-20T22:49:24.6368660Z [00:02:38.426]➜   /usr/include/fortify
2025-08-20T22:49:24.6369212Z [00:02:38.426]➜   /usr/include
2025-08-20T22:49:24.6369811Z [00:02:38.426]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:49:24.6370421Z [00:02:38.426]➜  End of search list.
2025-08-20T22:49:24.6808753Z [00:02:38.476]➜  Alpine clang version 20.1.8
2025-08-20T22:49:24.6812395Z [00:02:38.476]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:49:24.6813081Z [00:02:38.476]➜  Thread model: posix
2025-08-20T22:49:24.6815118Z [00:02:38.476]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:49:24.6817330Z [00:02:38.476]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:49:24.6819496Z [00:02:38.476]➜  System configuration file directory: /etc/clang20
2025-08-20T22:49:24.6821939Z [00:02:38.476]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:24.6824375Z [00:02:38.476]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:49:24.6826743Z [00:02:38.476]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:24.6828865Z [00:02:38.476]➜  Candidate multilib: .;@m64
2025-08-20T22:49:24.6829702Z [00:02:38.476]➜  Selected multilib: .;@m64
2025-08-20T22:49:24.6830444Z [00:02:38.476]➜   (in-process)
2025-08-20T22:49:24.6877644Z [00:02:38.481]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name core-vmstat.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o core-vmstat.o -x c core-vmstat.c
2025-08-20T22:49:24.6891624Z [00:02:38.483]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:49:24.6893151Z [00:02:38.484]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:49:24.6894722Z [00:02:38.484]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:49:24.6896082Z [00:02:38.484]➜  #include "..." search starts here:
2025-08-20T22:49:24.6896930Z [00:02:38.484]➜  #include <...> search starts here:
2025-08-20T22:49:24.6897731Z [00:02:38.484]➜   /usr/include/fortify
2025-08-20T22:49:24.6898468Z [00:02:38.484]➜   /usr/include
2025-08-20T22:49:24.6899250Z [00:02:38.484]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:49:24.6900046Z [00:02:38.484]➜  End of search list.
2025-08-20T22:49:24.9289792Z [00:02:38.724]➜  CC stress-ng.c
2025-08-20T22:49:25.0059984Z [00:02:38.801]➜  Alpine clang version 20.1.8
2025-08-20T22:49:25.0069077Z [00:02:38.801]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:49:25.0069715Z [00:02:38.801]➜  Thread model: posix
2025-08-20T22:49:25.0070339Z [00:02:38.801]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:49:25.0071336Z [00:02:38.801]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:49:25.0072215Z [00:02:38.801]➜  System configuration file directory: /etc/clang20
2025-08-20T22:49:25.0073174Z [00:02:38.801]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:25.0074299Z [00:02:38.801]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:49:25.0075349Z [00:02:38.801]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:25.0076144Z [00:02:38.801]➜  Candidate multilib: .;@m64
2025-08-20T22:49:25.0076711Z [00:02:38.801]➜  Selected multilib: .;@m64
2025-08-20T22:49:25.0077233Z [00:02:38.802]➜   (in-process)
2025-08-20T22:49:25.0100450Z [00:02:38.803]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name stress-ng.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o stress-ng.o -x c stress-ng.c
2025-08-20T22:49:25.0125411Z [00:02:38.805]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:49:25.0135362Z [00:02:38.808]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:49:25.0152162Z [00:02:38.808]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:49:25.0153380Z [00:02:38.808]➜  #include "..." search starts here:
2025-08-20T22:49:25.0154071Z [00:02:38.808]➜  #include <...> search starts here:
2025-08-20T22:49:25.0154700Z [00:02:38.808]➜   /usr/include/fortify
2025-08-20T22:49:25.0155238Z [00:02:38.808]➜   /usr/include
2025-08-20T22:49:25.0155819Z [00:02:38.808]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:49:25.0156848Z [00:02:38.808]➜  End of search list.
2025-08-20T22:49:25.6312968Z [00:02:39.426]➜  CC core-config.c
2025-08-20T22:49:25.7075216Z [00:02:39.502]➜  Alpine clang version 20.1.8
2025-08-20T22:49:25.7078859Z [00:02:39.503]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:49:25.7079590Z [00:02:39.503]➜  Thread model: posix
2025-08-20T22:49:25.7080240Z [00:02:39.503]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:49:25.7082901Z [00:02:39.503]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:49:25.7095971Z [00:02:39.503]➜  System configuration file directory: /etc/clang20
2025-08-20T22:49:25.7097036Z [00:02:39.503]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:25.7098161Z [00:02:39.503]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:49:25.7099267Z [00:02:39.503]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:25.7100129Z [00:02:39.504]➜  Candidate multilib: .;@m64
2025-08-20T22:49:25.7100726Z [00:02:39.504]➜  Selected multilib: .;@m64
2025-08-20T22:49:25.7101498Z [00:02:39.504]➜   (in-process)
2025-08-20T22:49:25.7161708Z [00:02:39.509]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name core-config.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o core-config.o -x c core-config.c
2025-08-20T22:49:25.7204915Z [00:02:39.509]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:49:25.7205972Z [00:02:39.513]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:49:25.7207327Z [00:02:39.513]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:49:25.7208500Z [00:02:39.513]➜  #include "..." search starts here:
2025-08-20T22:49:25.7209161Z [00:02:39.513]➜  #include <...> search starts here:
2025-08-20T22:49:25.7209774Z [00:02:39.513]➜   /usr/include/fortify
2025-08-20T22:49:25.7210310Z [00:02:39.514]➜   /usr/include
2025-08-20T22:49:25.7211096Z [00:02:39.514]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:49:25.7211722Z [00:02:39.514]➜  End of search list.
2025-08-20T22:49:25.7350443Z [00:02:39.530]➜  CC stress-access.c
2025-08-20T22:49:25.7720248Z [00:02:39.567]➜  Alpine clang version 20.1.8
2025-08-20T22:49:25.7748653Z [00:02:39.569]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:49:25.7751439Z [00:02:39.569]➜  Thread model: posix
2025-08-20T22:49:25.7759951Z [00:02:39.569]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:49:25.7761024Z [00:02:39.569]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:49:25.7761900Z [00:02:39.569]➜  System configuration file directory: /etc/clang20
2025-08-20T22:49:25.7767337Z [00:02:39.569]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:25.7773155Z [00:02:39.569]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:49:25.7779660Z [00:02:39.569]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:25.7785117Z [00:02:39.569]➜  Candidate multilib: .;@m64
2025-08-20T22:49:25.7785780Z [00:02:39.570]➜  Selected multilib: .;@m64
2025-08-20T22:49:25.7786657Z [00:02:39.570]➜   (in-process)
2025-08-20T22:49:25.7822951Z [00:02:39.570]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name stress-access.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o stress-access.o -x c stress-access.c
2025-08-20T22:49:25.7836704Z [00:02:39.571]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:49:25.7837756Z [00:02:39.572]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:49:25.7839149Z [00:02:39.572]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:49:25.7840323Z [00:02:39.572]➜  #include "..." search starts here:
2025-08-20T22:49:25.7841209Z [00:02:39.572]➜  #include <...> search starts here:
2025-08-20T22:49:25.7841847Z [00:02:39.573]➜   /usr/include/fortify
2025-08-20T22:49:25.7842397Z [00:02:39.573]➜   /usr/include
2025-08-20T22:49:25.7842968Z [00:02:39.573]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:49:25.7843601Z [00:02:39.573]➜  End of search list.
2025-08-20T22:49:25.8479728Z [00:02:39.643]➜  CC stress-acl.c
2025-08-20T22:49:25.8844069Z [00:02:39.679]➜  Alpine clang version 20.1.8
2025-08-20T22:49:25.8859421Z [00:02:39.679]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:49:25.8860078Z [00:02:39.679]➜  Thread model: posix
2025-08-20T22:49:25.8860705Z [00:02:39.679]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:49:25.8861881Z [00:02:39.679]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:49:25.8862829Z [00:02:39.679]➜  System configuration file directory: /etc/clang20
2025-08-20T22:49:25.8863838Z [00:02:39.679]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:25.8874827Z [00:02:39.680]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:49:25.8876020Z [00:02:39.680]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:25.8876955Z [00:02:39.680]➜  Candidate multilib: .;@m64
2025-08-20T22:49:25.8877909Z [00:02:39.680]➜  Selected multilib: .;@m64
2025-08-20T22:49:25.8878525Z [00:02:39.680]➜   (in-process)
2025-08-20T22:49:25.8893739Z [00:02:39.681]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name stress-acl.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o stress-acl.o -x c stress-acl.c
2025-08-20T22:49:25.8928568Z [00:02:39.682]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:49:25.8929612Z [00:02:39.682]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:49:25.8931165Z [00:02:39.682]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:49:25.8932340Z [00:02:39.682]➜  #include "..." search starts here:
2025-08-20T22:49:25.8933013Z [00:02:39.682]➜  #include <...> search starts here:
2025-08-20T22:49:25.8933645Z [00:02:39.682]➜   /usr/include/fortify
2025-08-20T22:49:25.8934180Z [00:02:39.682]➜   /usr/include
2025-08-20T22:49:25.8934754Z [00:02:39.682]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:49:25.8935395Z [00:02:39.682]➜  End of search list.
2025-08-20T22:49:25.9011494Z [00:02:39.696]➜  CC stress-affinity.c
2025-08-20T22:49:25.9381007Z [00:02:39.733]➜  Alpine clang version 20.1.8
2025-08-20T22:49:25.9407054Z [00:02:39.733]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:49:25.9407700Z [00:02:39.733]➜  Thread model: posix
2025-08-20T22:49:25.9408330Z [00:02:39.733]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:49:25.9409176Z [00:02:39.733]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:49:25.9410104Z [00:02:39.733]➜  System configuration file directory: /etc/clang20
2025-08-20T22:49:25.9411291Z [00:02:39.733]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:25.9412431Z [00:02:39.733]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:49:25.9414019Z [00:02:39.733]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:25.9415880Z [00:02:39.733]➜  Candidate multilib: .;@m64
2025-08-20T22:49:25.9416935Z [00:02:39.733]➜  Selected multilib: .;@m64
2025-08-20T22:49:25.9417996Z [00:02:39.734]➜   (in-process)
2025-08-20T22:49:25.9436546Z [00:02:39.737]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name stress-affinity.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o stress-affinity.o -x c stress-affinity.c
2025-08-20T22:49:25.9462178Z [00:02:39.737]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:49:25.9463232Z [00:02:39.737]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:49:25.9464570Z [00:02:39.737]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:49:25.9465762Z [00:02:39.737]➜  #include "..." search starts here:
2025-08-20T22:49:25.9466438Z [00:02:39.737]➜  #include <...> search starts here:
2025-08-20T22:49:25.9467049Z [00:02:39.737]➜   /usr/include/fortify
2025-08-20T22:49:25.9467577Z [00:02:39.737]➜   /usr/include
2025-08-20T22:49:25.9468180Z [00:02:39.737]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:49:25.9468793Z [00:02:39.737]➜  End of search list.
2025-08-20T22:49:25.9623980Z [00:02:39.757]➜  CC stress-af-alg.c
2025-08-20T22:49:25.9997696Z [00:02:39.795]➜  Alpine clang version 20.1.8
2025-08-20T22:49:26.0028198Z [00:02:39.795]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:49:26.0028902Z [00:02:39.795]➜  Thread model: posix
2025-08-20T22:49:26.0029522Z [00:02:39.796]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:49:26.0030357Z [00:02:39.796]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:49:26.0031373Z [00:02:39.797]➜  System configuration file directory: /etc/clang20
2025-08-20T22:49:26.0032336Z [00:02:39.797]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:26.0033432Z [00:02:39.797]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:49:26.0034811Z [00:02:39.797]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:26.0035648Z [00:02:39.797]➜  Candidate multilib: .;@m64
2025-08-20T22:49:26.0036230Z [00:02:39.797]➜  Selected multilib: .;@m64
2025-08-20T22:49:26.0037312Z [00:02:39.798]➜   (in-process)
2025-08-20T22:49:26.0110570Z [00:02:39.804]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name stress-af-alg.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o stress-af-alg.o -x c stress-af-alg.c
2025-08-20T22:49:26.0128607Z [00:02:39.804]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:49:26.0129618Z [00:02:39.804]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:49:26.0131163Z [00:02:39.804]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:49:26.0132307Z [00:02:39.804]➜  #include "..." search starts here:
2025-08-20T22:49:26.0132941Z [00:02:39.804]➜  #include <...> search starts here:
2025-08-20T22:49:26.0133494Z [00:02:39.804]➜   /usr/include/fortify
2025-08-20T22:49:26.0134001Z [00:02:39.804]➜   /usr/include
2025-08-20T22:49:26.0134552Z [00:02:39.804]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:49:26.0135129Z [00:02:39.804]➜  End of search list.
2025-08-20T22:49:26.2514071Z [00:02:40.046]➜  CC stress-aio.c
2025-08-20T22:49:26.3221663Z [00:02:40.117]➜  Alpine clang version 20.1.8
2025-08-20T22:49:26.3241253Z [00:02:40.117]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:49:26.3241880Z [00:02:40.117]➜  Thread model: posix
2025-08-20T22:49:26.3242482Z [00:02:40.117]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:49:26.3243381Z [00:02:40.117]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:49:26.3244318Z [00:02:40.117]➜  System configuration file directory: /etc/clang20
2025-08-20T22:49:26.3245354Z [00:02:40.117]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:26.3246419Z [00:02:40.117]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:49:26.3247856Z [00:02:40.117]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:26.3248797Z [00:02:40.117]➜  Candidate multilib: .;@m64
2025-08-20T22:49:26.3249415Z [00:02:40.117]➜  Selected multilib: .;@m64
2025-08-20T22:49:26.3249979Z [00:02:40.118]➜   (in-process)
2025-08-20T22:49:26.3276483Z [00:02:40.119]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name stress-aio.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o stress-aio.o -x c stress-aio.c
2025-08-20T22:49:26.3316867Z [00:02:40.120]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:49:26.3317945Z [00:02:40.124]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:49:26.3319288Z [00:02:40.124]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:49:26.3320469Z [00:02:40.124]➜  #include "..." search starts here:
2025-08-20T22:49:26.3321356Z [00:02:40.124]➜  #include <...> search starts here:
2025-08-20T22:49:26.3321986Z [00:02:40.124]➜   /usr/include/fortify
2025-08-20T22:49:26.3322544Z [00:02:40.124]➜   /usr/include
2025-08-20T22:49:26.3323146Z [00:02:40.124]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:49:26.3323769Z [00:02:40.124]➜  End of search list.
2025-08-20T22:49:26.3994079Z [00:02:40.194]➜  CC stress-aiol.c
2025-08-20T22:49:26.4361467Z [00:02:40.231]➜  Alpine clang version 20.1.8
2025-08-20T22:49:26.4363176Z [00:02:40.231]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:49:26.4364289Z [00:02:40.231]➜  Thread model: posix
2025-08-20T22:49:26.4364844Z [00:02:40.231]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:49:26.4366026Z [00:02:40.231]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:49:26.4367061Z [00:02:40.231]➜  System configuration file directory: /etc/clang20
2025-08-20T22:49:26.4368627Z [00:02:40.231]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:26.4370333Z [00:02:40.231]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:49:26.4373303Z [00:02:40.231]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:26.4374180Z [00:02:40.231]➜  Candidate multilib: .;@m64
2025-08-20T22:49:26.4374734Z [00:02:40.231]➜  Selected multilib: .;@m64
2025-08-20T22:49:26.4375246Z [00:02:40.231]➜   (in-process)
2025-08-20T22:49:26.4393494Z [00:02:40.232]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name stress-aiol.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o stress-aiol.o -x c stress-aiol.c
2025-08-20T22:49:26.4407127Z [00:02:40.233]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:49:26.4408124Z [00:02:40.233]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:49:26.4409364Z [00:02:40.233]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:49:26.4410434Z [00:02:40.234]➜  #include "..." search starts here:
2025-08-20T22:49:26.4411294Z [00:02:40.234]➜  #include <...> search starts here:
2025-08-20T22:49:26.4411897Z [00:02:40.234]➜   /usr/include/fortify
2025-08-20T22:49:26.4412421Z [00:02:40.234]➜   /usr/include
2025-08-20T22:49:26.4412981Z [00:02:40.234]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:49:26.4413549Z [00:02:40.234]➜  End of search list.
2025-08-20T22:49:26.6065965Z [00:02:40.401]➜  CC stress-alarm.c
2025-08-20T22:49:26.6817312Z [00:02:40.476]➜  Alpine clang version 20.1.8
2025-08-20T22:49:26.6820572Z [00:02:40.477]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:49:26.6821430Z [00:02:40.477]➜  Thread model: posix
2025-08-20T22:49:26.6822070Z [00:02:40.477]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:49:26.6822935Z [00:02:40.477]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:49:26.6823878Z [00:02:40.477]➜  System configuration file directory: /etc/clang20
2025-08-20T22:49:26.6834224Z [00:02:40.477]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:26.6835714Z [00:02:40.477]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:49:26.6836877Z [00:02:40.477]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:26.6837747Z [00:02:40.477]➜  Candidate multilib: .;@m64
2025-08-20T22:49:26.6838361Z [00:02:40.477]➜  Selected multilib: .;@m64
2025-08-20T22:49:26.6851339Z [00:02:40.480]➜   (in-process)
2025-08-20T22:49:26.6889164Z [00:02:40.482]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name stress-alarm.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o stress-alarm.o -x c stress-alarm.c
2025-08-20T22:49:26.6915053Z [00:02:40.486]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:49:26.6925022Z [00:02:40.487]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:49:26.6928238Z [00:02:40.488]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:49:26.6931402Z [00:02:40.488]➜  #include "..." search starts here:
2025-08-20T22:49:26.6933923Z [00:02:40.488]➜  #include <...> search starts here:
2025-08-20T22:49:26.6936315Z [00:02:40.489]➜   /usr/include/fortify
2025-08-20T22:49:26.6938629Z [00:02:40.489]➜   /usr/include
2025-08-20T22:49:26.6941116Z [00:02:40.489]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:49:26.6943638Z [00:02:40.489]➜  End of search list.
2025-08-20T22:49:26.8477050Z [00:02:40.642]➜  CC stress-apparmor.c
2025-08-20T22:49:26.8847541Z [00:02:40.680]➜  Alpine clang version 20.1.8
2025-08-20T22:49:26.8848665Z [00:02:40.680]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:49:26.8851958Z [00:02:40.680]➜  Thread model: posix
2025-08-20T22:49:26.8852631Z [00:02:40.680]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:49:26.8853530Z [00:02:40.680]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:49:26.8854468Z [00:02:40.680]➜  System configuration file directory: /etc/clang20
2025-08-20T22:49:26.8855830Z [00:02:40.680]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:26.8857029Z [00:02:40.680]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:49:26.8858168Z [00:02:40.680]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:26.8859020Z [00:02:40.680]➜  Candidate multilib: .;@m64
2025-08-20T22:49:26.8859634Z [00:02:40.680]➜  Selected multilib: .;@m64
2025-08-20T22:49:26.8873147Z [00:02:40.682]➜   (in-process)
2025-08-20T22:49:26.8905466Z [00:02:40.684]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name stress-apparmor.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o stress-apparmor.o -x c stress-apparmor.c
2025-08-20T22:49:26.8934310Z [00:02:40.688]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:49:26.8944764Z [00:02:40.689]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:49:26.8950262Z [00:02:40.690]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:49:26.8956071Z [00:02:40.691]➜  #include "..." search starts here:
2025-08-20T22:49:26.8960705Z [00:02:40.691]➜  #include <...> search starts here:
2025-08-20T22:49:26.8965855Z [00:02:40.691]➜   /usr/include/fortify
2025-08-20T22:49:26.8968783Z [00:02:40.691]➜   /usr/include
2025-08-20T22:49:26.8971318Z [00:02:40.691]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:49:26.8974572Z [00:02:40.691]➜  End of search list.
2025-08-20T22:49:27.1373540Z [00:02:40.931]➜  CC stress-atomic.c
2025-08-20T22:49:27.1695206Z [00:02:40.964]➜  CC stress-bad-altstack.c
2025-08-20T22:49:27.1699148Z [00:02:40.964]➜  Alpine clang version 20.1.8
2025-08-20T22:49:27.1702079Z [00:02:40.964]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:49:27.1702755Z [00:02:40.964]➜  Thread model: posix
2025-08-20T22:49:27.1703383Z [00:02:40.965]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:49:27.1704194Z [00:02:40.965]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:49:27.1705338Z [00:02:40.965]➜  System configuration file directory: /etc/clang20
2025-08-20T22:49:27.1706352Z [00:02:40.965]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:27.1707420Z [00:02:40.965]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:49:27.1708404Z [00:02:40.965]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:27.1709139Z [00:02:40.965]➜  Candidate multilib: .;@m64
2025-08-20T22:49:27.1709699Z [00:02:40.965]➜  Selected multilib: .;@m64
2025-08-20T22:49:27.1710173Z [00:02:40.965]➜   (in-process)
2025-08-20T22:49:27.1733398Z [00:02:40.967]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name stress-atomic.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o stress-atomic.o -x c stress-atomic.c
2025-08-20T22:49:27.1772116Z [00:02:40.970]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:49:27.1773142Z [00:02:40.971]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:49:27.1774628Z [00:02:40.971]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:49:27.1775757Z [00:02:40.971]➜  #include "..." search starts here:
2025-08-20T22:49:27.1776375Z [00:02:40.971]➜  #include <...> search starts here:
2025-08-20T22:49:27.1776915Z [00:02:40.971]➜   /usr/include/fortify
2025-08-20T22:49:27.1777395Z [00:02:40.971]➜   /usr/include
2025-08-20T22:49:27.1777924Z [00:02:40.971]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:49:27.1778470Z [00:02:40.971]➜  End of search list.
2025-08-20T22:49:27.2068713Z [00:02:41.002]➜  Alpine clang version 20.1.8
2025-08-20T22:49:27.2069436Z [00:02:41.002]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:49:27.2070045Z [00:02:41.002]➜  Thread model: posix
2025-08-20T22:49:27.2070656Z [00:02:41.002]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:49:27.2071614Z [00:02:41.002]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:49:27.2072474Z [00:02:41.002]➜  System configuration file directory: /etc/clang20
2025-08-20T22:49:27.2073433Z [00:02:41.002]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:27.2074459Z [00:02:41.002]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:49:27.2075399Z [00:02:41.002]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:27.2076152Z [00:02:41.002]➜  Candidate multilib: .;@m64
2025-08-20T22:49:27.2076714Z [00:02:41.002]➜  Selected multilib: .;@m64
2025-08-20T22:49:27.2078917Z [00:02:41.003]➜   (in-process)
2025-08-20T22:49:27.2113563Z [00:02:41.004]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name stress-bad-altstack.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o stress-bad-altstack.o -x c stress-bad-altstack.c
2025-08-20T22:49:27.2137476Z [00:02:41.006]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:49:27.2138538Z [00:02:41.007]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:49:27.2140177Z [00:02:41.007]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:49:27.2141627Z [00:02:41.007]➜  #include "..." search starts here:
2025-08-20T22:49:27.2142309Z [00:02:41.007]➜  #include <...> search starts here:
2025-08-20T22:49:27.2142912Z [00:02:41.007]➜   /usr/include/fortify
2025-08-20T22:49:27.2143461Z [00:02:41.007]➜   /usr/include
2025-08-20T22:49:27.2144048Z [00:02:41.007]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:49:27.2144689Z [00:02:41.008]➜  End of search list.
2025-08-20T22:49:27.3524934Z [00:02:41.147]➜  CC stress-bad-ioctl.c
2025-08-20T22:49:27.3890957Z [00:02:41.184]➜  Alpine clang version 20.1.8
2025-08-20T22:49:27.3895162Z [00:02:41.184]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:49:27.3924373Z [00:02:41.187]➜  Thread model: posix
2025-08-20T22:49:27.3929349Z [00:02:41.188]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:49:27.3930971Z [00:02:41.188]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:49:27.3932500Z [00:02:41.188]➜  System configuration file directory: /etc/clang20
2025-08-20T22:49:27.3934863Z [00:02:41.188]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:27.3936980Z [00:02:41.188]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:49:27.3938735Z [00:02:41.188]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:27.3943909Z [00:02:41.188]➜  Candidate multilib: .;@m64
2025-08-20T22:49:27.3944880Z [00:02:41.188]➜  Selected multilib: .;@m64
2025-08-20T22:49:27.3947218Z [00:02:41.188]➜   (in-process)
2025-08-20T22:49:27.3967900Z [00:02:41.188]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name stress-bad-ioctl.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o stress-bad-ioctl.o -x c stress-bad-ioctl.c
2025-08-20T22:49:27.4002027Z [00:02:41.188]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:49:27.4003377Z [00:02:41.188]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:49:27.4004786Z [00:02:41.189]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:49:27.4005957Z [00:02:41.189]➜  #include "..." search starts here:
2025-08-20T22:49:27.4006570Z [00:02:41.189]➜  #include <...> search starts here:
2025-08-20T22:49:27.4007111Z [00:02:41.190]➜   /usr/include/fortify
2025-08-20T22:49:27.4007602Z [00:02:41.190]➜   /usr/include
2025-08-20T22:49:27.4008184Z [00:02:41.190]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:49:27.4008804Z [00:02:41.190]➜  End of search list.
2025-08-20T22:49:27.7065478Z [00:02:41.501]➜  CC stress-besselmath.c
2025-08-20T22:49:27.7440135Z [00:02:41.539]➜  Alpine clang version 20.1.8
2025-08-20T22:49:27.7443712Z [00:02:41.539]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:49:27.7444377Z [00:02:41.539]➜  Thread model: posix
2025-08-20T22:49:27.7445061Z [00:02:41.539]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:49:27.7445945Z [00:02:41.539]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:49:27.7446897Z [00:02:41.539]➜  System configuration file directory: /etc/clang20
2025-08-20T22:49:27.7447924Z [00:02:41.539]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:27.7449065Z [00:02:41.539]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:49:27.7450148Z [00:02:41.539]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:27.7451196Z [00:02:41.539]➜  Candidate multilib: .;@m64
2025-08-20T22:49:27.7451819Z [00:02:41.539]➜  Selected multilib: .;@m64
2025-08-20T22:49:27.7460693Z [00:02:41.541]➜   (in-process)
2025-08-20T22:49:27.7493891Z [00:02:41.543]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name stress-besselmath.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o stress-besselmath.o -x c stress-besselmath.c
2025-08-20T22:49:27.7518331Z [00:02:41.546]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:49:27.7529101Z [00:02:41.548]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:49:27.7532852Z [00:02:41.548]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:49:27.7535849Z [00:02:41.549]➜  #include "..." search starts here:
2025-08-20T22:49:27.7538315Z [00:02:41.549]➜  #include <...> search starts here:
2025-08-20T22:49:27.7540697Z [00:02:41.549]➜   /usr/include/fortify
2025-08-20T22:49:27.7543255Z [00:02:41.549]➜   /usr/include
2025-08-20T22:49:27.7545645Z [00:02:41.549]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:49:27.7548071Z [00:02:41.550]➜  End of search list.
2025-08-20T22:49:27.9693352Z [00:02:41.764]➜  CC stress-bigheap.c
2025-08-20T22:49:28.0066491Z [00:02:41.801]➜  Alpine clang version 20.1.8
2025-08-20T22:49:28.0070085Z [00:02:41.801]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:49:28.0070754Z [00:02:41.801]➜  Thread model: posix
2025-08-20T22:49:28.0071497Z [00:02:41.801]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:49:28.0072348Z [00:02:41.801]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:49:28.0073229Z [00:02:41.801]➜  System configuration file directory: /etc/clang20
2025-08-20T22:49:28.0074196Z [00:02:41.802]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:28.0075261Z [00:02:41.802]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:49:28.0076294Z [00:02:41.802]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:28.0077091Z [00:02:41.802]➜  Candidate multilib: .;@m64
2025-08-20T22:49:28.0077660Z [00:02:41.802]➜  Selected multilib: .;@m64
2025-08-20T22:49:28.0078195Z [00:02:41.802]➜   (in-process)
2025-08-20T22:49:28.0112156Z [00:02:41.803]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name stress-bigheap.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o stress-bigheap.o -x c stress-bigheap.c
2025-08-20T22:49:28.0126126Z [00:02:41.804]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:49:28.0127245Z [00:02:41.804]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:49:28.0128612Z [00:02:41.805]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:49:28.0129795Z [00:02:41.805]➜  #include "..." search starts here:
2025-08-20T22:49:28.0130466Z [00:02:41.805]➜  #include <...> search starts here:
2025-08-20T22:49:28.0141541Z [00:02:41.805]➜   /usr/include/fortify
2025-08-20T22:49:28.0142106Z [00:02:41.805]➜   /usr/include
2025-08-20T22:49:28.0142708Z [00:02:41.805]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:49:28.0143340Z [00:02:41.805]➜  End of search list.
2025-08-20T22:49:28.4232706Z [00:02:42.218]➜  CC stress-bind-mount.c
2025-08-20T22:49:28.4988533Z [00:02:42.293]➜  Alpine clang version 20.1.8
2025-08-20T22:49:28.4996034Z [00:02:42.294]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:49:28.4996691Z [00:02:42.294]➜  Thread model: posix
2025-08-20T22:49:28.4997353Z [00:02:42.294]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:49:28.4998209Z [00:02:42.294]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:49:28.4999131Z [00:02:42.294]➜  System configuration file directory: /etc/clang20
2025-08-20T22:49:28.5000178Z [00:02:42.294]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:28.5001530Z [00:02:42.294]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:49:28.5002651Z [00:02:42.294]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:28.5003505Z [00:02:42.294]➜  Candidate multilib: .;@m64
2025-08-20T22:49:28.5004126Z [00:02:42.294]➜  Selected multilib: .;@m64
2025-08-20T22:49:28.5004684Z [00:02:42.294]➜   (in-process)
2025-08-20T22:49:28.5045729Z [00:02:42.298]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name stress-bind-mount.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o stress-bind-mount.o -x c stress-bind-mount.c
2025-08-20T22:49:28.5096887Z [00:02:42.299]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:49:28.5097941Z [00:02:42.300]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:49:28.5099297Z [00:02:42.300]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:49:28.5100476Z [00:02:42.300]➜  #include "..." search starts here:
2025-08-20T22:49:28.5101361Z [00:02:42.300]➜  #include <...> search starts here:
2025-08-20T22:49:28.5101979Z [00:02:42.300]➜   /usr/include/fortify
2025-08-20T22:49:28.5102519Z [00:02:42.300]➜   /usr/include
2025-08-20T22:49:28.5103096Z [00:02:42.300]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:49:28.5103703Z [00:02:42.300]➜  End of search list.
2025-08-20T22:49:28.5864233Z [00:02:42.381]➜  CC stress-binderfs.c
2025-08-20T22:49:28.6242080Z [00:02:42.419]➜  Alpine clang version 20.1.8
2025-08-20T22:49:28.6253902Z [00:02:42.419]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:49:28.6254561Z [00:02:42.419]➜  Thread model: posix
2025-08-20T22:49:28.6255168Z [00:02:42.419]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:49:28.6255989Z [00:02:42.419]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:49:28.6256867Z [00:02:42.419]➜  System configuration file directory: /etc/clang20
2025-08-20T22:49:28.6257839Z [00:02:42.419]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:28.6258949Z [00:02:42.419]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:49:28.6260045Z [00:02:42.419]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:28.6261798Z [00:02:42.419]➜  Candidate multilib: .;@m64
2025-08-20T22:49:28.6262467Z [00:02:42.419]➜  Selected multilib: .;@m64
2025-08-20T22:49:28.6263056Z [00:02:42.420]➜   (in-process)
2025-08-20T22:49:28.6296399Z [00:02:42.423]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name stress-binderfs.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o stress-binderfs.o -x c stress-binderfs.c
2025-08-20T22:49:28.6313709Z [00:02:42.423]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:49:28.6314762Z [00:02:42.423]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:49:28.6316101Z [00:02:42.423]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:49:28.6317273Z [00:02:42.423]➜  #include "..." search starts here:
2025-08-20T22:49:28.6317941Z [00:02:42.423]➜  #include <...> search starts here:
2025-08-20T22:49:28.6318554Z [00:02:42.423]➜   /usr/include/fortify
2025-08-20T22:49:28.6319099Z [00:02:42.423]➜   /usr/include
2025-08-20T22:49:28.6319682Z [00:02:42.423]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:49:28.6320298Z [00:02:42.423]➜  End of search list.
2025-08-20T22:49:28.7363082Z [00:02:42.531]➜  CC stress-bitonicsort.c
2025-08-20T22:49:28.7741039Z [00:02:42.569]➜  Alpine clang version 20.1.8
2025-08-20T22:49:28.7748718Z [00:02:42.569]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:49:28.7749389Z [00:02:42.569]➜  Thread model: posix
2025-08-20T22:49:28.7750026Z [00:02:42.569]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:49:28.7754011Z [00:02:42.569]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:49:28.7755024Z [00:02:42.569]➜  System configuration file directory: /etc/clang20
2025-08-20T22:49:28.7756089Z [00:02:42.569]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:28.7757250Z [00:02:42.569]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:49:28.7758355Z [00:02:42.569]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:28.7759209Z [00:02:42.569]➜  Candidate multilib: .;@m64
2025-08-20T22:49:28.7759853Z [00:02:42.569]➜  Selected multilib: .;@m64
2025-08-20T22:49:28.7796702Z [00:02:42.574]➜   (in-process)
2025-08-20T22:49:28.7816592Z [00:02:42.574]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name stress-bitonicsort.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o stress-bitonicsort.o -x c stress-bitonicsort.c
2025-08-20T22:49:28.7861369Z [00:02:42.574]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:49:28.7862438Z [00:02:42.574]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:49:28.7863763Z [00:02:42.574]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:49:28.7864937Z [00:02:42.574]➜  #include "..." search starts here:
2025-08-20T22:49:28.7865629Z [00:02:42.574]➜  #include <...> search starts here:
2025-08-20T22:49:28.7866227Z [00:02:42.574]➜   /usr/include/fortify
2025-08-20T22:49:28.7866767Z [00:02:42.574]➜   /usr/include
2025-08-20T22:49:28.7867355Z [00:02:42.574]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:49:28.7867987Z [00:02:42.574]➜  End of search list.
2025-08-20T22:49:28.9374842Z [00:02:42.732]➜  CC stress-bitops.c
2025-08-20T22:49:28.9760571Z [00:02:42.771]➜  Alpine clang version 20.1.8
2025-08-20T22:49:28.9768988Z [00:02:42.771]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:49:28.9769649Z [00:02:42.771]➜  Thread model: posix
2025-08-20T22:49:28.9770254Z [00:02:42.771]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:49:28.9771325Z [00:02:42.771]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:49:28.9772209Z [00:02:42.771]➜  System configuration file directory: /etc/clang20
2025-08-20T22:49:28.9773163Z [00:02:42.771]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:28.9777488Z [00:02:42.771]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:49:28.9778575Z [00:02:42.771]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:28.9779448Z [00:02:42.771]➜  Candidate multilib: .;@m64
2025-08-20T22:49:28.9780054Z [00:02:42.771]➜  Selected multilib: .;@m64
2025-08-20T22:49:28.9788826Z [00:02:42.774]➜   (in-process)
2025-08-20T22:49:28.9816312Z [00:02:42.775]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name stress-bitops.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o stress-bitops.o -x c stress-bitops.c
2025-08-20T22:49:28.9842512Z [00:02:42.779]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:49:28.9851653Z [00:02:42.780]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:49:28.9863500Z [00:02:42.781]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:49:28.9864921Z [00:02:42.781]➜  #include "..." search starts here:
2025-08-20T22:49:28.9865734Z [00:02:42.781]➜  #include <...> search starts here:
2025-08-20T22:49:28.9867395Z [00:02:42.781]➜   /usr/include/fortify
2025-08-20T22:49:28.9867947Z [00:02:42.781]➜   /usr/include
2025-08-20T22:49:28.9868545Z [00:02:42.781]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:49:28.9869147Z [00:02:42.781]➜  End of search list.
2025-08-20T22:49:29.0760197Z [00:02:42.871]➜  CC stress-branch.c
2025-08-20T22:49:29.1140668Z [00:02:42.909]➜  Alpine clang version 20.1.8
2025-08-20T22:49:29.1142015Z [00:02:42.909]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:49:29.1144099Z [00:02:42.909]➜  Thread model: posix
2025-08-20T22:49:29.1144749Z [00:02:42.909]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:49:29.1145633Z [00:02:42.909]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
﻿2025-08-20T22:49:29.1154809Z [00:02:42.909]➜  System configuration file directory: /etc/clang20
2025-08-20T22:49:29.1155832Z [00:02:42.909]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:29.1156977Z [00:02:42.909]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:49:29.1158096Z [00:02:42.909]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:29.1158959Z [00:02:42.909]➜  Candidate multilib: .;@m64
2025-08-20T22:49:29.1159759Z [00:02:42.909]➜  Selected multilib: .;@m64
2025-08-20T22:49:29.1181622Z [00:02:42.912]➜   (in-process)
2025-08-20T22:49:29.1197821Z [00:02:42.913]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name stress-branch.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o stress-branch.o -x c stress-branch.c
2025-08-20T22:49:29.1218690Z [00:02:42.917]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:49:29.1226880Z [00:02:42.917]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:49:29.1228316Z [00:02:42.918]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:49:29.1229509Z [00:02:42.918]➜  #include "..." search starts here:
2025-08-20T22:49:29.1230190Z [00:02:42.918]➜  #include <...> search starts here:
2025-08-20T22:49:29.1231017Z [00:02:42.918]➜   /usr/include/fortify
2025-08-20T22:49:29.1231593Z [00:02:42.918]➜   /usr/include
2025-08-20T22:49:29.1232170Z [00:02:42.918]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:49:29.1232802Z [00:02:42.918]➜  End of search list.
2025-08-20T22:49:29.4542545Z [00:02:43.249]➜  CC stress-brk.c
2025-08-20T22:49:29.5598274Z [00:02:43.355]➜  Alpine clang version 20.1.8
2025-08-20T22:49:29.5601887Z [00:02:43.355]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:49:29.5604301Z [00:02:43.355]➜  Thread model: posix
2025-08-20T22:49:29.5622931Z [00:02:43.357]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:49:29.5624159Z [00:02:43.357]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:49:29.5625652Z [00:02:43.357]➜  System configuration file directory: /etc/clang20
2025-08-20T22:49:29.5626947Z [00:02:43.357]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:29.5628351Z [00:02:43.357]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:49:29.5629757Z [00:02:43.357]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:29.5631256Z [00:02:43.357]➜  Candidate multilib: .;@m64
2025-08-20T22:49:29.5632805Z [00:02:43.357]➜  Selected multilib: .;@m64
2025-08-20T22:49:29.5633921Z [00:02:43.357]➜   (in-process)
2025-08-20T22:49:29.5667527Z [00:02:43.359]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name stress-brk.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o stress-brk.o -x c stress-brk.c
2025-08-20T22:49:29.5681269Z [00:02:43.360]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:49:29.5682321Z [00:02:43.360]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:49:29.5683655Z [00:02:43.361]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:49:29.5684840Z [00:02:43.361]➜  #include "..." search starts here:
2025-08-20T22:49:29.5685512Z [00:02:43.361]➜  #include <...> search starts here:
2025-08-20T22:49:29.5686142Z [00:02:43.361]➜   /usr/include/fortify
2025-08-20T22:49:29.5686674Z [00:02:43.361]➜   /usr/include
2025-08-20T22:49:29.5687267Z [00:02:43.361]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:49:29.5687883Z [00:02:43.361]➜  End of search list.
2025-08-20T22:49:29.8222152Z [00:02:43.617]➜  CC stress-bsearch.c
2025-08-20T22:49:29.8759135Z [00:02:43.671]➜  Alpine clang version 20.1.8
2025-08-20T22:49:29.8766538Z [00:02:43.671]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:49:29.8767213Z [00:02:43.671]➜  Thread model: posix
2025-08-20T22:49:29.8767868Z [00:02:43.671]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:49:29.8769100Z [00:02:43.671]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:49:29.8770038Z [00:02:43.671]➜  System configuration file directory: /etc/clang20
2025-08-20T22:49:29.8771242Z [00:02:43.671]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:29.8772416Z [00:02:43.671]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:49:29.8773526Z [00:02:43.671]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:29.8774576Z [00:02:43.671]➜  Candidate multilib: .;@m64
2025-08-20T22:49:29.8775190Z [00:02:43.671]➜  Selected multilib: .;@m64
2025-08-20T22:49:29.8784286Z [00:02:43.673]➜   (in-process)
2025-08-20T22:49:29.8817031Z [00:02:43.675]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name stress-bsearch.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o stress-bsearch.o -x c stress-bsearch.c
2025-08-20T22:49:29.8853403Z [00:02:43.680]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:49:29.8854898Z [00:02:43.680]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:49:29.8856741Z [00:02:43.680]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:49:29.8858328Z [00:02:43.680]➜  #include "..." search starts here:
2025-08-20T22:49:29.8859368Z [00:02:43.680]➜  #include <...> search starts here:
2025-08-20T22:49:29.8860360Z [00:02:43.680]➜   /usr/include/fortify
2025-08-20T22:49:29.8861357Z [00:02:43.680]➜   /usr/include
2025-08-20T22:49:29.8861955Z [00:02:43.680]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:49:29.8862528Z [00:02:43.680]➜  End of search list.
2025-08-20T22:49:30.0163459Z [00:02:43.811]➜  CC stress-bubblesort.c
2025-08-20T22:49:30.0223890Z [00:02:43.817]➜  CC stress-cache.c
2025-08-20T22:49:30.0508612Z [00:02:43.846]➜  Alpine clang version 20.1.8
2025-08-20T22:49:30.0514262Z [00:02:43.846]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:49:30.0515598Z [00:02:43.846]➜  Thread model: posix
2025-08-20T22:49:30.0516294Z [00:02:43.846]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:49:30.0517268Z [00:02:43.846]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:49:30.0518579Z [00:02:43.846]➜  System configuration file directory: /etc/clang20
2025-08-20T22:49:30.0519923Z [00:02:43.846]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:30.0525024Z [00:02:43.847]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:49:30.0532082Z [00:02:43.848]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:30.0538146Z [00:02:43.848]➜  Candidate multilib: .;@m64
2025-08-20T22:49:30.0542322Z [00:02:43.848]➜  Selected multilib: .;@m64
2025-08-20T22:49:30.0545180Z [00:02:43.848]➜   (in-process)
2025-08-20T22:49:30.0560609Z [00:02:43.848]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name stress-cache.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o stress-cache.o -x c stress-cache.c
2025-08-20T22:49:30.0596506Z [00:02:43.848]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:49:30.0597592Z [00:02:43.848]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:49:30.0598938Z [00:02:43.849]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:49:30.0600224Z [00:02:43.849]➜  #include "..." search starts here:
2025-08-20T22:49:30.0601177Z [00:02:43.849]➜  #include <...> search starts here:
2025-08-20T22:49:30.0601822Z [00:02:43.849]➜   /usr/include/fortify
2025-08-20T22:49:30.0602341Z [00:02:43.849]➜   /usr/include
2025-08-20T22:49:30.0602910Z [00:02:43.849]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:49:30.0603528Z [00:02:43.849]➜  End of search list.
2025-08-20T22:49:30.0753263Z [00:02:43.870]➜  Alpine clang version 20.1.8
2025-08-20T22:49:30.0759212Z [00:02:43.870]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:49:30.0760125Z [00:02:43.870]➜  Thread model: posix
2025-08-20T22:49:30.0760984Z [00:02:43.870]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:49:30.0764727Z [00:02:43.870]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:49:30.0794460Z [00:02:43.871]➜  System configuration file directory: /etc/clang20
2025-08-20T22:49:30.0801103Z [00:02:43.875]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:30.0807927Z [00:02:43.875]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:49:30.0809287Z [00:02:43.875]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:30.0810161Z [00:02:43.875]➜  Candidate multilib: .;@m64
2025-08-20T22:49:30.0810994Z [00:02:43.875]➜  Selected multilib: .;@m64
2025-08-20T22:49:30.0821567Z [00:02:43.877]➜   (in-process)
2025-08-20T22:49:30.0854660Z [00:02:43.879]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name stress-bubblesort.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o stress-bubblesort.o -x c stress-bubblesort.c
2025-08-20T22:49:30.0917503Z [00:02:43.886]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:49:30.0928586Z [00:02:43.888]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:49:30.0932787Z [00:02:43.888]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:49:30.0935338Z [00:02:43.888]➜  #include "..." search starts here:
2025-08-20T22:49:30.0937367Z [00:02:43.888]➜  #include <...> search starts here:
2025-08-20T22:49:30.0939767Z [00:02:43.888]➜   /usr/include/fortify
2025-08-20T22:49:30.0945625Z [00:02:43.888]➜   /usr/include
2025-08-20T22:49:30.0946237Z [00:02:43.888]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:49:30.0946827Z [00:02:43.888]➜  End of search list.
2025-08-20T22:49:30.3231041Z [00:02:44.118]➜  CC stress-cachehammer.c
2025-08-20T22:49:30.3944435Z [00:02:44.189]➜  CC stress-cacheline.c
2025-08-20T22:49:30.3958738Z [00:02:44.191]➜  Alpine clang version 20.1.8
2025-08-20T22:49:30.3966990Z [00:02:44.191]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:49:30.3967568Z [00:02:44.191]➜  Thread model: posix
2025-08-20T22:49:30.3968109Z [00:02:44.191]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:49:30.3968932Z [00:02:44.191]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:49:30.3969812Z [00:02:44.191]➜  System configuration file directory: /etc/clang20
2025-08-20T22:49:30.3974536Z [00:02:44.191]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:30.3975771Z [00:02:44.191]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:49:30.3976889Z [00:02:44.191]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:30.3977791Z [00:02:44.191]➜  Candidate multilib: .;@m64
2025-08-20T22:49:30.3978402Z [00:02:44.191]➜  Selected multilib: .;@m64
2025-08-20T22:49:30.3989931Z [00:02:44.194]➜   (in-process)
2025-08-20T22:49:30.4024154Z [00:02:44.196]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name stress-cachehammer.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o stress-cachehammer.o -x c stress-cachehammer.c
2025-08-20T22:49:30.4053975Z [00:02:44.199]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:49:30.4065145Z [00:02:44.201]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:49:30.4069012Z [00:02:44.202]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:49:30.4073184Z [00:02:44.202]➜  #include "..." search starts here:
2025-08-20T22:49:30.4078804Z [00:02:44.203]➜  #include <...> search starts here:
2025-08-20T22:49:30.4080002Z [00:02:44.203]➜   /usr/include/fortify
2025-08-20T22:49:30.4082914Z [00:02:44.203]➜   /usr/include
2025-08-20T22:49:30.4084763Z [00:02:44.203]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:49:30.4087103Z [00:02:44.203]➜  End of search list.
2025-08-20T22:49:30.4650237Z [00:02:44.260]➜  Alpine clang version 20.1.8
2025-08-20T22:49:30.4652969Z [00:02:44.260]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:49:30.4655958Z [00:02:44.260]➜  Thread model: posix
2025-08-20T22:49:30.4656623Z [00:02:44.260]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:49:30.4657512Z [00:02:44.260]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:49:30.4658484Z [00:02:44.260]➜  System configuration file directory: /etc/clang20
2025-08-20T22:49:30.4659821Z [00:02:44.260]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:30.4661188Z [00:02:44.260]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:49:30.4662271Z [00:02:44.260]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:30.4663119Z [00:02:44.260]➜  Candidate multilib: .;@m64
2025-08-20T22:49:30.4663739Z [00:02:44.260]➜  Selected multilib: .;@m64
2025-08-20T22:49:30.4685301Z [00:02:44.263]➜   (in-process)
2025-08-20T22:49:30.4707771Z [00:02:44.264]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name stress-cacheline.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o stress-cacheline.o -x c stress-cacheline.c
2025-08-20T22:49:30.4728674Z [00:02:44.267]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:49:30.4729766Z [00:02:44.267]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:49:30.4731367Z [00:02:44.267]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:49:30.4732589Z [00:02:44.267]➜  #include "..." search starts here:
2025-08-20T22:49:30.4733275Z [00:02:44.267]➜  #include <...> search starts here:
2025-08-20T22:49:30.4733899Z [00:02:44.267]➜   /usr/include/fortify
2025-08-20T22:49:30.4734439Z [00:02:44.267]➜   /usr/include
2025-08-20T22:49:30.4735025Z [00:02:44.267]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:49:30.4735639Z [00:02:44.267]➜  End of search list.
2025-08-20T22:49:30.7293219Z [00:02:44.524]➜  CC stress-cap.c
2025-08-20T22:49:30.8058565Z [00:02:44.601]➜  Alpine clang version 20.1.8
2025-08-20T22:49:30.8065920Z [00:02:44.602]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:49:30.8071688Z [00:02:44.602]➜  Thread model: posix
2025-08-20T22:49:30.8097137Z [00:02:44.604]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:49:30.8100380Z [00:02:44.604]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:49:30.8103549Z [00:02:44.604]➜  System configuration file directory: /etc/clang20
2025-08-20T22:49:30.8106032Z [00:02:44.604]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:30.8123767Z [00:02:44.604]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:49:30.8124783Z [00:02:44.604]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:30.8125566Z [00:02:44.604]➜  Candidate multilib: .;@m64
2025-08-20T22:49:30.8126136Z [00:02:44.604]➜  Selected multilib: .;@m64
2025-08-20T22:49:30.8126651Z [00:02:44.604]➜   (in-process)
2025-08-20T22:49:30.8142740Z [00:02:44.604]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name stress-cap.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o stress-cap.o -x c stress-cap.c
2025-08-20T22:49:30.8162696Z [00:02:44.611]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:49:30.8163686Z [00:02:44.611]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:49:30.8164959Z [00:02:44.611]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:49:30.8166041Z [00:02:44.611]➜  #include "..." search starts here:
2025-08-20T22:49:30.8166620Z [00:02:44.611]➜  #include <...> search starts here:
2025-08-20T22:49:30.8167184Z [00:02:44.611]➜   /usr/include/fortify
2025-08-20T22:49:30.8167699Z [00:02:44.611]➜   /usr/include
2025-08-20T22:49:30.8168239Z [00:02:44.611]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:49:30.8168988Z [00:02:44.611]➜  End of search list.
2025-08-20T22:49:31.3963996Z [00:02:45.191]➜  CC stress-cgroup.c
2025-08-20T22:49:31.4342116Z [00:02:45.229]➜  Alpine clang version 20.1.8
2025-08-20T22:49:31.4346453Z [00:02:45.230]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:49:31.4351579Z [00:02:45.230]➜  Thread model: posix
2025-08-20T22:49:31.4355943Z [00:02:45.231]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:49:31.4361656Z [00:02:45.231]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:49:31.4371189Z [00:02:45.231]➜  System configuration file directory: /etc/clang20
2025-08-20T22:49:31.4372218Z [00:02:45.231]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:31.4373235Z [00:02:45.231]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:49:31.4374205Z [00:02:45.231]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:31.4374954Z [00:02:45.231]➜  Candidate multilib: .;@m64
2025-08-20T22:49:31.4375507Z [00:02:45.231]➜  Selected multilib: .;@m64
2025-08-20T22:49:31.4375993Z [00:02:45.231]➜   (in-process)
2025-08-20T22:49:31.4415524Z [00:02:45.231]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name stress-cgroup.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o stress-cgroup.o -x c stress-cgroup.c
2025-08-20T22:49:31.4428977Z [00:02:45.231]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:49:31.4430024Z [00:02:45.232]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:49:31.4431580Z [00:02:45.236]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:49:31.4432766Z [00:02:45.236]➜  #include "..." search starts here:
2025-08-20T22:49:31.4433420Z [00:02:45.236]➜  #include <...> search starts here:
2025-08-20T22:49:31.4434014Z [00:02:45.236]➜   /usr/include/fortify
2025-08-20T22:49:31.4434545Z [00:02:45.236]➜   /usr/include
2025-08-20T22:49:31.4435112Z [00:02:45.236]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:49:31.4435906Z [00:02:45.236]➜  End of search list.
2025-08-20T22:49:31.6007284Z [00:02:45.395]➜  CC stress-chattr.c
2025-08-20T22:49:31.6361626Z [00:02:45.431]➜  Alpine clang version 20.1.8
2025-08-20T22:49:31.6369994Z [00:02:45.431]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:49:31.6375746Z [00:02:45.432]➜  Thread model: posix
2025-08-20T22:49:31.6376389Z [00:02:45.432]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:49:31.6377394Z [00:02:45.432]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:49:31.6378191Z [00:02:45.432]➜  System configuration file directory: /etc/clang20
2025-08-20T22:49:31.6379100Z [00:02:45.432]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:31.6393953Z [00:02:45.432]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:49:31.6394976Z [00:02:45.432]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:31.6395721Z [00:02:45.432]➜  Candidate multilib: .;@m64
2025-08-20T22:49:31.6399001Z [00:02:45.432]➜  Selected multilib: .;@m64
2025-08-20T22:49:31.6399618Z [00:02:45.432]➜   (in-process)
2025-08-20T22:49:31.6445106Z [00:02:45.432]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name stress-chattr.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o stress-chattr.o -x c stress-chattr.c
2025-08-20T22:49:31.6458532Z [00:02:45.433]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:49:31.6459562Z [00:02:45.434]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:49:31.6461079Z [00:02:45.434]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:49:31.6462250Z [00:02:45.434]➜  #include "..." search starts here:
2025-08-20T22:49:31.6462908Z [00:02:45.434]➜  #include <...> search starts here:
2025-08-20T22:49:31.6463510Z [00:02:45.434]➜   /usr/include/fortify
2025-08-20T22:49:31.6464248Z [00:02:45.434]➜   /usr/include
2025-08-20T22:49:31.6464830Z [00:02:45.434]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:49:31.6465449Z [00:02:45.434]➜  End of search list.
2025-08-20T22:49:31.7811393Z [00:02:45.576]➜  CC stress-chdir.c
2025-08-20T22:49:31.8147579Z [00:02:45.609]➜  Alpine clang version 20.1.8
2025-08-20T22:49:31.8148256Z [00:02:45.609]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:49:31.8148827Z [00:02:45.609]➜  Thread model: posix
2025-08-20T22:49:31.8149382Z [00:02:45.609]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:49:31.8150370Z [00:02:45.609]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:49:31.8151378Z [00:02:45.609]➜  System configuration file directory: /etc/clang20
2025-08-20T22:49:31.8152262Z [00:02:45.609]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:31.8153315Z [00:02:45.609]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:49:31.8154328Z [00:02:45.609]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:31.8156606Z [00:02:45.611]➜  Candidate multilib: .;@m64
2025-08-20T22:49:31.8160036Z [00:02:45.611]➜  Selected multilib: .;@m64
2025-08-20T22:49:31.8161419Z [00:02:45.611]➜   (in-process)
2025-08-20T22:49:31.8180618Z [00:02:45.611]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name stress-chdir.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o stress-chdir.o -x c stress-chdir.c
2025-08-20T22:49:31.8198575Z [00:02:45.611]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:49:31.8199617Z [00:02:45.611]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:49:31.8201133Z [00:02:45.612]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:49:31.8202313Z [00:02:45.612]➜  #include "..." search starts here:
2025-08-20T22:49:31.8202967Z [00:02:45.612]➜  #include <...> search starts here:
2025-08-20T22:49:31.8203551Z [00:02:45.612]➜   /usr/include/fortify
2025-08-20T22:49:31.8204239Z [00:02:45.612]➜   /usr/include
2025-08-20T22:49:31.8204800Z [00:02:45.612]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:49:31.8205355Z [00:02:45.612]➜  End of search list.
2025-08-20T22:49:31.9514003Z [00:02:45.746]➜  CC stress-chmod.c
2025-08-20T22:49:32.0042263Z [00:02:45.799]➜  Alpine clang version 20.1.8
2025-08-20T22:49:32.0074541Z [00:02:45.802]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:49:32.0086028Z [00:02:45.803]➜  Thread model: posix
2025-08-20T22:49:32.0087933Z [00:02:45.803]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:49:32.0089752Z [00:02:45.803]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:49:32.0091396Z [00:02:45.803]➜  System configuration file directory: /etc/clang20
2025-08-20T22:49:32.0116980Z [00:02:45.803]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:32.0118228Z [00:02:45.803]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:49:32.0119383Z [00:02:45.803]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:32.0120462Z [00:02:45.803]➜  Candidate multilib: .;@m64
2025-08-20T22:49:32.0121325Z [00:02:45.803]➜  Selected multilib: .;@m64
2025-08-20T22:49:32.0121888Z [00:02:45.803]➜   (in-process)
2025-08-20T22:49:32.0157739Z [00:02:45.803]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name stress-chmod.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o stress-chmod.o -x c stress-chmod.c
2025-08-20T22:49:32.0171472Z [00:02:45.803]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:49:32.0172534Z [00:02:45.803]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:49:32.0173879Z [00:02:45.803]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:49:32.0175096Z [00:02:45.804]➜  #include "..." search starts here:
2025-08-20T22:49:32.0175760Z [00:02:45.804]➜  #include <...> search starts here:
2025-08-20T22:49:32.0176591Z [00:02:45.804]➜   /usr/include/fortify
2025-08-20T22:49:32.0177134Z [00:02:45.805]➜   /usr/include
2025-08-20T22:49:32.0177738Z [00:02:45.805]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:49:32.0178349Z [00:02:45.806]➜  End of search list.
2025-08-20T22:49:32.1412988Z [00:02:45.936]➜  CC stress-chown.c
2025-08-20T22:49:32.1778597Z [00:02:45.972]➜  Alpine clang version 20.1.8
2025-08-20T22:49:32.1783881Z [00:02:45.973]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:49:32.1789532Z [00:02:45.974]➜  Thread model: posix
2025-08-20T22:49:32.1792433Z [00:02:45.974]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:49:32.1812484Z [00:02:45.974]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:49:32.1813399Z [00:02:45.974]➜  System configuration file directory: /etc/clang20
2025-08-20T22:49:32.1814354Z [00:02:45.975]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:32.1816677Z [00:02:45.975]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:49:32.1817987Z [00:02:45.975]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:32.1818850Z [00:02:45.976]➜  Candidate multilib: .;@m64
2025-08-20T22:49:32.1819467Z [00:02:45.976]➜  Selected multilib: .;@m64
2025-08-20T22:49:32.1820018Z [00:02:45.977]➜   (in-process)
2025-08-20T22:49:32.1885352Z [00:02:45.982]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name stress-chown.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o stress-chown.o -x c stress-chown.c
2025-08-20T22:49:32.1899589Z [00:02:45.982]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:49:32.1900495Z [00:02:45.983]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:49:32.1901841Z [00:02:45.983]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:49:32.1902865Z [00:02:45.983]➜  #include "..." search starts here:
2025-08-20T22:49:32.1903577Z [00:02:45.983]➜  #include <...> search starts here:
2025-08-20T22:49:32.1904093Z [00:02:45.984]➜   /usr/include/fortify
2025-08-20T22:49:32.1904567Z [00:02:45.984]➜   /usr/include
2025-08-20T22:49:32.1905068Z [00:02:45.984]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:49:32.1905598Z [00:02:45.984]➜  End of search list.
2025-08-20T22:49:32.2411496Z [00:02:46.036]➜  CC stress-chroot.c
2025-08-20T22:49:32.2812508Z [00:02:46.076]➜  Alpine clang version 20.1.8
2025-08-20T22:49:32.2817959Z [00:02:46.077]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:49:32.2818763Z [00:02:46.077]➜  Thread model: posix
2025-08-20T22:49:32.2819384Z [00:02:46.077]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:49:32.2820217Z [00:02:46.077]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:49:32.2821265Z [00:02:46.077]➜  System configuration file directory: /etc/clang20
2025-08-20T22:49:32.2822252Z [00:02:46.077]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:32.2823425Z [00:02:46.077]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:49:32.2826690Z [00:02:46.077]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:32.2827558Z [00:02:46.077]➜  Candidate multilib: .;@m64
2025-08-20T22:49:32.2831738Z [00:02:46.078]➜  Selected multilib: .;@m64
2025-08-20T22:49:32.2841116Z [00:02:46.079]➜   (in-process)
2025-08-20T22:49:32.2905948Z [00:02:46.082]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name stress-chroot.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o stress-chroot.o -x c stress-chroot.c
2025-08-20T22:49:32.2940563Z [00:02:46.083]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:49:32.2941839Z [00:02:46.084]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:49:32.2943158Z [00:02:46.085]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:49:32.2944531Z [00:02:46.085]➜  #include "..." search starts here:
2025-08-20T22:49:32.2945178Z [00:02:46.085]➜  #include <...> search starts here:
2025-08-20T22:49:32.2945800Z [00:02:46.085]➜   /usr/include/fortify
2025-08-20T22:49:32.2946335Z [00:02:46.085]➜   /usr/include
2025-08-20T22:49:32.2946883Z [00:02:46.085]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:49:32.2947499Z [00:02:46.085]➜  End of search list.
2025-08-20T22:49:32.3183440Z [00:02:46.112]➜  CC stress-clock.c
2025-08-20T22:49:32.3548467Z [00:02:46.149]➜  Alpine clang version 20.1.8
2025-08-20T22:49:32.3549971Z [00:02:46.149]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:49:32.3550528Z [00:02:46.149]➜  Thread model: posix
2025-08-20T22:49:32.3551222Z [00:02:46.149]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:49:32.3551954Z [00:02:46.149]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:49:32.3552727Z [00:02:46.149]➜  System configuration file directory: /etc/clang20
2025-08-20T22:49:32.3553634Z [00:02:46.149]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:32.3554760Z [00:02:46.149]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:49:32.3555685Z [00:02:46.149]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:32.3556515Z [00:02:46.150]➜  Candidate multilib: .;@m64
2025-08-20T22:49:32.3558761Z [00:02:46.150]➜  Selected multilib: .;@m64
2025-08-20T22:49:32.3559302Z [00:02:46.151]➜   (in-process)
2025-08-20T22:49:32.3603847Z [00:02:46.153]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name stress-clock.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o stress-clock.o -x c stress-clock.c
2025-08-20T22:49:32.3626958Z [00:02:46.155]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:49:32.3627990Z [00:02:46.156]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:49:32.3629282Z [00:02:46.156]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:49:32.3630699Z [00:02:46.156]➜  #include "..." search starts here:
2025-08-20T22:49:32.3631533Z [00:02:46.156]➜  #include <...> search starts here:
2025-08-20T22:49:32.3632080Z [00:02:46.157]➜   /usr/include/fortify
2025-08-20T22:49:32.3632542Z [00:02:46.157]➜   /usr/include
2025-08-20T22:49:32.3646946Z [00:02:46.159]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:49:32.3647569Z [00:02:46.159]➜  End of search list.
2025-08-20T22:49:33.0065127Z [00:02:46.801]➜  CC stress-clone.c
2025-08-20T22:49:33.0501968Z [00:02:46.845]➜  CC stress-close.c
2025-08-20T22:49:33.0780714Z [00:02:46.873]➜  Alpine clang version 20.1.8
2025-08-20T22:49:33.0782173Z [00:02:46.873]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:49:33.0783161Z [00:02:46.873]➜  Thread model: posix
2025-08-20T22:49:33.0783926Z [00:02:46.873]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:49:33.0784724Z [00:02:46.873]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:49:33.0785563Z [00:02:46.873]➜  System configuration file directory: /etc/clang20
2025-08-20T22:49:33.0786660Z [00:02:46.873]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:33.0787688Z [00:02:46.873]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:49:33.0788810Z [00:02:46.873]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:33.0789530Z [00:02:46.873]➜  Candidate multilib: .;@m64
2025-08-20T22:49:33.0790070Z [00:02:46.873]➜  Selected multilib: .;@m64
2025-08-20T22:49:33.0794066Z [00:02:46.874]➜   (in-process)
2025-08-20T22:49:33.0821079Z [00:02:46.876]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name stress-clone.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o stress-clone.o -x c stress-clone.c
2025-08-20T22:49:33.0850416Z [00:02:46.880]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:49:33.0856956Z [00:02:46.880]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:49:33.0861693Z [00:02:46.881]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:49:33.0862805Z [00:02:46.881]➜  #include "..." search starts here:
2025-08-20T22:49:33.0863401Z [00:02:46.881]➜  #include <...> search starts here:
2025-08-20T22:49:33.0863951Z [00:02:46.881]➜   /usr/include/fortify
2025-08-20T22:49:33.0864414Z [00:02:46.881]➜   /usr/include
2025-08-20T22:49:33.0864935Z [00:02:46.881]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:49:33.0865472Z [00:02:46.881]➜  End of search list.
2025-08-20T22:49:33.1246452Z [00:02:46.919]➜  Alpine clang version 20.1.8
2025-08-20T22:49:33.1247203Z [00:02:46.919]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:49:33.1247837Z [00:02:46.919]➜  Thread model: posix
2025-08-20T22:49:33.1248456Z [00:02:46.919]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:49:33.1249307Z [00:02:46.919]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:49:33.1250232Z [00:02:46.919]➜  System configuration file directory: /etc/clang20
2025-08-20T22:49:33.1251668Z [00:02:46.919]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:33.1278582Z [00:02:46.922]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:49:33.1282661Z [00:02:46.922]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:33.1283658Z [00:02:46.922]➜  Candidate multilib: .;@m64
2025-08-20T22:49:33.1284317Z [00:02:46.922]➜  Selected multilib: .;@m64
2025-08-20T22:49:33.1284905Z [00:02:46.923]➜   (in-process)
2025-08-20T22:49:33.1307985Z [00:02:46.924]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name stress-close.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o stress-close.o -x c stress-close.c
2025-08-20T22:49:33.1344017Z [00:02:46.929]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:49:33.1345043Z [00:02:46.929]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:49:33.1346724Z [00:02:46.929]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:49:33.1347779Z [00:02:46.929]➜  #include "..." search starts here:
2025-08-20T22:49:33.1348376Z [00:02:46.929]➜  #include <...> search starts here:
2025-08-20T22:49:33.1348913Z [00:02:46.929]➜   /usr/include/fortify
2025-08-20T22:49:33.1349378Z [00:02:46.929]➜   /usr/include
2025-08-20T22:49:33.1349897Z [00:02:46.929]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:49:33.1350445Z [00:02:46.929]➜  End of search list.
2025-08-20T22:49:33.2832629Z [00:02:47.078]➜  CC stress-context.c
2025-08-20T22:49:33.3212473Z [00:02:47.116]➜  Alpine clang version 20.1.8
2025-08-20T22:49:33.3213712Z [00:02:47.116]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:49:33.3214691Z [00:02:47.116]➜  Thread model: posix
2025-08-20T22:49:33.3215426Z [00:02:47.116]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:49:33.3216184Z [00:02:47.116]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:49:33.3217006Z [00:02:47.116]➜  System configuration file directory: /etc/clang20
2025-08-20T22:49:33.3218059Z [00:02:47.116]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:33.3219236Z [00:02:47.116]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:49:33.3220225Z [00:02:47.116]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:33.3221208Z [00:02:47.116]➜  Candidate multilib: .;@m64
2025-08-20T22:49:33.3221775Z [00:02:47.116]➜  Selected multilib: .;@m64
2025-08-20T22:49:33.3245123Z [00:02:47.119]➜   (in-process)
2025-08-20T22:49:33.3261431Z [00:02:47.119]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name stress-context.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o stress-context.o -x c stress-context.c
2025-08-20T22:49:33.3276073Z [00:02:47.120]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:49:33.3277264Z [00:02:47.122]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:49:33.3278575Z [00:02:47.122]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:49:33.3279689Z [00:02:47.122]➜  #include "..." search starts here:
2025-08-20T22:49:33.3280294Z [00:02:47.122]➜  #include <...> search starts here:
2025-08-20T22:49:33.3281087Z [00:02:47.122]➜   /usr/include/fortify
2025-08-20T22:49:33.3281633Z [00:02:47.122]➜   /usr/include
2025-08-20T22:49:33.3282196Z [00:02:47.122]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:49:33.3282786Z [00:02:47.122]➜  End of search list.
2025-08-20T22:49:33.5520656Z [00:02:47.347]➜  CC stress-copy-file.c
2025-08-20T22:49:33.5894381Z [00:02:47.384]➜  Alpine clang version 20.1.8
2025-08-20T22:49:33.5901712Z [00:02:47.385]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:49:33.5903759Z [00:02:47.385]➜  Thread model: posix
2025-08-20T22:49:33.5915628Z [00:02:47.386]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:49:33.5916616Z [00:02:47.386]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:49:33.5917761Z [00:02:47.386]➜  System configuration file directory: /etc/clang20
2025-08-20T22:49:33.5918775Z [00:02:47.386]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:33.5920091Z [00:02:47.386]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:49:33.5921554Z [00:02:47.386]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:33.5922412Z [00:02:47.386]➜  Candidate multilib: .;@m64
2025-08-20T22:49:33.5923034Z [00:02:47.386]➜  Selected multilib: .;@m64
2025-08-20T22:49:33.5923611Z [00:02:47.386]➜   (in-process)
2025-08-20T22:49:33.5938627Z [00:02:47.386]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name stress-copy-file.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o stress-copy-file.o -x c stress-copy-file.c
2025-08-20T22:49:33.5961198Z [00:02:47.390]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:49:33.5974387Z [00:02:47.392]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:49:33.5975791Z [00:02:47.392]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:49:33.5982342Z [00:02:47.393]➜  #include "..." search starts here:
2025-08-20T22:49:33.5983045Z [00:02:47.393]➜  #include <...> search starts here:
2025-08-20T22:49:33.5983675Z [00:02:47.393]➜   /usr/include/fortify
2025-08-20T22:49:33.5984216Z [00:02:47.393]➜   /usr/include
2025-08-20T22:49:33.5984779Z [00:02:47.393]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:49:33.5985392Z [00:02:47.393]➜  End of search list.
2025-08-20T22:49:33.8763340Z [00:02:47.670]➜  CC stress-cpu.c
2025-08-20T22:49:33.9486714Z [00:02:47.744]➜  Alpine clang version 20.1.8
2025-08-20T22:49:33.9487680Z [00:02:47.744]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:49:33.9488503Z [00:02:47.744]➜  Thread model: posix
2025-08-20T22:49:33.9489937Z [00:02:47.744]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:49:33.9491459Z [00:02:47.744]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:49:33.9492682Z [00:02:47.744]➜  System configuration file directory: /etc/clang20
2025-08-20T22:49:33.9494269Z [00:02:47.744]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:33.9498128Z [00:02:47.744]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:49:33.9501563Z [00:02:47.744]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:33.9503613Z [00:02:47.744]➜  Candidate multilib: .;@m64
2025-08-20T22:49:33.9504225Z [00:02:47.744]➜  Selected multilib: .;@m64
2025-08-20T22:49:33.9504778Z [00:02:47.745]➜   (in-process)
2025-08-20T22:49:33.9522601Z [00:02:47.746]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name stress-cpu.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o stress-cpu.o -x c stress-cpu.c
2025-08-20T22:49:33.9574420Z [00:02:47.752]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:49:33.9579172Z [00:02:47.752]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:49:33.9580546Z [00:02:47.752]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:49:33.9581963Z [00:02:47.752]➜  #include "..." search starts here:
2025-08-20T22:49:33.9582646Z [00:02:47.752]➜  #include <...> search starts here:
2025-08-20T22:49:33.9583264Z [00:02:47.752]➜   /usr/include/fortify
2025-08-20T22:49:33.9583796Z [00:02:47.752]➜   /usr/include
2025-08-20T22:49:33.9584362Z [00:02:47.752]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:49:33.9584975Z [00:02:47.752]➜  End of search list.
2025-08-20T22:49:34.3811219Z [00:02:48.176]➜  CC stress-cpu-online.c
2025-08-20T22:49:34.4185917Z [00:02:48.213]➜  Alpine clang version 20.1.8
2025-08-20T22:49:34.4187724Z [00:02:48.213]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:49:34.4189118Z [00:02:48.213]➜  Thread model: posix
2025-08-20T22:49:34.4189931Z [00:02:48.213]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:49:34.4191077Z [00:02:48.213]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:49:34.4191905Z [00:02:48.213]➜  System configuration file directory: /etc/clang20
2025-08-20T22:49:34.4192930Z [00:02:48.213]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:34.4194017Z [00:02:48.213]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:49:34.4194949Z [00:02:48.213]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:34.4195694Z [00:02:48.213]➜  Candidate multilib: .;@m64
2025-08-20T22:49:34.4196232Z [00:02:48.213]➜  Selected multilib: .;@m64
2025-08-20T22:49:34.4207902Z [00:02:48.216]➜   (in-process)
2025-08-20T22:49:34.4224197Z [00:02:48.216]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name stress-cpu-online.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o stress-cpu-online.o -x c stress-cpu-online.c
2025-08-20T22:49:34.4237939Z [00:02:48.217]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:49:34.4238886Z [00:02:48.218]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:49:34.4240220Z [00:02:48.218]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:49:34.4241533Z [00:02:48.218]➜  #include "..." search starts here:
2025-08-20T22:49:34.4242122Z [00:02:48.218]➜  #include <...> search starts here:
2025-08-20T22:49:34.4242637Z [00:02:48.218]➜   /usr/include/fortify
2025-08-20T22:49:34.4243110Z [00:02:48.218]➜   /usr/include
2025-08-20T22:49:34.4243626Z [00:02:48.218]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:49:34.4244157Z [00:02:48.218]➜  End of search list.
2025-08-20T22:49:34.6085026Z [00:02:48.403]➜  CC stress-cpu-sched.c
2025-08-20T22:49:34.6817453Z [00:02:48.476]➜  Alpine clang version 20.1.8
2025-08-20T22:49:34.6818127Z [00:02:48.476]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:49:34.6818868Z [00:02:48.477]➜  Thread model: posix
2025-08-20T22:49:34.6819410Z [00:02:48.477]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:49:34.6820183Z [00:02:48.477]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:49:34.6821666Z [00:02:48.477]➜  System configuration file directory: /etc/clang20
2025-08-20T22:49:34.6823132Z [00:02:48.477]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:34.6824422Z [00:02:48.477]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:49:34.6825527Z [00:02:48.477]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:34.6826367Z [00:02:48.477]➜  Candidate multilib: .;@m64
2025-08-20T22:49:34.6826969Z [00:02:48.477]➜  Selected multilib: .;@m64
2025-08-20T22:49:34.6827550Z [00:02:48.477]➜   (in-process)
2025-08-20T22:49:34.6888159Z [00:02:48.481]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name stress-cpu-sched.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o stress-cpu-sched.o -x c stress-cpu-sched.c
2025-08-20T22:49:34.6912801Z [00:02:48.482]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:49:34.6914012Z [00:02:48.483]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:49:34.6915207Z [00:02:48.483]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:49:34.6916248Z [00:02:48.486]➜  #include "..." search starts here:
2025-08-20T22:49:34.6916806Z [00:02:48.486]➜  #include <...> search starts here:
2025-08-20T22:49:34.6918038Z [00:02:48.486]➜   /usr/include/fortify
2025-08-20T22:49:34.6918920Z [00:02:48.486]➜   /usr/include
2025-08-20T22:49:34.6920225Z [00:02:48.486]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:49:34.6922215Z [00:02:48.486]➜  End of search list.
2025-08-20T22:49:34.7209686Z [00:02:48.516]➜  CC stress-crypt.c
2025-08-20T22:49:34.7784360Z [00:02:48.573]➜  Alpine clang version 20.1.8
2025-08-20T22:49:34.7787595Z [00:02:48.574]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:49:34.7788171Z [00:02:48.574]➜  Thread model: posix
2025-08-20T22:49:34.7788730Z [00:02:48.574]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:49:34.7789710Z [00:02:48.574]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:49:34.7790682Z [00:02:48.574]➜  System configuration file directory: /etc/clang20
2025-08-20T22:49:34.7791930Z [00:02:48.574]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:34.7793078Z [00:02:48.574]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:49:34.7794172Z [00:02:48.574]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:34.7795033Z [00:02:48.574]➜  Candidate multilib: .;@m64
2025-08-20T22:49:34.7795655Z [00:02:48.574]➜  Selected multilib: .;@m64
2025-08-20T22:49:34.7797640Z [00:02:48.575]➜   (in-process)
2025-08-20T22:49:34.7838535Z [00:02:48.577]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name stress-crypt.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o stress-crypt.o -x c stress-crypt.c
2025-08-20T22:49:34.7856045Z [00:02:48.577]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:49:34.7857102Z [00:02:48.577]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:49:34.7858457Z [00:02:48.578]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:49:34.7859647Z [00:02:48.578]➜  #include "..." search starts here:
2025-08-20T22:49:34.7860322Z [00:02:48.578]➜  #include <...> search starts here:
2025-08-20T22:49:34.7861136Z [00:02:48.578]➜   /usr/include/fortify
2025-08-20T22:49:34.7861675Z [00:02:48.578]➜   /usr/include
2025-08-20T22:49:34.7862257Z [00:02:48.578]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:49:34.7862883Z [00:02:48.578]➜  End of search list.
2025-08-20T22:49:34.8443900Z [00:02:48.639]➜  CC stress-cyclic.c
2025-08-20T22:49:34.8818268Z [00:02:48.677]➜  Alpine clang version 20.1.8
2025-08-20T22:49:34.8837733Z [00:02:48.677]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:49:34.8838411Z [00:02:48.677]➜  Thread model: posix
2025-08-20T22:49:34.8839040Z [00:02:48.677]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:49:34.8840077Z [00:02:48.677]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:49:34.8841866Z [00:02:48.677]➜  System configuration file directory: /etc/clang20
2025-08-20T22:49:34.8848406Z [00:02:48.677]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:34.8855175Z [00:02:48.677]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:49:34.8856331Z [00:02:48.677]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:34.8857202Z [00:02:48.677]➜  Candidate multilib: .;@m64
2025-08-20T22:49:34.8857870Z [00:02:48.677]➜  Selected multilib: .;@m64
2025-08-20T22:49:34.8858443Z [00:02:48.677]➜   (in-process)
2025-08-20T22:49:34.8883841Z [00:02:48.679]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name stress-cyclic.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o stress-cyclic.o -x c stress-cyclic.c
2025-08-20T22:49:34.8897715Z [00:02:48.679]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:49:34.8898788Z [00:02:48.680]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:49:34.8900142Z [00:02:48.680]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:49:34.8901522Z [00:02:48.680]➜  #include "..." search starts here:
2025-08-20T22:49:34.8902192Z [00:02:48.680]➜  #include <...> search starts here:
2025-08-20T22:49:34.8902805Z [00:02:48.680]➜   /usr/include/fortify
2025-08-20T22:49:34.8903357Z [00:02:48.680]➜   /usr/include
2025-08-20T22:49:34.8903948Z [00:02:48.680]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:49:34.8904581Z [00:02:48.680]➜  End of search list.
2025-08-20T22:49:35.8367203Z [00:02:49.632]➜  CC stress-daemon.c
2025-08-20T22:49:35.9099385Z [00:02:49.705]➜  Alpine clang version 20.1.8
2025-08-20T22:49:35.9107636Z [00:02:49.705]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:49:35.9108292Z [00:02:49.705]➜  Thread model: posix
2025-08-20T22:49:35.9109180Z [00:02:49.705]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:49:35.9110100Z [00:02:49.705]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:49:35.9111267Z [00:02:49.705]➜  System configuration file directory: /etc/clang20
2025-08-20T22:49:35.9112300Z [00:02:49.705]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:35.9113428Z [00:02:49.705]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:49:35.9114522Z [00:02:49.705]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:35.9115415Z [00:02:49.705]➜  Candidate multilib: .;@m64
2025-08-20T22:49:35.9116016Z [00:02:49.705]➜  Selected multilib: .;@m64
2025-08-20T22:49:35.9128436Z [00:02:49.708]➜   (in-process)
2025-08-20T22:49:35.9182928Z [00:02:49.711]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name stress-daemon.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o stress-daemon.o -x c stress-daemon.c
2025-08-20T22:49:35.9206737Z [00:02:49.711]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:49:35.9215812Z [00:02:49.716]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:49:35.9217216Z [00:02:49.716]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:49:35.9218433Z [00:02:49.716]➜  #include "..." search starts here:
2025-08-20T22:49:35.9219106Z [00:02:49.716]➜  #include <...> search starts here:
2025-08-20T22:49:35.9219726Z [00:02:49.716]➜   /usr/include/fortify
2025-08-20T22:49:35.9220259Z [00:02:49.716]➜   /usr/include
2025-08-20T22:49:35.9221031Z [00:02:49.716]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:49:35.9221668Z [00:02:49.716]➜  End of search list.
2025-08-20T22:49:36.0946568Z [00:02:49.889]➜  CC stress-dccp.c
2025-08-20T22:49:36.1337652Z [00:02:49.928]➜  Alpine clang version 20.1.8
2025-08-20T22:49:36.1338877Z [00:02:49.929]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:49:36.1340475Z [00:02:49.929]➜  Thread model: posix
2025-08-20T22:49:36.1341618Z [00:02:49.929]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:49:36.1344722Z [00:02:49.929]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:49:36.1346242Z [00:02:49.929]➜  System configuration file directory: /etc/clang20
2025-08-20T22:49:36.1347896Z [00:02:49.929]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:36.1350342Z [00:02:49.929]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:49:36.1352508Z [00:02:49.929]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:36.1355794Z [00:02:49.929]➜  Candidate multilib: .;@m64
2025-08-20T22:49:36.1359111Z [00:02:49.929]➜  Selected multilib: .;@m64
2025-08-20T22:49:36.1359693Z [00:02:49.929]➜   (in-process)
2025-08-20T22:49:36.1374427Z [00:02:49.929]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name stress-dccp.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o stress-dccp.o -x c stress-dccp.c
2025-08-20T22:49:36.1416596Z [00:02:49.930]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:49:36.1417636Z [00:02:49.930]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:49:36.1418956Z [00:02:49.930]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:49:36.1420123Z [00:02:49.930]➜  #include "..." search starts here:
2025-08-20T22:49:36.1420986Z [00:02:49.931]➜  #include <...> search starts here:
2025-08-20T22:49:36.1421639Z [00:02:49.935]➜   /usr/include/fortify
2025-08-20T22:49:36.1422190Z [00:02:49.935]➜   /usr/include
2025-08-20T22:49:36.1422766Z [00:02:49.935]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:49:36.1423550Z [00:02:49.935]➜  End of search list.
2025-08-20T22:49:36.1833342Z [00:02:49.978]➜  CC stress-dekker.c
2025-08-20T22:49:36.2204047Z [00:02:50.015]➜  Alpine clang version 20.1.8
2025-08-20T22:49:36.2221500Z [00:02:50.016]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:49:36.2222137Z [00:02:50.016]➜  Thread model: posix
2025-08-20T22:49:36.2222742Z [00:02:50.016]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:49:36.2223534Z [00:02:50.016]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:49:36.2224361Z [00:02:50.017]➜  System configuration file directory: /etc/clang20
2025-08-20T22:49:36.2225348Z [00:02:50.017]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:36.2228262Z [00:02:50.017]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:49:36.2229404Z [00:02:50.017]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:36.2230219Z [00:02:50.017]➜  Candidate multilib: .;@m64
2025-08-20T22:49:36.2230974Z [00:02:50.017]➜  Selected multilib: .;@m64
2025-08-20T22:49:36.2231527Z [00:02:50.018]➜   (in-process)
2025-08-20T22:49:36.2259719Z [00:02:50.019]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name stress-dekker.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o stress-dekker.o -x c stress-dekker.c
2025-08-20T22:49:36.2290977Z [00:02:50.023]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:49:36.2292048Z [00:02:50.024]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:49:36.2293372Z [00:02:50.024]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:49:36.2294546Z [00:02:50.024]➜  #include "..." search starts here:
2025-08-20T22:49:36.2295207Z [00:02:50.024]➜  #include <...> search starts here:
2025-08-20T22:49:36.2295851Z [00:02:50.024]➜   /usr/include/fortify
2025-08-20T22:49:36.2296377Z [00:02:50.024]➜   /usr/include
2025-08-20T22:49:36.2297098Z [00:02:50.024]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:49:36.2304011Z [00:02:50.025]➜  End of search list.
2025-08-20T22:49:36.2899302Z [00:02:50.085]➜  CC stress-dentry.c
2025-08-20T22:49:36.2956153Z [00:02:50.091]➜  CC stress-dev.c
2025-08-20T22:49:36.3282253Z [00:02:50.123]➜  Alpine clang version 20.1.8
2025-08-20T22:49:36.3286416Z [00:02:50.123]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:49:36.3289277Z [00:02:50.124]➜  Thread model: posix
2025-08-20T22:49:36.3292921Z [00:02:50.124]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:49:36.3295991Z [00:02:50.124]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:49:36.3306171Z [00:02:50.124]➜  System configuration file directory: /etc/clang20
2025-08-20T22:49:36.3307188Z [00:02:50.124]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:36.3308306Z [00:02:50.124]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:49:36.3309267Z [00:02:50.124]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:36.3309989Z [00:02:50.124]➜  Candidate multilib: .;@m64
2025-08-20T22:49:36.3310582Z [00:02:50.124]➜  Selected multilib: .;@m64
2025-08-20T22:49:36.3311222Z [00:02:50.125]➜   (in-process)
2025-08-20T22:49:36.3335803Z [00:02:50.125]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name stress-dev.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o stress-dev.o -x c stress-dev.c
2025-08-20T22:49:36.3351732Z [00:02:50.125]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:49:36.3352767Z [00:02:50.129]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:49:36.3354052Z [00:02:50.129]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:49:36.3355165Z [00:02:50.129]➜  #include "..." search starts here:
2025-08-20T22:49:36.3355820Z [00:02:50.129]➜  #include <...> search starts here:
2025-08-20T22:49:36.3356544Z [00:02:50.129]➜   /usr/include/fortify
2025-08-20T22:49:36.3357064Z [00:02:50.129]➜   /usr/include
2025-08-20T22:49:36.3357606Z [00:02:50.129]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:49:36.3358174Z [00:02:50.129]➜  End of search list.
2025-08-20T22:49:36.3613595Z [00:02:50.156]➜  Alpine clang version 20.1.8
2025-08-20T22:49:36.3634587Z [00:02:50.158]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:49:36.3638608Z [00:02:50.159]➜  Thread model: posix
2025-08-20T22:49:36.3642275Z [00:02:50.159]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:49:36.3647424Z [00:02:50.159]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:49:36.3648383Z [00:02:50.159]➜  System configuration file directory: /etc/clang20
2025-08-20T22:49:36.3651084Z [00:02:50.159]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:36.3652377Z [00:02:50.159]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:49:36.3653676Z [00:02:50.159]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:36.3654666Z [00:02:50.159]➜  Candidate multilib: .;@m64
2025-08-20T22:49:36.3655979Z [00:02:50.159]➜  Selected multilib: .;@m64
2025-08-20T22:49:36.3658445Z [00:02:50.159]➜   (in-process)
2025-08-20T22:49:36.3675109Z [00:02:50.159]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name stress-dentry.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o stress-dentry.o -x c stress-dentry.c
2025-08-20T22:49:36.3693495Z [00:02:50.159]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:49:36.3694467Z [00:02:50.163]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:49:36.3695731Z [00:02:50.163]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:49:36.3696807Z [00:02:50.163]➜  #include "..." search starts here:
2025-08-20T22:49:36.3697429Z [00:02:50.163]➜  #include <...> search starts here:
2025-08-20T22:49:36.3698145Z [00:02:50.163]➜   /usr/include/fortify
2025-08-20T22:49:36.3698658Z [00:02:50.163]➜   /usr/include
2025-08-20T22:49:36.3699193Z [00:02:50.163]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:49:36.3699748Z [00:02:50.163]➜  End of search list.
2025-08-20T22:49:37.5084348Z [00:02:51.303]➜  CC stress-dev-shm.c
2025-08-20T22:49:37.5853450Z [00:02:51.380]➜  Alpine clang version 20.1.8
2025-08-20T22:49:37.5854524Z [00:02:51.380]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:49:37.5855724Z [00:02:51.380]➜  Thread model: posix
2025-08-20T22:49:37.5857097Z [00:02:51.380]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:49:37.5858342Z [00:02:51.380]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:49:37.5859603Z [00:02:51.380]➜  System configuration file directory: /etc/clang20
2025-08-20T22:49:37.5861176Z [00:02:51.380]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:37.5862788Z [00:02:51.380]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:49:37.5867683Z [00:02:51.380]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:37.5868984Z [00:02:51.380]➜  Candidate multilib: .;@m64
2025-08-20T22:49:37.5891574Z [00:02:51.380]➜  Selected multilib: .;@m64
2025-08-20T22:49:37.5899044Z [00:02:51.381]➜   (in-process)
2025-08-20T22:49:37.5914388Z [00:02:51.382]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name stress-dev-shm.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o stress-dev-shm.o -x c stress-dev-shm.c
2025-08-20T22:49:37.5932389Z [00:02:51.387]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:49:37.5933394Z [00:02:51.387]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:49:37.5934742Z [00:02:51.387]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:49:37.5935936Z [00:02:51.387]➜  #include "..." search starts here:
2025-08-20T22:49:37.5936795Z [00:02:51.387]➜  #include <...> search starts here:
2025-08-20T22:49:37.5937445Z [00:02:51.387]➜   /usr/include/fortify
2025-08-20T22:49:37.5937989Z [00:02:51.387]➜   /usr/include
2025-08-20T22:49:37.5938574Z [00:02:51.387]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:49:37.5939366Z [00:02:51.387]➜  End of search list.
2025-08-20T22:49:37.7329399Z [00:02:51.528]➜  CC stress-dfp.c
2025-08-20T22:49:37.7380692Z [00:02:51.533]➜  CC stress-dir.c
2025-08-20T22:49:37.8023901Z [00:02:51.597]➜  Alpine clang version 20.1.8
2025-08-20T22:49:37.8028138Z [00:02:51.598]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:49:37.8033456Z [00:02:51.598]➜  Thread model: posix
2025-08-20T22:49:37.8034243Z [00:02:51.598]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:49:37.8036807Z [00:02:51.598]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:49:37.8037714Z [00:02:51.598]➜  System configuration file directory: /etc/clang20
2025-08-20T22:49:37.8038674Z [00:02:51.598]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:37.8039741Z [00:02:51.598]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:49:37.8041018Z [00:02:51.598]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:37.8041856Z [00:02:51.598]➜  Candidate multilib: .;@m64
2025-08-20T22:49:37.8042480Z [00:02:51.598]➜  Selected multilib: .;@m64
2025-08-20T22:49:37.8043067Z [00:02:51.598]➜  Alpine clang version 20.1.8
2025-08-20T22:49:37.8043684Z [00:02:51.598]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:49:37.8044252Z [00:02:51.598]➜  Thread model: posix
2025-08-20T22:49:37.8044822Z [00:02:51.598]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:49:37.8045613Z [00:02:51.598]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:49:37.8050552Z [00:02:51.600]➜  System configuration file directory: /etc/clang20
2025-08-20T22:49:37.8052364Z [00:02:51.600]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:37.8053846Z [00:02:51.600]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:49:37.8056841Z [00:02:51.600]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:37.8057973Z [00:02:51.600]➜  Candidate multilib: .;@m64
2025-08-20T22:49:37.8059037Z [00:02:51.600]➜  Selected multilib: .;@m64
2025-08-20T22:49:37.8060344Z [00:02:51.600]➜   (in-process)
2025-08-20T22:49:37.8069736Z [00:02:51.601]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name stress-dfp.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAG (in-process)
2025-08-20T22:49:37.8115786Z [00:02:51.601]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name stress-dir.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o stress-dir.o -x c stress-dir.c
2025-08-20T22:49:37.8135167Z [00:02:51.601]➜  S=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o stress-dfp.o -x c stress-dfp.c
2025-08-20T22:49:37.8171808Z [00:02:51.603]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:49:37.8173026Z [00:02:51.603]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:49:37.8174030Z [00:02:51.603]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:49:37.8175350Z [00:02:51.603]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:49:37.8176481Z [00:02:51.603]➜  #include "..." search starts here:
2025-08-20T22:49:37.8177119Z [00:02:51.603]➜  #include <...> search starts here:
2025-08-20T22:49:37.8177687Z [00:02:51.604]➜   /usr/include/fortify
2025-08-20T22:49:37.8178197Z [00:02:51.604]➜   /usr/include
2025-08-20T22:49:37.8178733Z [00:02:51.604]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:49:37.8179285Z [00:02:51.604]➜  End of search list.
2025-08-20T22:49:37.8179904Z [00:02:51.604]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:49:37.8181380Z [00:02:51.604]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:49:37.8182661Z [00:02:51.604]➜  #include "..." search starts here:
2025-08-20T22:49:37.8183297Z [00:02:51.604]➜  #include <...> search starts here:
2025-08-20T22:49:37.8183848Z [00:02:51.604]➜   /usr/include/fortify
2025-08-20T22:49:37.8184457Z [00:02:51.604]➜   /usr/include
2025-08-20T22:49:37.8185014Z [00:02:51.604]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:49:37.8185576Z [00:02:51.604]➜  End of search list.
2025-08-20T22:49:37.8231027Z [00:02:51.618]➜  CC stress-dirdeep.c
2025-08-20T22:49:37.8996759Z [00:02:51.694]➜  Alpine clang version 20.1.8
2025-08-20T22:49:37.9000195Z [00:02:51.695]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:49:37.9003902Z [00:02:51.695]➜  Thread model: posix
2025-08-20T22:49:37.9007370Z [00:02:51.696]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:49:37.9014785Z [00:02:51.696]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:49:37.9016258Z [00:02:51.696]➜  System configuration file directory: /etc/clang20
2025-08-20T22:49:37.9019263Z [00:02:51.696]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:37.9020356Z [00:02:51.696]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:49:37.9021637Z [00:02:51.696]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:37.9022521Z [00:02:51.696]➜  Candidate multilib: .;@m64
2025-08-20T22:49:37.9023103Z [00:02:51.696]➜  Selected multilib: .;@m64
2025-08-20T22:49:37.9035235Z [00:02:51.698]➜   (in-process)
2025-08-20T22:49:37.9053712Z [00:02:51.699]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name stress-dirdeep.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o stress-dirdeep.o -x c stress-dirdeep.c
2025-08-20T22:49:37.9079937Z [00:02:51.703]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:49:37.9090568Z [00:02:51.704]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:49:37.9095349Z [00:02:51.704]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:49:37.9097177Z [00:02:51.705]➜  #include "..." search starts here:
2025-08-20T22:49:37.9099213Z [00:02:51.705]➜  #include <...> search starts here:
2025-08-20T22:49:37.9101602Z [00:02:51.705]➜   /usr/include/fortify
2025-08-20T22:49:37.9102439Z [00:02:51.705]➜   /usr/include
2025-08-20T22:49:37.9105514Z [00:02:51.705]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:49:37.9114585Z [00:02:51.706]➜  End of search list.
2025-08-20T22:49:38.0544941Z [00:02:51.849]➜  CC stress-dirmany.c
2025-08-20T22:49:38.0903124Z [00:02:51.885]➜  Alpine clang version 20.1.8CC stress-dnotify.c
2025-08-20T22:49:38.0904834Z [00:02:51.885]➜  
2025-08-20T22:49:38.0906281Z [00:02:51.886]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:49:38.0910181Z [00:02:51.886]➜  Thread model: posix
2025-08-20T22:49:38.0913657Z [00:02:51.886]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:49:38.0935827Z [00:02:51.888]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:49:38.0937992Z [00:02:51.888]➜  System configuration file directory: /etc/clang20
2025-08-20T22:49:38.0939208Z [00:02:51.888]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:38.0940608Z [00:02:51.888]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:49:38.0942123Z [00:02:51.888]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:38.0943310Z [00:02:51.888]➜  Candidate multilib: .;@m64
2025-08-20T22:49:38.0944900Z [00:02:51.888]➜  Selected multilib: .;@m64
2025-08-20T22:49:38.0945421Z [00:02:51.888]➜   (in-process)
2025-08-20T22:49:38.0979346Z [00:02:51.888]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name stress-dirmany.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o stress-dirmany.o -x c stress-dirmany.c
2025-08-20T22:49:38.0993454Z [00:02:51.891]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:49:38.0994526Z [00:02:51.891]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:49:38.0995809Z [00:02:51.891]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:49:38.0997078Z [00:02:51.891]➜  #include "..." search starts here:
2025-08-20T22:49:38.0997718Z [00:02:51.891]➜  #include <...> search starts here:
2025-08-20T22:49:38.0998294Z [00:02:51.892]➜   /usr/include/fortify
2025-08-20T22:49:38.0998778Z [00:02:51.892]➜   /usr/include
2025-08-20T22:49:38.0999317Z [00:02:51.892]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:49:38.0999892Z [00:02:51.893]➜  End of search list.
2025-08-20T22:49:38.1268887Z [00:02:51.922]➜  Alpine clang version 20.1.8
2025-08-20T22:49:38.1276606Z [00:02:51.922]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:49:38.1277227Z [00:02:51.922]➜  Thread model: posix
2025-08-20T22:49:38.1298161Z [00:02:51.923]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:49:38.1302099Z [00:02:51.923]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:49:38.1302999Z [00:02:51.923]➜  System configuration file directory: /etc/clang20
2025-08-20T22:49:38.1303986Z [00:02:51.923]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:38.1305091Z [00:02:51.923]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:49:38.1306166Z [00:02:51.923]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:38.1307001Z [00:02:51.923]➜  Candidate multilib: .;@m64
2025-08-20T22:49:38.1307587Z [00:02:51.923]➜  Selected multilib: .;@m64
2025-08-20T22:49:38.1308112Z [00:02:51.923]➜   (in-process)
2025-08-20T22:49:38.1325575Z [00:02:51.923]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name stress-dnotify.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o stress-dnotify.o -x c stress-dnotify.c
2025-08-20T22:49:38.1339348Z [00:02:51.924]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:49:38.1340415Z [00:02:51.925]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:49:38.1342009Z [00:02:51.925]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:49:38.1343332Z [00:02:51.925]➜  #include "..." search starts here:
2025-08-20T22:49:38.1343995Z [00:02:51.925]➜  #include <...> search starts here:
2025-08-20T22:49:38.1344609Z [00:02:51.925]➜   /usr/include/fortify
2025-08-20T22:49:38.1345122Z [00:02:51.925]➜   /usr/include
2025-08-20T22:49:38.1345681Z [00:02:51.925]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:49:38.1346266Z [00:02:51.925]➜  End of search list.
2025-08-20T22:49:38.1923418Z [00:02:51.987]➜  CC stress-dup.c
2025-08-20T22:49:38.2683248Z [00:02:52.063]➜  Alpine clang version 20.1.8
2025-08-20T22:49:38.2692319Z [00:02:52.063]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:49:38.2692999Z [00:02:52.063]➜  Thread model: posix
2025-08-20T22:49:38.2693643Z [00:02:52.063]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:49:38.2694517Z [00:02:52.063]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:49:38.2695409Z [00:02:52.063]➜  System configuration file directory: /etc/clang20
2025-08-20T22:49:38.2696405Z [00:02:52.063]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:38.2703125Z [00:02:52.063]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:49:38.2704263Z [00:02:52.063]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:38.2705120Z [00:02:52.063]➜  Candidate multilib: .;@m64
2025-08-20T22:49:38.2705702Z [00:02:52.063]➜  Selected multilib: .;@m64
2025-08-20T22:49:38.2725275Z [00:02:52.067]➜   (in-process)
2025-08-20T22:49:38.2742542Z [00:02:52.067]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name stress-dup.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o stress-dup.o -x c stress-dup.c
2025-08-20T22:49:38.2758790Z [00:02:52.070]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:49:38.2759852Z [00:02:52.070]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:49:38.2761381Z [00:02:52.070]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:49:38.2762735Z [00:02:52.070]➜  #include "..." search starts here:
2025-08-20T22:49:38.2763436Z [00:02:52.070]➜  #include <...> search starts here:
2025-08-20T22:49:38.2764045Z [00:02:52.070]➜   /usr/include/fortify
2025-08-20T22:49:38.2764580Z [00:02:52.070]➜   /usr/include
2025-08-20T22:49:38.2765125Z [00:02:52.070]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:49:38.2765715Z [00:02:52.070]➜  End of search list.
2025-08-20T22:49:39.1856949Z [00:02:52.981]➜  CC stress-dynlib.c
2025-08-20T22:49:39.2231221Z [00:02:53.018]➜  Alpine clang version 20.1.8
2025-08-20T22:49:39.2238701Z [00:02:53.019]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:49:39.2245893Z [00:02:53.019]➜  Thread model: posix
2025-08-20T22:49:39.2252256Z [00:02:53.020]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:49:39.2257679Z [00:02:53.021]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:49:39.2266362Z [00:02:53.022]➜  System configuration file directory: /etc/clang20
2025-08-20T22:49:39.2281855Z [00:02:53.022]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:39.2283231Z [00:02:53.022]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:49:39.2284207Z [00:02:53.022]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:39.2291971Z [00:02:53.023]➜  Candidate multilib: .;@m64
2025-08-20T22:49:39.2293015Z [00:02:53.023]➜  Selected multilib: .;@m64
2025-08-20T22:49:39.2295229Z [00:02:53.023]➜   (in-process)
2025-08-20T22:49:39.2343543Z [00:02:53.027]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name stress-dynlib.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o stress-dynlib.o -x c stress-dynlib.c
2025-08-20T22:49:39.2388146Z [00:02:53.027]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:49:39.2389176Z [00:02:53.028]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:49:39.2390475Z [00:02:53.028]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:49:39.2391799Z [00:02:53.033]➜  #include "..." search starts here:
2025-08-20T22:49:39.2392430Z [00:02:53.033]➜  #include <...> search starts here:
2025-08-20T22:49:39.2393007Z [00:02:53.033]➜   /usr/include/fortify
2025-08-20T22:49:39.2393507Z [00:02:53.033]➜   /usr/include
2025-08-20T22:49:39.2394055Z [00:02:53.033]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:49:39.2394627Z [00:02:53.033]➜  End of search list.
2025-08-20T22:49:39.3077453Z [00:02:53.103]➜  CC stress-easy-opcode.c
2025-08-20T22:49:39.3445959Z [00:02:53.139]➜  Alpine clang version 20.1.8
2025-08-20T22:49:39.3451391Z [00:02:53.140]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:49:39.3452494Z [00:02:53.140]➜  Thread model: posix
2025-08-20T22:49:39.3453236Z [00:02:53.140]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:49:39.3454015Z [00:02:53.140]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:49:39.3454832Z [00:02:53.140]➜  System configuration file directory: /etc/clang20
2025-08-20T22:49:39.3455725Z [00:02:53.140]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:39.3457008Z [00:02:53.140]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:49:39.3458085Z [00:02:53.140]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:39.3458808Z [00:02:53.140]➜  Candidate multilib: .;@m64
2025-08-20T22:49:39.3459315Z [00:02:53.140]➜  Selected multilib: .;@m64
2025-08-20T22:49:39.3464289Z [00:02:53.141]➜   (in-process)
2025-08-20T22:49:39.3509360Z [00:02:53.144]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name stress-easy-opcode.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o stress-easy-opcode.o -x c stress-easy-opcode.c
2025-08-20T22:49:39.3553763Z [00:02:53.145]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:49:39.3554675Z [00:02:53.145]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:49:39.3556015Z [00:02:53.145]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:49:39.3557200Z [00:02:53.145]➜  #include "..." search starts here:
2025-08-20T22:49:39.3557871Z [00:02:53.145]➜  #include <...> search starts here:
2025-08-20T22:49:39.3558491Z [00:02:53.145]➜   /usr/include/fortify
2025-08-20T22:49:39.3559035Z [00:02:53.145]➜   /usr/include
2025-08-20T22:49:39.3559627Z [00:02:53.145]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:49:39.3560247Z [00:02:53.145]➜  End of search list.
2025-08-20T22:49:39.5512279Z [00:02:53.346]➜  CC stress-eigen.c
2025-08-20T22:49:39.6229997Z [00:02:53.418]➜  Alpine clang version 20.1.8
2025-08-20T22:49:39.6253734Z [00:02:53.418]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:49:39.6305801Z [00:02:53.419]➜  Thread model: posix
2025-08-20T22:49:39.6312215Z [00:02:53.419]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:49:39.6313126Z [00:02:53.419]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:49:39.6314048Z [00:02:53.419]➜  System configuration file directory: /etc/clang20
2025-08-20T22:49:39.6324812Z [00:02:53.420]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:39.6326018Z [00:02:53.420]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:49:39.6327109Z [00:02:53.420]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:39.6327945Z [00:02:53.420]➜  Candidate multilib: .;@m64
2025-08-20T22:49:39.6328555Z [00:02:53.420]➜  Selected multilib: .;@m64
2025-08-20T22:49:39.6329330Z [00:02:53.420]➜   (in-process)
2025-08-20T22:49:39.6344959Z [00:02:53.421]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name stress-eigen.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o stress-eigen.o -x c stress-eigen.c
2025-08-20T22:49:39.6358318Z [00:02:53.422]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:49:39.6359364Z [00:02:53.427]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:49:39.6360691Z [00:02:53.427]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:49:39.6372321Z [00:02:53.427]➜  #include "..." search starts here:
2025-08-20T22:49:39.6373017Z [00:02:53.427]➜  #include <...> search starts here:
2025-08-20T22:49:39.6373631Z [00:02:53.427]➜   /usr/include/fortify
2025-08-20T22:49:39.6374162Z [00:02:53.427]➜   /usr/include
2025-08-20T22:49:39.6374733Z [00:02:53.427]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:49:39.6375333Z [00:02:53.427]➜  End of search list.
2025-08-20T22:49:39.7211570Z [00:02:53.516]➜  CC stress-efivar.c
2025-08-20T22:49:39.7965790Z [00:02:53.591]➜  Alpine clang version 20.1.8
2025-08-20T22:49:39.7974352Z [00:02:53.592]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:49:39.7975053Z [00:02:53.592]➜  Thread model: posix
2025-08-20T22:49:39.7977438Z [00:02:53.593]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:49:39.7979862Z [00:02:53.593]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:49:39.7981226Z [00:02:53.593]➜  System configuration file directory: /etc/clang20
2025-08-20T22:49:39.7982253Z [00:02:53.593]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:39.7983382Z [00:02:53.593]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:49:39.7984467Z [00:02:53.593]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:39.7985304Z [00:02:53.593]➜  Candidate multilib: .;@m64
2025-08-20T22:49:39.7986105Z [00:02:53.593]➜  Selected multilib: .;@m64
2025-08-20T22:49:39.7986668Z [00:02:53.593]➜   (in-process)
2025-08-20T22:49:39.8049860Z [00:02:53.598]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name stress-efivar.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o stress-efivar.o -x c stress-efivar.c
2025-08-20T22:49:39.8098321Z [00:02:53.603]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:49:39.8099370Z [00:02:53.603]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:49:39.8100719Z [00:02:53.603]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:49:39.8102188Z [00:02:53.603]➜  #include "..." search starts here:
2025-08-20T22:49:39.8102856Z [00:02:53.603]➜  #include <...> search starts here:
2025-08-20T22:49:39.8103479Z [00:02:53.603]➜   /usr/include/fortify
2025-08-20T22:49:39.8104021Z [00:02:53.603]➜   /usr/include
2025-08-20T22:49:39.8104602Z [00:02:53.603]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:49:39.8105232Z [00:02:53.603]➜  End of search list.
2025-08-20T22:49:39.8797764Z [00:02:53.674]➜  CC stress-enosys.c
2025-08-20T22:49:39.9528182Z [00:02:53.747]➜  Alpine clang version 20.1.8
2025-08-20T22:49:39.9535369Z [00:02:53.748]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:49:39.9539834Z [00:02:53.749]➜  Thread model: posix
2025-08-20T22:49:39.9555294Z [00:02:53.749]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:49:39.9556182Z [00:02:53.749]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:49:39.9557314Z [00:02:53.749]➜  System configuration file directory: /etc/clang20
2025-08-20T22:49:39.9558330Z [00:02:53.749]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:39.9559483Z [00:02:53.749]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:49:39.9560572Z [00:02:53.749]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:39.9561808Z [00:02:53.749]➜  Candidate multilib: .;@m64
2025-08-20T22:49:39.9562431Z [00:02:53.749]➜  Selected multilib: .;@m64
2025-08-20T22:49:39.9563016Z [00:02:53.749]➜   (in-process)
2025-08-20T22:49:39.9578257Z [00:02:53.749]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name stress-enosys.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o stress-enosys.o -x c stress-enosys.c
2025-08-20T22:49:39.9598611Z [00:02:53.753]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:49:39.9599672Z [00:02:53.754]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:49:39.9601202Z [00:02:53.754]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:49:39.9602377Z [00:02:53.754]➜  #include "..." search starts here:
2025-08-20T22:49:39.9603043Z [00:02:53.754]➜  #include <...> search starts here:
2025-08-20T22:49:39.9603652Z [00:02:53.754]➜   /usr/include/fortify
2025-08-20T22:49:39.9604184Z [00:02:53.754]➜   /usr/include
2025-08-20T22:49:39.9604770Z [00:02:53.754]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:49:39.9605380Z [00:02:53.754]➜  End of search list.
2025-08-20T22:49:40.1732937Z [00:02:53.968]➜  CC stress-env.c
2025-08-20T22:49:40.2102354Z [00:02:54.005]➜  Alpine clang version 20.1.8
2025-08-20T22:49:40.2114540Z [00:02:54.005]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:49:40.2115227Z [00:02:54.006]➜  Thread model: posix
2025-08-20T22:49:40.2115853Z [00:02:54.006]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:49:40.2116969Z [00:02:54.006]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:49:40.2117844Z [00:02:54.006]➜  System configuration file directory: /etc/clang20
2025-08-20T22:49:40.2118810Z [00:02:54.006]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:40.2119947Z [00:02:54.006]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:49:40.2121234Z [00:02:54.006]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:40.2122271Z [00:02:54.006]➜  Candidate multilib: .;@m64
2025-08-20T22:49:40.2122875Z [00:02:54.006]➜  Selected multilib: .;@m64
2025-08-20T22:49:40.2123394Z [00:02:54.006]➜   (in-process)
2025-08-20T22:49:40.2147914Z [00:02:54.007]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name stress-env.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o stress-env.o -x c stress-env.c
2025-08-20T22:49:40.2161473Z [00:02:54.007]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:49:40.2162529Z [00:02:54.008]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:49:40.2163846Z [00:02:54.008]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:49:40.2165029Z [00:02:54.008]➜  #include "..." search starts here:
2025-08-20T22:49:40.2165710Z [00:02:54.008]➜  #include <...> search starts here:
2025-08-20T22:49:40.2166313Z [00:02:54.008]➜   /usr/include/fortify
2025-08-20T22:49:40.2166870Z [00:02:54.008]➜   /usr/include
2025-08-20T22:49:40.2167447Z [00:02:54.008]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:49:40.2168072Z [00:02:54.008]➜  End of search list.
2025-08-20T22:49:40.3287886Z [00:02:54.124]➜  CC stress-epoll.c
2025-08-20T22:49:40.3677876Z [00:02:54.162]➜  Alpine clang version 20.1.8
2025-08-20T22:49:40.3684308Z [00:02:54.163]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:49:40.3691317Z [00:02:54.164]➜  Thread model: posix
2025-08-20T22:49:40.3695274Z [00:02:54.164]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:49:40.3703311Z [00:02:54.164]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:49:40.3709833Z [00:02:54.164]➜  System configuration file directory: /etc/clang20
2025-08-20T22:49:40.3722128Z [00:02:54.164]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:40.3723342Z [00:02:54.164]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:49:40.3724660Z [00:02:54.164]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:40.3725531Z [00:02:54.164]➜  Candidate multilib: .;@m64
2025-08-20T22:49:40.3726115Z [00:02:54.164]➜  Selected multilib: .;@m64
2025-08-20T22:49:40.3726658Z [00:02:54.164]➜   (in-process)
2025-08-20T22:49:40.3742491Z [00:02:54.164]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name stress-epoll.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o stress-epoll.o -x c stress-epoll.c
2025-08-20T22:49:40.3755771Z [00:02:54.164]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:49:40.3756779Z [00:02:54.164]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:49:40.3758062Z [00:02:54.165]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:49:40.3759167Z [00:02:54.165]➜  #include "..." search starts here:
2025-08-20T22:49:40.3759781Z [00:02:54.165]➜  #include <...> search starts here:
2025-08-20T22:49:40.3760371Z [00:02:54.165]➜   /usr/include/fortify
2025-08-20T22:49:40.3761087Z [00:02:54.166]➜   /usr/include
2025-08-20T22:49:40.3761665Z [00:02:54.166]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:49:40.3762230Z [00:02:54.166]➜  End of search list.
2025-08-20T22:49:40.4333417Z [00:02:54.228]➜  CC stress-eventfd.c
2025-08-20T22:49:40.5057621Z [00:02:54.300]➜  Alpine clang version 20.1.8
2025-08-20T22:49:40.5069923Z [00:02:54.300]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:49:40.5070987Z [00:02:54.300]➜  Thread model: posix
2025-08-20T22:49:40.5071603Z [00:02:54.300]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:49:40.5072459Z [00:02:54.300]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:49:40.5073320Z [00:02:54.300]➜  System configuration file directory: /etc/clang20
2025-08-20T22:49:40.5074285Z [00:02:54.300]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:40.5075336Z [00:02:54.300]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:49:40.5076555Z [00:02:54.301]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:40.5077373Z [00:02:54.301]➜  Candidate multilib: .;@m64
2025-08-20T22:49:40.5077973Z [00:02:54.301]➜  Selected multilib: .;@m64
2025-08-20T22:49:40.5090058Z [00:02:54.304]➜   (in-process)
2025-08-20T22:49:40.5117510Z [00:02:54.305]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name stress-eventfd.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o stress-eventfd.o -x c stress-eventfd.c
2025-08-20T22:49:40.5131276Z [00:02:54.306]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:49:40.5140539Z [00:02:54.309]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:49:40.5145297Z [00:02:54.309]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:49:40.5149285Z [00:02:54.309]➜  #include "..." search starts here:
2025-08-20T22:49:40.5149911Z [00:02:54.309]➜  #include <...> search starts here:
2025-08-20T22:49:40.5150463Z [00:02:54.309]➜   /usr/include/fortify
2025-08-20T22:49:40.5151163Z [00:02:54.309]➜   /usr/include
2025-08-20T22:49:40.5151712Z [00:02:54.309]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:49:40.5152267Z [00:02:54.309]➜  End of search list.
2025-08-20T22:49:40.5833883Z [00:02:54.378]➜  CC stress-exec.c
2025-08-20T22:49:40.6226614Z [00:02:54.416]➜  Alpine clang version 20.1.8
2025-08-20T22:49:40.6232045Z [00:02:54.417]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:49:40.6233828Z [00:02:54.417]➜  Thread model: posix
2025-08-20T22:49:40.6236606Z [00:02:54.417]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:49:40.6237403Z [00:02:54.417]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:49:40.6238265Z [00:02:54.418]➜  System configuration file directory: /etc/clang20
2025-08-20T22:49:40.6239133Z [00:02:54.418]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:40.6240302Z [00:02:54.418]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:49:40.6241503Z [00:02:54.418]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:40.6265756Z [00:02:54.421]➜  Candidate multilib: .;@m64
2025-08-20T22:49:40.6275287Z [00:02:54.421]➜  Selected multilib: .;@m64
2025-08-20T22:49:40.6279113Z [00:02:54.421]➜   (in-process)
2025-08-20T22:49:40.6299788Z [00:02:54.421]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name stress-exec.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o stress-exec.o -x c stress-exec.c
2025-08-20T22:49:40.6313274Z [00:02:54.421]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:49:40.6314280Z [00:02:54.422]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:49:40.6315550Z [00:02:54.422]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:49:40.6316688Z [00:02:54.422]➜  #include "..." search starts here:
2025-08-20T22:49:40.6317536Z [00:02:54.423]➜  #include <...> search starts here:
2025-08-20T22:49:40.6318167Z [00:02:54.423]➜   /usr/include/fortify
2025-08-20T22:49:40.6318692Z [00:02:54.423]➜   /usr/include
2025-08-20T22:49:40.6319221Z [00:02:54.423]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:49:40.6319777Z [00:02:54.424]➜  End of search list.
2025-08-20T22:49:41.1511068Z [00:02:54.946]➜  CC stress-exit-group.c
2025-08-20T22:49:41.2273125Z [00:02:55.021]➜  Alpine clang version 20.1.8
2025-08-20T22:49:41.2276575Z [00:02:55.021]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:49:41.2278133Z [00:02:55.021]➜  Thread model: posix
2025-08-20T22:49:41.2278783Z [00:02:55.021]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:49:41.2279649Z [00:02:55.021]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:49:41.2280567Z [00:02:55.021]➜  System configuration file directory: /etc/clang20
2025-08-20T22:49:41.2281772Z [00:02:55.021]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:41.2282968Z [00:02:55.021]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:49:41.2284063Z [00:02:55.021]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:41.2284909Z [00:02:55.022]➜  Candidate multilib: .;@m64
2025-08-20T22:49:41.2285534Z [00:02:55.022]➜  Selected multilib: .;@m64
2025-08-20T22:49:41.2286107Z [00:02:55.022]➜   (in-process)
2025-08-20T22:49:41.2303135Z [00:02:55.023]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name stress-exit-group.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o stress-exit-group.o -x c stress-exit-group.c
2025-08-20T22:49:41.2377782Z [00:02:55.027]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:49:41.2378831Z [00:02:55.027]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:49:41.2380171Z [00:02:55.028]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:49:41.2381738Z [00:02:55.031]➜  #include "..." search starts here:
2025-08-20T22:49:41.2382412Z [00:02:55.032]➜  #include <...> search starts here:
2025-08-20T22:49:41.2383010Z [00:02:55.032]➜   /usr/include/fortify
2025-08-20T22:49:41.2383551Z [00:02:55.032]➜   /usr/include
2025-08-20T22:49:41.2384151Z [00:02:55.032]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:49:41.2384763Z [00:02:55.032]➜  End of search list.
2025-08-20T22:49:41.7575291Z [00:02:55.552]➜  CC stress-expmath.c
2025-08-20T22:49:41.8355728Z [00:02:55.630]➜  Alpine clang version 20.1.8
2025-08-20T22:49:41.8358886Z [00:02:55.631]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:49:41.8362690Z [00:02:55.631]➜  Thread model: posix
2025-08-20T22:49:41.8363316Z [00:02:55.631]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:49:41.8364132Z [00:02:55.631]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:49:41.8365001Z [00:02:55.631]➜  System configuration file directory: /etc/clang20
2025-08-20T22:49:41.8368139Z [00:02:55.632]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:41.8370646Z [00:02:55.632]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:49:41.8373201Z [00:02:55.632]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:41.8374012Z [00:02:55.632]➜  Candidate multilib: .;@m64
2025-08-20T22:49:41.8374588Z [00:02:55.632]➜  Selected multilib: .;@m64
2025-08-20T22:49:41.8375124Z [00:02:55.632]➜   (in-process)
2025-08-20T22:49:41.8423697Z [00:02:55.634]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name stress-expmath.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o stress-expmath.o -x c stress-expmath.c
2025-08-20T22:49:41.8437286Z [00:02:55.635]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:49:41.8438263Z [00:02:55.636]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:49:41.8439523Z [00:02:55.636]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:49:41.8440977Z [00:02:55.636]➜  #include "..." search starts here:
2025-08-20T22:49:41.8441657Z [00:02:55.636]➜  #include <...> search starts here:
2025-08-20T22:49:41.8442270Z [00:02:55.636]➜   /usr/include/fortify
2025-08-20T22:49:41.8442838Z [00:02:55.636]➜   /usr/include
2025-08-20T22:49:41.8443437Z [00:02:55.636]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:49:41.8444251Z [00:02:55.636]➜  End of search list.
2025-08-20T22:49:41.8755404Z [00:02:55.670]➜  CC stress-factor.c
2025-08-20T22:49:41.9131389Z [00:02:55.707]➜  Alpine clang version 20.1.8
2025-08-20T22:49:41.9132115Z [00:02:55.707]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:49:41.9132667Z [00:02:55.708]➜  Thread model: posix
2025-08-20T22:49:41.9133210Z [00:02:55.708]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:49:41.9133964Z [00:02:55.708]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:49:41.9146295Z [00:02:55.709]➜  System configuration file directory: /etc/clang20
2025-08-20T22:49:41.9151095Z [00:02:55.709]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:41.9156104Z [00:02:55.709]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:49:41.9157125Z [00:02:55.709]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:41.9157886Z [00:02:55.709]➜  Candidate multilib: .;@m64
2025-08-20T22:49:41.9164319Z [00:02:55.709]➜  Selected multilib: .;@m64
2025-08-20T22:49:41.9167013Z [00:02:55.709]➜   (in-process)
2025-08-20T22:49:41.9185006Z [00:02:55.709]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name stress-factor.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o stress-factor.o -x c stress-factor.c
2025-08-20T22:49:41.9198274Z [00:02:55.711]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:49:41.9199288Z [00:02:55.711]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:49:41.9200715Z [00:02:55.711]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:49:41.9232313Z [00:02:55.711]➜  #include "..." search starts here:
2025-08-20T22:49:41.9233005Z [00:02:55.711]➜  #include <...> search starts here:
2025-08-20T22:49:41.9233620Z [00:02:55.711]➜   /usr/include/fortify
2025-08-20T22:49:41.9234152Z [00:02:55.712]➜   /usr/include
2025-08-20T22:49:41.9234935Z [00:02:55.712]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:49:41.9235553Z [00:02:55.712]➜  End of search list.
2025-08-20T22:49:41.9563385Z [00:02:55.751]➜  CC stress-fallocate.c
2025-08-20T22:49:42.0286009Z [00:02:55.823]➜  Alpine clang version 20.1.8
2025-08-20T22:49:42.0287612Z [00:02:55.823]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:49:42.0292212Z [00:02:55.823]➜  Thread model: posix
2025-08-20T22:49:42.0292859Z [00:02:55.823]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:49:42.0293727Z [00:02:55.823]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:49:42.0294700Z [00:02:55.823]➜  System configuration file directory: /etc/clang20
2025-08-20T22:49:42.0303114Z [00:02:55.823]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:42.0304324Z [00:02:55.823]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:49:42.0305427Z [00:02:55.823]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:42.0306290Z [00:02:55.823]➜  Candidate multilib: .;@m64
2025-08-20T22:49:42.0306898Z [00:02:55.823]➜  Selected multilib: .;@m64
2025-08-20T22:49:42.0307461Z [00:02:55.824]➜   (in-process)
2025-08-20T22:49:42.0313542Z [00:02:55.825]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name stress-fallocate.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -wCC stress-fanotify.c
2025-08-20T22:49:42.0336074Z [00:02:55.827]➜   -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o stress-fallocate.o -x c stress-fallocate.c
2025-08-20T22:49:42.0363499Z [00:02:55.830]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:49:42.0364733Z [00:02:55.830]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:49:42.0366090Z [00:02:55.830]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:49:42.0367286Z [00:02:55.830]➜  #include "..." search starts here:
2025-08-20T22:49:42.0367959Z [00:02:55.830]➜  #include <...> search starts here:
2025-08-20T22:49:42.0368767Z [00:02:55.830]➜   /usr/include/fortify
2025-08-20T22:49:42.0369305Z [00:02:55.830]➜   /usr/include
2025-08-20T22:49:42.0369898Z [00:02:55.830]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:49:42.0370516Z [00:02:55.830]➜  End of search list.
2025-08-20T22:49:42.0442708Z [00:02:55.839]➜  CC stress-far-branch.c
2025-08-20T22:49:42.1042445Z [00:02:55.899]➜  Alpine clang version 20.1.8
2025-08-20T22:49:42.1044877Z [00:02:55.899]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:49:42.1045544Z [00:02:55.899]➜  Thread model: posix
2025-08-20T22:49:42.1046215Z [00:02:55.899]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:49:42.1047085Z [00:02:55.899]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:49:42.1048015Z [00:02:55.899]➜  System configuration file directory: /etc/clang20
2025-08-20T22:49:42.1049035Z [00:02:55.899]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:42.1050189Z [00:02:55.899]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:49:42.1051584Z [00:02:55.899]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:42.1052439Z [00:02:55.899]➜  Candidate multilib: .;@m64
2025-08-20T22:49:42.1053055Z [00:02:55.899]➜  Selected multilib: .;@m64
2025-08-20T22:49:42.1067428Z [00:02:55.902]➜   (in-process)
2025-08-20T22:49:42.1106032Z [00:02:55.904]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name stress-fanotify.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o stress-fanotify.o -x c stress-fanotify.c
2025-08-20T22:49:42.1147264Z [00:02:55.909]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:49:42.1158677Z [00:02:55.911]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:49:42.1173318Z [00:02:55.912]➜  Alpine clang version 20.1.8
2025-08-20T22:49:42.1179395Z [00:02:55.913]➜  Target: ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:49:42.1185414Z [00:02:55.913]➜  #include "..." search starts here:
2025-08-20T22:49:42.1190413Z [00:02:55.914]➜  #include <...> search starts here:
2025-08-20T22:49:42.1196902Z [00:02:55.914]➜   /usr/include/fortify
2025-08-20T22:49:42.1199772Z [00:02:55.915]➜   /usr/include
2025-08-20T22:49:42.1222170Z [00:02:55.915]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:49:42.1226286Z [00:02:55.915]➜  End of search list.
2025-08-20T22:49:42.1231602Z [00:02:55.918]➜  x86_64-alpine-linux-musl
2025-08-20T22:49:42.1240371Z [00:02:55.918]➜  Thread model: posix
2025-08-20T22:49:42.1241249Z [00:02:55.918]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:49:42.1242085Z [00:02:55.918]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:49:42.1246395Z [00:02:55.918]➜  System configuration file directory: /etc/clang20
2025-08-20T22:49:42.1247443Z [00:02:55.918]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:42.1248552Z [00:02:55.918]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:49:42.1249656Z [00:02:55.918]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:42.1250510Z [00:02:55.918]➜  Candidate multilib: .;@m64
2025-08-20T22:49:42.1251407Z [00:02:55.918]➜  Selected multilib: .;@m64
2025-08-20T22:49:42.1261605Z [00:02:55.921]➜   (in-process)
2025-08-20T22:49:42.1318383Z [00:02:55.925]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name stress-far-branch.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o stress-far-branch.o -x c stress-far-branch.c
2025-08-20T22:49:42.1353357Z [00:02:55.930]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:49:42.1354369Z [00:02:55.930]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:49:42.1355628Z [00:02:55.930]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:49:42.1356661Z [00:02:55.930]➜  #include "..." search starts here:
2025-08-20T22:49:42.1357431Z [00:02:55.930]➜  #include <...> search starts here:
2025-08-20T22:49:42.1358011Z [00:02:55.930]➜   /usr/include/fortify
2025-08-20T22:49:42.1358515Z [00:02:55.930]➜   /usr/include
2025-08-20T22:49:42.1359063Z [00:02:55.930]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:49:42.1359633Z [00:02:55.930]➜  End of search list.
2025-08-20T22:49:42.1791406Z [00:02:55.974]➜  CC stress-fault.c
2025-08-20T22:49:42.2350060Z [00:02:56.030]➜  Alpine clang version 20.1.8
2025-08-20T22:49:42.2355956Z [00:02:56.030]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:49:42.2357167Z [00:02:56.030]➜  Thread model: posix
2025-08-20T22:49:42.2358072Z [00:02:56.030]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:49:42.2359162Z [00:02:56.030]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:49:42.2360440Z [00:02:56.030]➜  System configuration file directory: /etc/clang20
2025-08-20T22:49:42.2361983Z [00:02:56.030]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:42.2363414Z [00:02:56.030]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:49:42.2364688Z [00:02:56.030]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:42.2365702Z [00:02:56.030]➜  Candidate multilib: .;@m64
2025-08-20T22:49:42.2366489Z [00:02:56.030]➜  Selected multilib: .;@m64
2025-08-20T22:49:42.2367286Z [00:02:56.030]➜   (in-process)
2025-08-20T22:49:42.2387971Z [00:02:56.031]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name stress-fault.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o stress-fault.o -x c stress-fault.c
2025-08-20T22:49:42.2424445Z [00:02:56.032]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:49:42.2425513Z [00:02:56.033]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:49:42.2426868Z [00:02:56.033]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:49:42.2428235Z [00:02:56.033]➜  #include "..." search starts here:
2025-08-20T22:49:42.2428907Z [00:02:56.033]➜  #include <...> search starts here:
2025-08-20T22:49:42.2429527Z [00:02:56.033]➜   /usr/include/fortify
2025-08-20T22:49:42.2430055Z [00:02:56.033]➜   /usr/include
2025-08-20T22:49:42.2430619Z [00:02:56.033]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:49:42.2431507Z [00:02:56.033]➜  End of search list.
2025-08-20T22:49:42.3594101Z [00:02:56.154]➜  CC stress-fcntl.c
2025-08-20T22:49:42.4331851Z [00:02:56.228]➜  Alpine clang version 20.1.8
2025-08-20T22:49:42.4335240Z [00:02:56.228]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:49:42.4338158Z [00:02:56.228]➜  Thread model: posix
2025-08-20T22:49:42.4341593Z [00:02:56.228]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:49:42.4345112Z [00:02:56.228]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:49:42.4346068Z [00:02:56.228]➜  System configuration file directory: /etc/clang20
2025-08-20T22:49:42.4348475Z [00:02:56.228]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:42.4351242Z [00:02:56.228]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:49:42.4353600Z [00:02:56.228]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:42.4355711Z [00:02:56.228]➜  Candidate multilib: .;@m64
2025-08-20T22:49:42.4357610Z [00:02:56.228]➜  Selected multilib: .;@m64
2025-08-20T22:49:42.4367557Z [00:02:56.232]➜   (in-process)
2025-08-20T22:49:42.4419609Z [00:02:56.235]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name stress-fcntl.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o stress-fcntl.o -x c stress-fcntl.c
2025-08-20T22:49:42.4446967Z [00:02:56.240]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:49:42.4458400Z [00:02:56.241]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:49:42.4494178Z [00:02:56.244]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:49:42.4500092Z [00:02:56.244]➜  #include "..." search starts here:
2025-08-20T22:49:42.4508864Z [00:02:56.244]➜  #include <...> search starts here:
2025-08-20T22:49:42.4514101Z [00:02:56.244]➜   /usr/include/fortify
2025-08-20T22:49:42.4515235Z [00:02:56.244]➜   /usr/include
2025-08-20T22:49:42.4516024Z [00:02:56.244]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:49:42.4531479Z [00:02:56.244]➜  End of search list.
2025-08-20T22:49:42.5106001Z [00:02:56.305]➜  CC stress-fd-abuse.c
2025-08-20T22:49:42.5516472Z [00:02:56.343]➜  Alpine clang version 20.1.8
2025-08-20T22:49:42.5517295Z [00:02:56.343]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:49:42.5517909Z [00:02:56.343]➜  Thread model: posix
2025-08-20T22:49:42.5518534Z [00:02:56.343]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:49:42.5519420Z [00:02:56.343]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:49:42.5520338Z [00:02:56.343]➜  System configuration file directory: /etc/clang20
2025-08-20T22:49:42.5522853Z [00:02:56.343]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:42.5524007Z [00:02:56.343]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:49:42.5525078Z [00:02:56.343]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:42.5525901Z [00:02:56.343]➜  Candidate multilib: .;@m64
2025-08-20T22:49:42.5526523Z [00:02:56.343]➜  Selected multilib: .;@m64
2025-08-20T22:49:42.5527195Z [00:02:56.344]➜   (in-process)
2025-08-20T22:49:42.5542786Z [00:02:56.344]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name stress-fd-abuse.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o stress-fd-abuse.o -x c stress-fd-abuse.c
2025-08-20T22:49:42.5556356Z [00:02:56.346]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:49:42.5557364Z [00:02:56.346]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:49:42.5558683Z [00:02:56.346]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:49:42.5560006Z [00:02:56.346]➜  #include "..." search starts here:
2025-08-20T22:49:42.5560679Z [00:02:56.346]➜  #include <...> search starts here:
2025-08-20T22:49:42.5561522Z [00:02:56.346]➜   /usr/include/fortify
2025-08-20T22:49:42.5562064Z [00:02:56.346]➜   /usr/include
2025-08-20T22:49:42.5562632Z [00:02:56.346]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:49:42.5563241Z [00:02:56.346]➜  End of search list.
2025-08-20T22:49:42.6554859Z [00:02:56.450]➜  CC stress-fd-fork.c
2025-08-20T22:49:42.7318270Z [00:02:56.526]➜  Alpine clang version 20.1.8
2025-08-20T22:49:42.7324866Z [00:02:56.526]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:49:42.7325529Z [00:02:56.526]➜  Thread model: posix
2025-08-20T22:49:42.7326161Z [00:02:56.526]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:49:42.7327056Z [00:02:56.526]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:49:42.7328007Z [00:02:56.527]➜  System configuration file directory: /etc/clang20
2025-08-20T22:49:42.7329084Z [00:02:56.527]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:42.7330290Z [00:02:56.527]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:49:42.7331591Z [00:02:56.527]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:42.7332440Z [00:02:56.527]➜  Candidate multilib: .;@m64
2025-08-20T22:49:42.7333077Z [00:02:56.527]➜  Selected multilib: .;@m64
2025-08-20T22:49:42.7341263Z [00:02:56.529]➜   (in-process)
2025-08-20T22:49:42.7370255Z [00:02:56.530]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name stress-fd-fork.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o stress-fd-fork.o -x c stress-fd-fork.c
2025-08-20T22:49:42.7416496Z [00:02:56.536]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:49:42.7437626Z [00:02:56.537]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:49:42.7439253Z [00:02:56.537]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:49:42.7440439Z [00:02:56.537]➜  #include "..." search starts here:
2025-08-20T22:49:42.7441310Z [00:02:56.537]➜  #include <...> search starts here:
2025-08-20T22:49:42.7441925Z [00:02:56.537]➜   /usr/include/fortify
2025-08-20T22:49:42.7442454Z [00:02:56.537]➜   /usr/include
2025-08-20T22:49:42.7443010Z [00:02:56.537]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:49:42.7443622Z [00:02:56.537]➜  End of search list.
2025-08-20T22:49:43.5181703Z [00:02:57.313]➜  CC stress-fd-race.c
2025-08-20T22:49:43.5541647Z [00:02:57.348]➜  Alpine clang version 20.1.8
2025-08-20T22:49:43.5543538Z [00:02:57.349]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:49:43.5546341Z [00:02:57.349]➜  Thread model: posix
2025-08-20T22:49:43.5549105Z [00:02:57.349]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:49:43.5552397Z [00:02:57.350]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:49:43.5556968Z [00:02:57.350]➜  System configuration file directory: /etc/clang20
2025-08-20T22:49:43.5558888Z [00:02:57.350]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:43.5562949Z [00:02:57.351]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:49:43.5566058Z [00:02:57.351]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:43.5569611Z [00:02:57.352]➜  Candidate multilib: .;@m64
2025-08-20T22:49:43.5575367Z [00:02:57.352]➜  Selected multilib: .;@m64
2025-08-20T22:49:43.5583319Z [00:02:57.353]➜   (in-process)
2025-08-20T22:49:43.5640062Z [00:02:57.357]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name stress-fd-race.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o stress-fd-race.o -x c stress-fd-race.c
2025-08-20T22:49:43.5673779Z [00:02:57.357]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:49:43.5674938Z [00:02:57.357]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:49:43.5676192Z [00:02:57.357]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:49:43.5677283Z [00:02:57.357]➜  #include "..." search starts here:
2025-08-20T22:49:43.5677879Z [00:02:57.357]➜  #include <...> search starts here:
2025-08-20T22:49:43.5678464Z [00:02:57.357]➜   /usr/include/fortify
2025-08-20T22:49:43.5678936Z [00:02:57.357]➜   /usr/include
2025-08-20T22:49:43.5679519Z [00:02:57.357]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:49:43.5680292Z [00:02:57.357]➜  End of search list.
2025-08-20T22:49:43.7457284Z [00:02:57.540]➜  CC stress-fibsearch.c
2025-08-20T22:49:43.8168012Z [00:02:57.612]➜  Alpine clang version 20.1.8
2025-08-20T22:49:43.8169332Z [00:02:57.612]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:49:43.8170272Z [00:02:57.612]➜  Thread model: posix
2025-08-20T22:49:43.8171164Z [00:02:57.612]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:49:43.8172078Z [00:02:57.612]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:49:43.8172995Z [00:02:57.612]➜  System configuration file directory: /etc/clang20
2025-08-20T22:49:43.8204209Z [00:02:57.615]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:43.8206055Z [00:02:57.615]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:49:43.8207869Z [00:02:57.615]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:43.8209968Z [00:02:57.616]➜  Candidate multilib: .;@m64
2025-08-20T22:49:43.8210621Z [00:02:57.616]➜  Selected multilib: .;@m64
2025-08-20T22:49:43.8212625Z [00:02:57.616]➜   (in-process)
2025-08-20T22:49:43.8262822Z [00:02:57.620]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name stress-fibsearch.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o stress-fibsearch.o -x c stress-fibsearch.c
2025-08-20T22:49:43.8302168Z [00:02:57.624]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:49:43.8303455Z [00:02:57.624]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:49:43.8304821Z [00:02:57.624]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:49:43.8306031Z [00:02:57.624]➜  #include "..." search starts here:
2025-08-20T22:49:43.8306700Z [00:02:57.624]➜  #include <...> search starts here:
2025-08-20T22:49:43.8307305Z [00:02:57.624]➜   /usr/include/fortify
2025-08-20T22:49:43.8307864Z [00:02:57.624]➜   /usr/include
2025-08-20T22:49:43.8308625Z [00:02:57.624]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:49:43.8309277Z [00:02:57.624]➜  End of search list.
2025-08-20T22:49:43.9780340Z [00:02:57.773]➜  CC stress-fiemap.c
2025-08-20T22:49:44.0156215Z [00:02:57.810]➜  Alpine clang version 20.1.8
2025-08-20T22:49:44.0160700Z [00:02:57.811]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:49:44.0171849Z [00:02:57.811]➜  Thread model: posix
2025-08-20T22:49:44.0172525Z [00:02:57.811]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:49:44.0173398Z [00:02:57.811]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:49:44.0174325Z [00:02:57.811]➜  System configuration file directory: /etc/clang20
2025-08-20T22:49:44.0175306Z [00:02:57.811]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:44.0176385Z [00:02:57.811]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:49:44.0177420Z [00:02:57.811]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:44.0178234Z [00:02:57.811]➜  Candidate multilib: .;@m64
2025-08-20T22:49:44.0178847Z [00:02:57.811]➜  Selected multilib: .;@m64
2025-08-20T22:49:44.0193924Z [00:02:57.811]➜   (in-process)
2025-08-20T22:49:44.0209192Z [00:02:57.812]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name stress-fiemap.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o stress-fiemap.o -x c stress-fiemap.c
2025-08-20T22:49:44.0243346Z [00:02:57.813]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:49:44.0244402Z [00:02:57.814]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:49:44.0245751Z [00:02:57.814]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:49:44.0246941Z [00:02:57.814]➜  #include "..." search starts here:
2025-08-20T22:49:44.0247612Z [00:02:57.814]➜  #include <...> search starts here:
2025-08-20T22:49:44.0248241Z [00:02:57.814]➜   /usr/include/fortify
2025-08-20T22:49:44.0248784Z [00:02:57.814]➜   /usr/include
2025-08-20T22:49:44.0249561Z [00:02:57.814]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:49:44.0250231Z [00:02:57.814]➜  End of search list.
2025-08-20T22:49:44.1534608Z [00:02:57.948]➜  CC stress-fifo.c
2025-08-20T22:49:44.1571693Z [00:02:57.952]➜  CC stress-file-ioctl.c
2025-08-20T22:49:44.1864282Z [00:02:57.981]➜  Alpine clang version 20.1.8Alpine clang version 20.1.8
2025-08-20T22:49:44.1867762Z [00:02:57.982]➜  
2025-08-20T22:49:44.1868408Z [00:02:57.982]➜  Target: Target: x86_64-alpine-linux-muslx86_64-alpine-linux-musl
2025-08-20T22:49:44.1869059Z [00:02:57.982]➜  
2025-08-20T22:49:44.1869532Z [00:02:57.982]➜  Thread model: Thread model: posixposix
2025-08-20T22:49:44.1870032Z [00:02:57.982]➜  
2025-08-20T22:49:44.1870602Z [00:02:57.982]➜  InstalledDir: InstalledDir: /usr/lib/llvm20/bin/usr/lib/llvm20/bin
2025-08-20T22:49:44.1875986Z [00:02:57.982]➜  
2025-08-20T22:49:44.1877066Z [00:02:57.982]➜  Configuration file: Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg/etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:49:44.1878075Z [00:02:57.982]➜  
2025-08-20T22:49:44.1878854Z [00:02:57.982]➜  System configuration file directory: /etc/clang20System configuration file directory: 
2025-08-20T22:49:44.1879664Z [00:02:57.982]➜  /etc/clang20
2025-08-20T22:49:44.1881161Z [00:02:57.982]➜  Found candidate GCC installation: Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:44.1882316Z [00:02:57.982]➜  
2025-08-20T22:49:44.1883426Z [00:02:57.982]➜  Found candidate GCC installation: Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0/usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:49:44.1884508Z [00:02:57.982]➜  
2025-08-20T22:49:44.1885641Z [00:02:57.982]➜  Selected GCC installation: Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:44.1886754Z [00:02:57.982]➜  
2025-08-20T22:49:44.1887300Z [00:02:57.982]➜  Candidate multilib: Candidate multilib: ..;;@@m64m64
2025-08-20T22:49:44.1887839Z [00:02:57.982]➜  
2025-08-20T22:49:44.1888349Z [00:02:57.982]➜  Selected multilib: Selected multilib: ..;;@@m64m64
2025-08-20T22:49:44.1888879Z [00:02:57.982]➜  
2025-08-20T22:49:44.1889245Z [00:02:57.982]➜   (in-process)
2025-08-20T22:49:44.1906757Z [00:02:57.982]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name stress-file-ioctl.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o stress-file-ioctl.o -x c stress-file-ioctl.c
2025-08-20T22:49:44.1920137Z [00:02:57.984]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:49:44.1927218Z [00:02:57.984]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:49:44.1928542Z [00:02:57.984]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:49:44.1929704Z [00:02:57.984]➜  #include "..." search starts here:
2025-08-20T22:49:44.1930324Z [00:02:57.984]➜  #include <...> search starts here:
2025-08-20T22:49:44.1931146Z [00:02:57.984]➜   /usr/include/fortify
2025-08-20T22:49:44.1931687Z [00:02:57.984]➜   /usr/include
2025-08-20T22:49:44.1932269Z [00:02:57.984]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:49:44.1932837Z [00:02:57.984]➜  End of search list.
2025-08-20T22:49:44.1933335Z [00:02:57.988]➜   (in-process)
2025-08-20T22:49:44.2006097Z [00:02:57.991]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name stress-fifo.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o stress-fifo.o -x c stress-fifo.c
2025-08-20T22:49:44.2021802Z [00:02:57.997]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:49:44.2023042Z [00:02:57.997]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:49:44.2024557Z [00:02:57.997]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:49:44.2025938Z [00:02:57.997]➜  #include "..." search starts here:
2025-08-20T22:49:44.2026949Z [00:02:57.997]➜  #include <...> search starts here:
2025-08-20T22:49:44.2027750Z [00:02:57.997]➜   /usr/include/fortify
2025-08-20T22:49:44.2028449Z [00:02:57.997]➜   /usr/include
2025-08-20T22:49:44.2029192Z [00:02:57.997]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:49:44.2030109Z [00:02:57.997]➜  End of search list.
2025-08-20T22:49:44.2783990Z [00:02:58.073]➜  CC stress-filename.c
2025-08-20T22:49:44.3538561Z [00:02:58.149]➜  Alpine clang version 20.1.8
2025-08-20T22:49:44.3542452Z [00:02:58.149]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:49:44.3546594Z [00:02:58.149]➜  Thread model: posix
2025-08-20T22:49:44.3552287Z [00:02:58.149]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:49:44.3553174Z [00:02:58.149]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:49:44.3554115Z [00:02:58.149]➜  System configuration file directory: /etc/clang20
2025-08-20T22:49:44.3555147Z [00:02:58.149]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:44.3556308Z [00:02:58.149]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:49:44.3557424Z [00:02:58.149]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:44.3558296Z [00:02:58.149]➜  Candidate multilib: .;@m64
2025-08-20T22:49:44.3558912Z [00:02:58.149]➜  Selected multilib: .;@m64
2025-08-20T22:49:44.3563170Z [00:02:58.151]➜   (in-process)
2025-08-20T22:49:44.3604660Z [00:02:58.154]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name stress-filename.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o stress-filename.o -x c stress-filename.c
2025-08-20T22:49:44.3618649Z [00:02:58.155]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:49:44.3619706Z [00:02:58.155]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:49:44.3621228Z [00:02:58.155]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:49:44.3622520Z [00:02:58.155]➜  #include "..." search starts here:
2025-08-20T22:49:44.3623223Z [00:02:58.155]➜  #include <...> search starts here:
2025-08-20T22:49:44.3623821Z [00:02:58.156]➜   /usr/include/fortify
2025-08-20T22:49:44.3624348Z [00:02:58.156]➜   /usr/include
2025-08-20T22:49:44.3625119Z [00:02:58.156]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:49:44.3625777Z [00:02:58.156]➜  End of search list.
2025-08-20T22:49:44.9752138Z [00:02:58.770]➜  CC stress-filerace.c
2025-08-20T22:49:45.0535380Z [00:02:58.848]➜  Alpine clang version 20.1.8
2025-08-20T22:49:45.0536146Z [00:02:58.848]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:49:45.0536782Z [00:02:58.848]➜  Thread model: posix
2025-08-20T22:49:45.0537408Z [00:02:58.848]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:49:45.0538263Z [00:02:58.848]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:49:45.0539237Z [00:02:58.848]➜  System configuration file directory: /etc/clang20
2025-08-20T22:49:45.0540584Z [00:02:58.848]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:45.0542184Z [00:02:58.848]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:49:45.0543541Z [00:02:58.848]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:45.0544627Z [00:02:58.848]➜  Candidate multilib: .;@m64
2025-08-20T22:49:45.0545478Z [00:02:58.848]➜  Selected multilib: .;@m64
2025-08-20T22:49:45.0554905Z [00:02:58.850]➜   (in-process)
2025-08-20T22:49:45.0628313Z [00:02:58.856]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name stress-filerace.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o stress-filerace.o -x c stress-filerace.c
2025-08-20T22:49:45.0643714Z [00:02:58.856]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:49:45.0644763Z [00:02:58.859]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:49:45.0652218Z [00:02:58.859]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:49:45.0653622Z [00:02:58.859]➜  #include "..." search starts here:
2025-08-20T22:49:45.0654350Z [00:02:58.859]➜  #include <...> search starts here:
2025-08-20T22:49:45.0654969Z [00:02:58.859]➜   /usr/include/fortify
2025-08-20T22:49:45.0655680Z [00:02:58.859]➜   /usr/include
2025-08-20T22:49:45.0656305Z [00:02:58.859]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:49:45.0656948Z [00:02:58.859]➜  End of search list.
2025-08-20T22:49:45.4685810Z [00:02:59.263]➜  CC stress-flipflop.c
2025-08-20T22:49:45.5060481Z [00:02:59.301]➜  Alpine clang version 20.1.8
2025-08-20T22:49:45.5062047Z [00:02:59.301]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:49:45.5064444Z [00:02:59.301]➜  Thread model: posix
2025-08-20T22:49:45.5068322Z [00:02:59.302]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:49:45.5073807Z [00:02:59.302]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:49:45.5076273Z [00:02:59.302]➜  System configuration file directory: /etc/clang20
2025-08-20T22:49:45.5077121Z [00:02:59.302]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:45.5078130Z [00:02:59.302]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:49:45.5079091Z [00:02:59.302]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:45.5079787Z [00:02:59.302]➜  Candidate multilib: .;@m64
2025-08-20T22:49:45.5080240Z [00:02:59.302]➜  Selected multilib: .;@m64
2025-08-20T22:49:45.5083138Z [00:02:59.303]➜   (in-process)
2025-08-20T22:49:45.5109776Z [00:02:59.304]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name stress-flipflop.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o stress-flipflop.o -x c stress-flipflop.c
2025-08-20T22:49:45.5134885Z [00:02:59.306]➜  clang -cc1 version 20.1.8CC stress-flock.c
2025-08-20T22:49:45.5135773Z [00:02:59.308]➜   based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:49:45.5139273Z [00:02:59.309]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:49:45.5144314Z [00:02:59.309]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:49:45.5148589Z [00:02:59.309]➜  #include "..." search starts here:
2025-08-20T22:49:45.5154698Z [00:02:59.309]➜  #include <...> search starts here:
2025-08-20T22:49:45.5155356Z [00:02:59.310]➜   /usr/include/fortify
2025-08-20T22:49:45.5155921Z [00:02:59.310]➜   /usr/include
2025-08-20T22:49:45.5156502Z [00:02:59.310]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:49:45.5157118Z [00:02:59.310]➜  End of search list.
2025-08-20T22:49:45.5782905Z [00:02:59.371]➜  CC stress-flushcache.c
2025-08-20T22:49:45.5856602Z [00:02:59.380]➜  Alpine clang version 20.1.8
2025-08-20T22:49:45.5859513Z [00:02:59.380]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:49:45.5860159Z [00:02:59.380]➜  Thread model: posix
2025-08-20T22:49:45.5861053Z [00:02:59.380]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:49:45.5861946Z [00:02:59.380]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:49:45.5862855Z [00:02:59.380]➜  System configuration file directory: /etc/clang20
2025-08-20T22:49:45.5863857Z [00:02:59.381]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:45.5864965Z [00:02:59.381]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:49:45.5866060Z [00:02:59.381]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:45.5866897Z [00:02:59.381]➜  Candidate multilib: .;@m64
2025-08-20T22:49:45.5867509Z [00:02:59.381]➜  Selected multilib: .;@m64
2025-08-20T22:49:45.5899304Z [00:02:59.385]➜   (in-process)
2025-08-20T22:49:45.5915571Z [00:02:59.385]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name stress-flock.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o stress-flock.o -x c stress-flock.c
2025-08-20T22:49:45.5932212Z [00:02:59.387]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:49:45.5933438Z [00:02:59.387]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:49:45.5934802Z [00:02:59.387]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:49:45.5936153Z [00:02:59.387]➜  #include "..." search starts here:
2025-08-20T22:49:45.5936854Z [00:02:59.387]➜  #include <...> search starts here:
2025-08-20T22:49:45.5937476Z [00:02:59.387]➜   /usr/include/fortify
2025-08-20T22:49:45.5938012Z [00:02:59.387]➜   /usr/include
2025-08-20T22:49:45.5938570Z [00:02:59.387]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:49:45.5939255Z [00:02:59.387]➜  End of search list.
2025-08-20T22:49:45.6176170Z [00:02:59.412]➜  Alpine clang version 20.1.8
2025-08-20T22:49:45.6180350Z [00:02:59.412]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:49:45.6181203Z [00:02:59.412]➜  Thread model: posix
2025-08-20T22:49:45.6181838Z [00:02:59.412]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:49:45.6182700Z [00:02:59.412]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:49:45.6183599Z [00:02:59.412]➜  System configuration file directory: /etc/clang20
2025-08-20T22:49:45.6184607Z [00:02:59.412]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:45.6185727Z [00:02:59.412]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:49:45.6186790Z [00:02:59.412]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:45.6187595Z [00:02:59.412]➜  Candidate multilib: .;@m64
2025-08-20T22:49:45.6188179Z [00:02:59.412]➜  Selected multilib: .;@m64
2025-08-20T22:49:45.6195165Z [00:02:59.414]➜   (in-process)
2025-08-20T22:49:45.6212822Z [00:02:59.414]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name stress-flushcache.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o stress-flushcache.o -x c stress-flushcache.c
2025-08-20T22:49:45.6228126Z [00:02:59.415]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:49:45.6229337Z [00:02:59.415]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:49:45.6230701Z [00:02:59.416]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:49:45.6232250Z [00:02:59.416]➜  #include "..." search starts here:
2025-08-20T22:49:45.6232958Z [00:02:59.416]➜  #include <...> search starts here:
2025-08-20T22:49:45.6233552Z [00:02:59.416]➜   /usr/include/fortify
2025-08-20T22:49:45.6234060Z [00:02:59.416]➜   /usr/include
2025-08-20T22:49:45.6234588Z [00:02:59.416]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:49:45.6235184Z [00:02:59.416]➜  End of search list.
2025-08-20T22:49:45.9170457Z [00:02:59.712]➜  CC stress-fma.c
2025-08-20T22:49:45.9571503Z [00:02:59.752]➜  Alpine clang version 20.1.8
2025-08-20T22:49:45.9581752Z [00:02:59.752]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:49:45.9582446Z [00:02:59.752]➜  Thread model: posix
2025-08-20T22:49:45.9583092Z [00:02:59.752]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:49:45.9583981Z [00:02:59.752]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:49:45.9584921Z [00:02:59.752]➜  System configuration file directory: /etc/clang20
2025-08-20T22:49:45.9585974Z [00:02:59.752]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:45.9587128Z [00:02:59.752]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:49:45.9591603Z [00:02:59.752]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:45.9592476Z [00:02:59.752]➜  Candidate multilib: .;@m64
2025-08-20T22:49:45.9593087Z [00:02:59.752]➜  Selected multilib: .;@m64
2025-08-20T22:49:45.9601682Z [00:02:59.755]➜   (in-process)
2025-08-20T22:49:45.9627073Z [00:02:59.756]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name stress-fma.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o stress-fma.o -x c stress-fma.c
2025-08-20T22:49:45.9652744Z [00:02:59.760]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:49:45.9685463Z [00:02:59.763]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:49:45.9692790Z [00:02:59.763]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:49:45.9694010Z [00:02:59.763]➜  #include "..." search starts here:
2025-08-20T22:49:45.9694698Z [00:02:59.763]➜  #include <...> search starts here:
2025-08-20T22:49:45.9695309Z [00:02:59.763]➜   /usr/include/fortify
2025-08-20T22:49:45.9700367Z [00:02:59.763]➜   /usr/include
2025-08-20T22:49:45.9701171Z [00:02:59.763]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:49:45.9701814Z [00:02:59.763]➜  End of search list.
2025-08-20T22:49:46.7033414Z [00:03:00.498]➜  CC stress-fork.c
2025-08-20T22:49:46.7400703Z [00:03:00.535]➜  Alpine clang version 20.1.8
2025-08-20T22:49:46.7401641Z [00:03:00.535]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:49:46.7402289Z [00:03:00.535]➜  Thread model: posix
2025-08-20T22:49:46.7403093Z [00:03:00.535]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:49:46.7405242Z [00:03:00.535]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:49:46.7407494Z [00:03:00.535]➜  System configuration file directory: /etc/clang20
2025-08-20T22:49:46.7411665Z [00:03:00.536]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:46.7414291Z [00:03:00.536]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:49:46.7415426Z [00:03:00.536]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:46.7419699Z [00:03:00.537]➜  Candidate multilib: .;@m64
2025-08-20T22:49:46.7421585Z [00:03:00.537]➜  Selected multilib: .;@m64
2025-08-20T22:49:46.7432173Z [00:03:00.538]➜   (in-process)
2025-08-20T22:49:46.7486214Z [00:03:00.541]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name stress-fork.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o stress-fork.o -x c stress-fork.c
2025-08-20T22:49:46.7510261Z [00:03:00.541]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:49:46.7511530Z [00:03:00.544]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:49:46.7513022Z [00:03:00.544]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:49:46.7514192Z [00:03:00.544]➜  #include "..." search starts here:
2025-08-20T22:49:46.7514843Z [00:03:00.544]➜  #include <...> search starts here:
2025-08-20T22:49:46.7515421Z [00:03:00.544]➜   /usr/include/fortify
2025-08-20T22:49:46.7515917Z [00:03:00.544]➜   /usr/include
2025-08-20T22:49:46.7516462Z [00:03:00.544]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:49:46.7517062Z [00:03:00.544]➜  End of search list.
2025-08-20T22:49:46.8492593Z [00:03:00.644]➜  CC stress-forkheavy.c
2025-08-20T22:49:46.9243673Z [00:03:00.719]➜  Alpine clang version 20.1.8
2025-08-20T22:49:46.9246187Z [00:03:00.719]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:49:46.9250382Z [00:03:00.720]➜  Thread model: posix
2025-08-20T22:49:46.9252102Z [00:03:00.720]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:49:46.9254253Z [00:03:00.720]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:49:46.9256931Z [00:03:00.720]➜  System configuration file directory: /etc/clang20
2025-08-20T22:49:46.9257977Z [00:03:00.720]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:46.9259132Z [00:03:00.720]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:49:46.9260210Z [00:03:00.720]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:46.9261242Z [00:03:00.720]➜  Candidate multilib: .;@m64
2025-08-20T22:49:46.9261855Z [00:03:00.720]➜  Selected multilib: .;@m64
2025-08-20T22:49:46.9266528Z [00:03:00.722]➜   (in-process)
2025-08-20T22:49:46.9298836Z [00:03:00.723]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name stress-forkheavy.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o stress-forkheavy.o -x c stress-forkheavy.c
2025-08-20T22:49:46.9345273Z [00:03:00.729]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:49:46.9346336Z [00:03:00.729]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:49:46.9347865Z [00:03:00.729]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:49:46.9349073Z [00:03:00.729]➜  #include "..." search starts here:
2025-08-20T22:49:46.9349738Z [00:03:00.729]➜  #include <...> search starts here:
2025-08-20T22:49:46.9350349Z [00:03:00.729]➜   /usr/include/fortify
2025-08-20T22:49:46.9351082Z [00:03:00.729]➜   /usr/include
2025-08-20T22:49:46.9351674Z [00:03:00.729]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:49:46.9352283Z [00:03:00.729]➜  End of search list.
2025-08-20T22:49:47.0081138Z [00:03:00.803]➜  CC stress-fp.c
2025-08-20T22:49:47.0449779Z [00:03:00.840]➜  Alpine clang version 20.1.8
2025-08-20T22:49:47.0451333Z [00:03:00.840]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:49:47.0453154Z [00:03:00.840]➜  Thread model: posix
2025-08-20T22:49:47.0453737Z [00:03:00.840]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:49:47.0454625Z [00:03:00.840]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:49:47.0455576Z [00:03:00.840]➜  System configuration file directory: /etc/clang20
2025-08-20T22:49:47.0456643Z [00:03:00.840]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:47.0457793Z [00:03:00.840]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:49:47.0458896Z [00:03:00.840]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:47.0459749Z [00:03:00.840]➜  Candidate multilib: .;@m64
2025-08-20T22:49:47.0460374Z [00:03:00.840]➜  Selected multilib: .;@m64
2025-08-20T22:49:47.0475412Z [00:03:00.842]➜   (in-process)
2025-08-20T22:49:47.0498098Z [00:03:00.843]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name stress-fp.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o stress-fp.o -x c stress-fp.c
2025-08-20T22:49:47.0525465Z [00:03:00.847]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:49:47.0536998Z [00:03:00.848]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:49:47.0542875Z [00:03:00.849]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:49:47.0544440Z [00:03:00.849]➜  #include "..." search starts here:
2025-08-20T22:49:47.0545363Z [00:03:00.849]➜  #include <...> search starts here:
2025-08-20T22:49:47.0546219Z [00:03:00.849]➜   /usr/include/fortify
2025-08-20T22:49:47.0547001Z [00:03:00.849]➜   /usr/include
2025-08-20T22:49:47.0547806Z [00:03:00.849]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:49:47.0548669Z [00:03:00.849]➜  End of search list.
2025-08-20T22:49:47.0799640Z [00:03:00.875]➜  CC stress-fp-error.c
2025-08-20T22:49:47.1552102Z [00:03:00.950]➜  Alpine clang version 20.1.8
2025-08-20T22:49:47.1556536Z [00:03:00.950]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:49:47.1557176Z [00:03:00.950]➜  Thread model: posix
2025-08-20T22:49:47.1575730Z [00:03:00.952]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:49:47.1579187Z [00:03:00.952]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:49:47.1582121Z [00:03:00.952]➜  System configuration file directory: /etc/clang20
2025-08-20T22:49:47.1586951Z [00:03:00.952]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:47.1588118Z [00:03:00.952]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:49:47.1589227Z [00:03:00.952]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:47.1590380Z [00:03:00.952]➜  Candidate multilib: .;@m64
2025-08-20T22:49:47.1591653Z [00:03:00.952]➜  Selected multilib: .;@m64
2025-08-20T22:49:47.1592407Z [00:03:00.952]➜   (in-process)
2025-08-20T22:49:47.1623266Z [00:03:00.952]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name stress-fp-error.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o stress-fp-error.o -x c stress-fp-error.c
2025-08-20T22:49:47.1648347Z [00:03:00.956]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:49:47.1649423Z [00:03:00.956]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:49:47.1651021Z [00:03:00.957]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:49:47.1652223Z [00:03:00.957]➜  #include "..." search starts here:
2025-08-20T22:49:47.1652892Z [00:03:00.957]➜  #include <...> search starts here:
2025-08-20T22:49:47.1653508Z [00:03:00.957]➜   /usr/include/fortify
2025-08-20T22:49:47.1654038Z [00:03:00.957]➜   /usr/include
2025-08-20T22:49:47.1654624Z [00:03:00.957]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:49:47.1655258Z [00:03:00.957]➜  End of search list.
2025-08-20T22:49:47.3448412Z [00:03:01.140]➜  CC stress-fpunch.c
2025-08-20T22:49:47.3806275Z [00:03:01.175]➜  Alpine clang version 20.1.8
2025-08-20T22:49:47.3811284Z [00:03:01.176]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:49:47.3818079Z [00:03:01.176]➜  Thread model: posix
2025-08-20T22:49:47.3821338Z [00:03:01.176]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:49:47.3824951Z [00:03:01.177]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:49:47.3829725Z [00:03:01.177]➜  System configuration file directory: /etc/clang20
2025-08-20T22:49:47.3831706Z [00:03:01.178]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:47.3862614Z [00:03:01.178]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:49:47.3864405Z [00:03:01.181]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:47.3866353Z [00:03:01.181]➜  Candidate multilib: .;@m64
2025-08-20T22:49:47.3868455Z [00:03:01.181]➜  Selected multilib: .;@m64
2025-08-20T22:49:47.3869082Z [00:03:01.181]➜   (in-process)
2025-08-20T22:49:47.3899169Z [00:03:01.183]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name stress-fpunch.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o stress-fpunch.o -x c stress-fpunch.c
2025-08-20T22:49:47.3919512Z [00:03:01.186]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:49:47.3920681Z [00:03:01.186]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:49:47.3922245Z [00:03:01.186]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:49:47.3923436Z [00:03:01.186]➜  #include "..." search starts here:
2025-08-20T22:49:47.3924112Z [00:03:01.186]➜  #include <...> search starts here:
2025-08-20T22:49:47.3924734Z [00:03:01.186]➜   /usr/include/fortify
2025-08-20T22:49:47.3925283Z [00:03:01.186]➜   /usr/include
2025-08-20T22:49:47.3925883Z [00:03:01.186]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:49:47.3926534Z [00:03:01.186]➜  End of search list.
2025-08-20T22:49:48.0154758Z [00:03:01.810]➜  CC stress-fractal.c
2025-08-20T22:49:48.0505568Z [00:03:01.845]➜  Alpine clang version 20.1.8
2025-08-20T22:49:48.0511522Z [00:03:01.846]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:49:48.0512108Z [00:03:01.846]➜  Thread model: posix
2025-08-20T22:49:48.0517701Z [00:03:01.846]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:49:48.0518506Z [00:03:01.846]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:49:48.0523444Z [00:03:01.846]➜  System configuration file directory: /etc/clang20
2025-08-20T22:49:48.0524331Z [00:03:01.846]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:48.0525340Z [00:03:01.846]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:49:48.0526312Z [00:03:01.846]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:48.0527269Z [00:03:01.846]➜  Candidate multilib: .;@m64
2025-08-20T22:49:48.0527816Z [00:03:01.846]➜  Selected multilib: .;@m64
2025-08-20T22:49:48.0528331Z [00:03:01.846]➜   (in-process)
2025-08-20T22:49:48.0559370Z [00:03:01.849]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name stress-fractal.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o stress-fractal.o -x c stress-fractal.c
2025-08-20T22:49:48.0588014Z [00:03:01.853]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:49:48.0589016Z [00:03:01.853]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:49:48.0590338Z [00:03:01.853]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:49:48.0592011Z [00:03:01.853]➜  #include "..." search starts here:
2025-08-20T22:49:48.0592661Z [00:03:01.853]➜  #include <...> search starts here:
2025-08-20T22:49:48.0593248Z [00:03:01.853]➜   /usr/include/fortify
2025-08-20T22:49:48.0593762Z [00:03:01.853]➜   /usr/include
2025-08-20T22:49:48.0594313Z [00:03:01.853]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:49:48.0594877Z [00:03:01.853]➜  End of search list.
2025-08-20T22:49:48.5033145Z [00:03:02.298]➜  CC stress-fsize.c
2025-08-20T22:49:48.5534433Z [00:03:02.348]➜  Alpine clang version 20.1.8
2025-08-20T22:49:48.5535128Z [00:03:02.348]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:49:48.5538794Z [00:03:02.349]➜  Thread model: posix
2025-08-20T22:49:48.5542513Z [00:03:02.349]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:49:48.5546415Z [00:03:02.349]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:49:48.5550650Z [00:03:02.349]➜  System configuration file directory: /etc/clang20
2025-08-20T22:49:48.5554316Z [00:03:02.349]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:48.5557195Z [00:03:02.349]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:49:48.5560171Z [00:03:02.349]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:48.5563231Z [00:03:02.349]➜  Candidate multilib: .;@m64
2025-08-20T22:49:48.5565416Z [00:03:02.349]➜  Selected multilib: .;@m64
2025-08-20T22:49:48.5574968Z [00:03:02.352]➜   (in-process)
2025-08-20T22:49:48.5619445Z [00:03:02.355]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name stress-fsize.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o stress-fsize.o -x c stress-fsize.c
2025-08-20T22:49:48.5635321Z [00:03:02.358]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:49:48.5674348Z [00:03:02.362]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:49:48.5677225Z [00:03:02.363]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:49:48.5682075Z [00:03:02.363]➜  #include "..." search starts here:
2025-08-20T22:49:48.5687179Z [00:03:02.364]➜  #include <...> search starts here:
2025-08-20T22:49:48.5691624Z [00:03:02.364]➜   /usr/include/fortify
2025-08-20T22:49:48.5694823Z [00:03:02.364]➜   /usr/include
2025-08-20T22:49:48.5698365Z [00:03:02.365]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:49:48.5701654Z [00:03:02.365]➜  End of search list.
2025-08-20T22:49:48.5704213Z [00:03:02.365]➜  CC stress-fstat.c
2025-08-20T22:49:48.6211897Z [00:03:02.416]➜  Alpine clang version 20.1.8
2025-08-20T22:49:48.6229150Z [00:03:02.416]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:49:48.6229825Z [00:03:02.416]➜  Thread model: posix
2025-08-20T22:49:48.6230461Z [00:03:02.416]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:49:48.6231520Z [00:03:02.416]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:49:48.6232418Z [00:03:02.416]➜  System configuration file directory: /etc/clang20
2025-08-20T22:49:48.6233408Z [00:03:02.416]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:48.6234773Z [00:03:02.416]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:49:48.6235847Z [00:03:02.416]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:48.6240173Z [00:03:02.416]➜  Candidate multilib: .;@m64
2025-08-20T22:49:48.6241072Z [00:03:02.416]➜  Selected multilib: .;@m64
2025-08-20T22:49:48.6241662Z [00:03:02.419]➜   (in-process)
2025-08-20T22:49:48.6267190Z [00:03:02.419]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name stress-fstat.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o stress-fstat.o -x c stress-fstat.c
2025-08-20T22:49:48.6280985Z [00:03:02.419]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:49:48.6282034Z [00:03:02.419]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:49:48.6283375Z [00:03:02.420]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:49:48.6284503Z [00:03:02.420]➜  #include "..." search starts here:
2025-08-20T22:49:48.6285145Z [00:03:02.420]➜  #include <...> search starts here:
2025-08-20T22:49:48.6285719Z [00:03:02.420]➜   /usr/include/fortify
2025-08-20T22:49:48.6286230Z [00:03:02.420]➜   /usr/include
2025-08-20T22:49:48.6286779Z [00:03:02.420]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:49:48.6287360Z [00:03:02.420]➜  End of search list.
2025-08-20T22:49:48.7001753Z [00:03:02.495]➜  CC stress-full.c
2025-08-20T22:49:48.7356442Z [00:03:02.530]➜  Alpine clang version 20.1.8
2025-08-20T22:49:48.7361161Z [00:03:02.531]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:49:48.7361803Z [00:03:02.531]➜  Thread model: posix
2025-08-20T22:49:48.7366724Z [00:03:02.531]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:49:48.7367557Z [00:03:02.531]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:49:48.7368443Z [00:03:02.531]➜  System configuration file directory: /etc/clang20
2025-08-20T22:49:48.7369413Z [00:03:02.531]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:48.7370717Z [00:03:02.531]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:49:48.7372248Z [00:03:02.531]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:48.7373032Z [00:03:02.531]➜  Candidate multilib: .;@m64
2025-08-20T22:49:48.7373586Z [00:03:02.531]➜  Selected multilib: .;@m64
2025-08-20T22:49:48.7374703Z [00:03:02.532]➜   (in-process)
2025-08-20T22:49:48.7425316Z [00:03:02.535]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name stress-full.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o stress-full.o -x c stress-full.c
2025-08-20T22:49:48.7438764Z [00:03:02.536]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:49:48.7439736Z [00:03:02.536]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:49:48.7441293Z [00:03:02.536]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:49:48.7442480Z [00:03:02.536]➜  #include "..." search starts here:
2025-08-20T22:49:48.7443100Z [00:03:02.536]➜  #include <...> search starts here:
2025-08-20T22:49:48.7443724Z [00:03:02.536]➜   /usr/include/fortify
2025-08-20T22:49:48.7444270Z [00:03:02.536]➜   /usr/include
2025-08-20T22:49:48.7444853Z [00:03:02.536]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:49:48.7445448Z [00:03:02.536]➜  End of search list.
2025-08-20T22:49:48.8623668Z [00:03:02.657]➜  CC stress-funccall.c
2025-08-20T22:49:48.9335843Z [00:03:02.728]➜  Alpine clang version 20.1.8
2025-08-20T22:49:48.9341300Z [00:03:02.728]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:49:48.9341974Z [00:03:02.728]➜  Thread model: posix
2025-08-20T22:49:48.9342640Z [00:03:02.728]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:49:48.9343500Z [00:03:02.728]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:49:48.9344458Z [00:03:02.728]➜  System configuration file directory: /etc/clang20
2025-08-20T22:49:48.9345798Z [00:03:02.728]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:48.9346962Z [00:03:02.728]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:49:48.9348055Z [00:03:02.728]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:48.9348918Z [00:03:02.728]➜  Candidate multilib: .;@m64
2025-08-20T22:49:48.9349543Z [00:03:02.728]➜  Selected multilib: .;@m64
2025-08-20T22:49:48.9369276Z [00:03:02.732]➜   (in-process)
2025-08-20T22:49:48.9394566Z [00:03:02.733]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name stress-funccall.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o stress-funccall.o -x c stress-funccall.c
2025-08-20T22:49:48.9412991Z [00:03:02.735]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:49:48.9419868Z [00:03:02.737]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:49:48.9425389Z [00:03:02.737]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:49:48.9428006Z [00:03:02.737]➜  #include "..." search starts here:
2025-08-20T22:49:48.9430203Z [00:03:02.737]➜  #include <...> search starts here:
2025-08-20T22:49:48.9444909Z [00:03:02.737]➜   /usr/include/fortify
2025-08-20T22:49:48.9445493Z [00:03:02.737]➜   /usr/include
2025-08-20T22:49:48.9446098Z [00:03:02.737]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:49:48.9446731Z [00:03:02.737]➜  End of search list.
2025-08-20T22:49:49.1195481Z [00:03:02.914]➜  CC stress-funcret.c
2025-08-20T22:49:49.1573220Z [00:03:02.952]➜  Alpine clang version 20.1.8
2025-08-20T22:49:49.1576575Z [00:03:02.952]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:49:49.1582698Z [00:03:02.952]➜  Thread model: posix
2025-08-20T22:49:49.1587327Z [00:03:02.952]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:49:49.1593497Z [00:03:02.952]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:49:49.1609646Z [00:03:02.953]➜  System configuration file directory: /etc/clang20
2025-08-20T22:49:49.1612165Z [00:03:02.953]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:49.1613423Z [00:03:02.953]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:49:49.1614478Z [00:03:02.953]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:49.1615271Z [00:03:02.954]➜  Candidate multilib: .;@m64
2025-08-20T22:49:49.1615975Z [00:03:02.955]➜  Selected multilib: .;@m64
2025-08-20T22:49:49.1616463Z [00:03:02.955]➜   (in-process)
2025-08-20T22:49:49.1669288Z [00:03:02.960]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name stress-funcret.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o stress-funcret.o -x c stress-funcret.c
2025-08-20T22:49:49.1706653Z [00:03:02.960]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:49:49.1707655Z [00:03:02.960]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:49:49.1708915Z [00:03:02.960]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:49:49.1710094Z [00:03:02.960]➜  #include "..." search starts here:
2025-08-20T22:49:49.1710988Z [00:03:02.960]➜  #include <...> search starts here:
2025-08-20T22:49:49.1711615Z [00:03:02.960]➜   /usr/include/fortify
2025-08-20T22:49:49.1712169Z [00:03:02.960]➜   /usr/include
2025-08-20T22:49:49.1712741Z [00:03:02.960]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:49:49.1713340Z [00:03:02.960]➜  End of search list.
2025-08-20T22:49:49.9574479Z [00:03:03.752]➜  CC stress-futex.c
2025-08-20T22:49:49.9995748Z [00:03:03.794]➜  Alpine clang version 20.1.8
2025-08-20T22:49:49.9999640Z [00:03:03.795]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:49:50.0001862Z [00:03:03.795]➜  Thread model: posix
2025-08-20T22:49:50.0009038Z [00:03:03.795]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:49:50.0035143Z [00:03:03.798]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:49:50.0036265Z [00:03:03.798]➜  System configuration file directory: /etc/clang20
2025-08-20T22:49:50.0037226Z [00:03:03.798]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:50.0047341Z [00:03:03.798]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:49:50.0048385Z [00:03:03.798]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:50.0049301Z [00:03:03.798]➜  Candidate multilib: .;@m64
2025-08-20T22:49:50.0049829Z [00:03:03.798]➜  Selected multilib: .;@m64
2025-08-20T22:49:50.0050352Z [00:03:03.798]➜   (in-process)
2025-08-20T22:49:50.0075681Z [00:03:03.798]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name stress-futex.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o stress-futex.o -x c stress-futex.c
2025-08-20T22:49:50.0088948Z [00:03:03.798]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:49:50.0089986Z [00:03:03.798]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:49:50.0091648Z [00:03:03.798]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:49:50.0092731Z [00:03:03.798]➜  #include "..." search starts here:
2025-08-20T22:49:50.0093309Z [00:03:03.799]➜  #include <...> search starts here:
2025-08-20T22:49:50.0093833Z [00:03:03.799]➜   /usr/include/fortify
2025-08-20T22:49:50.0094283Z [00:03:03.799]➜   /usr/include
2025-08-20T22:49:50.0094781Z [00:03:03.800]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:49:50.0095326Z [00:03:03.800]➜  End of search list.
2025-08-20T22:49:50.1491642Z [00:03:03.944]➜  CC stress-get.c
2025-08-20T22:49:50.2083231Z [00:03:04.001]➜  Alpine clang version 20.1.8
2025-08-20T22:49:50.2084672Z [00:03:04.001]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:49:50.2085970Z [00:03:04.001]➜  Thread model: posix
2025-08-20T22:49:50.2087103Z [00:03:04.001]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:49:50.2088505Z [00:03:04.001]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:49:50.2090064Z [00:03:04.001]➜  System configuration file directory: /etc/clang20
2025-08-20T22:49:50.2092398Z [00:03:04.001]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:50.2093585Z [00:03:04.001]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:49:50.2094690Z [00:03:04.001]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:50.2095752Z [00:03:04.001]➜  Candidate multilib: .;@m64
2025-08-20T22:49:50.2096363Z [00:03:04.001]➜  Selected multilib: .;@m64
2025-08-20T22:49:50.2096925Z [00:03:04.002]➜   (in-process)
2025-08-20T22:49:50.2114790Z [00:03:04.002]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name stress-get.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o stress-get.o -x c stress-get.c
2025-08-20T22:49:50.2128087Z [00:03:04.003]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:49:50.2129146Z [00:03:04.004]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:49:50.2130494Z [00:03:04.004]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:49:50.2131883Z [00:03:04.004]➜  #include "..." search starts here:
2025-08-20T22:49:50.2132562Z [00:03:04.004]➜  #include <...> search starts here:
2025-08-20T22:49:50.2133194Z [00:03:04.004]➜   /usr/include/fortify
2025-08-20T22:49:50.2133751Z [00:03:04.004]➜   /usr/include
2025-08-20T22:49:50.2134323Z [00:03:04.004]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:49:50.2134934Z [00:03:04.004]➜  End of search list.
2025-08-20T22:49:50.6953747Z [00:03:04.490]➜  CC stress-getrandom.c
2025-08-20T22:49:50.7659467Z [00:03:04.561]➜  Alpine clang version 20.1.8
2025-08-20T22:49:50.7704944Z [00:03:04.561]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:49:50.7705532Z [00:03:04.561]➜  Thread model: posix
2025-08-20T22:49:50.7706123Z [00:03:04.561]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:49:50.7707218Z [00:03:04.561]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:49:50.7708061Z [00:03:04.561]➜  System configuration file directory: /etc/clang20
2025-08-20T22:49:50.7708994Z [00:03:04.561]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:50.7710034Z [00:03:04.561]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:49:50.7711509Z [00:03:04.561]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:50.7712324Z [00:03:04.561]➜  Candidate multilib: .;@m64
2025-08-20T22:49:50.7712886Z [00:03:04.561]➜  Selected multilib: .;@m64
2025-08-20T22:49:50.7720474Z [00:03:04.567]➜   (in-process)
2025-08-20T22:49:50.7757035Z [00:03:04.569]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name stress-getrandom.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o stress-getrandom.o -x c stress-getrandom.c
2025-08-20T22:49:50.7770351Z [00:03:04.569]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:49:50.7782817Z [00:03:04.573]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:49:50.7826502Z [00:03:04.573]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:49:50.7827581Z [00:03:04.573]➜  #include "..." search starts here:
2025-08-20T22:49:50.7828155Z [00:03:04.573]➜  #include <...> search starts here:
2025-08-20T22:49:50.7828681Z [00:03:04.573]➜   /usr/include/fortify
2025-08-20T22:49:50.7829139Z [00:03:04.573]➜   /usr/include
2025-08-20T22:49:50.7829634Z [00:03:04.573]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:49:50.7830155Z [00:03:04.573]➜  End of search list.
2025-08-20T22:49:50.7932395Z [00:03:04.588]➜  CC stress-getdent.c
2025-08-20T22:49:50.8642530Z [00:03:04.659]➜  Alpine clang version 20.1.8
2025-08-20T22:49:50.8643198Z [00:03:04.659]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:49:50.8643786Z [00:03:04.659]➜  Thread model: posix
2025-08-20T22:49:50.8644598Z [00:03:04.659]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:49:50.8645364Z [00:03:04.659]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:49:50.8646143Z [00:03:04.659]➜  System configuration file directory: /etc/clang20
2025-08-20T22:49:50.8647066Z [00:03:04.659]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:50.8648138Z [00:03:04.659]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:49:50.8649402Z [00:03:04.659]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:50.8650210Z [00:03:04.659]➜  Candidate multilib: .;@m64
2025-08-20T22:49:50.8650997Z [00:03:04.659]➜  Selected multilib: .;@m64
2025-08-20T22:49:50.8668069Z [00:03:04.662]➜   (in-process)
2025-08-20T22:49:50.8693682Z [00:03:04.663]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name stress-getdent.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o stress-getdent.o -x c stress-getdent.c
2025-08-20T22:49:50.8707201Z [00:03:04.664]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:49:50.8719055Z [00:03:04.667]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:49:50.8720741Z [00:03:04.667]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:49:50.8722042Z [00:03:04.667]➜  #include "..." search starts here:
2025-08-20T22:49:50.8722878Z [00:03:04.667]➜  #include <...> search starts here:
2025-08-20T22:49:50.8723403Z [00:03:04.667]➜   /usr/include/fortify
2025-08-20T22:49:50.8723970Z [00:03:04.667]➜   /usr/include
2025-08-20T22:49:50.8724703Z [00:03:04.667]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:49:50.8725532Z [00:03:04.667]➜  End of search list.
2025-08-20T22:49:50.8952027Z [00:03:04.690]➜  CC stress-goto.c
2025-08-20T22:49:50.9327576Z [00:03:04.727]➜  Alpine clang version 20.1.8
2025-08-20T22:49:50.9331642Z [00:03:04.727]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:49:50.9332592Z [00:03:04.727]➜  Thread model: posix
2025-08-20T22:49:50.9333248Z [00:03:04.727]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:49:50.9334126Z [00:03:04.727]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:49:50.9335068Z [00:03:04.727]➜  System configuration file directory: /etc/clang20
2025-08-20T22:49:50.9336126Z [00:03:04.727]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:50.9337321Z [00:03:04.727]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:49:50.9338444Z [00:03:04.727]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:50.9339331Z [00:03:04.727]➜  Candidate multilib: .;@m64
2025-08-20T22:49:50.9339951Z [00:03:04.727]➜  Selected multilib: .;@m64
2025-08-20T22:49:50.9350056Z [00:03:04.730]➜   (in-process)
2025-08-20T22:49:50.9390449Z [00:03:04.732]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name stress-goto.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o stress-goto.o -x c stress-goto.c
2025-08-20T22:49:50.9411947Z [00:03:04.732]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:49:50.9413015Z [00:03:04.736]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:49:50.9414393Z [00:03:04.736]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:49:50.9415592Z [00:03:04.736]➜  #include "..." search starts here:
2025-08-20T22:49:50.9416482Z [00:03:04.736]➜  #include <...> search starts here:
2025-08-20T22:49:50.9417085Z [00:03:04.736]➜   /usr/include/fortify
2025-08-20T22:49:50.9417618Z [00:03:04.736]➜   /usr/include
2025-08-20T22:49:50.9418198Z [00:03:04.736]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:49:50.9418806Z [00:03:04.736]➜  End of search list.
2025-08-20T22:49:51.0343223Z [00:03:04.829]➜  CC stress-gpu.c
2025-08-20T22:49:51.1071320Z [00:03:04.902]➜  Alpine clang version 20.1.8
2025-08-20T22:49:51.1077067Z [00:03:04.903]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:49:51.1082366Z [00:03:04.903]➜  Thread model: posix
2025-08-20T22:49:51.1086809Z [00:03:04.904]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:49:51.1091627Z [00:03:04.904]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:49:51.1095864Z [00:03:04.904]➜  System configuration file directory: /etc/clang20
2025-08-20T22:49:51.1100474Z [00:03:04.904]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:51.1101884Z [00:03:04.904]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:49:51.1103011Z [00:03:04.904]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:51.1103885Z [00:03:04.904]➜  Candidate multilib: .;@m64
2025-08-20T22:49:51.1104515Z [00:03:04.904]➜  Selected multilib: .;@m64
2025-08-20T22:49:51.1111632Z [00:03:04.906]➜   (in-process)
2025-08-20T22:49:51.1132914Z [00:03:04.907]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name stress-gpu.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o stress-gpu.o -x c stress-gpu.c
2025-08-20T22:49:51.1146047Z [00:03:04.908]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:49:51.1146970Z [00:03:04.909]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:49:51.1148220Z [00:03:04.909]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:49:51.1149434Z [00:03:04.909]➜  #include "..." search starts here:
2025-08-20T22:49:51.1150033Z [00:03:04.909]➜  #include <...> search starts here:
2025-08-20T22:49:51.1150550Z [00:03:04.909]➜   /usr/include/fortify
2025-08-20T22:49:51.1151182Z [00:03:04.909]➜   /usr/include
2025-08-20T22:49:51.1151683Z [00:03:04.909]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:49:51.1152259Z [00:03:04.909]➜  End of search list.
2025-08-20T22:49:51.1598854Z [00:03:04.955]➜  CC stress-handle.c
2025-08-20T22:49:51.1992292Z [00:03:04.994]➜  Alpine clang version 20.1.8
2025-08-20T22:49:51.1995595Z [00:03:04.994]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:49:51.1998775Z [00:03:04.995]➜  Thread model: posix
2025-08-20T22:49:51.2004253Z [00:03:04.995]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:49:51.2009853Z [00:03:04.996]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:49:51.2014879Z [00:03:04.996]➜  System configuration file directory: /etc/clang20
2025-08-20T22:49:51.2032816Z [00:03:04.997]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:51.2033832Z [00:03:04.997]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:49:51.2034887Z [00:03:04.998]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:51.2036627Z [00:03:04.998]➜  Candidate multilib: .;@m64
2025-08-20T22:49:51.2043983Z [00:03:04.999]➜  Selected multilib: .;@m64
2025-08-20T22:49:51.2051927Z [00:03:05.000]➜   (in-process)
2025-08-20T22:49:51.2099108Z [00:03:05.003]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name stress-handle.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o stress-handle.o -x c stress-handle.c
2025-08-20T22:49:51.2114417Z [00:03:05.005]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:49:51.2115484Z [00:03:05.005]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:49:51.2134932Z [00:03:05.008]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:49:51.2136262Z [00:03:05.008]➜  #include "..." search starts here:
2025-08-20T22:49:51.2138360Z [00:03:05.009]➜  #include <...> search starts here:
2025-08-20T22:49:51.2138956Z [00:03:05.009]➜   /usr/include/fortify
2025-08-20T22:49:51.2139433Z [00:03:05.009]➜   /usr/include
2025-08-20T22:49:51.2139944Z [00:03:05.009]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:49:51.2140570Z [00:03:05.009]➜  End of search list.
2025-08-20T22:49:51.2538743Z [00:03:05.049]➜  CC stress-hash.c
2025-08-20T22:49:51.2585471Z [00:03:05.053]➜  CC stress-hdd.c
2025-08-20T22:49:51.2869253Z [00:03:05.082]➜  Alpine clang version 20.1.8
2025-08-20T22:49:51.2870248Z [00:03:05.082]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:49:51.2870981Z [00:03:05.082]➜  Thread model: posix
2025-08-20T22:49:51.2871576Z [00:03:05.082]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:49:51.2872326Z [00:03:05.082]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:49:51.2873173Z [00:03:05.082]➜  System configuration file directory: /etc/clang20
2025-08-20T22:49:51.2874164Z [00:03:05.082]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:51.2875215Z [00:03:05.082]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:49:51.2876228Z [00:03:05.082]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:51.2877024Z [00:03:05.082]➜  Candidate multilib: .;@m64
2025-08-20T22:49:51.2879659Z [00:03:05.083]➜  Selected multilib: .;@m64
2025-08-20T22:49:51.2880390Z [00:03:05.083]➜  Alpine clang version 20.1.8
2025-08-20T22:49:51.2881235Z [00:03:05.083]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:49:51.2883593Z [00:03:05.083]➜  Thread model: posix
2025-08-20T22:49:51.2887578Z [00:03:05.084]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:49:51.2904329Z [00:03:05.085]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:49:51.2908354Z [00:03:05.085]➜  System configuration file directory: /etc/clang20
2025-08-20T22:49:51.2909288Z [00:03:05.086]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:51.2910298Z [00:03:05.086]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:49:51.2911414Z [00:03:05.086]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:51.2912138Z [00:03:05.086]➜  Candidate multilib: .;@m64
2025-08-20T22:49:51.2912695Z [00:03:05.086]➜  Selected multilib: .;@m64
2025-08-20T22:49:51.2913180Z [00:03:05.086]➜   (in-process)
2025-08-20T22:49:51.2922371Z [00:03:05.086]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name stress-hash.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexec (in-process)
2025-08-20T22:49:51.2944886Z [00:03:05.086]➜  s ta"c/ku,s-rz/,lpiabc/kl-lrveml2a0t/ibvien-/rcellaoncgs-,2-0z", r-cc1e l-tripler ox86_64-alpine-linux-musl  --emit-llvm-bcs t-flto=fulla t-flto-unit i-disable-freec  -clear-ast-before-backend- z-disable-llvm-verifier  m-discard-value-namesu ld-main-file-namee fstress-hdd.cs  -static-define- f-mrelocation-modelf upicn c-pic-levelt i2o n-pic-is-pie- s-mframe-pointer=nonee ct-ffp-contract=oni o-fno-rounding-mathn s-mconstructor-aliases  --funwind-tables=2f da-target-cput ax86-64- s-tune-cpue cgenerict i-debugger-tuning=gdbo n-fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPOs  -v- W-fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPOl ,-resource-dir- -/usr/lib/llvm20/lib/clang/20g c-D- sHAVE_CC_MUSL_GCCe c-Dt i"oVnEsR\S"I"O N-D= \""H0A.V1E9_.C0X3X\F"L"A G-DS =BUILD_STATIC\ "-D- O"sH A-VfEl_tCoF=LaAuGtSo= \-"f-uOsse --lfdl=t/ou=saru/tboi n-/fmuosled- l-dg=0/ u-spri/pbei n-/smtoaltdi c- g-0s t-aptiipce- p-iset a-tvi c- w- s-tWantoi-ce-rprioer  --vO s- w- f-lWtnoo=-aeurtroo r- f-uDsHeA-VlEd_=C/Cu_sMrU/SbLi_nG/CmCo l-dW a-lgl0  --Wpeixpter a- s-tDaVtEiRcS I-OsNt=a0t.i1c9-.p0i3e  --Wvf o-rwm a-tW n-of-setrarcokr- p-rDoHtAeVcEt_oCrC-_sMtUrSoLn_gG C-CW e-rWraolrl= f-oWremxattr-as e-cDuVrEiRtSyI O N =-0f.t1r9e.e0-3v e-cWtfoorrimzaet  --fftsrteaec-ks-lppr-ovteeccttoorri-zset r o n-gD B-UWIeLrDr_oSrT=AfToIrCm a-ts-tsde=cgunrui9t9y\ " "  --Df t"rHeAeV-Ev_eLcDtFoLrAiGzSe= \-"f-tsrteaet-iscl p--svteacttiocr-ipziee   - W-lD,B-U-IBLsDt_aStTiAcT,I-C-\b"u"i l-internal-isystemd -/usr/local/includei d-internal-isystem= n/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/includeo n-internal-externc-isysteme ,/usr/include/fortify- --internal-externc-isystemn o/usr/include- d-internal-isystemy na/usr/lib/llvm20/lib/clang/20/includem i-Osc --Wno-errorl i-Walln k-Wextrae r-Wformat, --Werror=format-security- n-wo --std=gnu99f at-ferror-limita l19- w-stack-protectora r2n i-fstack-clash-protectionn g-fgnuc-version=4.2.1s ,--fskip-odr-check-in-gmf- s-vectorize-loopst a-vectorize-slpt i-faddrsigc ,-D__GCC_HAVE_DWARF2_CFI_ASM=1- --os tstress-hash.oa t-xs ,c- -stress-hash.cst
2025-08-20T22:49:51.2960398Z [00:03:05.087]➜  rip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Walclang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:49:51.2996297Z [00:03:05.088]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:49:51.2997644Z [00:03:05.088]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:49:51.2998851Z [00:03:05.088]➜  #include "..." search starts here:
2025-08-20T22:49:51.2999525Z [00:03:05.088]➜  #include <...> search starts here:
2025-08-20T22:49:51.3000125Z [00:03:05.088]➜   /usr/include/fortify
2025-08-20T22:49:51.3000651Z [00:03:05.088]➜   /usr/include
2025-08-20T22:49:51.3001450Z [00:03:05.088]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:49:51.3002060Z [00:03:05.088]➜  End of search list.
2025-08-20T22:49:51.3007501Z [00:03:05.094]➜  l -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o stress-hdd.o -x c stress-hdd.c
2025-08-20T22:49:51.3012704Z [00:03:05.094]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:49:51.3013681Z [00:03:05.094]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:49:51.3015203Z [00:03:05.094]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:49:51.3016373Z [00:03:05.094]➜  #include "..." search starts here:
2025-08-20T22:49:51.3017039Z [00:03:05.094]➜  #include <...> search starts here:
2025-08-20T22:49:51.3017646Z [00:03:05.094]➜   /usr/include/fortify
2025-08-20T22:49:51.3018185Z [00:03:05.094]➜   /usr/include
2025-08-20T22:49:51.3018765Z [00:03:05.094]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:49:51.3019533Z [00:03:05.094]➜  End of search list.
2025-08-20T22:49:51.7303587Z [00:03:05.525]➜  CC stress-heapsort.c
2025-08-20T22:49:51.8030549Z [00:03:05.598]➜  Alpine clang version 20.1.8
2025-08-20T22:49:51.8033312Z [00:03:05.598]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:49:51.8033960Z [00:03:05.598]➜  Thread model: posix
2025-08-20T22:49:51.8034639Z [00:03:05.598]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:49:51.8035522Z [00:03:05.598]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:49:51.8036456Z [00:03:05.598]➜  System configuration file directory: /etc/clang20
2025-08-20T22:49:51.8037475Z [00:03:05.598]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:51.8038620Z [00:03:05.598]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:49:51.8039711Z [00:03:05.598]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:51.8040579Z [00:03:05.598]➜  Candidate multilib: .;@m64
2025-08-20T22:49:51.8041411Z [00:03:05.598]➜  Selected multilib: .;@m64
2025-08-20T22:49:51.8078059Z [00:03:05.602]➜   (in-process)
2025-08-20T22:49:51.8095040Z [00:03:05.603]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name stress-heapsort.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o stress-heapsort.o -x c stress-heapsort.c
2025-08-20T22:49:51.8108886Z [00:03:05.605]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:49:51.8110266Z [00:03:05.605]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:49:51.8111860Z [00:03:05.605]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:49:51.8113300Z [00:03:05.605]➜  #include "..." search starts here:
2025-08-20T22:49:51.8115348Z [00:03:05.605]➜  #include <...> search starts here:
2025-08-20T22:49:51.8115994Z [00:03:05.605]➜   /usr/include/fortify
2025-08-20T22:49:51.8116538Z [00:03:05.605]➜   /usr/include
2025-08-20T22:49:51.8117328Z [00:03:05.605]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:49:51.8117953Z [00:03:05.605]➜  End of search list.
2025-08-20T22:49:51.9750488Z [00:03:05.770]➜  CC stress-hrtimers.c
2025-08-20T22:49:52.0127290Z [00:03:05.807]➜  Alpine clang version 20.1.8
2025-08-20T22:49:52.0131331Z [00:03:05.807]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:49:52.0132376Z [00:03:05.807]➜  Thread model: posix
2025-08-20T22:49:52.0134942Z [00:03:05.807]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:49:52.0135828Z [00:03:05.807]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:49:52.0136669Z [00:03:05.807]➜  System configuration file directory: /etc/clang20
2025-08-20T22:49:52.0139117Z [00:03:05.807]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:52.0140186Z [00:03:05.807]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:49:52.0141356Z [00:03:05.807]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:52.0142215Z [00:03:05.807]➜  Candidate multilib: .;@m64
2025-08-20T22:49:52.0146551Z [00:03:05.807]➜  Selected multilib: .;@m64
2025-08-20T22:49:52.0147115Z [00:03:05.808]➜   (in-process)
2025-08-20T22:49:52.0163389Z [00:03:05.809]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name stress-hrtimers.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o stress-hrtimers.o -x c stress-hrtimers.c
2025-08-20T22:49:52.0182927Z [00:03:05.813]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:49:52.0184117Z [00:03:05.813]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:49:52.0185416Z [00:03:05.813]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:49:52.0186518Z [00:03:05.813]➜  #include "..." search starts here:
2025-08-20T22:49:52.0187130Z [00:03:05.813]➜  #include <...> search starts here:
2025-08-20T22:49:52.0187842Z [00:03:05.813]➜   /usr/include/fortify
2025-08-20T22:49:52.0188362Z [00:03:05.813]➜   /usr/include
2025-08-20T22:49:52.0188948Z [00:03:05.813]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:49:52.0189553Z [00:03:05.813]➜  End of search list.
2025-08-20T22:49:52.4893322Z [00:03:06.284]➜  CC stress-hsearch.c
2025-08-20T22:49:52.5666376Z [00:03:06.361]➜  Alpine clang version 20.1.8
2025-08-20T22:49:52.5669203Z [00:03:06.362]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:49:52.5673037Z [00:03:06.362]➜  Thread model: posix
2025-08-20T22:49:52.5676602Z [00:03:06.363]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:49:52.5680699Z [00:03:06.363]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:49:52.5691305Z [00:03:06.363]➜  System configuration file directory: /etc/clang20
2025-08-20T22:49:52.5692293Z [00:03:06.363]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:52.5693358Z [00:03:06.363]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:49:52.5694348Z [00:03:06.363]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:52.5695249Z [00:03:06.363]➜  Candidate multilib: .;@m64
2025-08-20T22:49:52.5695783Z [00:03:06.363]➜  Selected multilib: .;@m64
2025-08-20T22:49:52.5696268Z [00:03:06.363]➜   (in-process)
2025-08-20T22:49:52.5720010Z [00:03:06.365]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name stress-hsearch.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o stress-hsearch.o -x c stress-hsearch.c
2025-08-20T22:49:52.5746039Z [00:03:06.369]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:49:52.5751313Z [00:03:06.370]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:49:52.5758995Z [00:03:06.370]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:49:52.5760104Z [00:03:06.370]➜  #include "..." search starts here:
2025-08-20T22:49:52.5760688Z [00:03:06.370]➜  #include <...> search starts here:
2025-08-20T22:49:52.5761668Z [00:03:06.370]➜   /usr/include/fortify
2025-08-20T22:49:52.5762165Z [00:03:06.370]➜   /usr/include
2025-08-20T22:49:52.5762660Z [00:03:06.370]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:49:52.5763187Z [00:03:06.370]➜  End of search list.
2025-08-20T22:49:52.6703291Z [00:03:06.465]➜  CC stress-hyperbolic.c
2025-08-20T22:49:52.7084813Z [00:03:06.503]➜  Alpine clang version 20.1.8
2025-08-20T22:49:52.7086072Z [00:03:06.503]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:49:52.7088082Z [00:03:06.503]➜  Thread model: posix
2025-08-20T22:49:52.7088969Z [00:03:06.503]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:49:52.7091751Z [00:03:06.503]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:49:52.7092601Z [00:03:06.503]➜  System configuration file directory: /etc/clang20
2025-08-20T22:49:52.7093612Z [00:03:06.503]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:52.7094773Z [00:03:06.503]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:49:52.7096148Z [00:03:06.503]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:52.7097053Z [00:03:06.503]➜  Candidate multilib: .;@m64
2025-08-20T22:49:52.7097661Z [00:03:06.503]➜  Selected multilib: .;@m64
2025-08-20T22:49:52.7098387Z [00:03:06.504]➜   (in-process)
2025-08-20T22:49:52.7154609Z [00:03:06.505]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name stress-hyperbolic.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o stress-hyperbolic.o -x c stress-hyperbolic.c
2025-08-20T22:49:52.7168718Z [00:03:06.507]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:49:52.7169765Z [00:03:06.507]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:49:52.7171480Z [00:03:06.507]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:49:52.7172673Z [00:03:06.507]➜  #include "..." search starts here:
2025-08-20T22:49:52.7173363Z [00:03:06.507]➜  #include <...> search starts here:
2025-08-20T22:49:52.7173974Z [00:03:06.507]➜   /usr/include/fortify
2025-08-20T22:49:52.7174508Z [00:03:06.507]➜   /usr/include
2025-08-20T22:49:52.7175078Z [00:03:06.507]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:49:52.7175691Z [00:03:06.507]➜  End of search list.
2025-08-20T22:49:52.8382996Z [00:03:06.633]➜  CC stress-icache.c
2025-08-20T22:49:52.8809300Z [00:03:06.675]➜  Alpine clang version 20.1.8
2025-08-20T22:49:52.8811439Z [00:03:06.676]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:49:52.8816181Z [00:03:06.676]➜  Thread model: posix
2025-08-20T22:49:52.8817351Z [00:03:06.676]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:49:52.8818226Z [00:03:06.676]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:49:52.8819176Z [00:03:06.676]➜  System configuration file directory: /etc/clang20
2025-08-20T22:49:52.8820214Z [00:03:06.676]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:52.8821815Z [00:03:06.676]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:49:52.8822962Z [00:03:06.677]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:52.8834457Z [00:03:06.678]➜  Candidate multilib: .;@m64
2025-08-20T22:49:52.8836119Z [00:03:06.678]➜  Selected multilib: .;@m64
2025-08-20T22:49:52.8837810Z [00:03:06.678]➜   (in-process)
2025-08-20T22:49:52.8853484Z [00:03:06.678]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name stress-icache.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o stress-icache.o -x c stress-icache.c
2025-08-20T22:49:52.8872887Z [00:03:06.681]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:49:52.8878143Z [00:03:06.681]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:49:52.8880528Z [00:03:06.681]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:49:52.8885767Z [00:03:06.682]➜  #include "..." search starts here:
2025-08-20T22:49:52.8886609Z [00:03:06.682]➜  #include <...> search starts here:
2025-08-20T22:49:52.8887278Z [00:03:06.683]➜   /usr/include/fortify
2025-08-20T22:49:52.8887826Z [00:03:06.683]➜   /usr/include
2025-08-20T22:49:52.8888422Z [00:03:06.684]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:49:52.8889052Z [00:03:06.684]➜  End of search list.
2025-08-20T22:49:52.8956345Z [00:03:06.691]➜  CC stress-icmp-flood.c
2025-08-20T22:49:52.9621406Z [00:03:06.757]➜  Alpine clang version 20.1.8
2025-08-20T22:49:52.9643841Z [00:03:06.759]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:49:52.9646472Z [00:03:06.759]➜  Thread model: posix
2025-08-20T22:49:52.9647130Z [00:03:06.760]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:49:52.9648007Z [00:03:06.760]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:49:52.9650704Z [00:03:06.760]➜  System configuration file directory: /etc/clang20
2025-08-20T22:49:52.9654792Z [00:03:06.760]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:52.9658967Z [00:03:06.760]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:49:52.9660107Z [00:03:06.761]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:52.9671681Z [00:03:06.761]➜  Candidate multilib: .;@m64
2025-08-20T22:49:52.9672360Z [00:03:06.761]➜  Selected multilib: .;@m64
2025-08-20T22:49:52.9672966Z [00:03:06.761]➜   (in-process)
2025-08-20T22:49:52.9688194Z [00:03:06.761]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name stress-icmp-flood.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o stress-icmp-flood.o -x c stress-icmp-flood.c
2025-08-20T22:49:52.9702249Z [00:03:06.761]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:49:52.9703320Z [00:03:06.761]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:49:52.9704664Z [00:03:06.762]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:49:52.9715646Z [00:03:06.762]➜  #include "..." search starts here:
2025-08-20T22:49:52.9716437Z [00:03:06.762]➜  #include <...> search starts here:
2025-08-20T22:49:52.9717073Z [00:03:06.762]➜   /usr/include/fortify
2025-08-20T22:49:52.9717616Z [00:03:06.762]➜   /usr/include
2025-08-20T22:49:52.9718216Z [00:03:06.762]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:49:52.9718862Z [00:03:06.762]➜  End of search list.
2025-08-20T22:49:53.2083740Z [00:03:07.003]➜  CC stress-idle-page.c
2025-08-20T22:49:53.2819964Z [00:03:07.077]➜  Alpine clang version 20.1.8
2025-08-20T22:49:53.2820705Z [00:03:07.077]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:49:53.2821645Z [00:03:07.077]➜  Thread model: posix
2025-08-20T22:49:53.2822284Z [00:03:07.077]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:49:53.2823158Z [00:03:07.077]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:49:53.2824124Z [00:03:07.077]➜  System configuration file directory: /etc/clang20
2025-08-20T22:49:53.2825340Z [00:03:07.077]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:53.2855675Z [00:03:07.080]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:49:53.2859752Z [00:03:07.081]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:53.2860637Z [00:03:07.081]➜  Candidate multilib: .;@m64
2025-08-20T22:49:53.2861427Z [00:03:07.081]➜  Selected multilib: .;@m64
2025-08-20T22:49:53.2871375Z [00:03:07.082]➜   (in-process)
2025-08-20T22:49:53.2908848Z [00:03:07.084]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name stress-idle-page.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o stress-idle-page.o -x c stress-idle-page.c
2025-08-20T22:49:53.2932869Z [00:03:07.088]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:49:53.2971227Z [00:03:07.092]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:49:53.2974430Z [00:03:07.092]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:49:53.2977344Z [00:03:07.093]➜  #include "..." search starts here:
2025-08-20T22:49:53.2979767Z [00:03:07.093]➜  #include <...> search starts here:
2025-08-20T22:49:53.2982378Z [00:03:07.093]➜   /usr/include/fortify
2025-08-20T22:49:53.2984757Z [00:03:07.093]➜   /usr/include
2025-08-20T22:49:53.2986996Z [00:03:07.094]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:49:53.2989394Z [00:03:07.094]➜  End of search list.
2025-08-20T22:49:54.0878602Z [00:03:07.883]➜  CC stress-inode-flags.c
2025-08-20T22:49:54.1244279Z [00:03:07.919]➜  Alpine clang version 20.1.8
2025-08-20T22:49:54.1245052Z [00:03:07.919]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:49:54.1245613Z [00:03:07.919]➜  Thread model: posix
2025-08-20T22:49:54.1246143Z [00:03:07.919]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:49:54.1246911Z [00:03:07.919]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:49:54.1248031Z [00:03:07.919]➜  System configuration file directory: /etc/clang20
2025-08-20T22:49:54.1249058Z [00:03:07.919]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:54.1250330Z [00:03:07.919]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:49:54.1251741Z [00:03:07.920]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:54.1252566Z [00:03:07.920]➜  Candidate multilib: .;@m64
2025-08-20T22:49:54.1253127Z [00:03:07.920]➜  Selected multilib: .;@m64
2025-08-20T22:49:54.1259413Z [00:03:07.921]➜   (in-process)
2025-08-20T22:49:54.1284994Z [00:03:07.922]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name stress-inode-flags.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o stress-inode-flags.o -x c stress-inode-flags.c
2025-08-20T22:49:54.1335224Z [00:03:07.928]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:49:54.1336216Z [00:03:07.928]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:49:54.1337592Z [00:03:07.928]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:49:54.1338772Z [00:03:07.928]➜  #include "..." search starts here:
2025-08-20T22:49:54.1339470Z [00:03:07.928]➜  #include <...> search starts here:
2025-08-20T22:49:54.1340074Z [00:03:07.928]➜   /usr/include/fortify
2025-08-20T22:49:54.1340619Z [00:03:07.928]➜   /usr/include
2025-08-20T22:49:54.1341458Z [00:03:07.928]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:49:54.1342066Z [00:03:07.928]➜  End of search list.
2025-08-20T22:49:54.2732734Z [00:03:08.068]➜  CC stress-inotify.c
2025-08-20T22:49:54.3481472Z [00:03:08.143]➜  Alpine clang version 20.1.8
2025-08-20T22:49:54.3482239Z [00:03:08.143]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:49:54.3482892Z [00:03:08.143]➜  Thread model: posix
2025-08-20T22:49:54.3483530Z [00:03:08.143]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:49:54.3484359Z [00:03:08.143]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:49:54.3485438Z [00:03:08.143]➜  System configuration file directory: /etc/clang20
2025-08-20T22:49:54.3486453Z [00:03:08.143]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:54.3487679Z [00:03:08.143]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:49:54.3488780Z [00:03:08.143]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:54.3489608Z [00:03:08.143]➜  Candidate multilib: .;@m64
2025-08-20T22:49:54.3490183Z [00:03:08.143]➜  Selected multilib: .;@m64
2025-08-20T22:49:54.3490721Z [00:03:08.143]➜   (in-process)
2025-08-20T22:49:54.3508723Z [00:03:08.144]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name stress-inotify.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o stress-inotify.o -x c stress-inotify.c
2025-08-20T22:49:54.3535691Z [00:03:08.148]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:49:54.3540742Z [00:03:08.149]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:49:54.3547956Z [00:03:08.149]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:49:54.3549128Z [00:03:08.149]➜  #include "..." search starts here:
2025-08-20T22:49:54.3549746Z [00:03:08.149]➜  #include <...> search starts here:
2025-08-20T22:49:54.3550356Z [00:03:08.149]➜   /usr/include/fortify
2025-08-20T22:49:54.3554359Z [00:03:08.149]➜   /usr/include
2025-08-20T22:49:54.3554988Z [00:03:08.149]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:49:54.3555619Z [00:03:08.149]➜  End of search list.
2025-08-20T22:49:54.3980503Z [00:03:08.193]➜  CC stress-insertionsort.c
2025-08-20T22:49:54.4703552Z [00:03:08.265]➜  CC stress-intmath.c
2025-08-20T22:49:54.4710248Z [00:03:08.266]➜  Alpine clang version 20.1.8
2025-08-20T22:49:54.4713793Z [00:03:08.266]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:49:54.4737100Z [00:03:08.268]➜  Thread model: posix
2025-08-20T22:49:54.4738245Z [00:03:08.269]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:49:54.4740175Z [00:03:08.269]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:49:54.4741247Z [00:03:08.269]➜  System configuration file directory: /etc/clang20
2025-08-20T22:49:54.4742342Z [00:03:08.269]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:54.4743515Z [00:03:08.269]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:49:54.4744588Z [00:03:08.269]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:54.4745404Z [00:03:08.269]➜  Candidate multilib: .;@m64
2025-08-20T22:49:54.4746003Z [00:03:08.269]➜  Selected multilib: .;@m64
2025-08-20T22:49:54.4746544Z [00:03:08.269]➜   (in-process)
2025-08-20T22:49:54.4768967Z [00:03:08.269]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name stress-insertionsort.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o stress-insertionsort.o -x c stress-insertionsort.c
2025-08-20T22:49:54.4784402Z [00:03:08.270]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:49:54.4802034Z [00:03:08.271]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:49:54.4812574Z [00:03:08.271]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:49:54.4813795Z [00:03:08.271]➜  #include "..." search starts here:
2025-08-20T22:49:54.4814546Z [00:03:08.271]➜  #include <...> search starts here:
2025-08-20T22:49:54.4815171Z [00:03:08.272]➜   /usr/include/fortify
2025-08-20T22:49:54.4815702Z [00:03:08.272]➜   /usr/include
2025-08-20T22:49:54.4816278Z [00:03:08.275]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:49:54.4816875Z [00:03:08.275]➜  End of search list.
2025-08-20T22:49:54.5464759Z [00:03:08.341]➜  Alpine clang version 20.1.8
2025-08-20T22:49:54.5465548Z [00:03:08.341]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:49:54.5466164Z [00:03:08.341]➜  Thread model: posix
2025-08-20T22:49:54.5467000Z [00:03:08.341]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:49:54.5467922Z [00:03:08.341]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:49:54.5468972Z [00:03:08.341]➜  System configuration file directory: /etc/clang20
2025-08-20T22:49:54.5470003Z [00:03:08.341]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:54.5473704Z [00:03:08.341]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:49:54.5474790Z [00:03:08.341]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:54.5475634Z [00:03:08.341]➜  Candidate multilib: .;@m64
2025-08-20T22:49:54.5476230Z [00:03:08.341]➜  Selected multilib: .;@m64
2025-08-20T22:49:54.5476773Z [00:03:08.341]➜   (in-process)
2025-08-20T22:49:54.5492182Z [00:03:08.342]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name stress-intmath.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o stress-intmath.o -x c stress-intmath.c
2025-08-20T22:49:54.5513509Z [00:03:08.346]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:49:54.5535925Z [00:03:08.348]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:49:54.5537506Z [00:03:08.348]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:49:54.5538932Z [00:03:08.348]➜  #include "..." search starts here:
2025-08-20T22:49:54.5539813Z [00:03:08.348]➜  #include <...> search starts here:
2025-08-20T22:49:54.5540645Z [00:03:08.348]➜   /usr/include/fortify
2025-08-20T22:49:54.5541592Z [00:03:08.348]➜   /usr/include
2025-08-20T22:49:54.5542387Z [00:03:08.348]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:49:54.5543219Z [00:03:08.348]➜  End of search list.
2025-08-20T22:49:54.6224681Z [00:03:08.417]➜  CC stress-io.c
2025-08-20T22:49:54.6600676Z [00:03:08.455]➜  Alpine clang version 20.1.8
2025-08-20T22:49:54.6612618Z [00:03:08.455]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:49:54.6613455Z [00:03:08.455]➜  Thread model: posix
2025-08-20T22:49:54.6614099Z [00:03:08.455]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:49:54.6614915Z [00:03:08.455]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:49:54.6615947Z [00:03:08.455]➜  System configuration file directory: /etc/clang20
2025-08-20T22:49:54.6616954Z [00:03:08.455]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:54.6618020Z [00:03:08.455]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:49:54.6619052Z [00:03:08.455]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:54.6619839Z [00:03:08.455]➜  Candidate multilib: .;@m64
2025-08-20T22:49:54.6620393Z [00:03:08.455]➜  Selected multilib: .;@m64
2025-08-20T22:49:54.6621042Z [00:03:08.456]➜   (in-process)
2025-08-20T22:49:54.6678107Z [00:03:08.461]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name stress-io.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o stress-io.o -x c stress-io.c
2025-08-20T22:49:54.6696167Z [00:03:08.462]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:49:54.6697168Z [00:03:08.463]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:49:54.6698474Z [00:03:08.463]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:49:54.6699557Z [00:03:08.463]➜  #include "..." search starts here:
2025-08-20T22:49:54.6700146Z [00:03:08.463]➜  #include <...> search starts here:
2025-08-20T22:49:54.6700698Z [00:03:08.463]➜   /usr/include/fortify
2025-08-20T22:49:54.6701376Z [00:03:08.463]➜   /usr/include
2025-08-20T22:49:54.6701899Z [00:03:08.463]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:49:54.6702441Z [00:03:08.463]➜  End of search list.
2025-08-20T22:49:54.7383213Z [00:03:08.533]➜  CC stress-iomix.c
2025-08-20T22:49:54.7736729Z [00:03:08.568]➜  CC stress-ioport.c
2025-08-20T22:49:54.8088558Z [00:03:08.603]➜  Alpine clang version 20.1.8
2025-08-20T22:49:54.8098727Z [00:03:08.603]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:49:54.8099382Z [00:03:08.604]➜  Thread model: posix
2025-08-20T22:49:54.8099969Z [00:03:08.604]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:49:54.8101098Z [00:03:08.604]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:49:54.8102051Z [00:03:08.604]➜  System configuration file directory: /etc/clang20
2025-08-20T22:49:54.8103027Z [00:03:08.604]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:54.8104113Z [00:03:08.604]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:49:54.8105161Z [00:03:08.604]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:54.8105956Z [00:03:08.604]➜  Candidate multilib: .;@m64
2025-08-20T22:49:54.8106553Z [00:03:08.604]➜  Selected multilib: .;@m64
2025-08-20T22:49:54.8107084Z [00:03:08.604]➜   (in-process)
2025-08-20T22:49:54.8156616Z [00:03:08.609]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name stress-ioport.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -Alpine clang version 20.1.8
2025-08-20T22:49:54.8165737Z [00:03:08.610]➜  g0 Target: -px86_64-alpine-linux-musli
2025-08-20T22:49:54.8166908Z [00:03:08.610]➜  peThread model:  posix-
2025-08-20T22:49:54.8167769Z [00:03:08.610]➜  sInstalledDir: t/usr/lib/llvm20/bina
2025-08-20T22:49:54.8168873Z [00:03:08.610]➜  tConfiguration file: i/etc/clang20/x86_64-alpine-linux-musl.cfgc
2025-08-20T22:49:54.8170050Z [00:03:08.610]➜   -staSystem configuration file directory: /etc/clang20
2025-08-20T22:49:54.8171444Z [00:03:08.610]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:54.8172915Z [00:03:08.610]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:49:54.8174177Z [00:03:08.610]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:54.8175203Z [00:03:08.610]➜  Candidate multilib: .;@m64
2025-08-20T22:49:54.8176020Z [00:03:08.610]➜  Selected multilib: .;@m64
2025-08-20T22:49:54.8196487Z [00:03:08.611]➜  tic-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o stress-ioport.o -x c stress-ioport.c
2025-08-20T22:49:54.8201659Z [00:03:08.611]➜   (in-process)
2025-08-20T22:49:54.8204810Z [00:03:08.612]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name stress-iomix.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pieclang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:49:54.8219947Z [00:03:08.613]➜   -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o stress-iomix.o -x c stress-iomix.c
2025-08-20T22:49:54.8239228Z [00:03:08.616]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:49:54.8240524Z [00:03:08.616]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:49:54.8241929Z [00:03:08.616]➜  #include "..." search starts here:
2025-08-20T22:49:54.8242575Z [00:03:08.616]➜  #include <...> search starts here:
2025-08-20T22:49:54.8243142Z [00:03:08.616]➜   /usr/include/fortify
2025-08-20T22:49:54.8243645Z [00:03:08.616]➜   /usr/include
2025-08-20T22:49:54.8244308Z [00:03:08.616]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:49:54.8244933Z [00:03:08.616]➜  End of search list.
2025-08-20T22:49:54.8245834Z [00:03:08.616]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:49:54.8246871Z [00:03:08.616]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:49:54.8248239Z [00:03:08.616]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:49:54.8249400Z [00:03:08.616]➜  #include "..." search starts here:
2025-08-20T22:49:54.8250064Z [00:03:08.616]➜  #include <...> search starts here:
2025-08-20T22:49:54.8250750Z [00:03:08.616]➜   /usr/include/fortify
2025-08-20T22:49:54.8251561Z [00:03:08.616]➜   /usr/include
2025-08-20T22:49:54.8252125Z [00:03:08.616]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:49:54.8252761Z [00:03:08.616]➜  End of search list.
2025-08-20T22:49:54.9435944Z [00:03:08.738]➜  CC stress-ioprio.c
2025-08-20T22:49:54.9825075Z [00:03:08.776]➜  Alpine clang version 20.1.8
2025-08-20T22:49:54.9825896Z [00:03:08.776]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:49:54.9826516Z [00:03:08.776]➜  Thread model: posix
2025-08-20T22:49:54.9827313Z [00:03:08.776]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:49:54.9828163Z [00:03:08.776]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:49:54.9829048Z [00:03:08.776]➜  System configuration file directory: /etc/clang20
2025-08-20T22:49:54.9830036Z [00:03:08.776]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:54.9831249Z [00:03:08.776]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:49:54.9832295Z [00:03:08.776]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:54.9833131Z [00:03:08.776]➜  Candidate multilib: .;@m64
2025-08-20T22:49:54.9833711Z [00:03:08.776]➜  Selected multilib: .;@m64
2025-08-20T22:49:54.9834271Z [00:03:08.777]➜   (in-process)
2025-08-20T22:49:54.9901798Z [00:03:08.784]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name stress-ioprio.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o stress-ioprio.o -x c stress-ioprio.c
2025-08-20T22:49:54.9918504Z [00:03:08.785]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:49:54.9919495Z [00:03:08.785]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:49:54.9920752Z [00:03:08.785]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:49:54.9922096Z [00:03:08.785]➜  #include "..." search starts here:
2025-08-20T22:49:54.9922700Z [00:03:08.786]➜  #include <...> search starts here:
2025-08-20T22:49:54.9923243Z [00:03:08.786]➜   /usr/include/fortify
2025-08-20T22:49:54.9923728Z [00:03:08.786]➜   /usr/include
2025-08-20T22:49:54.9924261Z [00:03:08.786]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:49:54.9924834Z [00:03:08.786]➜  End of search list.
2025-08-20T22:49:55.3586285Z [00:03:09.153]➜  CC stress-io-uring.c
2025-08-20T22:49:55.3964361Z [00:03:09.191]➜  Alpine clang version 20.1.8
2025-08-20T22:49:55.3975487Z [00:03:09.191]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:49:55.3976368Z [00:03:09.191]➜  Thread model: posix
2025-08-20T22:49:55.3977028Z [00:03:09.191]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:49:55.3977905Z [00:03:09.191]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:49:55.3978830Z [00:03:09.191]➜  System configuration file directory: /etc/clang20
2025-08-20T22:49:55.3979833Z [00:03:09.191]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:55.3981178Z [00:03:09.191]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:49:55.3982281Z [00:03:09.191]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:55.3986321Z [00:03:09.191]➜  Candidate multilib: .;@m64
2025-08-20T22:49:55.3986983Z [00:03:09.191]➜  Selected multilib: .;@m64
2025-08-20T22:49:55.3997013Z [00:03:09.194]➜   (in-process)
2025-08-20T22:49:55.4028537Z [00:03:09.196]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name stress-io-uring.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o stress-io-uring.o -x c stress-io-uring.c
2025-08-20T22:49:55.4056742Z [00:03:09.200]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:49:55.4067833Z [00:03:09.202]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:49:55.4072165Z [00:03:09.202]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:49:55.4076118Z [00:03:09.202]➜  #include "..." search starts here:
2025-08-20T22:49:55.4079500Z [00:03:09.203]➜  #include <...> search starts here:
2025-08-20T22:49:55.4083009Z [00:03:09.203]➜   /usr/include/fortify
2025-08-20T22:49:55.4086565Z [00:03:09.203]➜   /usr/include
2025-08-20T22:49:55.4088568Z [00:03:09.203]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:49:55.4090621Z [00:03:09.204]➜  End of search list.
2025-08-20T22:49:56.0243196Z [00:03:09.819]➜  CC stress-ipsec-mb.c
2025-08-20T22:49:56.1006803Z [00:03:09.895]➜  Alpine clang version 20.1.8
2025-08-20T22:49:56.1010405Z [00:03:09.896]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:49:56.1014283Z [00:03:09.896]➜  Thread model: posix
2025-08-20T22:49:56.1018894Z [00:03:09.897]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:49:56.1022622Z [00:03:09.897]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:49:56.1024123Z [00:03:09.897]➜  System configuration file directory: /etc/clang20
2025-08-20T22:49:56.1025487Z [00:03:09.897]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:56.1027192Z [00:03:09.897]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:49:56.1028670Z [00:03:09.897]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:56.1029463Z [00:03:09.897]➜  Candidate multilib: .;@m64
2025-08-20T22:49:56.1029994Z [00:03:09.897]➜  Selected multilib: .;@m64
2025-08-20T22:49:56.1030481Z [00:03:09.897]➜   (in-process)
2025-08-20T22:49:56.1060167Z [00:03:09.899]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name stress-ipsec-mb.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o stress-ipsec-mb.o -x c stress-ipsec-mb.c
2025-08-20T22:49:56.1088303Z [00:03:09.904]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:49:56.1098613Z [00:03:09.905]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:49:56.1102927Z [00:03:09.905]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:49:56.1127800Z [00:03:09.906]➜  #include "..." search starts here:
2025-08-20T22:49:56.1128479Z [00:03:09.906]➜  #include <...> search starts here:
2025-08-20T22:49:56.1129085Z [00:03:09.906]➜   /usr/include/fortify
2025-08-20T22:49:56.1129595Z [00:03:09.906]➜   /usr/include
2025-08-20T22:49:56.1130133Z [00:03:09.906]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:49:56.1130664Z [00:03:09.906]➜  End of search list.
2025-08-20T22:49:56.2322687Z [00:03:10.027]➜  CC stress-itimer.c
2025-08-20T22:49:56.3061231Z [00:03:10.101]➜  Alpine clang version 20.1.8
2025-08-20T22:49:56.3071960Z [00:03:10.101]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:49:56.3072643Z [00:03:10.101]➜  Thread model: posix
2025-08-20T22:49:56.3073260Z [00:03:10.101]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:49:56.3074111Z [00:03:10.101]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:49:56.3075012Z [00:03:10.101]➜  System configuration file directory: /etc/clang20
2025-08-20T22:49:56.3076005Z [00:03:10.101]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:56.3077193Z [00:03:10.101]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:49:56.3078302Z [00:03:10.101]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:56.3079171Z [00:03:10.101]➜  Candidate multilib: .;@m64
2025-08-20T22:49:56.3079774Z [00:03:10.101]➜  Selected multilib: .;@m64
2025-08-20T22:49:56.3080341Z [00:03:10.101]➜   (in-process)
2025-08-20T22:49:56.3118961Z [00:03:10.105]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name stress-itimer.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o stress-itimer.o -x c stress-itimer.c
2025-08-20T22:49:56.3163314Z [00:03:10.108]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:49:56.3164255Z [00:03:10.108]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:49:56.3165479Z [00:03:10.108]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:49:56.3166509Z [00:03:10.108]➜  #include "..." search starts here:
2025-08-20T22:49:56.3167102Z [00:03:10.108]➜  #include <...> search starts here:
2025-08-20T22:49:56.3167641Z [00:03:10.108]➜   /usr/include/fortify
2025-08-20T22:49:56.3168104Z [00:03:10.108]➜   /usr/include
2025-08-20T22:49:56.3168824Z [00:03:10.108]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:49:56.3169659Z [00:03:10.108]➜  End of search list.
2025-08-20T22:49:56.3924946Z [00:03:10.187]➜  CC stress-jpeg.c
2025-08-20T22:49:56.4295904Z [00:03:10.224]➜  Alpine clang version 20.1.8
2025-08-20T22:49:56.4298202Z [00:03:10.224]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:49:56.4298763Z [00:03:10.224]➜  Thread model: posix
2025-08-20T22:49:56.4299363Z [00:03:10.224]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:49:56.4300192Z [00:03:10.224]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:49:56.4301446Z [00:03:10.224]➜  System configuration file directory: /etc/clang20
2025-08-20T22:49:56.4302479Z [00:03:10.224]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:56.4303667Z [00:03:10.224]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:49:56.4304793Z [00:03:10.224]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:56.4305678Z [00:03:10.225]➜  Candidate multilib: .;@m64
2025-08-20T22:49:56.4306311Z [00:03:10.225]➜  Selected multilib: .;@m64
2025-08-20T22:49:56.4321250Z [00:03:10.227]➜   (in-process)
2025-08-20T22:49:56.4343029Z [00:03:10.227]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name stress-jpeg.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o stress-jpeg.o -x c stress-jpeg.c
2025-08-20T22:49:56.4366409Z [00:03:10.228]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:49:56.4367405Z [00:03:10.229]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:49:56.4368671Z [00:03:10.229]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:49:56.4369707Z [00:03:10.229]➜  #include "..." search starts here:
2025-08-20T22:49:56.4370299Z [00:03:10.229]➜  #include <...> search starts here:
2025-08-20T22:49:56.4371102Z [00:03:10.229]➜   /usr/include/fortify
2025-08-20T22:49:56.4371647Z [00:03:10.229]➜   /usr/include
2025-08-20T22:49:56.4372193Z [00:03:10.229]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:49:56.4372773Z [00:03:10.229]➜  End of search list.
2025-08-20T22:49:56.7801887Z [00:03:10.575]➜  CC stress-judy.c
2025-08-20T22:49:56.8520554Z [00:03:10.647]➜  Alpine clang version 20.1.8
2025-08-20T22:49:56.8521557Z [00:03:10.647]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:49:56.8522169Z [00:03:10.647]➜  Thread model: posix
2025-08-20T22:49:56.8522802Z [00:03:10.647]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:49:56.8523665Z [00:03:10.647]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:49:56.8524588Z [00:03:10.647]➜  System configuration file directory: /etc/clang20
2025-08-20T22:49:56.8525614Z [00:03:10.647]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:56.8526745Z [00:03:10.647]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:49:56.8527832Z [00:03:10.647]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:56.8528673Z [00:03:10.647]➜  Candidate multilib: .;@m64
2025-08-20T22:49:56.8529290Z [00:03:10.647]➜  Selected multilib: .;@m64
2025-08-20T22:49:56.8567531Z [00:03:10.652]➜   (in-process)
2025-08-20T22:49:56.8583399Z [00:03:10.652]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name stress-judy.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o stress-judy.o -x c stress-judy.c
2025-08-20T22:49:56.8608429Z [00:03:10.656]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:49:56.8618195Z [00:03:10.657]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:49:56.8620576Z [00:03:10.657]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:49:56.8623294Z [00:03:10.657]➜  #include "..." search starts here:
2025-08-20T22:49:56.8624020Z [00:03:10.657]➜  #include <...> search starts here:
2025-08-20T22:49:56.8624645Z [00:03:10.657]➜   /usr/include/fortify
2025-08-20T22:49:56.8625196Z [00:03:10.657]➜   /usr/include
2025-08-20T22:49:56.8625793Z [00:03:10.657]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:49:56.8626418Z [00:03:10.657]➜  End of search list.
2025-08-20T22:49:56.9512657Z [00:03:10.746]➜  CC stress-kcmp.c
2025-08-20T22:49:56.9964681Z [00:03:10.791]➜  CC stress-key.c
2025-08-20T22:49:57.0268368Z [00:03:10.822]➜  Alpine clang version 20.1.8
2025-08-20T22:49:57.0269570Z [00:03:10.822]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:49:57.0270704Z [00:03:10.822]➜  Thread model: posix
2025-08-20T22:49:57.0271892Z [00:03:10.822]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:49:57.0273091Z [00:03:10.822]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:49:57.0274075Z [00:03:10.822]➜  System configuration file directory: /etc/clang20
2025-08-20T22:49:57.0275131Z [00:03:10.822]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:57.0276298Z [00:03:10.822]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:49:57.0277424Z [00:03:10.822]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:57.0278283Z [00:03:10.822]➜  Candidate multilib: .;@m64
2025-08-20T22:49:57.0279222Z [00:03:10.822]➜  Selected multilib: .;@m64
2025-08-20T22:49:57.0295256Z [00:03:10.824]➜   (in-process)
2025-08-20T22:49:57.0311378Z [00:03:10.825]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name stress-kcmp.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o stress-kcmp.o -x c stress-kcmp.c
2025-08-20T22:49:57.0339029Z [00:03:10.826]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:49:57.0340081Z [00:03:10.827]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:49:57.0341670Z [00:03:10.827]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:49:57.0342863Z [00:03:10.827]➜  #include "..." search starts here:
2025-08-20T22:49:57.0343472Z [00:03:10.827]➜  #include <...> search starts here:
2025-08-20T22:49:57.0344137Z [00:03:10.827]➜   /usr/include/fortify
2025-08-20T22:49:57.0344699Z [00:03:10.827]➜   /usr/include
2025-08-20T22:49:57.0345278Z [00:03:10.827]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:49:57.0345916Z [00:03:10.827]➜  End of search list.
2025-08-20T22:49:57.0773926Z [00:03:10.872]➜  Alpine clang version 20.1.8
2025-08-20T22:49:57.0777828Z [00:03:10.873]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:49:57.0782840Z [00:03:10.873]➜  Thread model: posix
2025-08-20T22:49:57.0788189Z [00:03:10.874]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:49:57.0793170Z [00:03:10.874]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:49:57.0797720Z [00:03:10.875]➜  System configuration file directory: /etc/clang20
2025-08-20T22:49:57.0802749Z [00:03:10.875]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:57.0805235Z [00:03:10.875]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:49:57.0806305Z [00:03:10.875]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:57.0807121Z [00:03:10.875]➜  Candidate multilib: .;@m64
2025-08-20T22:49:57.0808259Z [00:03:10.876]➜  Selected multilib: .;@m64
2025-08-20T22:49:57.0815391Z [00:03:10.876]➜   (in-process)
2025-08-20T22:49:57.0891048Z [00:03:10.882]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name stress-key.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o stress-key.o -x c stress-key.c
2025-08-20T22:49:57.0909129Z [00:03:10.882]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:49:57.0910177Z [00:03:10.882]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:49:57.0925154Z [00:03:10.882]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:49:57.0926406Z [00:03:10.885]➜  #include "..." search starts here:
2025-08-20T22:49:57.0927115Z [00:03:10.886]➜  #include <...> search starts here:
2025-08-20T22:49:57.0927763Z [00:03:10.886]➜   /usr/include/fortify
2025-08-20T22:49:57.0928319Z [00:03:10.887]➜   /usr/include
2025-08-20T22:49:57.0928904Z [00:03:10.887]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:49:57.0929525Z [00:03:10.887]➜  End of search list.
2025-08-20T22:49:57.5913158Z [00:03:11.386]➜  CC stress-kill.c
2025-08-20T22:49:57.6274691Z [00:03:11.422]➜  Alpine clang version 20.1.8
2025-08-20T22:49:57.6283344Z [00:03:11.422]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:49:57.6283925Z [00:03:11.422]➜  Thread model: posix
2025-08-20T22:49:57.6284445Z [00:03:11.422]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:49:57.6285169Z [00:03:11.422]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:49:57.6285956Z [00:03:11.422]➜  System configuration file directory: /etc/clang20
2025-08-20T22:49:57.6288250Z [00:03:11.422]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:57.6289316Z [00:03:11.422]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:49:57.6290435Z [00:03:11.422]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:57.6291630Z [00:03:11.422]➜  Candidate multilib: .;@m64
2025-08-20T22:49:57.6292192Z [00:03:11.422]➜  Selected multilib: .;@m64
2025-08-20T22:49:57.6292687Z [00:03:11.423]➜   (in-process)
2025-08-20T22:49:57.6310238Z [00:03:11.424]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name stress-kill.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o stress-kill.o -x c stress-kill.c
2025-08-20T22:49:57.6323267Z [00:03:11.425]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:49:57.6324206Z [00:03:11.425]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:49:57.6325411Z [00:03:11.425]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:49:57.6326405Z [00:03:11.425]➜  #include "..." search starts here:
2025-08-20T22:49:57.6326975Z [00:03:11.425]➜  #include <...> search starts here:
2025-08-20T22:49:57.6327527Z [00:03:11.425]➜   /usr/include/fortify
2025-08-20T22:49:57.6328014Z [00:03:11.425]➜   /usr/include
2025-08-20T22:49:57.6328535Z [00:03:11.425]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:49:57.6329084Z [00:03:11.425]➜  End of search list.
2025-08-20T22:49:57.6353377Z [00:03:11.428]➜  CC stress-klog.c
2025-08-20T22:49:57.7097152Z [00:03:11.504]➜  Alpine clang version 20.1.8
2025-08-20T22:49:57.7098958Z [00:03:11.504]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:49:57.7100546Z [00:03:11.504]➜  Thread model: posix
2025-08-20T22:49:57.7101794Z [00:03:11.504]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:49:57.7104835Z [00:03:11.504]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:49:57.7105732Z [00:03:11.505]➜  System configuration file directory: /etc/clang20
2025-08-20T22:49:57.7106608Z [00:03:11.505]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:57.7107644Z [00:03:11.505]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:49:57.7108632Z [00:03:11.505]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:57.7109617Z [00:03:11.505]➜  Candidate multilib: .;@m64
2025-08-20T22:49:57.7110157Z [00:03:11.505]➜  Selected multilib: .;@m64
2025-08-20T22:49:57.7136198Z [00:03:11.508]➜   (in-process)
2025-08-20T22:49:57.7154204Z [00:03:11.508]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name stress-klog.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o stress-klog.o -x c stress-klog.c
2025-08-20T22:49:57.7168892Z [00:03:11.510]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:49:57.7178518Z [00:03:11.513]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:49:57.7185011Z [00:03:11.513]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:49:57.7186200Z [00:03:11.513]➜  #include "..." search starts here:
2025-08-20T22:49:57.7186826Z [00:03:11.513]➜  #include <...> search starts here:
2025-08-20T22:49:57.7187385Z [00:03:11.513]➜   /usr/include/fortify
2025-08-20T22:49:57.7187875Z [00:03:11.513]➜   /usr/include
2025-08-20T22:49:57.7188406Z [00:03:11.513]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:49:57.7188984Z [00:03:11.513]➜  End of search list.
2025-08-20T22:49:57.7364773Z [00:03:11.531]➜  CC stress-kvm.c
2025-08-20T22:49:57.7479005Z [00:03:11.543]➜  CC stress-l1cache.c
2025-08-20T22:49:57.7703526Z [00:03:11.565]➜  Alpine clang version 20.1.8
2025-08-20T22:49:57.7717768Z [00:03:11.565]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:49:57.7718411Z [00:03:11.565]➜  Thread model: posix
2025-08-20T22:49:57.7718972Z [00:03:11.565]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:49:57.7719777Z [00:03:11.565]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:49:57.7720617Z [00:03:11.565]➜  System configuration file directory: /etc/clang20
2025-08-20T22:49:57.7721879Z [00:03:11.565]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:57.7722938Z [00:03:11.565]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:49:57.7724180Z [00:03:11.565]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:57.7724947Z [00:03:11.565]➜  Candidate multilib: .;@m64
2025-08-20T22:49:57.7725529Z [00:03:11.565]➜  Selected multilib: .;@m64
2025-08-20T22:49:57.7726042Z [00:03:11.567]➜   (in-process)
2025-08-20T22:49:57.7751640Z [00:03:11.569]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name stress-kvm.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o stress-kvm.o -x c stress-kvm.c
2025-08-20T22:49:57.7774826Z [00:03:11.572]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:49:57.7816571Z [00:03:11.576]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:49:57.7823389Z [00:03:11.576]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:49:57.7824520Z [00:03:11.576]➜  #include "..." search starts here:
2025-08-20T22:49:57.7825129Z [00:03:11.576]➜  #include <...> search starts here:
2025-08-20T22:49:57.7825684Z [00:03:11.577]➜   /usr/include/fortify
2025-08-20T22:49:57.7826192Z [00:03:11.577]➜   /usr/include
2025-08-20T22:49:57.7826736Z [00:03:11.577]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:49:57.7827290Z [00:03:11.577]➜  End of search list.
2025-08-20T22:49:57.7827814Z [00:03:11.577]➜  Alpine clang version 20.1.8
2025-08-20T22:49:57.7828375Z [00:03:11.577]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:49:57.7828923Z [00:03:11.577]➜  Thread model: posix
2025-08-20T22:49:57.7829475Z [00:03:11.577]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:49:57.7830250Z [00:03:11.577]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:49:57.7831272Z [00:03:11.577]➜  System configuration file directory: /etc/clang20
2025-08-20T22:49:57.7832211Z [00:03:11.577]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:57.7833239Z [00:03:11.577]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:49:57.7834499Z [00:03:11.577]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:57.7835290Z [00:03:11.577]➜  Candidate multilib: .;@m64
2025-08-20T22:49:57.7835840Z [00:03:11.577]➜  Selected multilib: .;@m64
2025-08-20T22:49:57.7836333Z [00:03:11.577]➜   (in-process)
2025-08-20T22:49:57.7852259Z [00:03:11.577]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name stress-l1cache.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o stress-l1cache.o -x c stress-l1cache.c
2025-08-20T22:49:57.7895910Z [00:03:11.577]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:49:57.7896938Z [00:03:11.577]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:49:57.7898304Z [00:03:11.577]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:49:57.7899469Z [00:03:11.577]➜  #include "..." search starts here:
2025-08-20T22:49:57.7900140Z [00:03:11.577]➜  #include <...> search starts here:
2025-08-20T22:49:57.7900749Z [00:03:11.577]➜   /usr/include/fortify
2025-08-20T22:49:57.7901487Z [00:03:11.577]➜   /usr/include
2025-08-20T22:49:57.7902084Z [00:03:11.577]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:49:57.7902683Z [00:03:11.577]➜  End of search list.
2025-08-20T22:49:57.8844324Z [00:03:11.679]➜  CC stress-landlock.c
2025-08-20T22:49:57.9609687Z [00:03:11.755]➜  Alpine clang version 20.1.8
2025-08-20T22:49:57.9610340Z [00:03:11.755]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:49:57.9611310Z [00:03:11.755]➜  Thread model: posix
2025-08-20T22:49:57.9611873Z [00:03:11.755]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:49:57.9612619Z [00:03:11.755]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:49:57.9614536Z [00:03:11.755]➜  System configuration file directory: /etc/clang20
2025-08-20T22:49:57.9615571Z [00:03:11.755]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:57.9616874Z [00:03:11.755]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:49:57.9617918Z [00:03:11.755]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:57.9618741Z [00:03:11.755]➜  Candidate multilib: .;@m64
2025-08-20T22:49:57.9619349Z [00:03:11.755]➜  Selected multilib: .;@m64
2025-08-20T22:49:57.9672486Z [00:03:11.759]➜   (in-process)
2025-08-20T22:49:57.9688905Z [00:03:11.759]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name stress-landlock.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o stress-landlock.o -x c stress-landlock.c
2025-08-20T22:49:57.9706923Z [00:03:11.761]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:49:57.9707990Z [00:03:11.761]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:49:57.9709363Z [00:03:11.761]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:49:57.9710587Z [00:03:11.761]➜  #include "..." search starts here:
2025-08-20T22:49:57.9711490Z [00:03:11.761]➜  #include <...> search starts here:
2025-08-20T22:49:57.9712110Z [00:03:11.761]➜   /usr/include/fortify
2025-08-20T22:49:57.9712655Z [00:03:11.761]➜   /usr/include
2025-08-20T22:49:57.9713250Z [00:03:11.761]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:49:57.9713863Z [00:03:11.761]➜  End of search list.
2025-08-20T22:49:57.9724490Z [00:03:11.767]➜  CC stress-lease.c
2025-08-20T22:49:58.0106304Z [00:03:11.805]➜  Alpine clang version 20.1.8
2025-08-20T22:49:58.0119149Z [00:03:11.805]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:49:58.0119832Z [00:03:11.805]➜  Thread model: posix
2025-08-20T22:49:58.0120461Z [00:03:11.805]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:49:58.0121532Z [00:03:11.805]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:49:58.0122489Z [00:03:11.805]➜  System configuration file directory: /etc/clang20
2025-08-20T22:49:58.0123508Z [00:03:11.805]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:58.0124844Z [00:03:11.805]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:49:58.0127495Z [00:03:11.805]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:58.0128363Z [00:03:11.805]➜  Candidate multilib: .;@m64
2025-08-20T22:49:58.0128977Z [00:03:11.805]➜  Selected multilib: .;@m64
2025-08-20T22:49:58.0146465Z [00:03:11.809]➜   (in-process)
2025-08-20T22:49:58.0164288Z [00:03:11.809]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name stress-lease.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o stress-lease.o -x c stress-lease.c
2025-08-20T22:49:58.0191456Z [00:03:11.814]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:49:58.0200279Z [00:03:11.815]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:49:58.0204278Z [00:03:11.815]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:49:58.0205526Z [00:03:11.815]➜  #include "..." search starts here:
2025-08-20T22:49:58.0206212Z [00:03:11.815]➜  #include <...> search starts here:
2025-08-20T22:49:58.0206818Z [00:03:11.815]➜   /usr/include/fortify
2025-08-20T22:49:58.0207373Z [00:03:11.815]➜   /usr/include
2025-08-20T22:49:58.0207958Z [00:03:11.815]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:49:58.0208567Z [00:03:11.815]➜  End of search list.
2025-08-20T22:49:58.4929371Z [00:03:12.288]➜  CC stress-led.c
2025-08-20T22:49:58.5299746Z [00:03:12.325]➜  Alpine clang version 20.1.8
2025-08-20T22:49:58.5304613Z [00:03:12.325]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:49:58.5309811Z [00:03:12.326]➜  Thread model: posix
2025-08-20T22:49:58.5315828Z [00:03:12.327]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:49:58.5322035Z [00:03:12.327]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:49:58.5327855Z [00:03:12.328]➜  System configuration file directory: /etc/clang20
2025-08-20T22:49:58.5342054Z [00:03:12.328]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:58.5343631Z [00:03:12.329]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:49:58.5347082Z [00:03:12.329]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:58.5355729Z [00:03:12.330]➜  Candidate multilib: .;@m64
2025-08-20T22:49:58.5356926Z [00:03:12.330]➜  Selected multilib: .;@m64
2025-08-20T22:49:58.5364208Z [00:03:12.331]➜   (in-process)
2025-08-20T22:49:58.5399649Z [00:03:12.333]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name stress-led.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o stress-led.o -x c stress-led.c
2025-08-20T22:49:58.5447602Z [00:03:12.335]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:49:58.5448658Z [00:03:12.336]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:49:58.5449994Z [00:03:12.337]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:49:58.5451409Z [00:03:12.337]➜  #include "..." search starts here:
2025-08-20T22:49:58.5452079Z [00:03:12.337]➜  #include <...> search starts here:
2025-08-20T22:49:58.5452686Z [00:03:12.338]➜   /usr/include/fortify
2025-08-20T22:49:58.5453227Z [00:03:12.338]➜   /usr/include
2025-08-20T22:49:58.5453804Z [00:03:12.339]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:49:58.5454421Z [00:03:12.339]➜  End of search list.
2025-08-20T22:49:58.6477511Z [00:03:12.442]➜  CC stress-link.c
2025-08-20T22:49:58.6882435Z [00:03:12.483]➜  Alpine clang version 20.1.8
2025-08-20T22:49:58.6905334Z [00:03:12.483]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:49:58.6905985Z [00:03:12.483]➜  Thread model: posix
2025-08-20T22:49:58.6906608Z [00:03:12.483]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:49:58.6907487Z [00:03:12.483]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:49:58.6908650Z [00:03:12.483]➜  System configuration file directory: /etc/clang20
2025-08-20T22:49:58.6909661Z [00:03:12.483]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:58.6911016Z [00:03:12.483]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:49:58.6912137Z [00:03:12.483]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:58.6912981Z [00:03:12.483]➜  Candidate multilib: .;@m64
2025-08-20T22:49:58.6913622Z [00:03:12.483]➜  Selected multilib: .;@m64
2025-08-20T22:49:58.6931981Z [00:03:12.488]➜   (in-process)
2025-08-20T22:49:58.6949350Z [00:03:12.488]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name stress-link.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o stress-link.o -x c stress-link.c
2025-08-20T22:49:58.6983208Z [00:03:12.492]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:49:58.6984297Z [00:03:12.493]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:49:58.6985674Z [00:03:12.493]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:49:58.6986917Z [00:03:12.493]➜  #include "..." search starts here:
2025-08-20T22:49:58.6991909Z [00:03:12.493]➜  #include <...> search starts here:
2025-08-20T22:49:58.6993819Z [00:03:12.493]➜   /usr/include/fortify
2025-08-20T22:49:58.6994397Z [00:03:12.493]➜   /usr/include
2025-08-20T22:49:58.6995007Z [00:03:12.493]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:49:58.6995848Z [00:03:12.493]➜  End of search list.
2025-08-20T22:49:59.2263024Z [00:03:13.021]➜  CC stress-list.c
2025-08-20T22:49:59.2379131Z [00:03:13.033]➜  CC stress-llc-affinity.c
2025-08-20T22:49:59.2662031Z [00:03:13.061]➜  Alpine clang version 20.1.8
2025-08-20T22:49:59.2666480Z [00:03:13.061]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:49:59.2669861Z [00:03:13.062]➜  Thread model: posix
2025-08-20T22:49:59.2674316Z [00:03:13.062]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:49:59.2678480Z [00:03:13.063]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:49:59.2714630Z [00:03:13.066]➜  System configuration file directory: /etc/clang20
2025-08-20T22:49:59.2716496Z [00:03:13.066]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:59.2720543Z [00:03:13.066]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:49:59.2721778Z [00:03:13.066]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:59.2722577Z [00:03:13.066]➜  Candidate multilib: .;@m64
2025-08-20T22:49:59.2723130Z [00:03:13.066]➜  Selected multilib: .;@m64
2025-08-20T22:49:59.2723628Z [00:03:13.066]➜   (in-process)
2025-08-20T22:49:59.2738815Z [00:03:13.066]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name stress-list.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o stress-list.o -x c stress-list.c
2025-08-20T22:49:59.2775923Z [00:03:13.066]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:49:59.2776929Z [00:03:13.066]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:49:59.2778263Z [00:03:13.066]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:49:59.2779404Z [00:03:13.066]➜  #include "..." search starts here:
2025-08-20T22:49:59.2780060Z [00:03:13.066]➜  #include <...> search starts here:
2025-08-20T22:49:59.2780639Z [00:03:13.066]➜   /usr/include/fortify
2025-08-20T22:49:59.2781566Z [00:03:13.066]➜   /usr/include
2025-08-20T22:49:59.2782143Z [00:03:13.066]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:49:59.2782759Z [00:03:13.067]➜  End of search list.
2025-08-20T22:49:59.3073141Z [00:03:13.102]➜  Alpine clang version 20.1.8
2025-08-20T22:49:59.3102316Z [00:03:13.102]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:49:59.3102985Z [00:03:13.102]➜  Thread model: posix
2025-08-20T22:49:59.3103632Z [00:03:13.102]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:49:59.3104700Z [00:03:13.102]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:49:59.3105620Z [00:03:13.102]➜  System configuration file directory: /etc/clang20
2025-08-20T22:49:59.3106594Z [00:03:13.102]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:59.3107666Z [00:03:13.102]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:49:59.3109009Z [00:03:13.102]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:59.3113280Z [00:03:13.102]➜  Candidate multilib: .;@m64
2025-08-20T22:49:59.3114296Z [00:03:13.102]➜  Selected multilib: .;@m64
2025-08-20T22:49:59.3156910Z [00:03:13.111]➜   (in-process)
2025-08-20T22:49:59.3174437Z [00:03:13.111]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name stress-llc-affinity.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o stress-llc-affinity.o -x c stress-llc-affinity.c
2025-08-20T22:49:59.3223704Z [00:03:13.117]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:49:59.3232384Z [00:03:13.118]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:49:59.3234273Z [00:03:13.118]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:49:59.3237295Z [00:03:13.118]➜  #include "..." search starts here:
2025-08-20T22:49:59.3237985Z [00:03:13.118]➜  #include <...> search starts here:
2025-08-20T22:49:59.3238546Z [00:03:13.118]➜   /usr/include/fortify
2025-08-20T22:49:59.3239217Z [00:03:13.118]➜   /usr/include
2025-08-20T22:49:59.3239783Z [00:03:13.118]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:49:59.3240396Z [00:03:13.118]➜  End of search list.
2025-08-20T22:49:59.6863143Z [00:03:13.481]➜  CC stress-loadavg.c
2025-08-20T22:49:59.7233978Z [00:03:13.518]➜  Alpine clang version 20.1.8
2025-08-20T22:49:59.7236426Z [00:03:13.519]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:49:59.7237691Z [00:03:13.519]➜  Thread model: posix
2025-08-20T22:49:59.7239618Z [00:03:13.519]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:49:59.7240419Z [00:03:13.519]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:49:59.7241511Z [00:03:13.519]➜  System configuration file directory: /etc/clang20
2025-08-20T22:49:59.7242542Z [00:03:13.519]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:59.7250976Z [00:03:13.520]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:49:59.7255274Z [00:03:13.520]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:59.7265280Z [00:03:13.520]➜  Candidate multilib: .;@m64
2025-08-20T22:49:59.7265909Z [00:03:13.520]➜  Selected multilib: .;@m64
2025-08-20T22:49:59.7266464Z [00:03:13.520]➜   (in-process)
2025-08-20T22:49:59.7321402Z [00:03:13.520]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name stress-loadavg.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o stress-loadavg.o -x c stress-loadavg.c
2025-08-20T22:49:59.7334919Z [00:03:13.522]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:49:59.7335963Z [00:03:13.522]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:49:59.7337275Z [00:03:13.522]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:49:59.7338405Z [00:03:13.522]➜  #include "..." search starts here:
2025-08-20T22:49:59.7339046Z [00:03:13.522]➜  #include <...> search starts here:
2025-08-20T22:49:59.7339823Z [00:03:13.522]➜   /usr/include/fortify
2025-08-20T22:49:59.7340361Z [00:03:13.522]➜   /usr/include
2025-08-20T22:49:59.7341144Z [00:03:13.522]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:49:59.7341738Z [00:03:13.522]➜  End of search list.
2025-08-20T22:49:59.8973887Z [00:03:13.692]➜  CC stress-lockbus.c
2025-08-20T22:49:59.9347322Z [00:03:13.729]➜  Alpine clang version 20.1.8
2025-08-20T22:49:59.9364708Z [00:03:13.731]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:49:59.9365585Z [00:03:13.731]➜  Thread model: posix
2025-08-20T22:49:59.9366239Z [00:03:13.732]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:49:59.9367049Z [00:03:13.732]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:49:59.9367921Z [00:03:13.732]➜  System configuration file directory: /etc/clang20
2025-08-20T22:49:59.9368925Z [00:03:13.732]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:59.9370069Z [00:03:13.732]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:49:59.9371445Z [00:03:13.732]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:59.9372308Z [00:03:13.732]➜  Candidate multilib: .;@m64
2025-08-20T22:49:59.9372925Z [00:03:13.732]➜  Selected multilib: .;@m64
2025-08-20T22:49:59.9373488Z [00:03:13.732]➜   (in-process)
2025-08-20T22:49:59.9388961Z [00:03:13.732]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name stress-lockbus.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o stress-lockbus.o -x c stress-lockbus.c
2025-08-20T22:49:59.9413622Z [00:03:13.732]➜  CC stress-locka.c
2025-08-20T22:49:59.9414575Z [00:03:13.733]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:49:59.9415671Z [00:03:13.734]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:49:59.9417055Z [00:03:13.734]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:49:59.9418492Z [00:03:13.734]➜  #include "..." search starts here:
2025-08-20T22:49:59.9419193Z [00:03:13.734]➜  #include <...> search starts here:
2025-08-20T22:49:59.9419834Z [00:03:13.735]➜   /usr/include/fortify
2025-08-20T22:49:59.9432750Z [00:03:13.735]➜   /usr/include
2025-08-20T22:49:59.9433390Z [00:03:13.735]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:49:59.9434105Z [00:03:13.735]➜  End of search list.
2025-08-20T22:49:59.9718088Z [00:03:13.767]➜  Alpine clang version 20.1.8
2025-08-20T22:49:59.9719159Z [00:03:13.767]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:49:59.9719797Z [00:03:13.767]➜  Thread model: posix
2025-08-20T22:49:59.9720435Z [00:03:13.767]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:49:59.9721501Z [00:03:13.767]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:49:59.9722441Z [00:03:13.767]➜  System configuration file directory: /etc/clang20
2025-08-20T22:49:59.9723480Z [00:03:13.767]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:59.9724672Z [00:03:13.767]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:49:59.9725799Z [00:03:13.767]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:49:59.9726680Z [00:03:13.767]➜  Candidate multilib: .;@m64
2025-08-20T22:49:59.9727327Z [00:03:13.767]➜  Selected multilib: .;@m64
2025-08-20T22:49:59.9727978Z [00:03:13.767]➜   (in-process)
2025-08-20T22:49:59.9757955Z [00:03:13.768]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name stress-locka.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o stress-locka.o -x c stress-locka.c
2025-08-20T22:49:59.9771923Z [00:03:13.769]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:49:59.9772985Z [00:03:13.770]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:49:59.9774300Z [00:03:13.770]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:49:59.9775625Z [00:03:13.770]➜  #include "..." search starts here:
2025-08-20T22:49:59.9776255Z [00:03:13.770]➜  #include <...> search starts here:
2025-08-20T22:49:59.9776831Z [00:03:13.770]➜   /usr/include/fortify
2025-08-20T22:49:59.9777330Z [00:03:13.770]➜   /usr/include
2025-08-20T22:49:59.9777853Z [00:03:13.770]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:49:59.9778438Z [00:03:13.770]➜  End of search list.
2025-08-20T22:50:00.0183808Z [00:03:13.810]➜  CC stress-lockf.c
2025-08-20T22:50:00.0662871Z [00:03:13.861]➜  CC stress-lockmix.c
2025-08-20T22:50:00.0925530Z [00:03:13.887]➜  Alpine clang version 20.1.8
2025-08-20T22:50:00.0926198Z [00:03:13.887]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:50:00.0926759Z [00:03:13.887]➜  Thread model: posix
2025-08-20T22:50:00.0927464Z [00:03:13.887]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:50:00.0928521Z [00:03:13.887]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:50:00.0929343Z [00:03:13.887]➜  System configuration file directory: /etc/clang20
2025-08-20T22:50:00.0930293Z [00:03:13.887]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:00.0963915Z [00:03:13.891]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:50:00.0964987Z [00:03:13.891]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:00.0965880Z [00:03:13.891]➜  Candidate multilib: .;@m64
2025-08-20T22:50:00.0966517Z [00:03:13.891]➜  Selected multilib: .;@m64
2025-08-20T22:50:00.0983036Z [00:03:13.893]➜   (in-process)
2025-08-20T22:50:00.0998977Z [00:03:13.893]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name stress-lockf.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o stress-lockf.o -x c stress-lockf.c
2025-08-20T22:50:00.1025891Z [00:03:13.897]➜  Alpine clang version 20.1.8
2025-08-20T22:50:00.1026571Z [00:03:13.898]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:50:00.1027211Z [00:03:13.898]➜  Thread model: posix
2025-08-20T22:50:00.1027863Z [00:03:13.898]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:50:00.1028909Z [00:03:13.898]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:50:00.1029769Z [00:03:13.898]➜  System configuration file directory: /etc/clang20
2025-08-20T22:50:00.1030712Z [00:03:13.898]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:00.1031890Z [00:03:13.898]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:50:00.1032908Z [00:03:13.898]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:00.1033892Z [00:03:13.898]➜  Candidate multilib: .;@m64
2025-08-20T22:50:00.1034511Z [00:03:13.898]➜  Selected multilib: .;@m64
2025-08-20T22:50:00.1035097Z [00:03:13.898]➜   (in-process)
2025-08-20T22:50:00.1054413Z [00:03:13.899]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name stress-lockmix.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o stress-lockmix.o -x c stress-lockmix.c
2025-08-20T22:50:00.1067921Z [00:03:13.900]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:50:00.1068989Z [00:03:13.900]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:50:00.1070333Z [00:03:13.901]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:50:00.1091879Z [00:03:13.901]➜  #include "..." search starts here:
2025-08-20T22:50:00.1092601Z [00:03:13.901]➜  #include <...> search starts here:
2025-08-20T22:50:00.1093232Z [00:03:13.901]➜   /usr/include/fortify
2025-08-20T22:50:00.1093782Z [00:03:13.901]➜   /usr/include
2025-08-20T22:50:00.1094364Z [00:03:13.901]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:50:00.1094977Z [00:03:13.901]➜  End of search list.
2025-08-20T22:50:00.1100099Z [00:03:13.905]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:50:00.1107995Z [00:03:13.906]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:50:00.1109515Z [00:03:13.906]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:50:00.1110749Z [00:03:13.906]➜  #include "..." search starts here:
2025-08-20T22:50:00.1111472Z [00:03:13.906]➜  #include <...> search starts here:
2025-08-20T22:50:00.1111999Z [00:03:13.906]➜   /usr/include/fortify
2025-08-20T22:50:00.1112463Z [00:03:13.906]➜   /usr/include
2025-08-20T22:50:00.1113027Z [00:03:13.906]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:50:00.1113841Z [00:03:13.906]➜  End of search list.
2025-08-20T22:50:00.3742456Z [00:03:14.169]➜  CC stress-lockofd.c
2025-08-20T22:50:00.4476522Z [00:03:14.242]➜  Alpine clang version 20.1.8
2025-08-20T22:50:00.4477816Z [00:03:14.242]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:50:00.4478820Z [00:03:14.242]➜  Thread model: posix
2025-08-20T22:50:00.4479843Z [00:03:14.242]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:50:00.4480995Z [00:03:14.242]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:50:00.4490342Z [00:03:14.242]➜  System configuration file directory: /etc/clang20
2025-08-20T22:50:00.4491814Z [00:03:14.242]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:00.4492992Z [00:03:14.242]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:50:00.4494094Z [00:03:14.242]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:00.4494952Z [00:03:14.242]➜  Candidate multilib: .;@m64
2025-08-20T22:50:00.4495583Z [00:03:14.242]➜  Selected multilib: .;@m64
2025-08-20T22:50:00.4496144Z [00:03:14.244]➜   (in-process)
2025-08-20T22:50:00.4543107Z [00:03:14.244]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name stress-lockofd.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o stress-lockofd.o -x c stress-lockofd.c
2025-08-20T22:50:00.4560702Z [00:03:14.248]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:50:00.4561921Z [00:03:14.248]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:50:00.4563483Z [00:03:14.248]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:50:00.4564676Z [00:03:14.249]➜  #include "..." search starts here:
2025-08-20T22:50:00.4565351Z [00:03:14.249]➜  #include <...> search starts here:
2025-08-20T22:50:00.4565984Z [00:03:14.249]➜   /usr/include/fortify
2025-08-20T22:50:00.4566515Z [00:03:14.249]➜   /usr/include
2025-08-20T22:50:00.4567313Z [00:03:14.249]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:50:00.4567933Z [00:03:14.249]➜  End of search list.
2025-08-20T22:50:00.6983963Z [00:03:14.493]➜  CC stress-logmath.c
2025-08-20T22:50:00.7740372Z [00:03:14.569]➜  Alpine clang version 20.1.8
2025-08-20T22:50:00.7756033Z [00:03:14.569]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:50:00.7756698Z [00:03:14.569]➜  Thread model: posix
2025-08-20T22:50:00.7757341Z [00:03:14.569]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:50:00.7758206Z [00:03:14.569]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:50:00.7759424Z [00:03:14.569]➜  System configuration file directory: /etc/clang20
2025-08-20T22:50:00.7760490Z [00:03:14.569]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:00.7761846Z [00:03:14.569]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:50:00.7762953Z [00:03:14.569]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:00.7763830Z [00:03:14.569]➜  Candidate multilib: .;@m64
2025-08-20T22:50:00.7764443Z [00:03:14.569]➜  Selected multilib: .;@m64
2025-08-20T22:50:00.7790350Z [00:03:14.574]➜   (in-process)
2025-08-20T22:50:00.7869868Z [00:03:14.580]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name stress-logmath.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o stress-logmath.o -x c stress-logmath.c
2025-08-20T22:50:00.7904407Z [00:03:14.585]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:50:00.7916757Z [00:03:14.586]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:50:00.7929689Z [00:03:14.587]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:50:00.7931510Z [00:03:14.587]➜  #include "..." search starts here:
2025-08-20T22:50:00.7932962Z [00:03:14.587]➜  #include <...> search starts here:
2025-08-20T22:50:00.7933944Z [00:03:14.588]➜   /usr/include/fortify
2025-08-20T22:50:00.7937227Z [00:03:14.588]➜   /usr/include
2025-08-20T22:50:00.7939236Z [00:03:14.588]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:50:00.7942226Z [00:03:14.588]➜  End of search list.
2025-08-20T22:50:01.2339000Z [00:03:15.029]➜  CC stress-longjmp.c
2025-08-20T22:50:01.2716494Z [00:03:15.066]➜  Alpine clang version 20.1.8
2025-08-20T22:50:01.2724449Z [00:03:15.066]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:50:01.2727587Z [00:03:15.066]➜  Thread model: posix
2025-08-20T22:50:01.2728237Z [00:03:15.066]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:50:01.2729140Z [00:03:15.066]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:50:01.2730287Z [00:03:15.066]➜  System configuration file directory: /etc/clang20
2025-08-20T22:50:01.2731566Z [00:03:15.066]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:01.2732912Z [00:03:15.066]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:50:01.2734069Z [00:03:15.066]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:01.2734909Z [00:03:15.066]➜  Candidate multilib: .;@m64
2025-08-20T22:50:01.2735536Z [00:03:15.066]➜  Selected multilib: .;@m64
2025-08-20T22:50:01.2736168Z [00:03:15.067]➜   (in-process)
2025-08-20T22:50:01.2768493Z [00:03:15.070]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name stress-longjmp.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o stress-longjmp.o -x c stress-longjmp.c
2025-08-20T22:50:01.2796294Z [00:03:15.074]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:50:01.2822588Z [00:03:15.075]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:50:01.2833725Z [00:03:15.076]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:50:01.2834936Z [00:03:15.076]➜  #include "..." search starts here:
2025-08-20T22:50:01.2835621Z [00:03:15.076]➜  #include <...> search starts here:
2025-08-20T22:50:01.2836320Z [00:03:15.076]➜   /usr/include/fortify
2025-08-20T22:50:01.2836857Z [00:03:15.076]➜   /usr/include
2025-08-20T22:50:01.2837436Z [00:03:15.076]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:50:01.2838066Z [00:03:15.076]➜  End of search list.
2025-08-20T22:50:01.3864643Z [00:03:15.181]➜  CC stress-loop.c
2025-08-20T22:50:01.4216255Z [00:03:15.216]➜  Alpine clang version 20.1.8
2025-08-20T22:50:01.4217327Z [00:03:15.216]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:50:01.4218118Z [00:03:15.216]➜  Thread model: posix
2025-08-20T22:50:01.4219835Z [00:03:15.216]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:50:01.4221363Z [00:03:15.216]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:50:01.4223607Z [00:03:15.216]➜  System configuration file directory: /etc/clang20
2025-08-20T22:50:01.4224821Z [00:03:15.216]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:01.4225990Z [00:03:15.216]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:50:01.4227087Z [00:03:15.216]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:01.4227934Z [00:03:15.216]➜  Candidate multilib: .;@m64
2025-08-20T22:50:01.4228534Z [00:03:15.216]➜  Selected multilib: .;@m64
2025-08-20T22:50:01.4248279Z [00:03:15.220]➜   (in-process)
2025-08-20T22:50:01.4265780Z [00:03:15.220]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name stress-loop.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o stress-loop.o -x c stress-loop.c
2025-08-20T22:50:01.4293216Z [00:03:15.224]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:50:01.4302990Z [00:03:15.225]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:50:01.4308599Z [00:03:15.225]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:50:01.4309821Z [00:03:15.225]➜  #include "..." search starts here:
2025-08-20T22:50:01.4310514Z [00:03:15.225]➜  #include <...> search starts here:
2025-08-20T22:50:01.4311335Z [00:03:15.225]➜   /usr/include/fortify
2025-08-20T22:50:01.4311863Z [00:03:15.225]➜   /usr/include
2025-08-20T22:50:01.4317310Z [00:03:15.227]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:50:01.4320463Z [00:03:15.227]➜  End of search list.
2025-08-20T22:50:01.4762254Z [00:03:15.271]➜  CC stress-lsearch.c
2025-08-20T22:50:01.5455329Z [00:03:15.340]➜  Alpine clang version 20.1.8
2025-08-20T22:50:01.5460986Z [00:03:15.340]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:50:01.5461757Z [00:03:15.340]➜  Thread model: posix
2025-08-20T22:50:01.5462396Z [00:03:15.340]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:50:01.5463522Z [00:03:15.340]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:50:01.5464491Z [00:03:15.340]➜  System configuration file directory: /etc/clang20
2025-08-20T22:50:01.5465705Z [00:03:15.340]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:01.5466890Z [00:03:15.340]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:50:01.5474969Z [00:03:15.342]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:01.5488293Z [00:03:15.343]➜  Candidate multilib: .;@m64
2025-08-20T22:50:01.5488947Z [00:03:15.343]➜  Selected multilib: .;@m64
2025-08-20T22:50:01.5489522Z [00:03:15.343]➜   (in-process)
2025-08-20T22:50:01.5505073Z [00:03:15.343]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name stress-lsearch.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o stress-lsearch.o -x c stress-lsearch.c
2025-08-20T22:50:01.5518831Z [00:03:15.344]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:50:01.5519872Z [00:03:15.344]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:50:01.5521446Z [00:03:15.344]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:50:01.5522658Z [00:03:15.344]➜  #include "..." search starts here:
2025-08-20T22:50:01.5523366Z [00:03:15.344]➜  #include <...> search starts here:
2025-08-20T22:50:01.5523974Z [00:03:15.344]➜   /usr/include/fortify
2025-08-20T22:50:01.5524509Z [00:03:15.344]➜   /usr/include
2025-08-20T22:50:01.5525094Z [00:03:15.344]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:50:01.5525707Z [00:03:15.344]➜  End of search list.
2025-08-20T22:50:01.6329870Z [00:03:15.428]➜  CC stress-lsm.c
2025-08-20T22:50:01.6706551Z [00:03:15.465]➜  Alpine clang version 20.1.8
2025-08-20T22:50:01.6713545Z [00:03:15.465]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:50:01.6714110Z [00:03:15.465]➜  Thread model: posix
2025-08-20T22:50:01.6714822Z [00:03:15.465]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:50:01.6715565Z [00:03:15.465]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:50:01.6716481Z [00:03:15.465]➜  System configuration file directory: /etc/clang20
2025-08-20T22:50:01.6717397Z [00:03:15.465]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:01.6718424Z [00:03:15.465]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:50:01.6719394Z [00:03:15.465]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:01.6720138Z [00:03:15.465]➜  Candidate multilib: .;@m64
2025-08-20T22:50:01.6720694Z [00:03:15.465]➜  Selected multilib: .;@m64
2025-08-20T22:50:01.6728092Z [00:03:15.467]➜   (in-process)
2025-08-20T22:50:01.6748153Z [00:03:15.467]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name stress-lsm.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o stress-lsm.o -x c stress-lsm.c
2025-08-20T22:50:01.6792568Z [00:03:15.468]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:50:01.6793613Z [00:03:15.468]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:50:01.6794980Z [00:03:15.468]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:50:01.6796195Z [00:03:15.468]➜  #include "..." search starts here:
2025-08-20T22:50:01.6796833Z [00:03:15.468]➜  #include <...> search starts here:
2025-08-20T22:50:01.6797431Z [00:03:15.468]➜   /usr/include/fortify
2025-08-20T22:50:01.6797969Z [00:03:15.468]➜   /usr/include
2025-08-20T22:50:01.6798540Z [00:03:15.468]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:50:01.6799140Z [00:03:15.468]➜  End of search list.
2025-08-20T22:50:01.8053591Z [00:03:15.600]➜  CC stress-madvise.c
2025-08-20T22:50:01.8806805Z [00:03:15.675]➜  Alpine clang version 20.1.8
2025-08-20T22:50:01.8813744Z [00:03:15.676]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:50:01.8814666Z [00:03:15.676]➜  Thread model: posix
2025-08-20T22:50:01.8815336Z [00:03:15.676]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:50:01.8816217Z [00:03:15.676]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:50:01.8818721Z [00:03:15.676]➜  System configuration file directory: /etc/clang20
2025-08-20T22:50:01.8822020Z [00:03:15.676]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:01.8824437Z [00:03:15.676]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:50:01.8833119Z [00:03:15.678]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:01.8836297Z [00:03:15.678]➜  Candidate multilib: .;@m64
2025-08-20T22:50:01.8839829Z [00:03:15.678]➜  Selected multilib: .;@m64
2025-08-20T22:50:01.8840426Z [00:03:15.678]➜   (in-process)
2025-08-20T22:50:01.8870038Z [00:03:15.678]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name stress-madvise.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o stress-madvise.o -x c stress-madvise.c
2025-08-20T22:50:01.8884077Z [00:03:15.682]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:50:01.8885151Z [00:03:15.682]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:50:01.8886502Z [00:03:15.682]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:50:01.8887701Z [00:03:15.682]➜  #include "..." search starts here:
2025-08-20T22:50:01.8888350Z [00:03:15.682]➜  #include <...> search starts here:
2025-08-20T22:50:01.8888948Z [00:03:15.682]➜   /usr/include/fortify
2025-08-20T22:50:01.8889487Z [00:03:15.682]➜   /usr/include
2025-08-20T22:50:01.8890078Z [00:03:15.682]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:50:01.8890688Z [00:03:15.682]➜  End of search list.
2025-08-20T22:50:02.8121548Z [00:03:16.607]➜  CC stress-malloc.c
2025-08-20T22:50:02.8888522Z [00:03:16.683]➜  Alpine clang version 20.1.8
2025-08-20T22:50:02.8892633Z [00:03:16.684]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:50:02.8922991Z [00:03:16.684]➜  Thread model: posix
2025-08-20T22:50:02.8923623Z [00:03:16.684]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:50:02.8924634Z [00:03:16.684]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:50:02.8925455Z [00:03:16.684]➜  System configuration file directory: /etc/clang20
2025-08-20T22:50:02.8926353Z [00:03:16.684]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:02.8927313Z [00:03:16.684]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:50:02.8928263Z [00:03:16.684]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:02.8928987Z [00:03:16.684]➜  Candidate multilib: .;@m64
2025-08-20T22:50:02.8929520Z [00:03:16.684]➜  Selected multilib: .;@m64
2025-08-20T22:50:02.8930000Z [00:03:16.684]➜   (in-process)
2025-08-20T22:50:02.8962570Z [00:03:16.684]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name stress-malloc.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o stress-malloc.o -x c stress-malloc.c
2025-08-20T22:50:02.8976397Z [00:03:16.690]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:50:02.8977407Z [00:03:16.690]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:50:02.8978732Z [00:03:16.690]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:50:02.8979921Z [00:03:16.690]➜  #include "..." search starts here:
2025-08-20T22:50:02.8980564Z [00:03:16.690]➜  #include <...> search starts here:
2025-08-20T22:50:02.8981444Z [00:03:16.690]➜   /usr/include/fortify
2025-08-20T22:50:02.8981950Z [00:03:16.690]➜   /usr/include
2025-08-20T22:50:02.8982526Z [00:03:16.690]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:50:02.8983148Z [00:03:16.690]➜  End of search list.
2025-08-20T22:50:02.9452533Z [00:03:16.740]➜  CC stress-matrix.c
2025-08-20T22:50:03.0173957Z [00:03:16.812]➜  Alpine clang version 20.1.8
2025-08-20T22:50:03.0177001Z [00:03:16.812]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:50:03.0180038Z [00:03:16.812]➜  Thread model: posix
2025-08-20T22:50:03.0181079Z [00:03:16.812]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:50:03.0181993Z [00:03:16.812]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:50:03.0182967Z [00:03:16.812]➜  System configuration file directory: /etc/clang20
2025-08-20T22:50:03.0183993Z [00:03:16.812]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:03.0185143Z [00:03:16.812]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:50:03.0186259Z [00:03:16.812]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:03.0188229Z [00:03:16.814]➜  Candidate multilib: .;@m64
2025-08-20T22:50:03.0189357Z [00:03:16.814]➜  Selected multilib: .;@m64
2025-08-20T22:50:03.0204858Z [00:03:16.815]➜   (in-process)
2025-08-20T22:50:03.0278172Z [00:03:16.821]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name stress-matrix.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 CC stress-matrix-3d.c
2025-08-20T22:50:03.0299153Z [00:03:16.824]➜  -o stress-matrix.o -x c stress-matrix.c
2025-08-20T22:50:03.0300228Z [00:03:16.824]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:50:03.0301490Z [00:03:16.824]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:50:03.0302858Z [00:03:16.824]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:50:03.0304040Z [00:03:16.824]➜  #include "..." search starts here:
2025-08-20T22:50:03.0304742Z [00:03:16.824]➜  #include <...> search starts here:
2025-08-20T22:50:03.0305370Z [00:03:16.824]➜   /usr/include/fortify
2025-08-20T22:50:03.0305924Z [00:03:16.824]➜   /usr/include
2025-08-20T22:50:03.0306488Z [00:03:16.824]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:50:03.0307258Z [00:03:16.824]➜  End of search list.
2025-08-20T22:50:03.0936885Z [00:03:16.888]➜  Alpine clang version 20.1.8
2025-08-20T22:50:03.0945048Z [00:03:16.889]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:50:03.0945921Z [00:03:16.889]➜  Thread model: posix
2025-08-20T22:50:03.0960332Z [00:03:16.890]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:50:03.0961460Z [00:03:16.890]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:50:03.0962401Z [00:03:16.890]➜  System configuration file directory: /etc/clang20
2025-08-20T22:50:03.0963440Z [00:03:16.890]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:03.0964614Z [00:03:16.890]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:50:03.0965714Z [00:03:16.890]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:03.0966594Z [00:03:16.890]➜  Candidate multilib: .;@m64
2025-08-20T22:50:03.0967780Z [00:03:16.890]➜  Selected multilib: .;@m64
2025-08-20T22:50:03.0971513Z [00:03:16.892]➜   (in-process)
2025-08-20T22:50:03.0993807Z [00:03:16.893]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name stress-matrix-3d.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o stress-matrix-3d.o -x c stress-matrix-3d.c
2025-08-20T22:50:03.1035222Z [00:03:16.895]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:50:03.1036288Z [00:03:16.897]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:50:03.1037657Z [00:03:16.897]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:50:03.1038842Z [00:03:16.897]➜  #include "..." search starts here:
2025-08-20T22:50:03.1039536Z [00:03:16.897]➜  #include <...> search starts here:
2025-08-20T22:50:03.1040160Z [00:03:16.897]➜   /usr/include/fortify
2025-08-20T22:50:03.1040732Z [00:03:16.897]➜   /usr/include
2025-08-20T22:50:03.1041505Z [00:03:16.897]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:50:03.1042309Z [00:03:16.897]➜  End of search list.
2025-08-20T22:50:03.3771366Z [00:03:17.172]➜  CC stress-mcontend.c
2025-08-20T22:50:03.4136577Z [00:03:17.208]➜  Alpine clang version 20.1.8
2025-08-20T22:50:03.4144441Z [00:03:17.209]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:50:03.4150291Z [00:03:17.210]➜  Thread model: posix
2025-08-20T22:50:03.4155671Z [00:03:17.211]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:50:03.4161453Z [00:03:17.211]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:50:03.4196166Z [00:03:17.214]➜  System configuration file directory: /etc/clang20
2025-08-20T22:50:03.4205530Z [00:03:17.214]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:03.4206696Z [00:03:17.214]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:50:03.4207821Z [00:03:17.214]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:03.4208691Z [00:03:17.214]➜  Candidate multilib: .;@m64
2025-08-20T22:50:03.4209297Z [00:03:17.214]➜  Selected multilib: .;@m64
2025-08-20T22:50:03.4209810Z [00:03:17.214]➜   (in-process)
2025-08-20T22:50:03.4225466Z [00:03:17.214]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name stress-mcontend.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o stress-mcontend.o -x c stress-mcontend.c
2025-08-20T22:50:03.4239282Z [00:03:17.214]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:50:03.4240331Z [00:03:17.214]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:50:03.4241933Z [00:03:17.214]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:50:03.4243107Z [00:03:17.214]➜  #include "..." search starts here:
2025-08-20T22:50:03.4243790Z [00:03:17.214]➜  #include <...> search starts here:
2025-08-20T22:50:03.4244424Z [00:03:17.214]➜   /usr/include/fortify
2025-08-20T22:50:03.4244959Z [00:03:17.214]➜   /usr/include
2025-08-20T22:50:03.4245717Z [00:03:17.214]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:50:03.4246381Z [00:03:17.214]➜  End of search list.
2025-08-20T22:50:03.4494243Z [00:03:17.244]➜  CC stress-membarrier.c
2025-08-20T22:50:03.5207361Z [00:03:17.315]➜  Alpine clang version 20.1.8
2025-08-20T22:50:03.5214993Z [00:03:17.316]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:50:03.5215668Z [00:03:17.316]➜  Thread model: posix
2025-08-20T22:50:03.5219704Z [00:03:17.317]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:50:03.5220584Z [00:03:17.317]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:50:03.5221711Z [00:03:17.317]➜  System configuration file directory: /etc/clang20
2025-08-20T22:50:03.5222763Z [00:03:17.317]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:03.5223900Z [00:03:17.317]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:50:03.5225056Z [00:03:17.317]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:03.5225913Z [00:03:17.317]➜  Candidate multilib: .;@m64
2025-08-20T22:50:03.5226518Z [00:03:17.317]➜  Selected multilib: .;@m64
2025-08-20T22:50:03.5227013Z [00:03:17.317]➜   (in-process)
2025-08-20T22:50:03.5245861Z [00:03:17.317]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name stress-membarrier.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o stress-membarrier.o -x c stress-membarrier.c
2025-08-20T22:50:03.5265603Z [00:03:17.321]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:50:03.5266665Z [00:03:17.321]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:50:03.5268003Z [00:03:17.321]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:50:03.5269183Z [00:03:17.321]➜  #include "..." search starts here:
2025-08-20T22:50:03.5269871Z [00:03:17.321]➜  #include <...> search starts here:
2025-08-20T22:50:03.5270486Z [00:03:17.321]➜   /usr/include/fortify
2025-08-20T22:50:03.5271434Z [00:03:17.321]➜   /usr/include
2025-08-20T22:50:03.5272050Z [00:03:17.321]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:50:03.5272664Z [00:03:17.321]➜  End of search list.
2025-08-20T22:50:04.2352667Z [00:03:18.030]➜  CC stress-memcpy.c
2025-08-20T22:50:04.3080901Z [00:03:18.103]➜  Alpine clang version 20.1.8
2025-08-20T22:50:04.3086236Z [00:03:18.103]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:50:04.3089799Z [00:03:18.104]➜  Thread model: posix
2025-08-20T22:50:04.3094780Z [00:03:18.104]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:50:04.3095794Z [00:03:18.104]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:50:04.3096762Z [00:03:18.104]➜  System configuration file directory: /etc/clang20
2025-08-20T22:50:04.3098454Z [00:03:18.104]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:04.3099973Z [00:03:18.104]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:50:04.3101324Z [00:03:18.104]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:04.3102383Z [00:03:18.104]➜  Candidate multilib: .;@m64
2025-08-20T22:50:04.3121534Z [00:03:18.104]➜  Selected multilib: .;@m64
2025-08-20T22:50:04.3122503Z [00:03:18.104]➜   (in-process)
2025-08-20T22:50:04.3139851Z [00:03:18.104]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name stress-memcpy.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o stress-memcpy.o -x c stress-memcpy.c
2025-08-20T22:50:04.3158338Z [00:03:18.107]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:50:04.3159318Z [00:03:18.110]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:50:04.3160518Z [00:03:18.110]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:50:04.3161887Z [00:03:18.110]➜  #include "..." search starts here:
2025-08-20T22:50:04.3162557Z [00:03:18.110]➜  #include <...> search starts here:
2025-08-20T22:50:04.3163337Z [00:03:18.110]➜   /usr/include/fortify
2025-08-20T22:50:04.3163903Z [00:03:18.110]➜   /usr/include
2025-08-20T22:50:04.3164476Z [00:03:18.110]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:50:04.3165286Z [00:03:18.110]➜  End of search list.
2025-08-20T22:50:04.7937593Z [00:03:18.588]➜  CC stress-memfd.c
2025-08-20T22:50:04.8317274Z [00:03:18.626]➜  Alpine clang version 20.1.8
2025-08-20T22:50:04.8326030Z [00:03:18.627]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:50:04.8326707Z [00:03:18.627]➜  Thread model: posix
2025-08-20T22:50:04.8332261Z [00:03:18.628]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:50:04.8333177Z [00:03:18.628]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:50:04.8335553Z [00:03:18.628]➜  System configuration file directory: /etc/clang20
2025-08-20T22:50:04.8337853Z [00:03:18.628]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:04.8340273Z [00:03:18.628]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:50:04.8341811Z [00:03:18.628]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:04.8342858Z [00:03:18.628]➜  Candidate multilib: .;@m64
2025-08-20T22:50:04.8343673Z [00:03:18.628]➜  Selected multilib: .;@m64
2025-08-20T22:50:04.8355467Z [00:03:18.630]➜   (in-process)
2025-08-20T22:50:04.8387866Z [00:03:18.632]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name stress-memfd.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o stress-memfd.o -x c stress-memfd.c
2025-08-20T22:50:04.8414155Z [00:03:18.636]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:50:04.8424575Z [00:03:18.637]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:50:04.8428745Z [00:03:18.638]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:50:04.8433223Z [00:03:18.638]➜  #include "..." search starts here:
2025-08-20T22:50:04.8440670Z [00:03:18.638]➜  #include <...> search starts here:
2025-08-20T22:50:04.8441518Z [00:03:18.638]➜   /usr/include/fortify
2025-08-20T22:50:04.8441992Z [00:03:18.638]➜   /usr/include
2025-08-20T22:50:04.8442644Z [00:03:18.638]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:50:04.8443219Z [00:03:18.638]➜  End of search list.
2025-08-20T22:50:04.8764137Z [00:03:18.671]➜  CC stress-memhotplug.c
2025-08-20T22:50:04.9554722Z [00:03:18.746]➜  Alpine clang version 20.1.8
2025-08-20T22:50:04.9555419Z [00:03:18.747]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:50:04.9555926Z [00:03:18.747]➜  Thread model: posix
2025-08-20T22:50:04.9556429Z [00:03:18.747]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:50:04.9557115Z [00:03:18.747]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:50:04.9566961Z [00:03:18.747]➜  System configuration file directory: /etc/clang20
2025-08-20T22:50:04.9567938Z [00:03:18.747]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:04.9568973Z [00:03:18.747]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:50:04.9569978Z [00:03:18.747]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:04.9570753Z [00:03:18.749]➜  Candidate multilib: .;@m64
2025-08-20T22:50:04.9577750Z [00:03:18.750]➜  Selected multilib: .;@m64
2025-08-20T22:50:04.9578295Z [00:03:18.750]➜   (in-process)
2025-08-20T22:50:04.9593900Z [00:03:18.751]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name stress-memhotplug.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o stress-memhotplug.o -x c stress-memhotplug.c
2025-08-20T22:50:04.9608074Z [00:03:18.752]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:50:04.9609134Z [00:03:18.752]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:50:04.9610441Z [00:03:18.752]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:50:04.9611936Z [00:03:18.752]➜  #include "..." search starts here:
2025-08-20T22:50:04.9612509Z [00:03:18.752]➜  #include <...> search starts here:
2025-08-20T22:50:04.9613031Z [00:03:18.753]➜   /usr/include/fortify
2025-08-20T22:50:04.9613637Z [00:03:18.753]➜   /usr/include
2025-08-20T22:50:04.9614157Z [00:03:18.753]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:50:04.9614709Z [00:03:18.753]➜  End of search list.
2025-08-20T22:50:05.0452604Z [00:03:18.840]➜  CC stress-memrate.c
2025-08-20T22:50:05.0833682Z [00:03:18.878]➜  Alpine clang version 20.1.8
2025-08-20T22:50:05.0837196Z [00:03:18.878]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:50:05.0837809Z [00:03:18.879]➜  Thread model: posix
2025-08-20T22:50:05.0838439Z [00:03:18.879]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:50:05.0839322Z [00:03:18.879]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:50:05.0840300Z [00:03:18.879]➜  System configuration file directory: /etc/clang20
2025-08-20T22:50:05.0841589Z [00:03:18.879]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:05.0842763Z [00:03:18.879]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:50:05.0843886Z [00:03:18.879]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:05.0844756Z [00:03:18.879]➜  Candidate multilib: .;@m64
2025-08-20T22:50:05.0845376Z [00:03:18.879]➜  Selected multilib: .;@m64
2025-08-20T22:50:05.0854742Z [00:03:18.880]➜   (in-process)
2025-08-20T22:50:05.0899058Z [00:03:18.883]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name stress-memrate.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o stress-memrate.o -x c stress-memrate.c
2025-08-20T22:50:05.0913772Z [00:03:18.883]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:50:05.0921521Z [00:03:18.887]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:50:05.0924703Z [00:03:18.887]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:50:05.0927658Z [00:03:18.888]➜  #include "..." search starts here:
2025-08-20T22:50:05.0929945Z [00:03:18.888]➜  #include <...> search starts here:
2025-08-20T22:50:05.0932596Z [00:03:18.888]➜   /usr/include/fortify
2025-08-20T22:50:05.0961597Z [00:03:18.888]➜   /usr/include
2025-08-20T22:50:05.0963484Z [00:03:18.888]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:50:05.0964040Z [00:03:18.889]➜  End of search list.
2025-08-20T22:50:05.6333831Z [00:03:19.428]➜  CC stress-memthrash.c
2025-08-20T22:50:05.7054584Z [00:03:19.500]➜  Alpine clang version 20.1.8
2025-08-20T22:50:05.7056119Z [00:03:19.500]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:50:05.7056679Z [00:03:19.500]➜  Thread model: posix
2025-08-20T22:50:05.7057217Z [00:03:19.500]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:50:05.7057982Z [00:03:19.500]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:50:05.7058811Z [00:03:19.500]➜  System configuration file directory: /etc/clang20
2025-08-20T22:50:05.7059818Z [00:03:19.500]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:05.7061190Z [00:03:19.500]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:50:05.7062300Z [00:03:19.500]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:05.7063242Z [00:03:19.500]➜  Candidate multilib: .;@m64
2025-08-20T22:50:05.7063854Z [00:03:19.500]➜  Selected multilib: .;@m64
2025-08-20T22:50:05.7088183Z [00:03:19.504]➜   (in-process)
2025-08-20T22:50:05.7129131Z [00:03:19.505]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name stress-memthrash.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o stress-memthrash.o -x c stress-memthrash.c
2025-08-20T22:50:05.7143893Z [00:03:19.506]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:50:05.7144955Z [00:03:19.506]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:50:05.7146476Z [00:03:19.506]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:50:05.7147675Z [00:03:19.506]➜  #include "..." search starts here:
2025-08-20T22:50:05.7148537Z [00:03:19.506]➜  #include <...> search starts here:
2025-08-20T22:50:05.7149184Z [00:03:19.506]➜   /usr/include/fortify
2025-08-20T22:50:05.7149730Z [00:03:19.506]➜   /usr/include
2025-08-20T22:50:05.7150311Z [00:03:19.506]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:50:05.7151128Z [00:03:19.506]➜  End of search list.
2025-08-20T22:50:06.4313730Z [00:03:20.226]➜  CC stress-mergesort.c
2025-08-20T22:50:06.4749496Z [00:03:20.270]➜  Alpine clang version 20.1.8
2025-08-20T22:50:06.4750310Z [00:03:20.270]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:50:06.4751135Z [00:03:20.270]➜  Thread model: posix
2025-08-20T22:50:06.4751748Z [00:03:20.270]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:50:06.4753562Z [00:03:20.270]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:50:06.4754509Z [00:03:20.270]➜  System configuration file directory: /etc/clang20
2025-08-20T22:50:06.4755527Z [00:03:20.270]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:06.4756666Z [00:03:20.270]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:50:06.4757782Z [00:03:20.270]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:06.4758630Z [00:03:20.270]➜  Candidate multilib: .;@m64
2025-08-20T22:50:06.4759211Z [00:03:20.270]➜  Selected multilib: .;@m64
2025-08-20T22:50:06.4766723Z [00:03:20.272]➜   (in-process)
2025-08-20T22:50:06.4799436Z [00:03:20.273]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name stress-mergesort.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o stress-mergesort.o -x c stress-mergesort.c
2025-08-20T22:50:06.4829192Z [00:03:20.278]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:50:06.4865207Z [00:03:20.279]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:50:06.4866636Z [00:03:20.279]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:50:06.4867927Z [00:03:20.279]➜  #include "..." search starts here:
2025-08-20T22:50:06.4868545Z [00:03:20.279]➜  #include <...> search starts here:
2025-08-20T22:50:06.4869139Z [00:03:20.279]➜   /usr/include/fortify
2025-08-20T22:50:06.4869678Z [00:03:20.279]➜   /usr/include
2025-08-20T22:50:06.4870232Z [00:03:20.279]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:50:06.4871005Z [00:03:20.279]➜  End of search list.
2025-08-20T22:50:07.5689727Z [00:03:21.364]➜  CC stress-metamix.c
2025-08-20T22:50:07.6038166Z [00:03:21.399]➜  Alpine clang version 20.1.8
2025-08-20T22:50:07.6042484Z [00:03:21.399]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:50:07.6043190Z [00:03:21.399]➜  Thread model: posix
2025-08-20T22:50:07.6043810Z [00:03:21.399]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:50:07.6044720Z [00:03:21.399]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:50:07.6045649Z [00:03:21.399]➜  System configuration file directory: /etc/clang20
2025-08-20T22:50:07.6046672Z [00:03:21.399]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:07.6047823Z [00:03:21.399]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:50:07.6048881Z [00:03:21.399]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:07.6049645Z [00:03:21.399]➜  Candidate multilib: .;@m64
2025-08-20T22:50:07.6050157Z [00:03:21.399]➜  Selected multilib: .;@m64
2025-08-20T22:50:07.6050672Z [00:03:21.399]➜   (in-process)
2025-08-20T22:50:07.6097034Z [00:03:21.400]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name stress-metamix.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o stress-metamix.o -x c stress-metamix.c
2025-08-20T22:50:07.6111163Z [00:03:21.401]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:50:07.6112394Z [00:03:21.401]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:50:07.6113929Z [00:03:21.402]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:50:07.6115124Z [00:03:21.402]➜  #include "..." search starts here:
2025-08-20T22:50:07.6115791Z [00:03:21.402]➜  #include <...> search starts here:
2025-08-20T22:50:07.6116395Z [00:03:21.402]➜   /usr/include/fortify
2025-08-20T22:50:07.6116927Z [00:03:21.402]➜   /usr/include
2025-08-20T22:50:07.6117502Z [00:03:21.402]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:50:07.6118126Z [00:03:21.402]➜  End of search list.
2025-08-20T22:50:08.0884448Z [00:03:21.883]➜  CC stress-mincore.c
2025-08-20T22:50:08.1255896Z [00:03:21.920]➜  Alpine clang version 20.1.8
2025-08-20T22:50:08.1260318Z [00:03:21.920]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:50:08.1270292Z [00:03:21.920]➜  Thread model: posix
2025-08-20T22:50:08.1271194Z [00:03:21.921]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:50:08.1272055Z [00:03:21.921]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:50:08.1272941Z [00:03:21.921]➜  System configuration file directory: /etc/clang20
2025-08-20T22:50:08.1273934Z [00:03:21.921]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:08.1275079Z [00:03:21.921]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:50:08.1276143Z [00:03:21.921]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:08.1276934Z [00:03:21.921]➜  Candidate multilib: .;@m64
2025-08-20T22:50:08.1277503Z [00:03:21.921]➜  Selected multilib: .;@m64
2025-08-20T22:50:08.1278015Z [00:03:21.921]➜   (in-process)
2025-08-20T22:50:08.1295969Z [00:03:21.922]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name stress-mincore.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o stress-mincore.o -x c stress-mincore.c
2025-08-20T22:50:08.1340183Z [00:03:21.923]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:50:08.1341542Z [00:03:21.923]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:50:08.1343001Z [00:03:21.923]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:50:08.1344190Z [00:03:21.923]➜  #include "..." search starts here:
2025-08-20T22:50:08.1344828Z [00:03:21.923]➜  #include <...> search starts here:
2025-08-20T22:50:08.1345402Z [00:03:21.923]➜   /usr/include/fortify
2025-08-20T22:50:08.1345918Z [00:03:21.923]➜   /usr/include
2025-08-20T22:50:08.1346497Z [00:03:21.923]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:50:08.1347092Z [00:03:21.923]➜  End of search list.
2025-08-20T22:50:08.2193582Z [00:03:22.014]➜  CC stress-min-nanosleep.c
2025-08-20T22:50:08.2572417Z [00:03:22.052]➜  Alpine clang version 20.1.8
2025-08-20T22:50:08.2574164Z [00:03:22.052]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:50:08.2574831Z [00:03:22.052]➜  Thread model: posix
2025-08-20T22:50:08.2575452Z [00:03:22.052]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:50:08.2576297Z [00:03:22.052]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:50:08.2577211Z [00:03:22.052]➜  System configuration file directory: /etc/clang20
2025-08-20T22:50:08.2578213Z [00:03:22.052]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:08.2579304Z [00:03:22.052]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:50:08.2580362Z [00:03:22.052]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:08.2587221Z [00:03:22.052]➜  Candidate multilib: .;@m64
2025-08-20T22:50:08.2588980Z [00:03:22.052]➜  Selected multilib: .;@m64
2025-08-20T22:50:08.2591944Z [00:03:22.052]➜   (in-process)
2025-08-20T22:50:08.2623430Z [00:03:22.052]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name stress-min-nanosleep.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o stress-min-nanosleep.o -x c stress-min-nanosleep.c
2025-08-20T22:50:08.2641344Z [00:03:22.054]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:50:08.2642972Z [00:03:22.054]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:50:08.2644269Z [00:03:22.055]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:50:08.2645363Z [00:03:22.055]➜  #include "..." search starts here:
2025-08-20T22:50:08.2645966Z [00:03:22.055]➜  #include <...> search starts here:
2025-08-20T22:50:08.2646523Z [00:03:22.055]➜   /usr/include/fortify
2025-08-20T22:50:08.2647019Z [00:03:22.055]➜   /usr/include
2025-08-20T22:50:08.2647552Z [00:03:22.055]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:50:08.2648101Z [00:03:22.055]➜  End of search list.
2025-08-20T22:50:08.4262072Z [00:03:22.221]➜  CC stress-misaligned.c
2025-08-20T22:50:08.4976007Z [00:03:22.292]➜  Alpine clang version 20.1.8
2025-08-20T22:50:08.4977395Z [00:03:22.292]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:50:08.4979327Z [00:03:22.292]➜  Thread model: posix
2025-08-20T22:50:08.4979918Z [00:03:22.292]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:50:08.4981038Z [00:03:22.293]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:50:08.5004446Z [00:03:22.295]➜  System configuration file directory: /etc/clang20
2025-08-20T22:50:08.5006631Z [00:03:22.295]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:08.5007757Z [00:03:22.295]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:50:08.5008845Z [00:03:22.295]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:08.5009656Z [00:03:22.295]➜  Candidate multilib: .;@m64
2025-08-20T22:50:08.5010507Z [00:03:22.295]➜  Selected multilib: .;@m64
2025-08-20T22:50:08.5023525Z [00:03:22.297]➜   (in-process)
2025-08-20T22:50:08.5041575Z [00:03:22.297]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name stress-misaligned.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o stress-misaligned.o -x c stress-misaligned.c
2025-08-20T22:50:08.5071926Z [00:03:22.301]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:50:08.5072959Z [00:03:22.301]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:50:08.5074309Z [00:03:22.302]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:50:08.5075483Z [00:03:22.302]➜  #include "..." search starts here:
2025-08-20T22:50:08.5076146Z [00:03:22.302]➜  #include <...> search starts here:
2025-08-20T22:50:08.5076762Z [00:03:22.302]➜   /usr/include/fortify
2025-08-20T22:50:08.5077299Z [00:03:22.302]➜   /usr/include
2025-08-20T22:50:08.5077884Z [00:03:22.302]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:50:08.5078473Z [00:03:22.302]➜  End of search list.
2025-08-20T22:50:08.6873784Z [00:03:22.482]➜  CC stress-mknod.c
2025-08-20T22:50:08.7630322Z [00:03:22.558]➜  Alpine clang version 20.1.8
2025-08-20T22:50:08.7635569Z [00:03:22.558]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:50:08.7640512Z [00:03:22.559]➜  Thread model: posix
2025-08-20T22:50:08.7665291Z [00:03:22.561]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:50:08.7679729Z [00:03:22.562]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:50:08.7684491Z [00:03:22.562]➜  System configuration file directory: /etc/clang20
2025-08-20T22:50:08.7685523Z [00:03:22.562]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:08.7696133Z [00:03:22.564]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:50:08.7701784Z [00:03:22.565]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:08.7702797Z [00:03:22.565]➜  Candidate multilib: .;@m64
2025-08-20T22:50:08.7705893Z [00:03:22.565]➜  Selected multilib: .;@m64
2025-08-20T22:50:08.7716679Z [00:03:22.566]➜   (in-process)
2025-08-20T22:50:08.7773959Z [00:03:22.571]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name stress-mknod.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o stress-mknod.o -x c stress-mknod.c
2025-08-20T22:50:08.7798869Z [00:03:22.574]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:50:08.7808633Z [00:03:22.576]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:50:08.7844225Z [00:03:22.579]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:50:08.7849791Z [00:03:22.580]➜  #include "..." search starts here:
2025-08-20T22:50:08.7874303Z [00:03:22.582]➜  #include <...> search starts here:
2025-08-20T22:50:08.7879318Z [00:03:22.583]➜   /usr/include/fortify
2025-08-20T22:50:08.7884960Z [00:03:22.583]➜   /usr/include
2025-08-20T22:50:08.7885825Z [00:03:22.583]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:50:08.7886739Z [00:03:22.583]➜  End of search list.
2025-08-20T22:50:08.9515552Z [00:03:22.746]➜  CC stress-mlock.c
2025-08-20T22:50:08.9901350Z [00:03:22.785]➜  Alpine clang version 20.1.8
2025-08-20T22:50:08.9902583Z [00:03:22.785]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:50:08.9904838Z [00:03:22.785]➜  Thread model: posix
2025-08-20T22:50:08.9905431Z [00:03:22.785]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:50:08.9906225Z [00:03:22.785]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:50:08.9907048Z [00:03:22.785]➜  System configuration file directory: /etc/clang20
2025-08-20T22:50:08.9907949Z [00:03:22.785]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:08.9908994Z [00:03:22.785]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:50:08.9910059Z [00:03:22.785]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:08.9911406Z [00:03:22.785]➜  Candidate multilib: .;@m64
2025-08-20T22:50:08.9912012Z [00:03:22.785]➜  Selected multilib: .;@m64
2025-08-20T22:50:08.9931690Z [00:03:22.788]➜   (in-process)
2025-08-20T22:50:08.9948415Z [00:03:22.788]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name stress-mlock.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o stress-mlock.o -x c stress-mlock.c
2025-08-20T22:50:08.9975231Z [00:03:22.792]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:50:09.0005640Z [00:03:22.795]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:50:09.0011700Z [00:03:22.796]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:50:09.0017488Z [00:03:22.797]➜  #include "..." search starts here:
2025-08-20T22:50:09.0022746Z [00:03:22.797]➜  #include <...> search starts here:
2025-08-20T22:50:09.0027746Z [00:03:22.798]➜   /usr/include/fortify
2025-08-20T22:50:09.0033137Z [00:03:22.798]➜   /usr/include
2025-08-20T22:50:09.0036821Z [00:03:22.798]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:50:09.0039630Z [00:03:22.799]➜  End of search list.
2025-08-20T22:50:09.1703827Z [00:03:22.965]➜  CC stress-mlockmany.c
2025-08-20T22:50:09.2446295Z [00:03:23.039]➜  Alpine clang version 20.1.8
2025-08-20T22:50:09.2447738Z [00:03:23.039]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:50:09.2449758Z [00:03:23.039]➜  Thread model: posix
2025-08-20T22:50:09.2450612Z [00:03:23.039]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:50:09.2451690Z [00:03:23.039]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:50:09.2452594Z [00:03:23.039]➜  System configuration file directory: /etc/clang20
2025-08-20T22:50:09.2453632Z [00:03:23.039]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:09.2454803Z [00:03:23.039]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:50:09.2456142Z [00:03:23.040]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:09.2457034Z [00:03:23.040]➜  Candidate multilib: .;@m64
2025-08-20T22:50:09.2457671Z [00:03:23.040]➜  Selected multilib: .;@m64
2025-08-20T22:50:09.2499142Z [00:03:23.045]➜   (in-process)
2025-08-20T22:50:09.2529016Z [00:03:23.046]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name stress-mlockmany.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o stress-mlockmany.o -x c stress-mlockmany.c
2025-08-20T22:50:09.2557845Z [00:03:23.050]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:50:09.2568624Z [00:03:23.052]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:50:09.2572895Z [00:03:23.052]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:50:09.2578455Z [00:03:23.053]➜  #include "..." search starts here:
2025-08-20T22:50:09.2583695Z [00:03:23.053]➜  #include <...> search starts here:
2025-08-20T22:50:09.2588764Z [00:03:23.054]➜   /usr/include/fortify
2025-08-20T22:50:09.2593661Z [00:03:23.054]➜   /usr/include
2025-08-20T22:50:09.2597134Z [00:03:23.055]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:50:09.2600511Z [00:03:23.055]➜  End of search list.
2025-08-20T22:50:09.7087284Z [00:03:23.503]➜  CC stress-mmap.c
2025-08-20T22:50:09.7610696Z [00:03:23.556]➜  Alpine clang version 20.1.8
2025-08-20T22:50:09.7611511Z [00:03:23.556]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:50:09.7613925Z [00:03:23.556]➜  Thread model: posix
2025-08-20T22:50:09.7618596Z [00:03:23.556]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:50:09.7623969Z [00:03:23.556]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:50:09.7627613Z [00:03:23.556]➜  System configuration file directory: /etc/clang20
2025-08-20T22:50:09.7633421Z [00:03:23.556]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:09.7634568Z [00:03:23.556]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:50:09.7635770Z [00:03:23.556]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:09.7636594Z [00:03:23.556]➜  Candidate multilib: .;@m64
2025-08-20T22:50:09.7637214Z [00:03:23.556]➜  Selected multilib: .;@m64
2025-08-20T22:50:09.7655483Z [00:03:23.560]➜   (in-process)
2025-08-20T22:50:09.7673201Z [00:03:23.560]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name stress-mmap.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o stress-mmap.o -x c stress-mmap.c
2025-08-20T22:50:09.7721120Z [00:03:23.567]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:50:09.7722204Z [00:03:23.567]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:50:09.7723547Z [00:03:23.567]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:50:09.7724738Z [00:03:23.567]➜  #include "..." search starts here:
2025-08-20T22:50:09.7725436Z [00:03:23.567]➜  #include <...> search starts here:
2025-08-20T22:50:09.7726049Z [00:03:23.567]➜   /usr/include/fortify
2025-08-20T22:50:09.7726600Z [00:03:23.567]➜   /usr/include
2025-08-20T22:50:09.7727196Z [00:03:23.567]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:50:09.7727823Z [00:03:23.567]➜  End of search list.
2025-08-20T22:50:09.9892864Z [00:03:23.784]➜  CC stress-mmapaddr.c
2025-08-20T22:50:10.0261707Z [00:03:23.821]➜  Alpine clang version 20.1.8
2025-08-20T22:50:10.0264819Z [00:03:23.821]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:50:10.0266400Z [00:03:23.821]➜  Thread model: posix
2025-08-20T22:50:10.0267574Z [00:03:23.821]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:50:10.0269103Z [00:03:23.821]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:50:10.0271719Z [00:03:23.821]➜  System configuration file directory: /etc/clang20
2025-08-20T22:50:10.0274012Z [00:03:23.821]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:10.0275747Z [00:03:23.821]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:50:10.0278302Z [00:03:23.821]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:10.0279147Z [00:03:23.821]➜  Candidate multilib: .;@m64
2025-08-20T22:50:10.0279729Z [00:03:23.821]➜  Selected multilib: .;@m64
2025-08-20T22:50:10.0280273Z [00:03:23.821]➜   (in-process)
2025-08-20T22:50:10.0305811Z [00:03:23.822]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name stress-mmapaddr.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o stress-mmapaddr.o -x c stress-mmapaddr.c
2025-08-20T22:50:10.0341096Z [00:03:23.823]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:50:10.0342178Z [00:03:23.824]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:50:10.0343500Z [00:03:23.824]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:50:10.0344676Z [00:03:23.824]➜  #include "..." search starts here:
2025-08-20T22:50:10.0345305Z [00:03:23.824]➜  #include <...> search starts here:
2025-08-20T22:50:10.0345898Z [00:03:23.824]➜   /usr/include/fortify
2025-08-20T22:50:10.0346419Z [00:03:23.824]➜   /usr/include
2025-08-20T22:50:10.0346997Z [00:03:23.824]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:50:10.0347590Z [00:03:23.824]➜  End of search list.
2025-08-20T22:50:10.1469627Z [00:03:23.942]➜  CC stress-mmapcow.c
2025-08-20T22:50:10.1774702Z [00:03:23.972]➜  CC stress-mmapfiles.c
2025-08-20T22:50:10.1815904Z [00:03:23.976]➜  Alpine clang version 20.1.8
2025-08-20T22:50:10.1819574Z [00:03:23.977]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:50:10.1823170Z [00:03:23.977]➜  Thread model: posix
2025-08-20T22:50:10.1826369Z [00:03:23.977]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:50:10.1829895Z [00:03:23.978]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:50:10.1834308Z [00:03:23.978]➜  System configuration file directory: /etc/clang20
2025-08-20T22:50:10.1838780Z [00:03:23.979]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:10.1875253Z [00:03:23.979]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:50:10.1876533Z [00:03:23.979]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:10.1877408Z [00:03:23.979]➜  Candidate multilib: .;@m64
2025-08-20T22:50:10.1878002Z [00:03:23.979]➜  Selected multilib: .;@m64
2025-08-20T22:50:10.1878585Z [00:03:23.979]➜   (in-process)
2025-08-20T22:50:10.1900342Z [00:03:23.983]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name stress-mmapcow.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o stress-mmapcow.o -x c stress-mmapcow.c
2025-08-20T22:50:10.1916884Z [00:03:23.986]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:50:10.1917919Z [00:03:23.986]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:50:10.1919208Z [00:03:23.986]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:50:10.1920328Z [00:03:23.986]➜  #include "..." search starts here:
2025-08-20T22:50:10.1921126Z [00:03:23.986]➜  #include <...> search starts here:
2025-08-20T22:50:10.1921711Z [00:03:23.986]➜   /usr/include/fortify
2025-08-20T22:50:10.1922244Z [00:03:23.986]➜   /usr/include
2025-08-20T22:50:10.1922808Z [00:03:23.986]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:50:10.1923599Z [00:03:23.986]➜  End of search list.
2025-08-20T22:50:10.2120605Z [00:03:24.007]➜  Alpine clang version 20.1.8
2025-08-20T22:50:10.2124332Z [00:03:24.007]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:50:10.2127593Z [00:03:24.008]➜  Thread model: posix
2025-08-20T22:50:10.2130937Z [00:03:24.008]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:50:10.2142895Z [00:03:24.009]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:50:10.2147501Z [00:03:24.010]➜  System configuration file directory: /etc/clang20
2025-08-20T22:50:10.2152014Z [00:03:24.010]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:10.2154547Z [00:03:24.010]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:50:10.2157038Z [00:03:24.010]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:10.2159737Z [00:03:24.010]➜  Candidate multilib: .;@m64
2025-08-20T22:50:10.2162658Z [00:03:24.010]➜  Selected multilib: .;@m64
2025-08-20T22:50:10.2173071Z [00:03:24.010]➜   (in-process)
2025-08-20T22:50:10.2195910Z [00:03:24.010]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name stress-mmapfiles.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o stress-mmapfiles.o -x c stress-mmapfiles.c
2025-08-20T22:50:10.2209767Z [00:03:24.010]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:50:10.2231147Z [00:03:24.010]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:50:10.2232633Z [00:03:24.010]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:50:10.2233854Z [00:03:24.010]➜  #include "..." search starts here:
2025-08-20T22:50:10.2234550Z [00:03:24.010]➜  #include <...> search starts here:
2025-08-20T22:50:10.2235174Z [00:03:24.010]➜   /usr/include/fortify
2025-08-20T22:50:10.2235729Z [00:03:24.010]➜   /usr/include
2025-08-20T22:50:10.2236299Z [00:03:24.010]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:50:10.2237090Z [00:03:24.010]➜  End of search list.
2025-08-20T22:50:10.3470056Z [00:03:24.142]➜  CC stress-mmapfixed.c
2025-08-20T22:50:10.3829666Z [00:03:24.178]➜  Alpine clang version 20.1.8
2025-08-20T22:50:10.3832173Z [00:03:24.178]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:50:10.3842170Z [00:03:24.178]➜  Thread model: posix
2025-08-20T22:50:10.3843087Z [00:03:24.178]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:50:10.3844160Z [00:03:24.178]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:50:10.3845576Z [00:03:24.178]➜  System configuration file directory: /etc/clang20
2025-08-20T22:50:10.3846822Z [00:03:24.178]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:10.3848254Z [00:03:24.178]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:50:10.3852047Z [00:03:24.178]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:10.3852932Z [00:03:24.178]➜  Candidate multilib: .;@m64
2025-08-20T22:50:10.3853565Z [00:03:24.178]➜  Selected multilib: .;@m64
2025-08-20T22:50:10.3854137Z [00:03:24.180]➜   (in-process)
2025-08-20T22:50:10.3901361Z [00:03:24.180]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name stress-mmapfixed.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o stress-mmapfixed.o -x c stress-mmapfixed.c
2025-08-20T22:50:10.3915006Z [00:03:24.181]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:50:10.3916087Z [00:03:24.181]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:50:10.3917470Z [00:03:24.181]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:50:10.3918724Z [00:03:24.181]➜  #include "..." search starts here:
2025-08-20T22:50:10.3919393Z [00:03:24.181]➜  #include <...> search starts here:
2025-08-20T22:50:10.3920029Z [00:03:24.181]➜   /usr/include/fortify
2025-08-20T22:50:10.3920567Z [00:03:24.181]➜   /usr/include
2025-08-20T22:50:10.3921563Z [00:03:24.181]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:50:10.3922176Z [00:03:24.181]➜  End of search list.
2025-08-20T22:50:10.6775108Z [00:03:24.472]➜  CC stress-mmapfork.c
2025-08-20T22:50:10.7124937Z [00:03:24.507]➜  Alpine clang version 20.1.8
2025-08-20T22:50:10.7130971Z [00:03:24.508]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:50:10.7132095Z [00:03:24.508]➜  Thread model: posix
2025-08-20T22:50:10.7133454Z [00:03:24.508]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:50:10.7134597Z [00:03:24.508]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:50:10.7135443Z [00:03:24.508]➜  System configuration file directory: /etc/clang20
2025-08-20T22:50:10.7136380Z [00:03:24.508]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:10.7137401Z [00:03:24.508]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:50:10.7138393Z [00:03:24.508]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:10.7139180Z [00:03:24.508]➜  Candidate multilib: .;@m64
2025-08-20T22:50:10.7139748Z [00:03:24.508]➜  Selected multilib: .;@m64
2025-08-20T22:50:10.7140236Z [00:03:24.508]➜   (in-process)
2025-08-20T22:50:10.7168829Z [00:03:24.509]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name stress-mmapfork.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o stress-mmapfork.o -x c stress-mmapfork.c
2025-08-20T22:50:10.7193147Z [00:03:24.510]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:50:10.7194176Z [00:03:24.510]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:50:10.7195499Z [00:03:24.511]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:50:10.7196608Z [00:03:24.511]➜  #include "..." search starts here:
2025-08-20T22:50:10.7197276Z [00:03:24.511]➜  #include <...> search starts here:
2025-08-20T22:50:10.7197852Z [00:03:24.511]➜   /usr/include/fortify
2025-08-20T22:50:10.7198525Z [00:03:24.511]➜   /usr/include
2025-08-20T22:50:10.7199076Z [00:03:24.511]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:50:10.7199702Z [00:03:24.511]➜  End of search list.
2025-08-20T22:50:11.4013149Z [00:03:25.195]➜  CC stress-mmaphuge.c
2025-08-20T22:50:11.4357445Z [00:03:25.230]➜  Alpine clang version 20.1.8
2025-08-20T22:50:11.4361825Z [00:03:25.231]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:50:11.4365616Z [00:03:25.231]➜  Thread model: posix
2025-08-20T22:50:11.4370130Z [00:03:25.232]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:50:11.4375209Z [00:03:25.232]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:50:11.4380240Z [00:03:25.233]➜  System configuration file directory: /etc/clang20
2025-08-20T22:50:11.4385163Z [00:03:25.233]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:11.4390156Z [00:03:25.234]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:50:11.4392475Z [00:03:25.234]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:11.4399155Z [00:03:25.235]➜  Candidate multilib: .;@m64
2025-08-20T22:50:11.4400114Z [00:03:25.235]➜  Selected multilib: .;@m64
2025-08-20T22:50:11.4407034Z [00:03:25.236]➜   (in-process)
2025-08-20T22:50:11.4459313Z [00:03:25.239]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name stress-mmaphuge.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o stress-mmaphuge.o -x c stress-mmaphuge.c
2025-08-20T22:50:11.4485485Z [00:03:25.243]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:50:11.4486572Z [00:03:25.243]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:50:11.4487946Z [00:03:25.243]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:50:11.4489163Z [00:03:25.243]➜  #include "..." search starts here:
2025-08-20T22:50:11.4489859Z [00:03:25.243]➜  #include <...> search starts here:
2025-08-20T22:50:11.4490690Z [00:03:25.243]➜   /usr/include/fortify
2025-08-20T22:50:11.4491467Z [00:03:25.243]➜   /usr/include
2025-08-20T22:50:11.4492058Z [00:03:25.243]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:50:11.4492650Z [00:03:25.243]➜  End of search list.
2025-08-20T22:50:11.5758493Z [00:03:25.371]➜  CC stress-mmapmany.c
2025-08-20T22:50:11.6082869Z [00:03:25.403]➜  Alpine clang version 20.1.8
2025-08-20T22:50:11.6083642Z [00:03:25.403]➜  Target: CC stress-mmaprandom.c
2025-08-20T22:50:11.6084550Z [00:03:25.403]➜  x86_64-alpine-linux-musl
2025-08-20T22:50:11.6085393Z [00:03:25.403]➜  Thread model: posix
2025-08-20T22:50:11.6102883Z [00:03:25.404]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:50:11.6104130Z [00:03:25.404]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:50:11.6105487Z [00:03:25.404]➜  System configuration file directory: /etc/clang20
2025-08-20T22:50:11.6106622Z [00:03:25.405]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:11.6108095Z [00:03:25.405]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:50:11.6109921Z [00:03:25.405]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:11.6111833Z [00:03:25.405]➜  Candidate multilib: .;@m64
2025-08-20T22:50:11.6112742Z [00:03:25.405]➜  Selected multilib: .;@m64
2025-08-20T22:50:11.6113705Z [00:03:25.405]➜   (in-process)
2025-08-20T22:50:11.6179583Z [00:03:25.411]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name stress-mmapmany.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o stress-mmapmany.o -x c stress-mmapmany.c
2025-08-20T22:50:11.6196934Z [00:03:25.411]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:50:11.6197899Z [00:03:25.411]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:50:11.6199135Z [00:03:25.411]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:50:11.6200406Z [00:03:25.411]➜  #include "..." search starts here:
2025-08-20T22:50:11.6201247Z [00:03:25.412]➜  #include <...> search starts here:
2025-08-20T22:50:11.6201862Z [00:03:25.412]➜   /usr/include/fortify
2025-08-20T22:50:11.6202380Z [00:03:25.412]➜   /usr/include
2025-08-20T22:50:11.6202937Z [00:03:25.412]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:50:11.6203514Z [00:03:25.412]➜  End of search list.
2025-08-20T22:50:11.6435562Z [00:03:25.438]➜  Alpine clang version 20.1.8
2025-08-20T22:50:11.6464230Z [00:03:25.438]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:50:11.6464932Z [00:03:25.438]➜  Thread model: posix
2025-08-20T22:50:11.6465596Z [00:03:25.438]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:50:11.6466464Z [00:03:25.438]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:50:11.6467433Z [00:03:25.438]➜  System configuration file directory: /etc/clang20
2025-08-20T22:50:11.6468472Z [00:03:25.438]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:11.6469645Z [00:03:25.438]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:50:11.6470752Z [00:03:25.438]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:11.6471835Z [00:03:25.438]➜  Candidate multilib: .;@m64
2025-08-20T22:50:11.6472393Z [00:03:25.438]➜  Selected multilib: .;@m64
2025-08-20T22:50:11.6472904Z [00:03:25.439]➜   (in-process)
2025-08-20T22:50:11.6488377Z [00:03:25.440]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name stress-mmaprandom.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o stress-mmaprandom.o -x c stress-mmaprandom.c
2025-08-20T22:50:11.6534718Z [00:03:25.441]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:50:11.6535704Z [00:03:25.441]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:50:11.6537011Z [00:03:25.441]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:50:11.6538351Z [00:03:25.441]➜  #include "..." search starts here:
2025-08-20T22:50:11.6538962Z [00:03:25.441]➜  #include <...> search starts here:
2025-08-20T22:50:11.6539510Z [00:03:25.441]➜   /usr/include/fortify
2025-08-20T22:50:11.6540000Z [00:03:25.441]➜   /usr/include
2025-08-20T22:50:11.6540645Z [00:03:25.441]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:50:11.6541492Z [00:03:25.441]➜  End of search list.
2025-08-20T22:50:11.7123765Z [00:03:25.507]➜  CC stress-mmaptorture.c
2025-08-20T22:50:11.7229876Z [00:03:25.518]➜  CC stress-module.c
2025-08-20T22:50:11.7590966Z [00:03:25.554]➜  Alpine clang version 20.1.8
2025-08-20T22:50:11.7616242Z [00:03:25.554]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:50:11.7616874Z [00:03:25.554]➜  Thread model: posix
2025-08-20T22:50:11.7617489Z [00:03:25.554]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:50:11.7618359Z [00:03:25.554]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:50:11.7619226Z [00:03:25.554]➜  System configuration file directory: /etc/clang20
2025-08-20T22:50:11.7620153Z [00:03:25.554]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:11.7621353Z [00:03:25.554]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:50:11.7622308Z [00:03:25.554]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:11.7623079Z [00:03:25.554]➜  Candidate multilib: .;@m64
2025-08-20T22:50:11.7623610Z [00:03:25.554]➜  Selected multilib: .;@m64
2025-08-20T22:50:11.7624080Z [00:03:25.554]➜   (in-process)
2025-08-20T22:50:11.7638617Z [00:03:25.555]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name stress-module.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o stress-module.o -x c stress-module.c
2025-08-20T22:50:11.7655552Z [00:03:25.556]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:50:11.7656631Z [00:03:25.557]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:50:11.7658166Z [00:03:25.557]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:50:11.7659333Z [00:03:25.557]➜  #include "..." search starts here:
2025-08-20T22:50:11.7659995Z [00:03:25.557]➜  #include <...> search starts here:
2025-08-20T22:50:11.7660619Z [00:03:25.557]➜   /usr/include/fortify
2025-08-20T22:50:11.7661381Z [00:03:25.557]➜   /usr/include
2025-08-20T22:50:11.7661936Z [00:03:25.557]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:50:11.7662540Z [00:03:25.557]➜  End of search list.
2025-08-20T22:50:11.7819918Z [00:03:25.577]➜  Alpine clang version 20.1.8
2025-08-20T22:50:11.7832973Z [00:03:25.577]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:50:11.7833574Z [00:03:25.577]➜  Thread model: posix
2025-08-20T22:50:11.7834136Z [00:03:25.577]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:50:11.7834923Z [00:03:25.577]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:50:11.7846115Z [00:03:25.579]➜  System configuration file directory: /etc/clang20
2025-08-20T22:50:11.7864462Z [00:03:25.579]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:11.7865547Z [00:03:25.579]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:50:11.7866536Z [00:03:25.579]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:11.7867284Z [00:03:25.580]➜  Candidate multilib: .;@m64
2025-08-20T22:50:11.7867852Z [00:03:25.580]➜  Selected multilib: .;@m64
2025-08-20T22:50:11.7868350Z [00:03:25.580]➜   (in-process)
2025-08-20T22:50:11.7891346Z [00:03:25.583]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name stress-mmaptorture.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o stress-mmaptorture.o -x c stress-mmaptorture.c
2025-08-20T22:50:11.7934251Z [00:03:25.588]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:50:11.7989887Z [00:03:25.588]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:50:11.7991449Z [00:03:25.588]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:50:11.7992451Z [00:03:25.588]➜  #include "..." search starts here:
2025-08-20T22:50:11.7993001Z [00:03:25.588]➜  #include <...> search starts here:
2025-08-20T22:50:11.7993481Z [00:03:25.588]➜   /usr/include/fortify
2025-08-20T22:50:11.7993898Z [00:03:25.588]➜   /usr/include
2025-08-20T22:50:11.7994359Z [00:03:25.588]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:50:11.7994858Z [00:03:25.588]➜  End of search list.
2025-08-20T22:50:11.8170082Z [00:03:25.612]➜  CC stress-monte-carlo.c
2025-08-20T22:50:11.8909418Z [00:03:25.686]➜  Alpine clang version 20.1.8
2025-08-20T22:50:11.8916414Z [00:03:25.686]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:50:11.8917013Z [00:03:25.686]➜  Thread model: posix
2025-08-20T22:50:11.8917597Z [00:03:25.686]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:50:11.8918366Z [00:03:25.686]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:50:11.8919184Z [00:03:25.686]➜  System configuration file directory: /etc/clang20
2025-08-20T22:50:11.8920100Z [00:03:25.686]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:11.8921236Z [00:03:25.686]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:50:11.8922230Z [00:03:25.686]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:11.8923035Z [00:03:25.686]➜  Candidate multilib: .;@m64
2025-08-20T22:50:11.8923588Z [00:03:25.686]➜  Selected multilib: .;@m64
2025-08-20T22:50:11.8924287Z [00:03:25.686]➜   (in-process)
2025-08-20T22:50:11.8941413Z [00:03:25.688]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name stress-monte-carlo.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o stress-monte-carlo.o -x c stress-monte-carlo.c
2025-08-20T22:50:11.8954727Z [00:03:25.689]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:50:11.8955868Z [00:03:25.689]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:50:11.8957148Z [00:03:25.689]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:50:11.8958234Z [00:03:25.689]➜  #include "..." search starts here:
2025-08-20T22:50:11.8958842Z [00:03:25.689]➜  #include <...> search starts here:
2025-08-20T22:50:11.8959419Z [00:03:25.689]➜   /usr/include/fortify
2025-08-20T22:50:11.8959923Z [00:03:25.689]➜   /usr/include
2025-08-20T22:50:11.8960476Z [00:03:25.689]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:50:11.8961249Z [00:03:25.689]➜  End of search list.
2025-08-20T22:50:12.2163635Z [00:03:26.011]➜  CC stress-mprotect.c
2025-08-20T22:50:12.2554157Z [00:03:26.050]➜  Alpine clang version 20.1.8
2025-08-20T22:50:12.2555240Z [00:03:26.050]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:50:12.2557890Z [00:03:26.050]➜  Thread model: posix
2025-08-20T22:50:12.2558995Z [00:03:26.050]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:50:12.2560284Z [00:03:26.050]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:50:12.2561772Z [00:03:26.050]➜  System configuration file directory: /etc/clang20
2025-08-20T22:50:12.2564610Z [00:03:26.050]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:12.2565770Z [00:03:26.050]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:50:12.2566876Z [00:03:26.050]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:12.2567760Z [00:03:26.050]➜  Candidate multilib: .;@m64
2025-08-20T22:50:12.2568626Z [00:03:26.050]➜  Selected multilib: .;@m64
2025-08-20T22:50:12.2577654Z [00:03:26.053]➜   (in-process)
2025-08-20T22:50:12.2604366Z [00:03:26.054]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name stress-mprotect.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o stress-mprotect.o -x c stress-mprotect.c
2025-08-20T22:50:12.2655999Z [00:03:26.060]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:50:12.2659248Z [00:03:26.060]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:50:12.2660634Z [00:03:26.060]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:50:12.2662026Z [00:03:26.060]➜  #include "..." search starts here:
2025-08-20T22:50:12.2662718Z [00:03:26.060]➜  #include <...> search starts here:
2025-08-20T22:50:12.2663334Z [00:03:26.060]➜   /usr/include/fortify
2025-08-20T22:50:12.2663895Z [00:03:26.060]➜   /usr/include
2025-08-20T22:50:12.2664490Z [00:03:26.060]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:50:12.2665102Z [00:03:26.060]➜  End of search list.
2025-08-20T22:50:13.2132872Z [00:03:27.008]➜  CC stress-mpfr.c
2025-08-20T22:50:13.2854485Z [00:03:27.080]➜  Alpine clang version 20.1.8
2025-08-20T22:50:13.2855701Z [00:03:27.080]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:50:13.2857714Z [00:03:27.080]➜  Thread model: posix
2025-08-20T22:50:13.2858416Z [00:03:27.080]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:50:13.2859297Z [00:03:27.080]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:50:13.2860193Z [00:03:27.080]➜  System configuration file directory: /etc/clang20
2025-08-20T22:50:13.2862667Z [00:03:27.080]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:13.2863860Z [00:03:27.080]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:50:13.2865003Z [00:03:27.080]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:13.2866093Z [00:03:27.080]➜  Candidate multilib: .;@m64
2025-08-20T22:50:13.2866749Z [00:03:27.080]➜  Selected multilib: .;@m64
2025-08-20T22:50:13.2867326Z [00:03:27.081]➜   (in-process)
2025-08-20T22:50:13.2915474Z [00:03:27.085]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name stress-mpfr.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o stress-mpfr.o -x c stress-mpfr.c
2025-08-20T22:50:13.2931502Z [00:03:27.086]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:50:13.2932584Z [00:03:27.087]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:50:13.2933928Z [00:03:27.087]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:50:13.2935116Z [00:03:27.087]➜  #include "..." search starts here:
2025-08-20T22:50:13.2935805Z [00:03:27.087]➜  #include <...> search starts here:
2025-08-20T22:50:13.2936438Z [00:03:27.087]➜   /usr/include/fortify
2025-08-20T22:50:13.2936975Z [00:03:27.087]➜   /usr/include
2025-08-20T22:50:13.2937569Z [00:03:27.087]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:50:13.2938177Z [00:03:27.087]➜  End of search list.
2025-08-20T22:50:13.2970090Z [00:03:27.092]➜  CC stress-mq.c
2025-08-20T22:50:13.3101991Z [00:03:27.103]➜  CC stress-mremap.c
2025-08-20T22:50:13.3449365Z [00:03:27.140]➜  Alpine clang version 20.1.8
2025-08-20T22:50:13.3453042Z [00:03:27.140]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:50:13.3453673Z [00:03:27.140]➜  Thread model: posix
2025-08-20T22:50:13.3454274Z [00:03:27.140]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:50:13.3455114Z [00:03:27.140]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:50:13.3455999Z [00:03:27.140]➜  System configuration file directory: /etc/clang20
2025-08-20T22:50:13.3456916Z [00:03:27.140]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:13.3457963Z [00:03:27.140]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:50:13.3459215Z [00:03:27.140]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:13.3462286Z [00:03:27.140]➜  Candidate multilib: .;@m64
2025-08-20T22:50:13.3463117Z [00:03:27.140]➜  Selected multilib: .;@m64
2025-08-20T22:50:13.3463716Z [00:03:27.140]➜   (in-process)
2025-08-20T22:50:13.3478894Z [00:03:27.141]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name stress-mremap.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o stress-mremap.o -x c stress-mremap.c
2025-08-20T22:50:13.3494269Z [00:03:27.143]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:50:13.3498538Z [00:03:27.143]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:50:13.3499904Z [00:03:27.143]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:50:13.3501293Z [00:03:27.143]➜  #include "..." search starts here:
2025-08-20T22:50:13.3501957Z [00:03:27.143]➜  #include <...> search starts here:
2025-08-20T22:50:13.3502572Z [00:03:27.143]➜   /usr/include/fortify
2025-08-20T22:50:13.3503107Z [00:03:27.143]➜   /usr/include
2025-08-20T22:50:13.3503695Z [00:03:27.143]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:50:13.3504331Z [00:03:27.143]➜  End of search list.
2025-08-20T22:50:13.3648298Z [00:03:27.160]➜  Alpine clang version 20.1.8
2025-08-20T22:50:13.3651822Z [00:03:27.160]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:50:13.3652488Z [00:03:27.160]➜  Thread model: posix
2025-08-20T22:50:13.3654179Z [00:03:27.160]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:50:13.3655365Z [00:03:27.160]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:50:13.3674728Z [00:03:27.162]➜  System configuration file directory: /etc/clang20
2025-08-20T22:50:13.3675777Z [00:03:27.162]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:13.3676854Z [00:03:27.162]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:50:13.3678006Z [00:03:27.162]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:13.3678833Z [00:03:27.162]➜  Candidate multilib: .;@m64
2025-08-20T22:50:13.3679549Z [00:03:27.162]➜  Selected multilib: .;@m64
2025-08-20T22:50:13.3681153Z [00:03:27.163]➜   (in-process)
2025-08-20T22:50:13.3709995Z [00:03:27.164]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name stress-mq.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o stress-mq.o -x c stress-mq.c
2025-08-20T22:50:13.3723648Z [00:03:27.166]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:50:13.3739422Z [00:03:27.169]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:50:13.3741649Z [00:03:27.169]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:50:13.3742751Z [00:03:27.169]➜  #include "..." search starts here:
2025-08-20T22:50:13.3743320Z [00:03:27.169]➜  #include <...> search starts here:
2025-08-20T22:50:13.3743881Z [00:03:27.169]➜   /usr/include/fortify
2025-08-20T22:50:13.3744345Z [00:03:27.169]➜   /usr/include
2025-08-20T22:50:13.3744853Z [00:03:27.169]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:50:13.3745404Z [00:03:27.169]➜  End of search list.
2025-08-20T22:50:13.4373493Z [00:03:27.232]➜  CC stress-mseal.c
2025-08-20T22:50:13.4776856Z [00:03:27.272]➜  Alpine clang version 20.1.8
2025-08-20T22:50:13.4779823Z [00:03:27.272]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:50:13.4780468Z [00:03:27.273]➜  Thread model: posix
2025-08-20T22:50:13.4781313Z [00:03:27.273]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:50:13.4782123Z [00:03:27.273]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:50:13.4782986Z [00:03:27.273]➜  System configuration file directory: /etc/clang20
2025-08-20T22:50:13.4784008Z [00:03:27.273]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:13.4785384Z [00:03:27.273]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:50:13.4786481Z [00:03:27.273]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:13.4787322Z [00:03:27.273]➜  Candidate multilib: .;@m64
2025-08-20T22:50:13.4788120Z [00:03:27.273]➜  Selected multilib: .;@m64
2025-08-20T22:50:13.4788698Z [00:03:27.273]➜   (in-process)
2025-08-20T22:50:13.4834644Z [00:03:27.273]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name stress-mseal.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o stress-mseal.o -x c stress-mseal.c
2025-08-20T22:50:13.4848494Z [00:03:27.273]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:50:13.4849515Z [00:03:27.273]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:50:13.4851007Z [00:03:27.273]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:50:13.4852104Z [00:03:27.273]➜  #include "..." search starts here:
2025-08-20T22:50:13.4852682Z [00:03:27.273]➜  #include <...> search starts here:
2025-08-20T22:50:13.4853197Z [00:03:27.273]➜   /usr/include/fortify
2025-08-20T22:50:13.4853653Z [00:03:27.273]➜   /usr/include
2025-08-20T22:50:13.4854156Z [00:03:27.273]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:50:13.4854673Z [00:03:27.273]➜  End of search list.
2025-08-20T22:50:13.4979223Z [00:03:27.293]➜  CC stress-msg.c
2025-08-20T22:50:13.5376659Z [00:03:27.332]➜  CC stress-msync.c
2025-08-20T22:50:13.5408929Z [00:03:27.336]➜  CC stress-msyncmany.c
2025-08-20T22:50:13.5693493Z [00:03:27.364]➜  Alpine clang version 20.1.8
2025-08-20T22:50:13.5703060Z [00:03:27.364]➜  Target: Alpine clang version 20.1.8
2025-08-20T22:50:13.5703742Z [00:03:27.364]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:50:13.5704310Z [00:03:27.364]➜  Thread model: posix
2025-08-20T22:50:13.5704915Z [00:03:27.364]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:50:13.5705812Z [00:03:27.364]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:50:13.5706887Z [00:03:27.364]➜  System configuration file directory: /etc/clang20
2025-08-20T22:50:13.5707885Z [00:03:27.364]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:13.5709545Z [00:03:27.364]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:50:13.5711125Z [00:03:27.364]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:13.5712282Z [00:03:27.365]➜  Candidate multilib: .;@m64
2025-08-20T22:50:13.5713159Z [00:03:27.365]➜  Selected multilib: .;@m64
2025-08-20T22:50:13.5713816Z [00:03:27.365]➜  x86_64-alpine-linux-musl
2025-08-20T22:50:13.5714399Z [00:03:27.365]➜  Thread model:  (in-process)
2025-08-20T22:50:13.5723843Z [00:03:27.366]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name stress-msyncmany.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -stposixa
2025-08-20T22:50:13.5732341Z [00:03:27.366]➜  tInstalledDir: i/usr/lib/llvm20/binc
2025-08-20T22:50:13.5733243Z [00:03:27.366]➜   -Configuration file: s/etc/clang20/x86_64-alpine-linux-musl.cfgt
2025-08-20T22:50:13.5739904Z [00:03:27.366]➜  atic-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o stress-msyncmany.o -x c stress-msyncmany.c
2025-08-20T22:50:13.5765832Z [00:03:27.366]➜  System configuration file directory: /etc/clang20
2025-08-20T22:50:13.5766810Z [00:03:27.366]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:13.5767816Z [00:03:27.366]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:50:13.5768801Z [00:03:27.366]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:13.5769530Z [00:03:27.366]➜  Candidate multilib: .;@m64
2025-08-20T22:50:13.5770052Z [00:03:27.366]➜  Selected multilib: .;@m64
2025-08-20T22:50:13.5770540Z [00:03:27.367]➜   (in-process)
2025-08-20T22:50:13.5771171Z [00:03:27.367]➜   Alpine clang version 20.1.8
2025-08-20T22:50:13.5771734Z [00:03:27.367]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:50:13.5772230Z [00:03:27.367]➜  Thread model: posix
2025-08-20T22:50:13.5772754Z [00:03:27.367]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:50:13.5773475Z [00:03:27.367]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:50:13.5774257Z [00:03:27.367]➜  System configuration file directory: /etc/clang20
2025-08-20T22:50:13.5775426Z [00:03:27.367]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:13.5776456Z [00:03:27.367]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:50:13.5777479Z [00:03:27.367]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:13.5778287Z [00:03:27.367]➜  Candidate multilib: .;@m64
2025-08-20T22:50:13.5778832Z [00:03:27.367]➜  Selected multilib: .;@m64
2025-08-20T22:50:13.5779388Z [00:03:27.369]➜  "/usr/lib/l (in-process)
2025-08-20T22:50:13.5791248Z [00:03:27.370]➜   "/usr/lib/llvm20/bin/clang-20" -cc1lvm20 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name stress-msg.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "H/AVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -stabin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name stress-msync.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPOtic -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=nonclang -cc1 version 20.1.8e, based upon LLVM -20.1.8- default target no-dynx86_64-alpine-linux-musla
2025-08-20T22:50:13.5802957Z [00:03:27.371]➜  mic-linker,--no-fatal-war nings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sectignoring nonexistent directory "/usr/local/include"
2025-08-20T22:50:13.5805308Z [00:03:27.371]➜  iignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:50:13.5806492Z [00:03:27.371]➜  #include "..." search starts here:
2025-08-20T22:50:13.5807238Z [00:03:27.371]➜  #include <...> search starts here:
2025-08-20T22:50:13.5807808Z [00:03:27.371]➜   /usr/include/fortify
2025-08-20T22:50:13.5808302Z [00:03:27.371]➜   /usr/include
2025-08-20T22:50:13.5808822Z [00:03:27.371]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:50:13.5809375Z [00:03:27.371]➜  End of search list.
2025-08-20T22:50:13.5816329Z [00:03:27.371]➜  ons -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o stress-msg.o -x c stress-msg.c
2025-08-20T22:50:13.5864864Z [00:03:27.373]➜  -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o stress-msync.o -x c stress-msync.c
2025-08-20T22:50:13.5875164Z [00:03:27.373]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:50:13.5876200Z [00:03:27.374]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:50:13.5878083Z [00:03:27.374]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/includeclang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:50:13.5879735Z [00:03:27.374]➜  "
2025-08-20T22:50:13.5880241Z [00:03:27.375]➜  #include "..." search starts here:
2025-08-20T22:50:13.5887670Z [00:03:27.375]➜  #include <...> search starts here:
2025-08-20T22:50:13.5888358Z [00:03:27.375]➜   /usr/include/fortify
2025-08-20T22:50:13.5888907Z [00:03:27.375]➜   /usr/include
2025-08-20T22:50:13.5889463Z [00:03:27.375]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:50:13.5890079Z [00:03:27.376]➜  End of search list.
2025-08-20T22:50:13.5890962Z [00:03:27.377]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:50:13.5892423Z [00:03:27.378]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:50:13.5893586Z [00:03:27.378]➜  #include "..." search starts here:
2025-08-20T22:50:13.5894204Z [00:03:27.378]➜  #include <...> search starts here:
2025-08-20T22:50:13.5894815Z [00:03:27.378]➜   /usr/include/fortify
2025-08-20T22:50:13.5895349Z [00:03:27.378]➜   /usr/include
2025-08-20T22:50:13.5895941Z [00:03:27.378]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:50:13.5896570Z [00:03:27.378]➜  End of search list.
2025-08-20T22:50:13.6131063Z [00:03:27.408]➜  CC stress-mtx.c
2025-08-20T22:50:13.6889316Z [00:03:27.484]➜  Alpine clang version 20.1.8
2025-08-20T22:50:13.6890098Z [00:03:27.484]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:50:13.6890743Z [00:03:27.484]➜  Thread model: posix
2025-08-20T22:50:13.6891594Z [00:03:27.484]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:50:13.6892489Z [00:03:27.484]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:50:13.6893450Z [00:03:27.484]➜  System configuration file directory: /etc/clang20
2025-08-20T22:50:13.6894488Z [00:03:27.484]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:13.6914494Z [00:03:27.486]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:50:13.6915670Z [00:03:27.486]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:13.6916535Z [00:03:27.486]➜  Candidate multilib: .;@m64
2025-08-20T22:50:13.6917163Z [00:03:27.486]➜  Selected multilib: .;@m64
2025-08-20T22:50:13.6922005Z [00:03:27.487]➜   (in-process)
2025-08-20T22:50:13.6952640Z [00:03:27.489]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name stress-mtx.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o stress-mtx.o -x c stress-mtx.c
2025-08-20T22:50:13.6977010Z [00:03:27.492]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:50:13.6978080Z [00:03:27.493]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:50:13.6980360Z [00:03:27.493]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:50:13.6981770Z [00:03:27.493]➜  #include "..." search starts here:
2025-08-20T22:50:13.6982467Z [00:03:27.493]➜  #include <...> search starts here:
2025-08-20T22:50:13.6983086Z [00:03:27.493]➜   /usr/include/fortify
2025-08-20T22:50:13.6983639Z [00:03:27.493]➜   /usr/include
2025-08-20T22:50:13.6984231Z [00:03:27.493]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:50:13.6984858Z [00:03:27.493]➜  End of search list.
2025-08-20T22:50:13.7064868Z [00:03:27.501]➜  CC stress-munmap.c
2025-08-20T22:50:13.7439924Z [00:03:27.539]➜  Alpine clang version 20.1.8
2025-08-20T22:50:13.7440656Z [00:03:27.539]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:50:13.7441498Z [00:03:27.539]➜  Thread model: posix
2025-08-20T22:50:13.7442156Z [00:03:27.539]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:50:13.7443023Z [00:03:27.539]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:50:13.7443966Z [00:03:27.539]➜  System configuration file directory: /etc/clang20
2025-08-20T22:50:13.7445004Z [00:03:27.539]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:13.7446347Z [00:03:27.539]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:50:13.7447532Z [00:03:27.539]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:13.7448401Z [00:03:27.539]➜  Candidate multilib: .;@m64
2025-08-20T22:50:13.7449033Z [00:03:27.539]➜  Selected multilib: .;@m64
2025-08-20T22:50:13.7463657Z [00:03:27.541]➜   (in-process)
2025-08-20T22:50:13.7478917Z [00:03:27.541]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name stress-munmap.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o stress-munmap.o -x c stress-munmap.c
2025-08-20T22:50:13.7506012Z [00:03:27.545]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:50:13.7513665Z [00:03:27.546]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:50:13.7516853Z [00:03:27.546]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:50:13.7518210Z [00:03:27.547]➜  #include "..." search starts here:
2025-08-20T22:50:13.7518866Z [00:03:27.547]➜  #include <...> search starts here:
2025-08-20T22:50:13.7519475Z [00:03:27.547]➜   /usr/include/fortify
2025-08-20T22:50:13.7520010Z [00:03:27.547]➜   /usr/include
2025-08-20T22:50:13.7520605Z [00:03:27.547]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:50:13.7521427Z [00:03:27.547]➜  End of search list.
2025-08-20T22:50:13.8971452Z [00:03:27.692]➜  CC stress-mutex.c
2025-08-20T22:50:13.9347931Z [00:03:27.730]➜  Alpine clang version 20.1.8
2025-08-20T22:50:13.9348669Z [00:03:27.730]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:50:13.9349359Z [00:03:27.730]➜  Thread model: posix
2025-08-20T22:50:13.9350001Z [00:03:27.730]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:50:13.9351128Z [00:03:27.730]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:50:13.9352088Z [00:03:27.730]➜  System configuration file directory: /etc/clang20
2025-08-20T22:50:13.9353130Z [00:03:27.730]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:13.9354259Z [00:03:27.730]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:50:13.9355363Z [00:03:27.730]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:13.9356213Z [00:03:27.730]➜  Candidate multilib: .;@m64
2025-08-20T22:50:13.9356826Z [00:03:27.730]➜  Selected multilib: .;@m64
2025-08-20T22:50:13.9363803Z [00:03:27.731]➜   (in-process)
2025-08-20T22:50:13.9390266Z [00:03:27.732]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name stress-mutex.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o stress-mutex.o -x c stress-mutex.c
2025-08-20T22:50:13.9415141Z [00:03:27.736]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:50:13.9454543Z [00:03:27.740]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:50:13.9456133Z [00:03:27.740]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:50:13.9457345Z [00:03:27.740]➜  #include "..." search starts here:
2025-08-20T22:50:13.9458038Z [00:03:27.740]➜  #include <...> search starts here:
2025-08-20T22:50:13.9458661Z [00:03:27.740]➜   /usr/include/fortify
2025-08-20T22:50:13.9459204Z [00:03:27.740]➜   /usr/include
2025-08-20T22:50:13.9459779Z [00:03:27.740]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:50:13.9460395Z [00:03:27.740]➜  End of search list.
2025-08-20T22:50:14.8654753Z [00:03:28.660]➜  CC stress-nanosleep.c
2025-08-20T22:50:14.9027541Z [00:03:28.698]➜  Alpine clang version 20.1.8
2025-08-20T22:50:14.9034023Z [00:03:28.698]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:50:14.9039294Z [00:03:28.699]➜  Thread model: posix
2025-08-20T22:50:14.9071693Z [00:03:28.699]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:50:14.9072660Z [00:03:28.699]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:50:14.9073569Z [00:03:28.700]➜  System configuration file directory: /etc/clang20
2025-08-20T22:50:14.9074582Z [00:03:28.700]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:14.9076777Z [00:03:28.702]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:50:14.9078406Z [00:03:28.702]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:14.9083471Z [00:03:28.703]➜  Candidate multilib: .;@m64
2025-08-20T22:50:14.9086434Z [00:03:28.703]➜  Selected multilib: .;@m64
2025-08-20T22:50:14.9087002Z [00:03:28.704]➜   (in-process)
2025-08-20T22:50:14.9103682Z [00:03:28.704]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name stress-nanosleep.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o stress-nanosleep.o -x c stress-nanosleep.c
2025-08-20T22:50:14.9125980Z [00:03:28.707]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:50:14.9136546Z [00:03:28.708]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:50:14.9140102Z [00:03:28.708]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:50:14.9144030Z [00:03:28.709]➜  #include "..." search starts here:
2025-08-20T22:50:14.9146038Z [00:03:28.709]➜  #include <...> search starts here:
2025-08-20T22:50:14.9148031Z [00:03:28.709]➜   /usr/include/fortify
2025-08-20T22:50:14.9150146Z [00:03:28.709]➜   /usr/include
2025-08-20T22:50:14.9154375Z [00:03:28.709]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:50:14.9163937Z [00:03:28.709]➜  End of search list.
2025-08-20T22:50:14.9422437Z [00:03:28.737]➜  CC stress-netdev.c
2025-08-20T22:50:15.0129670Z [00:03:28.808]➜  Alpine clang version 20.1.8
2025-08-20T22:50:15.0137383Z [00:03:28.808]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:50:15.0138052Z [00:03:28.808]➜  Thread model: posix
2025-08-20T22:50:15.0138695Z [00:03:28.808]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:50:15.0139562Z [00:03:28.808]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:50:15.0140498Z [00:03:28.808]➜  System configuration file directory: /etc/clang20
2025-08-20T22:50:15.0141853Z [00:03:28.808]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:15.0143113Z [00:03:28.808]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:50:15.0144243Z [00:03:28.808]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:15.0145081Z [00:03:28.808]➜  Candidate multilib: .;@m64
2025-08-20T22:50:15.0145690Z [00:03:28.808]➜  Selected multilib: .;@m64
2025-08-20T22:50:15.0146309Z [00:03:28.809]➜  CC stress-netlink-proc.c
2025-08-20T22:50:15.0147821Z [00:03:28.809]➜   (in-process)
2025-08-20T22:50:15.0220040Z [00:03:28.815]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name stress-netdev.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o stress-netdev.o -x c stress-netdev.c
2025-08-20T22:50:15.0236053Z [00:03:28.818]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:50:15.0237122Z [00:03:28.818]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:50:15.0238343Z [00:03:28.818]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:50:15.0239381Z [00:03:28.818]➜  #include "..." search starts here:
2025-08-20T22:50:15.0239946Z [00:03:28.818]➜  #include <...> search starts here:
2025-08-20T22:50:15.0240467Z [00:03:28.818]➜   /usr/include/fortify
2025-08-20T22:50:15.0241087Z [00:03:28.818]➜   /usr/include
2025-08-20T22:50:15.0241596Z [00:03:28.818]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:50:15.0242143Z [00:03:28.818]➜  End of search list.
2025-08-20T22:50:15.0948892Z [00:03:28.890]➜  Alpine clang version 20.1.8
2025-08-20T22:50:15.0951542Z [00:03:28.890]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:50:15.0953771Z [00:03:28.890]➜  Thread model: posix
2025-08-20T22:50:15.0955731Z [00:03:28.891]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:50:15.0957853Z [00:03:28.891]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:50:15.0959977Z [00:03:28.891]➜  System configuration file directory: /etc/clang20
2025-08-20T22:50:15.0962458Z [00:03:28.891]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:15.0964785Z [00:03:28.891]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:50:15.0967226Z [00:03:28.892]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:15.0969335Z [00:03:28.892]➜  Candidate multilib: .;@m64
2025-08-20T22:50:15.0971312Z [00:03:28.892]➜  Selected multilib: .;@m64
2025-08-20T22:50:15.0973064Z [00:03:28.892]➜   (in-process)
2025-08-20T22:50:15.0998340Z [00:03:28.893]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name stress-netlink-proc.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o stress-netlink-proc.o -x c stress-netlink-proc.c
2025-08-20T22:50:15.1034084Z [00:03:28.898]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:50:15.1035210Z [00:03:28.898]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:50:15.1036492Z [00:03:28.898]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:50:15.1037586Z [00:03:28.898]➜  #include "..." search starts here:
2025-08-20T22:50:15.1038207Z [00:03:28.898]➜  #include <...> search starts here:
2025-08-20T22:50:15.1038764Z [00:03:28.898]➜   /usr/include/fortify
2025-08-20T22:50:15.1039244Z [00:03:28.898]➜   /usr/include
2025-08-20T22:50:15.1039769Z [00:03:28.898]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:50:15.1040324Z [00:03:28.898]➜  End of search list.
2025-08-20T22:50:15.2601927Z [00:03:29.055]➜  CC stress-netlink-task.c
2025-08-20T22:50:15.2701496Z [00:03:29.065]➜  CC stress-nice.c
2025-08-20T22:50:15.3059463Z [00:03:29.101]➜  Alpine clang version 20.1.8
2025-08-20T22:50:15.3061987Z [00:03:29.101]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:50:15.3063979Z [00:03:29.101]➜  Thread model: posix
2025-08-20T22:50:15.3066194Z [00:03:29.102]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:50:15.3068492Z [00:03:29.102]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:50:15.3071171Z [00:03:29.102]➜  System configuration file directory: /etc/clang20
2025-08-20T22:50:15.3073580Z [00:03:29.102]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:15.3076454Z [00:03:29.103]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:50:15.3078966Z [00:03:29.103]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:15.3081259Z [00:03:29.103]➜  Candidate multilib: .;@m64
2025-08-20T22:50:15.3082033Z [00:03:29.103]➜  Selected multilib: .;@m64
2025-08-20T22:50:15.3082537Z [00:03:29.103]➜   (in-process)
2025-08-20T22:50:15.3117580Z [00:03:29.105]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name stress-nice.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o stress-nice.o -x c stress-nice.c
2025-08-20T22:50:15.3133988Z [00:03:29.108]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:50:15.3134958Z [00:03:29.108]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:50:15.3136168Z [00:03:29.108]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:50:15.3137201Z [00:03:29.108]➜  #include "..." search starts here:
2025-08-20T22:50:15.3137775Z [00:03:29.108]➜  #include <...> search starts here:
2025-08-20T22:50:15.3138301Z [00:03:29.108]➜   /usr/include/fortify
2025-08-20T22:50:15.3138770Z [00:03:29.108]➜   /usr/include
2025-08-20T22:50:15.3139265Z [00:03:29.108]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:50:15.3139789Z [00:03:29.108]➜  End of search list.
2025-08-20T22:50:15.3344712Z [00:03:29.129]➜  Alpine clang version 20.1.8
2025-08-20T22:50:15.3346878Z [00:03:29.130]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:50:15.3348907Z [00:03:29.130]➜  Thread model: posix
2025-08-20T22:50:15.3351127Z [00:03:29.130]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:50:15.3353361Z [00:03:29.130]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:50:15.3355518Z [00:03:29.131]➜  System configuration file directory: /etc/clang20
2025-08-20T22:50:15.3357965Z [00:03:29.131]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:15.3360008Z [00:03:29.131]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:50:15.3362141Z [00:03:29.131]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:15.3363388Z [00:03:29.131]➜  Candidate multilib: .;@m64
2025-08-20T22:50:15.3365455Z [00:03:29.131]➜  Selected multilib: .;@m64
2025-08-20T22:50:15.3381721Z [00:03:29.131]➜   (in-process)
2025-08-20T22:50:15.3398075Z [00:03:29.132]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name stress-netlink-task.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o stress-netlink-task.o -x c stress-netlink-task.c
2025-08-20T22:50:15.3413173Z [00:03:29.133]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:50:15.3414158Z [00:03:29.133]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:50:15.3415391Z [00:03:29.133]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:50:15.3416415Z [00:03:29.133]➜  #include "..." search starts here:
2025-08-20T22:50:15.3416988Z [00:03:29.133]➜  #include <...> search starts here:
2025-08-20T22:50:15.3417514Z [00:03:29.133]➜   /usr/include/fortify
2025-08-20T22:50:15.3417986Z [00:03:29.133]➜   /usr/include
2025-08-20T22:50:15.3418515Z [00:03:29.133]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:50:15.3419154Z [00:03:29.133]➜  End of search list.
2025-08-20T22:50:15.4303058Z [00:03:29.225]➜  CC stress-nop.c
2025-08-20T22:50:15.4674424Z [00:03:29.262]➜  Alpine clang version 20.1.8
2025-08-20T22:50:15.4677935Z [00:03:29.262]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:50:15.4678617Z [00:03:29.262]➜  Thread model: posix
2025-08-20T22:50:15.4679285Z [00:03:29.262]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:50:15.4680130Z [00:03:29.262]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:50:15.4681239Z [00:03:29.263]➜  System configuration file directory: /etc/clang20
2025-08-20T22:50:15.4682222Z [00:03:29.263]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:15.4684569Z [00:03:29.263]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:50:15.4685703Z [00:03:29.263]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:15.4686541Z [00:03:29.263]➜  Candidate multilib: .;@m64
2025-08-20T22:50:15.4687139Z [00:03:29.263]➜  Selected multilib: .;@m64
2025-08-20T22:50:15.4687722Z [00:03:29.263]➜   (in-process)
2025-08-20T22:50:15.4711805Z [00:03:29.265]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name stress-nop.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o stress-nop.o -x c stress-nop.c
2025-08-20T22:50:15.4747292Z [00:03:29.266]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:50:15.4748352Z [00:03:29.266]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:50:15.4749698Z [00:03:29.266]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:50:15.4751072Z [00:03:29.266]➜  #include "..." search starts here:
2025-08-20T22:50:15.4751760Z [00:03:29.266]➜  #include <...> search starts here:
2025-08-20T22:50:15.4752375Z [00:03:29.268]➜   /usr/include/fortify
2025-08-20T22:50:15.4752877Z [00:03:29.268]➜   /usr/include
2025-08-20T22:50:15.4753432Z [00:03:29.268]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:50:15.4754049Z [00:03:29.268]➜  End of search list.
2025-08-20T22:50:15.8575991Z [00:03:29.652]➜  CC stress-null.c
2025-08-20T22:50:15.9336371Z [00:03:29.728]➜  Alpine clang version 20.1.8
2025-08-20T22:50:15.9344218Z [00:03:29.728]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:50:15.9344888Z [00:03:29.729]➜  Thread model: posix
2025-08-20T22:50:15.9345529Z [00:03:29.729]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:50:15.9346378Z [00:03:29.729]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:50:15.9347288Z [00:03:29.729]➜  System configuration file directory: /etc/clang20
2025-08-20T22:50:15.9348314Z [00:03:29.729]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:15.9351069Z [00:03:29.729]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:50:15.9352445Z [00:03:29.729]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:15.9353504Z [00:03:29.730]➜  Candidate multilib: .;@m64
2025-08-20T22:50:15.9354302Z [00:03:29.730]➜  Selected multilib: .;@m64
2025-08-20T22:50:15.9355050Z [00:03:29.730]➜   (in-process)
2025-08-20T22:50:15.9389863Z [00:03:29.732]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name stress-null.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o stress-null.o -x c stress-null.c
2025-08-20T22:50:15.9410396Z [00:03:29.736]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:50:15.9416735Z [00:03:29.736]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:50:15.9420588Z [00:03:29.737]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:50:15.9421991Z [00:03:29.737]➜  #include "..." search starts here:
2025-08-20T22:50:15.9422661Z [00:03:29.737]➜  #include <...> search starts here:
2025-08-20T22:50:15.9423292Z [00:03:29.737]➜   /usr/include/fortify
2025-08-20T22:50:15.9443663Z [00:03:29.739]➜   /usr/include
2025-08-20T22:50:15.9444671Z [00:03:29.739]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:50:15.9445488Z [00:03:29.739]➜  End of search list.
2025-08-20T22:50:16.2170506Z [00:03:30.012]➜  CC stress-numa.c
2025-08-20T22:50:16.2507983Z [00:03:30.046]➜  Alpine clang version 20.1.8
2025-08-20T22:50:16.2509018Z [00:03:30.046]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:50:16.2510043Z [00:03:30.046]➜  Thread model: posix
2025-08-20T22:50:16.2511947Z [00:03:30.046]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:50:16.2513087Z [00:03:30.046]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:50:16.2514222Z [00:03:30.046]➜  System configuration file directory: /etc/clang20
2025-08-20T22:50:16.2515624Z [00:03:30.046]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:16.2518691Z [00:03:30.047]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:50:16.2519868Z [00:03:30.047]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:16.2524200Z [00:03:30.047]➜  Candidate multilib: .;@m64
2025-08-20T22:50:16.2529724Z [00:03:30.048]➜  Selected multilib: .;@m64
2025-08-20T22:50:16.2535346Z [00:03:30.048]➜   (in-process)
2025-08-20T22:50:16.2609973Z [00:03:30.054]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name stress-numa.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o stress-numa.o -x c stress-numa.c
2025-08-20T22:50:16.2625125Z [00:03:30.054]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:50:16.2626178Z [00:03:30.054]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:50:16.2627538Z [00:03:30.054]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:50:16.2628726Z [00:03:30.054]➜  #include "..." search starts here:
2025-08-20T22:50:16.2629426Z [00:03:30.054]➜  #include <...> search starts here:
2025-08-20T22:50:16.2630065Z [00:03:30.054]➜   /usr/include/fortify
2025-08-20T22:50:16.2630614Z [00:03:30.054]➜   /usr/include
2025-08-20T22:50:16.2631404Z [00:03:30.054]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:50:16.2632036Z [00:03:30.054]➜  End of search list.
2025-08-20T22:50:16.2643447Z [00:03:30.059]➜  CC stress-oom-pipe.c
2025-08-20T22:50:16.3004867Z [00:03:30.095]➜  Alpine clang version 20.1.8
2025-08-20T22:50:16.3008728Z [00:03:30.096]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:50:16.3012402Z [00:03:30.096]➜  Thread model: posix
2025-08-20T22:50:16.3016276Z [00:03:30.096]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:50:16.3019910Z [00:03:30.097]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:50:16.3024414Z [00:03:30.097]➜  System configuration file directory: /etc/clang20
2025-08-20T22:50:16.3028309Z [00:03:30.098]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:16.3043553Z [00:03:30.099]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:50:16.3054170Z [00:03:30.099]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:16.3055051Z [00:03:30.099]➜  Candidate multilib: .;@m64
2025-08-20T22:50:16.3055695Z [00:03:30.100]➜  Selected multilib: .;@m64
2025-08-20T22:50:16.3058222Z [00:03:30.101]➜   (in-process)
2025-08-20T22:50:16.3109996Z [00:03:30.104]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name stress-oom-pipe.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o stress-oom-pipe.o -x c stress-oom-pipe.c
2025-08-20T22:50:16.3147566Z [00:03:30.104]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:50:16.3148628Z [00:03:30.105]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:50:16.3149979Z [00:03:30.106]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:50:16.3151391Z [00:03:30.106]➜  #include "..." search starts here:
2025-08-20T22:50:16.3152075Z [00:03:30.106]➜  #include <...> search starts here:
2025-08-20T22:50:16.3152707Z [00:03:30.106]➜   /usr/include/fortify
2025-08-20T22:50:16.3153251Z [00:03:30.107]➜   /usr/include
2025-08-20T22:50:16.3153838Z [00:03:30.107]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:50:16.3154474Z [00:03:30.107]➜  End of search list.
2025-08-20T22:50:16.4551499Z [00:03:30.250]➜  CC stress-opcode.c
2025-08-20T22:50:16.4920117Z [00:03:30.287]➜  Alpine clang version 20.1.8
2025-08-20T22:50:16.4923836Z [00:03:30.287]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:50:16.4927412Z [00:03:30.288]➜  Thread model: posix
2025-08-20T22:50:16.4930754Z [00:03:30.288]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:50:16.4935209Z [00:03:30.288]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:50:16.4966718Z [00:03:30.291]➜  System configuration file directory: /etc/clang20
2025-08-20T22:50:16.4995802Z [00:03:30.291]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:16.4997019Z [00:03:30.291]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:50:16.4998060Z [00:03:30.291]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:16.4998939Z [00:03:30.291]➜  Candidate multilib: .;@m64
2025-08-20T22:50:16.4999560Z [00:03:30.291]➜  Selected multilib: .;@m64
2025-08-20T22:50:16.5000378Z [00:03:30.291]➜   (in-process)
2025-08-20T22:50:16.5036413Z [00:03:30.291]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name stress-opcode.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o stress-opcode.o -x c stress-opcode.c
2025-08-20T22:50:16.5050053Z [00:03:30.291]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:50:16.5051342Z [00:03:30.292]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:50:16.5052721Z [00:03:30.292]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:50:16.5053925Z [00:03:30.293]➜  #include "..." search starts here:
2025-08-20T22:50:16.5054624Z [00:03:30.293]➜  #include <...> search starts here:
2025-08-20T22:50:16.5055257Z [00:03:30.293]➜   /usr/include/fortify
2025-08-20T22:50:16.5055803Z [00:03:30.293]➜   /usr/include
2025-08-20T22:50:16.5056400Z [00:03:30.294]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:50:16.5057022Z [00:03:30.294]➜  End of search list.
2025-08-20T22:50:16.6063195Z [00:03:30.401]➜  CC stress-open.c
2025-08-20T22:50:16.6796052Z [00:03:30.474]➜  Alpine clang version 20.1.8
2025-08-20T22:50:16.6801002Z [00:03:30.474]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:50:16.6801581Z [00:03:30.474]➜  Thread model: posix
2025-08-20T22:50:16.6802157Z [00:03:30.474]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:50:16.6802950Z [00:03:30.474]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:50:16.6803814Z [00:03:30.474]➜  System configuration file directory: /etc/clang20
2025-08-20T22:50:16.6808241Z [00:03:30.474]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:16.6809453Z [00:03:30.474]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:50:16.6810574Z [00:03:30.474]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:16.6811729Z [00:03:30.474]➜  Candidate multilib: .;@m64
2025-08-20T22:50:16.6812564Z [00:03:30.474]➜  Selected multilib: .;@m64
2025-08-20T22:50:16.6813161Z [00:03:30.475]➜   (in-process)
2025-08-20T22:50:16.6857359Z [00:03:30.477]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name stress-open.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o stress-open.o -x c stress-open.c
2025-08-20T22:50:16.6871559Z [00:03:30.478]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:50:16.6873383Z [00:03:30.479]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:50:16.6875837Z [00:03:30.479]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:50:16.6877071Z [00:03:30.479]➜  #include "..." search starts here:
2025-08-20T22:50:16.6877756Z [00:03:30.479]➜  #include <...> search starts here:
2025-08-20T22:50:16.6878391Z [00:03:30.479]➜   /usr/include/fortify
2025-08-20T22:50:16.6878956Z [00:03:30.479]➜   /usr/include
2025-08-20T22:50:16.6879539Z [00:03:30.479]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:50:16.6880179Z [00:03:30.479]➜  End of search list.
2025-08-20T22:50:16.8393582Z [00:03:30.634]➜  CC stress-pagemove.c
2025-08-20T22:50:16.9139459Z [00:03:30.709]➜  Alpine clang version 20.1.8
2025-08-20T22:50:16.9142569Z [00:03:30.709]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:50:16.9145840Z [00:03:30.709]➜  Thread model: posix
2025-08-20T22:50:16.9149226Z [00:03:30.710]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:50:16.9153269Z [00:03:30.710]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:50:16.9186303Z [00:03:30.713]➜  System configuration file directory: /etc/clang20
2025-08-20T22:50:16.9187975Z [00:03:30.713]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:16.9192672Z [00:03:30.713]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:50:16.9193809Z [00:03:30.713]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:16.9194909Z [00:03:30.713]➜  Candidate multilib: .;@m64
2025-08-20T22:50:16.9195548Z [00:03:30.713]➜  Selected multilib: .;@m64
2025-08-20T22:50:16.9196110Z [00:03:30.713]➜   (in-process)
2025-08-20T22:50:16.9220427Z [00:03:30.713]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name stress-pagemove.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o stress-pagemove.o -x c stress-pagemove.c
2025-08-20T22:50:16.9234270Z [00:03:30.713]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:50:16.9235340Z [00:03:30.717]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:50:16.9237840Z [00:03:30.717]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:50:16.9239109Z [00:03:30.717]➜  #include "..." search starts here:
2025-08-20T22:50:16.9239780Z [00:03:30.717]➜  #include <...> search starts here:
2025-08-20T22:50:16.9240433Z [00:03:30.718]➜   /usr/include/fortify
2025-08-20T22:50:16.9241210Z [00:03:30.718]➜   /usr/include
2025-08-20T22:50:16.9241820Z [00:03:30.718]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:50:16.9242450Z [00:03:30.718]➜  End of search list.
2025-08-20T22:50:17.0942295Z [00:03:30.889]➜  CC stress-pageswap.c
2025-08-20T22:50:17.1684706Z [00:03:30.963]➜  Alpine clang version 20.1.8
2025-08-20T22:50:17.1687508Z [00:03:30.964]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:50:17.1691489Z [00:03:30.964]➜  Thread model: posix
2025-08-20T22:50:17.1695548Z [00:03:30.964]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:50:17.1699448Z [00:03:30.965]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:50:17.1703375Z [00:03:30.965]➜  System configuration file directory: /etc/clang20
2025-08-20T22:50:17.1707660Z [00:03:30.966]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:17.1711999Z [00:03:30.966]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:50:17.1716027Z [00:03:30.966]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:17.1733817Z [00:03:30.968]➜  Candidate multilib: .;@m64
2025-08-20T22:50:17.1734593Z [00:03:30.968]➜  Selected multilib: .;@m64
2025-08-20T22:50:17.1735088Z [00:03:30.968]➜   (in-process)
2025-08-20T22:50:17.1789570Z [00:03:30.972]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name stress-pageswap.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o stress-pageswap.o -x c stress-pageswap.c
2025-08-20T22:50:17.1815978Z [00:03:30.976]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:50:17.1825826Z [00:03:30.977]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:50:17.1834852Z [00:03:30.978]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:50:17.1835930Z [00:03:30.978]➜  #include "..." search starts here:
2025-08-20T22:50:17.1836510Z [00:03:30.978]➜  #include <...> search starts here:
2025-08-20T22:50:17.1837029Z [00:03:30.978]➜   /usr/include/fortify
2025-08-20T22:50:17.1837492Z [00:03:30.978]➜   /usr/include
2025-08-20T22:50:17.1837983Z [00:03:30.978]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:50:17.1838505Z [00:03:30.978]➜  End of search list.
2025-08-20T22:50:17.3231355Z [00:03:31.118]➜  CC stress-pci.c
2025-08-20T22:50:17.3604357Z [00:03:31.155]➜  Alpine clang version 20.1.8
2025-08-20T22:50:17.3608931Z [00:03:31.156]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:50:17.3610015Z [00:03:31.156]➜  Thread model: posix
2025-08-20T22:50:17.3612818Z [00:03:31.156]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:50:17.3614318Z [00:03:31.156]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:50:17.3616646Z [00:03:31.156]➜  System configuration file directory: /etc/clang20
2025-08-20T22:50:17.3619379Z [00:03:31.156]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:17.3621035Z [00:03:31.156]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:50:17.3636237Z [00:03:31.156]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:17.3637100Z [00:03:31.156]➜  Candidate multilib: .;@m64
2025-08-20T22:50:17.3637728Z [00:03:31.156]➜  Selected multilib: .;@m64
2025-08-20T22:50:17.3638292Z [00:03:31.156]➜   (in-process)
2025-08-20T22:50:17.3653692Z [00:03:31.158]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name stress-pci.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o stress-pci.o -x c stress-pci.c
2025-08-20T22:50:17.3704012Z [00:03:31.160]➜  CC stress-personality.c
2025-08-20T22:50:17.3705004Z [00:03:31.161]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:50:17.3706049Z [00:03:31.162]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:50:17.3707390Z [00:03:31.162]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:50:17.3708561Z [00:03:31.164]➜  #include "..." search starts here:
2025-08-20T22:50:17.3709246Z [00:03:31.164]➜  #include <...> search starts here:
2025-08-20T22:50:17.3709867Z [00:03:31.164]➜   /usr/include/fortify
2025-08-20T22:50:17.3710398Z [00:03:31.164]➜   /usr/include
2025-08-20T22:50:17.3711292Z [00:03:31.164]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:50:17.3711914Z [00:03:31.164]➜  End of search list.
2025-08-20T22:50:17.4357993Z [00:03:31.230]➜  Alpine clang version 20.1.8
2025-08-20T22:50:17.4383462Z [00:03:31.233]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:50:17.4396036Z [00:03:31.233]➜  Thread model: posix
2025-08-20T22:50:17.4396704Z [00:03:31.233]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:50:17.4397581Z [00:03:31.233]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:50:17.4398504Z [00:03:31.233]➜  System configuration file directory: /etc/clang20
2025-08-20T22:50:17.4399559Z [00:03:31.233]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:17.4402289Z [00:03:31.234]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:50:17.4403828Z [00:03:31.234]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:17.4404914Z [00:03:31.235]➜  Candidate multilib: .;@m64
2025-08-20T22:50:17.4405719Z [00:03:31.235]➜  Selected multilib: .;@m64
2025-08-20T22:50:17.4406468Z [00:03:31.235]➜   (in-process)
2025-08-20T22:50:17.4463591Z [00:03:31.239]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name stress-personality.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o stress-personality.o -x c stress-personality.c
2025-08-20T22:50:17.4477204Z [00:03:31.239]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:50:17.4478263Z [00:03:31.239]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:50:17.4479637Z [00:03:31.239]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:50:17.4481012Z [00:03:31.239]➜  #include "..." search starts here:
2025-08-20T22:50:17.4481717Z [00:03:31.239]➜  #include <...> search starts here:
2025-08-20T22:50:17.4482334Z [00:03:31.240]➜   /usr/include/fortify
2025-08-20T22:50:17.4482858Z [00:03:31.240]➜   /usr/include
2025-08-20T22:50:17.4483444Z [00:03:31.240]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:50:17.4484076Z [00:03:31.240]➜  End of search list.
2025-08-20T22:50:17.5481944Z [00:03:31.343]➜  CC stress-peterson.c
2025-08-20T22:50:17.5799957Z [00:03:31.375]➜  CC stress-physpage.c
2025-08-20T22:50:17.6000261Z [00:03:31.395]➜  Alpine clang version 20.1.8
2025-08-20T22:50:17.6001526Z [00:03:31.395]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:50:17.6002459Z [00:03:31.395]➜  Thread model: posix
2025-08-20T22:50:17.6003870Z [00:03:31.395]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:50:17.6004786Z [00:03:31.395]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:50:17.6006599Z [00:03:31.395]➜  System configuration file directory: /etc/clang20
2025-08-20T22:50:17.6007721Z [00:03:31.395]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:17.6008733Z [00:03:31.395]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:50:17.6009692Z [00:03:31.395]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:17.6010435Z [00:03:31.395]➜  Candidate multilib: .;@m64
2025-08-20T22:50:17.6011141Z [00:03:31.395]➜  Selected multilib: .;@m64
2025-08-20T22:50:17.6015008Z [00:03:31.396]➜   (in-process)
2025-08-20T22:50:17.6032135Z [00:03:31.396]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name stress-peterson.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o stress-peterson.o -x c stress-peterson.c
2025-08-20T22:50:17.6056798Z [00:03:31.397]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:50:17.6057825Z [00:03:31.398]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:50:17.6059161Z [00:03:31.398]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:50:17.6060291Z [00:03:31.398]➜  #include "..." search starts here:
2025-08-20T22:50:17.6061143Z [00:03:31.398]➜  #include <...> search starts here:
2025-08-20T22:50:17.6061759Z [00:03:31.398]➜   /usr/include/fortify
2025-08-20T22:50:17.6062290Z [00:03:31.398]➜   /usr/include
2025-08-20T22:50:17.6062879Z [00:03:31.398]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:50:17.6063464Z [00:03:31.398]➜  End of search list.
2025-08-20T22:50:17.6566275Z [00:03:31.451]➜  Alpine clang version 20.1.8
2025-08-20T22:50:17.6570752Z [00:03:31.452]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:50:17.6576447Z [00:03:31.452]➜  Thread model: posix
2025-08-20T22:50:17.6596182Z [00:03:31.454]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:50:17.6611745Z [00:03:31.454]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:50:17.6612690Z [00:03:31.454]➜  System configuration file directory: /etc/clang20
2025-08-20T22:50:17.6613902Z [00:03:31.454]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:17.6615065Z [00:03:31.454]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:50:17.6616152Z [00:03:31.454]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:17.6616971Z [00:03:31.454]➜  Candidate multilib: .;@m64
2025-08-20T22:50:17.6617584Z [00:03:31.454]➜  Selected multilib: .;@m64
2025-08-20T22:50:17.6618105Z [00:03:31.454]➜   (in-process)
2025-08-20T22:50:17.6634964Z [00:03:31.454]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name stress-physpage.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o stress-physpage.o -x c stress-physpage.c
2025-08-20T22:50:17.6651276Z [00:03:31.459]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:50:17.6653701Z [00:03:31.460]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:50:17.6659646Z [00:03:31.461]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:50:17.6699241Z [00:03:31.461]➜  #include "..." search starts here:
2025-08-20T22:50:17.6699931Z [00:03:31.461]➜  #include <...> search starts here:
2025-08-20T22:50:17.6700557Z [00:03:31.461]➜   /usr/include/fortify
2025-08-20T22:50:17.6701316Z [00:03:31.461]➜   /usr/include
2025-08-20T22:50:17.6701883Z [00:03:31.461]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:50:17.6702485Z [00:03:31.461]➜  End of search list.
2025-08-20T22:50:17.7983386Z [00:03:31.593]➜  CC stress-physmmap.c
2025-08-20T22:50:17.8351564Z [00:03:31.630]➜  Alpine clang version 20.1.8
2025-08-20T22:50:17.8356949Z [00:03:31.630]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:50:17.8357620Z [00:03:31.630]➜  Thread model: posix
2025-08-20T22:50:17.8358274Z [00:03:31.630]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:50:17.8359164Z [00:03:31.630]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:50:17.8360113Z [00:03:31.630]➜  System configuration file directory: /etc/clang20
2025-08-20T22:50:17.8361664Z [00:03:31.630]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:17.8362823Z [00:03:31.630]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:50:17.8363944Z [00:03:31.630]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:17.8364799Z [00:03:31.630]➜  Candidate multilib: .;@m64
2025-08-20T22:50:17.8365421Z [00:03:31.630]➜  Selected multilib: .;@m64
2025-08-20T22:50:17.8369349Z [00:03:31.631]➜   (in-process)
2025-08-20T22:50:17.8392389Z [00:03:31.631]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name stress-physmmap.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o stress-physmmap.o -x c stress-physmmap.c
2025-08-20T22:50:17.8406822Z [00:03:31.632]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:50:17.8407885Z [00:03:31.633]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:50:17.8409243Z [00:03:31.633]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:50:17.8410436Z [00:03:31.633]➜  #include "..." search starts here:
2025-08-20T22:50:17.8411331Z [00:03:31.633]➜  #include <...> search starts here:
2025-08-20T22:50:17.8411968Z [00:03:31.633]➜   /usr/include/fortify
2025-08-20T22:50:17.8412525Z [00:03:31.633]➜   /usr/include
2025-08-20T22:50:17.8413114Z [00:03:31.633]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:50:17.8413940Z [00:03:31.633]➜  End of search list.
2025-08-20T22:50:18.0534111Z [00:03:31.848]➜  CC stress-pidfd.c
2025-08-20T22:50:18.1311006Z [00:03:31.925]➜  Alpine clang version 20.1.8
2025-08-20T22:50:18.1311683Z [00:03:31.925]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:50:18.1312251Z [00:03:31.925]➜  Thread model: posix
2025-08-20T22:50:18.1312805Z [00:03:31.925]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:50:18.1313550Z [00:03:31.925]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:50:18.1314609Z [00:03:31.925]➜  System configuration file directory: /etc/clang20
2025-08-20T22:50:18.1315493Z [00:03:31.925]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:18.1316479Z [00:03:31.925]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:50:18.1317421Z [00:03:31.925]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:18.1318096Z [00:03:31.925]➜  Candidate multilib: .;@m64
2025-08-20T22:50:18.1318602Z [00:03:31.925]➜  Selected multilib: .;@m64
2025-08-20T22:50:18.1321400Z [00:03:31.927]➜   (in-process)
2025-08-20T22:50:18.1337643Z [00:03:31.927]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name stress-pidfd.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o stress-pidfd.o -x c stress-pidfd.c
2025-08-20T22:50:18.1363368Z [00:03:31.931]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:50:18.1373055Z [00:03:31.932]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:50:18.1374343Z [00:03:31.932]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:50:18.1375398Z [00:03:31.932]➜  #include "..." search starts here:
2025-08-20T22:50:18.1375984Z [00:03:31.932]➜  #include <...> search starts here:
2025-08-20T22:50:18.1376519Z [00:03:31.932]➜   /usr/include/fortify
2025-08-20T22:50:18.1376981Z [00:03:31.932]➜   /usr/include
2025-08-20T22:50:18.1377632Z [00:03:31.932]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:50:18.1378166Z [00:03:31.932]➜  End of search list.
2025-08-20T22:50:18.1470706Z [00:03:31.942]➜  CC stress-ping-sock.c
2025-08-20T22:50:18.2032232Z [00:03:31.998]➜  Alpine clang version 20.1.8
2025-08-20T22:50:18.2062276Z [00:03:31.998]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:50:18.2062925Z [00:03:31.998]➜  Thread model: posix
2025-08-20T22:50:18.2063512Z [00:03:31.998]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:50:18.2064606Z [00:03:31.998]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:50:18.2065515Z [00:03:31.998]➜  System configuration file directory: /etc/clang20
2025-08-20T22:50:18.2066529Z [00:03:31.998]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:18.2067660Z [00:03:31.998]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:50:18.2068745Z [00:03:31.998]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:18.2069607Z [00:03:31.998]➜  Candidate multilib: .;@m64
2025-08-20T22:50:18.2070359Z [00:03:31.998]➜  Selected multilib: .;@m64
2025-08-20T22:50:18.2071228Z [00:03:32.000]➜   (in-process)
2025-08-20T22:50:18.2087355Z [00:03:32.000]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name stress-ping-sock.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o stress-ping-sock.o -x c stress-ping-sock.c
2025-08-20T22:50:18.2101039Z [00:03:32.001]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:50:18.2110725Z [00:03:32.006]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:50:18.2112243Z [00:03:32.006]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:50:18.2113312Z [00:03:32.006]➜  #include "..." search starts here:
2025-08-20T22:50:18.2113901Z [00:03:32.006]➜  #include <...> search starts here:
2025-08-20T22:50:18.2114842Z [00:03:32.006]➜   /usr/include/fortify
2025-08-20T22:50:18.2115755Z [00:03:32.006]➜   /usr/include
2025-08-20T22:50:18.2116725Z [00:03:32.006]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:50:18.2117580Z [00:03:32.006]➜  End of search list.
2025-08-20T22:50:18.8593900Z [00:03:32.654]➜  CC stress-pipe.c
2025-08-20T22:50:18.8976117Z [00:03:32.692]➜  Alpine clang version 20.1.8
2025-08-20T22:50:18.8977062Z [00:03:32.692]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:50:18.8977767Z [00:03:32.692]➜  Thread model: posix
2025-08-20T22:50:18.8978672Z [00:03:32.692]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:50:18.8979521Z [00:03:32.692]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:50:18.8980469Z [00:03:32.692]➜  System configuration file directory: /etc/clang20
2025-08-20T22:50:18.8981864Z [00:03:32.692]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:18.8986690Z [00:03:32.692]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:50:18.8988934Z [00:03:32.692]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:18.8990095Z [00:03:32.692]➜  Candidate multilib: .;@m64
2025-08-20T22:50:18.8990990Z [00:03:32.692]➜  Selected multilib: .;@m64
2025-08-20T22:50:18.8991630Z [00:03:32.693]➜   (in-process)
2025-08-20T22:50:18.9024145Z [00:03:32.694]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name stress-pipe.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o stress-pipe.o -x c stress-pipe.c
2025-08-20T22:50:18.9057751Z [00:03:32.696]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:50:18.9059019Z [00:03:32.696]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:50:18.9060382Z [00:03:32.696]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:50:18.9061804Z [00:03:32.696]➜  #include "..." search starts here:
2025-08-20T22:50:18.9062506Z [00:03:32.696]➜  #include <...> search starts here:
2025-08-20T22:50:18.9063386Z [00:03:32.696]➜   /usr/include/fortify
2025-08-20T22:50:18.9063945Z [00:03:32.696]➜   /usr/include
2025-08-20T22:50:18.9064552Z [00:03:32.696]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:50:18.9065182Z [00:03:32.696]➜  End of search list.
2025-08-20T22:50:19.1203363Z [00:03:32.915]➜  CC stress-pipeherd.c
2025-08-20T22:50:19.1684609Z [00:03:32.963]➜  CC stress-pkey.c
2025-08-20T22:50:19.1966109Z [00:03:32.991]➜  Alpine clang version 20.1.8
2025-08-20T22:50:19.1970243Z [00:03:32.992]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:50:19.1971696Z [00:03:32.992]➜  Thread model: posix
2025-08-20T22:50:19.1974047Z [00:03:32.992]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:50:19.1974866Z [00:03:32.992]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:50:19.1975777Z [00:03:32.992]➜  System configuration file directory: /etc/clang20
2025-08-20T22:50:19.1976791Z [00:03:32.992]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:19.1977944Z [00:03:32.992]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:50:19.1979257Z [00:03:32.992]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:19.1980143Z [00:03:32.992]➜  Candidate multilib: .;@m64
2025-08-20T22:50:19.1981038Z [00:03:32.992]➜  Selected multilib: .;@m64
2025-08-20T22:50:19.1981805Z [00:03:32.992]➜   (in-process)
2025-08-20T22:50:19.2024850Z [00:03:32.996]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name stress-pipeherd.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o stress-pipeherd.o -x c stress-pipeherd.c
2025-08-20T22:50:19.2043564Z [00:03:32.999]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:50:19.2046524Z [00:03:32.999]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:50:19.2047809Z [00:03:32.999]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:50:19.2048887Z [00:03:32.999]➜  #include "..." search starts here:
2025-08-20T22:50:19.2049667Z [00:03:32.999]➜  #include <...> search starts here:
2025-08-20T22:50:19.2050220Z [00:03:32.999]➜   /usr/include/fortify
2025-08-20T22:50:19.2050705Z [00:03:32.999]➜   /usr/include
2025-08-20T22:50:19.2051427Z [00:03:32.999]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:50:19.2051966Z [00:03:32.999]➜  End of search list.
2025-08-20T22:50:19.2052491Z [00:03:32.999]➜  Alpine clang version 20.1.8
2025-08-20T22:50:19.2053075Z [00:03:32.999]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:50:19.2053644Z [00:03:32.999]➜  Thread model: posix
2025-08-20T22:50:19.2054201Z [00:03:32.999]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:50:19.2054970Z [00:03:32.999]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:50:19.2057171Z [00:03:32.999]➜  System configuration file directory: /etc/clang20
2025-08-20T22:50:19.2058188Z [00:03:32.999]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:19.2059341Z [00:03:32.999]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:50:19.2063326Z [00:03:32.999]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:19.2064257Z [00:03:32.999]➜  Candidate multilib: .;@m64
2025-08-20T22:50:19.2064870Z [00:03:32.999]➜  Selected multilib: .;@m64
2025-08-20T22:50:19.2065632Z [00:03:32.999]➜   (in-process)
2025-08-20T22:50:19.2110726Z [00:03:32.999]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name stress-pkey.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o stress-pkey.o -x c stress-pkey.c
2025-08-20T22:50:19.2124353Z [00:03:33.001]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:50:19.2125381Z [00:03:33.001]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:50:19.2126669Z [00:03:33.001]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:50:19.2127802Z [00:03:33.001]➜  #include "..." search starts here:
2025-08-20T22:50:19.2128595Z [00:03:33.001]➜  #include <...> search starts here:
2025-08-20T22:50:19.2129183Z [00:03:33.001]➜   /usr/include/fortify
2025-08-20T22:50:19.2129688Z [00:03:33.001]➜   /usr/include
2025-08-20T22:50:19.2130254Z [00:03:33.001]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:50:19.2131038Z [00:03:33.001]➜  End of search list.
2025-08-20T22:50:19.2954938Z [00:03:33.090]➜  CC stress-plugin.c
2025-08-20T22:50:19.3326246Z [00:03:33.127]➜  Alpine clang version 20.1.8
2025-08-20T22:50:19.3336380Z [00:03:33.127]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:50:19.3337045Z [00:03:33.127]➜  Thread model: posix
2025-08-20T22:50:19.3337673Z [00:03:33.127]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:50:19.3338533Z [00:03:33.127]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:50:19.3339441Z [00:03:33.128]➜  System configuration file directory: /etc/clang20
2025-08-20T22:50:19.3340452Z [00:03:33.128]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:19.3342035Z [00:03:33.128]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:50:19.3343151Z [00:03:33.128]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:19.3344011Z [00:03:33.128]➜  Candidate multilib: .;@m64
2025-08-20T22:50:19.3344804Z [00:03:33.128]➜  Selected multilib: .;@m64
2025-08-20T22:50:19.3345404Z [00:03:33.128]➜   (in-process)
2025-08-20T22:50:19.3371329Z [00:03:33.131]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name stress-plugin.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o stress-plugin.o -x c stress-plugin.c
2025-08-20T22:50:19.3386230Z [00:03:33.131]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:50:19.3387259Z [00:03:33.131]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:50:19.3388580Z [00:03:33.131]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:50:19.3389953Z [00:03:33.131]➜  #include "..." search starts here:
2025-08-20T22:50:19.3390602Z [00:03:33.131]➜  #include <...> search starts here:
2025-08-20T22:50:19.3391388Z [00:03:33.131]➜   /usr/include/fortify
2025-08-20T22:50:19.3391924Z [00:03:33.131]➜   /usr/include
2025-08-20T22:50:19.3392503Z [00:03:33.131]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:50:19.3393139Z [00:03:33.131]➜  End of search list.
2025-08-20T22:50:19.4349429Z [00:03:33.230]➜  CC stress-poll.c
2025-08-20T22:50:19.4714575Z [00:03:33.266]➜  Alpine clang version 20.1.8
2025-08-20T22:50:19.4718331Z [00:03:33.266]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:50:19.4720592Z [00:03:33.266]➜  Thread model: posix
2025-08-20T22:50:19.4736748Z [00:03:33.266]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:50:19.4737570Z [00:03:33.266]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:50:19.4738451Z [00:03:33.266]➜  System configuration file directory: /etc/clang20
2025-08-20T22:50:19.4739509Z [00:03:33.266]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:19.4753933Z [00:03:33.266]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:50:19.4755061Z [00:03:33.266]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:19.4756083Z [00:03:33.266]➜  Candidate multilib: .;@m64
2025-08-20T22:50:19.4756738Z [00:03:33.266]➜  Selected multilib: .;@m64
2025-08-20T22:50:19.4757328Z [00:03:33.267]➜   (in-process)
2025-08-20T22:50:19.4792920Z [00:03:33.267]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name stress-poll.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o stress-poll.o -x c stress-poll.c
2025-08-20T22:50:19.4806445Z [00:03:33.268]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:50:19.4807481Z [00:03:33.269]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:50:19.4808749Z [00:03:33.269]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:50:19.4810119Z [00:03:33.269]➜  #include "..." search starts here:
2025-08-20T22:50:19.4810998Z [00:03:33.269]➜  #include <...> search starts here:
2025-08-20T22:50:19.4811626Z [00:03:33.269]➜   /usr/include/fortify
2025-08-20T22:50:19.4812172Z [00:03:33.269]➜   /usr/include
2025-08-20T22:50:19.4812771Z [00:03:33.269]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:50:19.4813393Z [00:03:33.269]➜  End of search list.
2025-08-20T22:50:19.5081816Z [00:03:33.303]➜  CC stress-powmath.c
2025-08-20T22:50:19.5825638Z [00:03:33.377]➜  Alpine clang version 20.1.8
2025-08-20T22:50:19.5831859Z [00:03:33.377]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:50:19.5833910Z [00:03:33.377]➜  Thread model: posix
2025-08-20T22:50:19.5834834Z [00:03:33.377]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:50:19.5835855Z [00:03:33.377]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:50:19.5836675Z [00:03:33.377]➜  System configuration file directory: /etc/clang20
2025-08-20T22:50:19.5837825Z [00:03:33.377]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:19.5838858Z [00:03:33.377]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:50:19.5839999Z [00:03:33.377]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:19.5841140Z [00:03:33.377]➜  Candidate multilib: .;@m64
2025-08-20T22:50:19.5841800Z [00:03:33.377]➜  Selected multilib: .;@m64
2025-08-20T22:50:19.5842392Z [00:03:33.378]➜   (in-process)
2025-08-20T22:50:19.5892139Z [00:03:33.383]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name stress-powmath.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o stress-powmath.o -x c stress-powmath.c
2025-08-20T22:50:19.5937657Z [00:03:33.389]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:50:19.5946692Z [00:03:33.390]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:50:19.5949501Z [00:03:33.390]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:50:19.5950592Z [00:03:33.390]➜  #include "..." search starts here:
2025-08-20T22:50:19.5951347Z [00:03:33.390]➜  #include <...> search starts here:
2025-08-20T22:50:19.5951869Z [00:03:33.390]➜   /usr/include/fortify
2025-08-20T22:50:19.5952327Z [00:03:33.390]➜   /usr/include
2025-08-20T22:50:19.5952820Z [00:03:33.390]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:50:19.5953358Z [00:03:33.390]➜  End of search list.
2025-08-20T22:50:19.6148871Z [00:03:33.410]➜  CC stress-prctl.c
2025-08-20T22:50:19.6548974Z [00:03:33.450]➜  CC stress-prefetch.c
2025-08-20T22:50:19.6730045Z [00:03:33.468]➜  Alpine clang version 20.1.8
2025-08-20T22:50:19.6742771Z [00:03:33.468]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:50:19.6743688Z [00:03:33.468]➜  Thread model: posix
2025-08-20T22:50:19.6744484Z [00:03:33.468]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:50:19.6745579Z [00:03:33.468]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:50:19.6746966Z [00:03:33.468]➜  System configuration file directory: /etc/clang20
2025-08-20T22:50:19.6748315Z [00:03:33.469]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:19.6749862Z [00:03:33.469]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:50:19.6751342Z [00:03:33.469]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:19.6752418Z [00:03:33.469]➜  Candidate multilib: .;@m64
2025-08-20T22:50:19.6753188Z [00:03:33.469]➜  Selected multilib: .;@m64
2025-08-20T22:50:19.6753908Z [00:03:33.469]➜   (in-process)
2025-08-20T22:50:19.6796571Z [00:03:33.471]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name stress-prctl.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o stress-prctl.o -x c stress-prctl.c
2025-08-20T22:50:19.6810408Z [00:03:33.472]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:50:19.6811879Z [00:03:33.473]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:50:19.6813253Z [00:03:33.473]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:50:19.6814443Z [00:03:33.473]➜  #include "..." search starts here:
2025-08-20T22:50:19.6815148Z [00:03:33.473]➜  #include <...> search starts here:
2025-08-20T22:50:19.6815771Z [00:03:33.473]➜   /usr/include/fortify
2025-08-20T22:50:19.6816327Z [00:03:33.473]➜   /usr/include
2025-08-20T22:50:19.6816904Z [00:03:33.473]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:50:19.6817525Z [00:03:33.473]➜  End of search list.
2025-08-20T22:50:19.6908534Z [00:03:33.486]➜  Alpine clang version 20.1.8
2025-08-20T22:50:19.6913837Z [00:03:33.486]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:50:19.6914484Z [00:03:33.486]➜  Thread model: posix
2025-08-20T22:50:19.6915104Z [00:03:33.486]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:50:19.6927951Z [00:03:33.486]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:50:19.6929059Z [00:03:33.486]➜  System configuration file directory: /etc/clang20
2025-08-20T22:50:19.6931795Z [00:03:33.486]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:19.6933168Z [00:03:33.486]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:50:19.6934319Z [00:03:33.486]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:19.6936623Z [00:03:33.486]➜  Candidate multilib: .;@m64
2025-08-20T22:50:19.6937288Z [00:03:33.486]➜  Selected multilib: .;@m64
2025-08-20T22:50:19.6937869Z [00:03:33.487]➜   (in-process)
2025-08-20T22:50:19.6953295Z [00:03:33.487]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name stress-prefetch.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o stress-prefetch.o -x c stress-prefetch.c
2025-08-20T22:50:19.6968374Z [00:03:33.488]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:50:19.6969623Z [00:03:33.488]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:50:19.6971170Z [00:03:33.489]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:50:19.6972363Z [00:03:33.489]➜  #include "..." search starts here:
2025-08-20T22:50:19.6973066Z [00:03:33.489]➜  #include <...> search starts here:
2025-08-20T22:50:19.6983645Z [00:03:33.489]➜   /usr/include/fortify
2025-08-20T22:50:19.6984205Z [00:03:33.489]➜   /usr/include
2025-08-20T22:50:19.6984791Z [00:03:33.489]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:50:19.6985406Z [00:03:33.489]➜  End of search list.
2025-08-20T22:50:20.2973421Z [00:03:34.092]➜  CC stress-prime.c
2025-08-20T22:50:20.3472965Z [00:03:34.142]➜  Alpine clang version 20.1.8
2025-08-20T22:50:20.3480700Z [00:03:34.143]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:50:20.3486452Z [00:03:34.143]➜  Thread model: posix
2025-08-20T22:50:20.3487156Z [00:03:34.143]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:50:20.3488299Z [00:03:34.143]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:50:20.3489278Z [00:03:34.143]➜  System configuration file directory: /etc/clang20
2025-08-20T22:50:20.3490301Z [00:03:34.143]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:20.3491738Z [00:03:34.143]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:50:20.3492758Z [00:03:34.143]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:20.3493510Z [00:03:34.143]➜  Candidate multilib: .;@m64
2025-08-20T22:50:20.3494043Z [00:03:34.143]➜  Selected multilib: .;@m64
2025-08-20T22:50:20.3494856Z [00:03:34.144]➜   (in-process)
2025-08-20T22:50:20.3552465Z [00:03:34.148]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name stress-prime.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o stress-prime.o -x c stress-prime.c
2025-08-20T22:50:20.3566166Z [00:03:34.149]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:50:20.3567421Z [00:03:34.149]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:50:20.3568767Z [00:03:34.149]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:50:20.3570005Z [00:03:34.149]➜  #include "..." search starts here:
2025-08-20T22:50:20.3570696Z [00:03:34.149]➜  #include <...> search starts here:
2025-08-20T22:50:20.3571561Z [00:03:34.149]➜   /usr/include/fortify
2025-08-20T22:50:20.3572113Z [00:03:34.149]➜   /usr/include
2025-08-20T22:50:20.3572700Z [00:03:34.149]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:50:20.3573324Z [00:03:34.149]➜  End of search list.
2025-08-20T22:50:20.4810280Z [00:03:34.276]➜  CC stress-prio-inv.c
2025-08-20T22:50:20.5190496Z [00:03:34.314]➜  Alpine clang version 20.1.8
2025-08-20T22:50:20.5195193Z [00:03:34.314]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:50:20.5195869Z [00:03:34.314]➜  Thread model: posix
2025-08-20T22:50:20.5196498Z [00:03:34.314]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:50:20.5197548Z [00:03:34.314]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:50:20.5198486Z [00:03:34.314]➜  System configuration file directory: /etc/clang20
2025-08-20T22:50:20.5199667Z [00:03:34.314]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:20.5201023Z [00:03:34.314]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:50:20.5202144Z [00:03:34.314]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:20.5202973Z [00:03:34.314]➜  Candidate multilib: .;@m64
2025-08-20T22:50:20.5203586Z [00:03:34.314]➜  Selected multilib: .;@m64
2025-08-20T22:50:20.5214752Z [00:03:34.316]➜   (in-process)
2025-08-20T22:50:20.5234742Z [00:03:34.318]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name stress-prio-inv.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CC stress-priv-instr.c
2025-08-20T22:50:20.5286096Z [00:03:34.322]➜  CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o stress-prio-inv.o -x c stress-prio-inv.c
2025-08-20T22:50:20.5326194Z [00:03:34.327]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:50:20.5327271Z [00:03:34.327]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:50:20.5328627Z [00:03:34.327]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:50:20.5329830Z [00:03:34.327]➜  #include "..." search starts here:
2025-08-20T22:50:20.5330508Z [00:03:34.327]➜  #include <...> search starts here:
2025-08-20T22:50:20.5331324Z [00:03:34.327]➜   /usr/include/fortify
2025-08-20T22:50:20.5331871Z [00:03:34.327]➜   /usr/include
2025-08-20T22:50:20.5332471Z [00:03:34.327]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:50:20.5333092Z [00:03:34.327]➜  End of search list.
2025-08-20T22:50:20.5975702Z [00:03:34.392]➜  Alpine clang version 20.1.8
2025-08-20T22:50:20.5976574Z [00:03:34.392]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:50:20.5977183Z [00:03:34.392]➜  Thread model: posix
2025-08-20T22:50:20.5977941Z [00:03:34.392]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:50:20.5978786Z [00:03:34.392]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:50:20.5979802Z [00:03:34.392]➜  System configuration file directory: /etc/clang20
2025-08-20T22:50:20.5980928Z [00:03:34.392]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:20.5982061Z [00:03:34.392]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:50:20.5983172Z [00:03:34.392]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:20.5984014Z [00:03:34.392]➜  Candidate multilib: .;@m64
2025-08-20T22:50:20.5984637Z [00:03:34.392]➜  Selected multilib: .;@m64
2025-08-20T22:50:20.5991795Z [00:03:34.394]➜   (in-process)
2025-08-20T22:50:20.6023987Z [00:03:34.395]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name stress-priv-instr.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o stress-priv-instr.o -x c stress-priv-instr.c
2025-08-20T22:50:20.6037815Z [00:03:34.395]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:50:20.6038849Z [00:03:34.395]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:50:20.6040226Z [00:03:34.395]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:50:20.6041618Z [00:03:34.395]➜  #include "..." search starts here:
2025-08-20T22:50:20.6042254Z [00:03:34.395]➜  #include <...> search starts here:
2025-08-20T22:50:20.6042861Z [00:03:34.395]➜   /usr/include/fortify
2025-08-20T22:50:20.6043408Z [00:03:34.395]➜   /usr/include
2025-08-20T22:50:20.6043987Z [00:03:34.395]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:50:20.6044618Z [00:03:34.395]➜  End of search list.
2025-08-20T22:50:20.9846771Z [00:03:34.779]➜  CC stress-procfs.c
2025-08-20T22:50:21.0207659Z [00:03:34.815]➜  Alpine clang version 20.1.8
2025-08-20T22:50:21.0217803Z [00:03:34.816]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:50:21.0226044Z [00:03:34.817]➜  Thread model: posix
2025-08-20T22:50:21.0231271Z [00:03:34.817]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:50:21.0236162Z [00:03:34.817]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:50:21.0239418Z [00:03:34.817]➜  System configuration file directory: /etc/clang20
2025-08-20T22:50:21.0240397Z [00:03:34.817]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:21.0241561Z [00:03:34.817]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:50:21.0242552Z [00:03:34.818]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:21.0243322Z [00:03:34.818]➜  Candidate multilib: .;@m64
2025-08-20T22:50:21.0251074Z [00:03:34.819]➜  Selected multilib: .;@m64
2025-08-20T22:50:21.0253067Z [00:03:34.819]➜   (in-process)
2025-08-20T22:50:21.0317117Z [00:03:34.824]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name stress-procfs.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o stress-procfs.o -x c stress-procfs.c
2025-08-20T22:50:21.0332410Z [00:03:34.824]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:50:21.0333539Z [00:03:34.825]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:50:21.0334875Z [00:03:34.825]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:50:21.0336016Z [00:03:34.825]➜  #include "..." search starts here:
2025-08-20T22:50:21.0339371Z [00:03:34.829]➜  #include <...> search starts here:
2025-08-20T22:50:21.0343701Z [00:03:34.829]➜   /usr/include/fortify
2025-08-20T22:50:21.0344270Z [00:03:34.829]➜   /usr/include
2025-08-20T22:50:21.0348312Z [00:03:34.829]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:50:21.0348913Z [00:03:34.829]➜  End of search list.
2025-08-20T22:50:21.3387286Z [00:03:35.133]➜  CC stress-pseek.c
2025-08-20T22:50:21.3763446Z [00:03:35.171]➜  Alpine clang version 20.1.8
2025-08-20T22:50:21.3771465Z [00:03:35.171]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:50:21.3772092Z [00:03:35.172]➜  Thread model: posix
2025-08-20T22:50:21.3778090Z [00:03:35.172]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:50:21.3782467Z [00:03:35.173]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:50:21.3787114Z [00:03:35.173]➜  System configuration file directory: /etc/clang20
2025-08-20T22:50:21.3792853Z [00:03:35.173]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:21.3796333Z [00:03:35.174]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:50:21.3799075Z [00:03:35.174]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:21.3822559Z [00:03:35.175]➜  Candidate multilib: .;@m64
2025-08-20T22:50:21.3823429Z [00:03:35.177]➜  Selected multilib: .;@m64
2025-08-20T22:50:21.3824040Z [00:03:35.177]➜   (in-process)
2025-08-20T22:50:21.3869922Z [00:03:35.180]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name stress-pseek.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o stress-pseek.o -x c stress-pseek.c
2025-08-20T22:50:21.3886217Z [00:03:35.183]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:50:21.3887238Z [00:03:35.183]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:50:21.3888520Z [00:03:35.183]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:50:21.3889681Z [00:03:35.183]➜  #include "..." search starts here:
2025-08-20T22:50:21.3890301Z [00:03:35.183]➜  #include <...> search starts here:
2025-08-20T22:50:21.3921147Z [00:03:35.183]➜   /usr/include/fortify
2025-08-20T22:50:21.3921794Z [00:03:35.183]➜   /usr/include
2025-08-20T22:50:21.3922399Z [00:03:35.183]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:50:21.3923050Z [00:03:35.183]➜  End of search list.
2025-08-20T22:50:21.9583416Z [00:03:35.753]➜  CC stress-pthread.c
2025-08-20T22:50:22.0102061Z [00:03:35.805]➜  CC stress-ptrace.c
2025-08-20T22:50:22.0315928Z [00:03:35.826]➜  Alpine clang version 20.1.8
2025-08-20T22:50:22.0323962Z [00:03:35.826]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:50:22.0324607Z [00:03:35.826]➜  Thread model: posix
2025-08-20T22:50:22.0325512Z [00:03:35.826]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:50:22.0326432Z [00:03:35.826]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:50:22.0327353Z [00:03:35.826]➜  System configuration file directory: /etc/clang20
2025-08-20T22:50:22.0355988Z [00:03:35.830]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:22.0367333Z [00:03:35.830]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:50:22.0369990Z [00:03:35.830]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:22.0371941Z [00:03:35.830]➜  Candidate multilib: .;@m64
2025-08-20T22:50:22.0372588Z [00:03:35.831]➜  Selected multilib: .;@m64
2025-08-20T22:50:22.0373672Z [00:03:35.831]➜   (in-process)
2025-08-20T22:50:22.0404698Z [00:03:35.833]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name stress-pthread.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o stress-pthread.o -x c stress-pthread.c
2025-08-20T22:50:22.0422729Z [00:03:35.835]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:50:22.0423824Z [00:03:35.837]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:50:22.0445647Z [00:03:35.839]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:50:22.0474526Z [00:03:35.839]➜  #include "..." search starts here:
2025-08-20T22:50:22.0475241Z [00:03:35.839]➜  #include <...> search starts here:
2025-08-20T22:50:22.0475863Z [00:03:35.839]➜   /usr/include/fortify
2025-08-20T22:50:22.0476410Z [00:03:35.839]➜   /usr/include
2025-08-20T22:50:22.0477003Z [00:03:35.839]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:50:22.0477806Z [00:03:35.839]➜  End of search list.
2025-08-20T22:50:22.0574165Z [00:03:35.852]➜  Alpine clang version 20.1.8
2025-08-20T22:50:22.0579310Z [00:03:35.852]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:50:22.0580044Z [00:03:35.852]➜  Thread model: posix
2025-08-20T22:50:22.0584580Z [00:03:35.853]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:50:22.0585827Z [00:03:35.853]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:50:22.0592687Z [00:03:35.854]➜  System configuration file directory: /etc/clang20
2025-08-20T22:50:22.0595144Z [00:03:35.854]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:22.0601366Z [00:03:35.855]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:50:22.0603518Z [00:03:35.855]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:22.0634163Z [00:03:35.858]➜  Candidate multilib: .;@m64
2025-08-20T22:50:22.0636276Z [00:03:35.858]➜  Selected multilib: .;@m64
2025-08-20T22:50:22.0637472Z [00:03:35.858]➜   (in-process)
2025-08-20T22:50:22.0653260Z [00:03:35.858]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name stress-ptrace.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o stress-ptrace.o -x c stress-ptrace.c
2025-08-20T22:50:22.0678850Z [00:03:35.863]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:50:22.0688731Z [00:03:35.864]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:50:22.0696221Z [00:03:35.864]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:50:22.0697441Z [00:03:35.864]➜  #include "..." search starts here:
2025-08-20T22:50:22.0711706Z [00:03:35.865]➜  #include <...> search starts here:
2025-08-20T22:50:22.0713203Z [00:03:35.865]➜   /usr/include/fortify
2025-08-20T22:50:22.0713696Z [00:03:35.865]➜   /usr/include
2025-08-20T22:50:22.0714202Z [00:03:35.865]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:50:22.0714888Z [00:03:35.865]➜  End of search list.
2025-08-20T22:50:22.1881315Z [00:03:35.983]➜  CC stress-ptr-chase.c
2025-08-20T22:50:22.2256148Z [00:03:36.020]➜  Alpine clang version 20.1.8
2025-08-20T22:50:22.2260544Z [00:03:36.020]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:50:22.2261688Z [00:03:36.020]➜  Thread model: posix
2025-08-20T22:50:22.2262372Z [00:03:36.020]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:50:22.2263253Z [00:03:36.020]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:50:22.2264160Z [00:03:36.020]➜  System configuration file directory: /etc/clang20
2025-08-20T22:50:22.2265174Z [00:03:36.020]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:22.2266306Z [00:03:36.020]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:50:22.2267447Z [00:03:36.021]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:22.2295975Z [00:03:36.023]➜  Candidate multilib: .;@m64
2025-08-20T22:50:22.2296707Z [00:03:36.023]➜  Selected multilib: .;@m64
2025-08-20T22:50:22.2297247Z [00:03:36.023]➜   (in-process)
2025-08-20T22:50:22.2334463Z [00:03:36.023]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name stress-ptr-chase.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o stress-ptr-chase.o -x c stress-ptr-chase.c
2025-08-20T22:50:22.2349255Z [00:03:36.025]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:50:22.2350244Z [00:03:36.025]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:50:22.2351748Z [00:03:36.026]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:50:22.2352910Z [00:03:36.026]➜  #include "..." search starts here:
2025-08-20T22:50:22.2353585Z [00:03:36.027]➜  #include <...> search starts here:
2025-08-20T22:50:22.2354184Z [00:03:36.027]➜   /usr/include/fortify
2025-08-20T22:50:22.2354694Z [00:03:36.027]➜   /usr/include
2025-08-20T22:50:22.2355424Z [00:03:36.029]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:50:22.2356062Z [00:03:36.029]➜  End of search list.
2025-08-20T22:50:22.3836235Z [00:03:36.178]➜  CC stress-pty.c
2025-08-20T22:50:22.4222175Z [00:03:36.217]➜  Alpine clang version 20.1.8
2025-08-20T22:50:22.4223497Z [00:03:36.217]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:50:22.4234239Z [00:03:36.218]➜  Thread model: posix
2025-08-20T22:50:22.4236757Z [00:03:36.218]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:50:22.4237648Z [00:03:36.218]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:50:22.4238591Z [00:03:36.218]➜  System configuration file directory: /etc/clang20
2025-08-20T22:50:22.4239635Z [00:03:36.218]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:22.4240746Z [00:03:36.218]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:50:22.4242099Z [00:03:36.218]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:22.4242973Z [00:03:36.218]➜  Candidate multilib: .;@m64
2025-08-20T22:50:22.4243590Z [00:03:36.218]➜  Selected multilib: .;@m64
2025-08-20T22:50:22.4280239Z [00:03:36.222]➜   (in-process)
2025-08-20T22:50:22.4295651Z [00:03:36.223]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name stress-pty.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o stress-pty.o -x c stress-pty.c
2025-08-20T22:50:22.4309225Z [00:03:36.223]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:50:22.4315954Z [00:03:36.226]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:50:22.4344783Z [00:03:36.229]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:50:22.4351470Z [00:03:36.229]➜  #include "..." search starts here:
2025-08-20T22:50:22.4352182Z [00:03:36.229]➜  #include <...> search starts here:
2025-08-20T22:50:22.4352825Z [00:03:36.229]➜   /usr/include/fortify
2025-08-20T22:50:22.4353364Z [00:03:36.229]➜   /usr/include
2025-08-20T22:50:22.4354133Z [00:03:36.229]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:50:22.4354793Z [00:03:36.229]➜  End of search list.
2025-08-20T22:50:22.5266703Z [00:03:36.321]➜  CC stress-quota.c
2025-08-20T22:50:22.5639609Z [00:03:36.359]➜  Alpine clang version 20.1.8
2025-08-20T22:50:22.5645585Z [00:03:36.359]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:50:22.5646212Z [00:03:36.359]➜  Thread model: posix
2025-08-20T22:50:22.5646796Z [00:03:36.359]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:50:22.5647756Z [00:03:36.360]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:50:22.5649355Z [00:03:36.360]➜  System configuration file directory: /etc/clang20
2025-08-20T22:50:22.5664676Z [00:03:36.361]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:22.5665984Z [00:03:36.361]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:50:22.5667213Z [00:03:36.361]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:22.5668174Z [00:03:36.361]➜  Candidate multilib: .;@m64
2025-08-20T22:50:22.5668842Z [00:03:36.361]➜  Selected multilib: .;@m64
2025-08-20T22:50:22.5669524Z [00:03:36.361]➜   (in-process)
2025-08-20T22:50:22.5749683Z [00:03:36.368]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name stress-quota.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o stress-quota.o -x c stress-quota.c
2025-08-20T22:50:22.5763561Z [00:03:36.368]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:50:22.5764487Z [00:03:36.368]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:50:22.5765756Z [00:03:36.369]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:50:22.5766904Z [00:03:36.369]➜  #include "..." search starts here:
2025-08-20T22:50:22.5767539Z [00:03:36.369]➜  #include <...> search starts here:
2025-08-20T22:50:22.5768092Z [00:03:36.369]➜   /usr/include/fortify
2025-08-20T22:50:22.5768741Z [00:03:36.369]➜   /usr/include
2025-08-20T22:50:22.5769325Z [00:03:36.369]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:50:22.5769931Z [00:03:36.369]➜  End of search list.
2025-08-20T22:50:22.7591294Z [00:03:36.554]➜  CC stress-qsort.c
2025-08-20T22:50:22.8340957Z [00:03:36.629]➜  Alpine clang version 20.1.8
2025-08-20T22:50:22.8341808Z [00:03:36.629]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:50:22.8342465Z [00:03:36.629]➜  Thread model: posix
2025-08-20T22:50:22.8343094Z [00:03:36.629]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:50:22.8343965Z [00:03:36.629]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:50:22.8344907Z [00:03:36.629]➜  System configuration file directory: /etc/clang20
2025-08-20T22:50:22.8345937Z [00:03:36.629]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:22.8365194Z [00:03:36.631]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:50:22.8372717Z [00:03:36.631]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:22.8373666Z [00:03:36.631]➜  Candidate multilib: .;@m64
2025-08-20T22:50:22.8374319Z [00:03:36.631]➜  Selected multilib: .;@m64
2025-08-20T22:50:22.8374916Z [00:03:36.632]➜   (in-process)
2025-08-20T22:50:22.8401676Z [00:03:36.633]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name stress-qsort.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o stress-qsort.o -x c stress-qsort.c
2025-08-20T22:50:22.8419726Z [00:03:36.635]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:50:22.8429984Z [00:03:36.638]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:50:22.8455282Z [00:03:36.638]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:50:22.8456498Z [00:03:36.638]➜  #include "..." search starts here:
2025-08-20T22:50:22.8457180Z [00:03:36.638]➜  #include <...> search starts here:
2025-08-20T22:50:22.8457992Z [00:03:36.638]➜   /usr/include/fortify
2025-08-20T22:50:22.8458654Z [00:03:36.638]➜   /usr/include
2025-08-20T22:50:22.8459638Z [00:03:36.638]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:50:22.8460639Z [00:03:36.638]➜  End of search list.
2025-08-20T22:50:23.0095746Z [00:03:36.804]➜  CC stress-race-sched.c
2025-08-20T22:50:23.0485987Z [00:03:36.843]➜  Alpine clang version 20.1.8
2025-08-20T22:50:23.0489965Z [00:03:36.843]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:50:23.0490642Z [00:03:36.843]➜  Thread model: posix
2025-08-20T22:50:23.0491500Z [00:03:36.843]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:50:23.0492366Z [00:03:36.843]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:50:23.0493289Z [00:03:36.843]➜  System configuration file directory: /etc/clang20
2025-08-20T22:50:23.0494342Z [00:03:36.844]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:23.0495513Z [00:03:36.844]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:50:23.0496627Z [00:03:36.844]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:23.0497487Z [00:03:36.844]➜  Candidate multilib: .;@m64
2025-08-20T22:50:23.0498108Z [00:03:36.844]➜  Selected multilib: .;@m64
2025-08-20T22:50:23.0506817Z [00:03:36.846]➜   (in-process)
2025-08-20T22:50:23.0539716Z [00:03:36.847]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name stress-race-sched.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o stress-race-sched.o -x c stress-race-sched.c
2025-08-20T22:50:23.0561885Z [00:03:36.851]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:50:23.0570953Z [00:03:36.852]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:50:23.0577448Z [00:03:36.852]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:50:23.0578761Z [00:03:36.852]➜  #include "..." search starts here:
2025-08-20T22:50:23.0579579Z [00:03:36.852]➜  #include <...> search starts here:
2025-08-20T22:50:23.0580236Z [00:03:36.852]➜   /usr/include/fortify
2025-08-20T22:50:23.0581017Z [00:03:36.852]➜   /usr/include
2025-08-20T22:50:23.0581821Z [00:03:36.852]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:50:23.0582598Z [00:03:36.852]➜  End of search list.
2025-08-20T22:50:23.5275539Z [00:03:37.322]➜  CC stress-radixsort.c
2025-08-20T22:50:23.6019041Z [00:03:37.397]➜  Alpine clang version 20.1.8
2025-08-20T22:50:23.6020968Z [00:03:37.397]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:50:23.6022473Z [00:03:37.397]➜  Thread model: posix
2025-08-20T22:50:23.6023279Z [00:03:37.397]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:50:23.6024763Z [00:03:37.397]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:50:23.6025901Z [00:03:37.397]➜  System configuration file directory: /etc/clang20
2025-08-20T22:50:23.6042052Z [00:03:37.397]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:23.6044044Z [00:03:37.397]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:50:23.6045979Z [00:03:37.397]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:23.6048433Z [00:03:37.397]➜  Candidate multilib: .;@m64
2025-08-20T22:50:23.6049505Z [00:03:37.397]➜  Selected multilib: .;@m64
2025-08-20T22:50:23.6050462Z [00:03:37.397]➜   (in-process)
2025-08-20T22:50:23.6068419Z [00:03:37.398]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name stress-radixsort.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o stress-radixsort.o -x c stress-radixsort.c
2025-08-20T22:50:23.6085447Z [00:03:37.402]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:50:23.6086484Z [00:03:37.403]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:50:23.6087812Z [00:03:37.403]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:50:23.6088969Z [00:03:37.403]➜  #include "..." search starts here:
2025-08-20T22:50:23.6089611Z [00:03:37.403]➜  #include <...> search starts here:
2025-08-20T22:50:23.6090195Z [00:03:37.403]➜   /usr/include/fortify
2025-08-20T22:50:23.6091088Z [00:03:37.403]➜   /usr/include
2025-08-20T22:50:23.6091708Z [00:03:37.403]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:50:23.6092311Z [00:03:37.403]➜  End of search list.
2025-08-20T22:50:23.6552636Z [00:03:37.450]➜  CC stress-randlist.c
2025-08-20T22:50:23.6925207Z [00:03:37.487]➜  Alpine clang version 20.1.8
2025-08-20T22:50:23.6926000Z [00:03:37.487]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:50:23.6926597Z [00:03:37.487]➜  Thread model: posix
2025-08-20T22:50:23.6928987Z [00:03:37.487]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:50:23.6930086Z [00:03:37.487]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:50:23.6941701Z [00:03:37.487]➜  System configuration file directory: /etc/clang20
2025-08-20T22:50:23.6942926Z [00:03:37.487]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:23.6945238Z [00:03:37.487]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:50:23.6946251Z [00:03:37.487]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:23.6947049Z [00:03:37.487]➜  Candidate multilib: .;@m64
2025-08-20T22:50:23.6947616Z [00:03:37.488]➜  Selected multilib: .;@m64
2025-08-20T22:50:23.6948128Z [00:03:37.489]➜   (in-process)
2025-08-20T22:50:23.6999908Z [00:03:37.493]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name stress-randlist.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o stress-randlist.o -x c stress-randlist.c
2025-08-20T22:50:23.7019075Z [00:03:37.496]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:50:23.7020082Z [00:03:37.496]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:50:23.7021571Z [00:03:37.496]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:50:23.7022678Z [00:03:37.496]➜  #include "..." search starts here:
2025-08-20T22:50:23.7023285Z [00:03:37.496]➜  #include <...> search starts here:
2025-08-20T22:50:23.7024034Z [00:03:37.496]➜   /usr/include/fortify
2025-08-20T22:50:23.7024554Z [00:03:37.496]➜   /usr/include
2025-08-20T22:50:23.7025099Z [00:03:37.496]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:50:23.7025639Z [00:03:37.496]➜  End of search list.
2025-08-20T22:50:23.8304691Z [00:03:37.625]➜  CC stress-ramfs.c
2025-08-20T22:50:23.8666799Z [00:03:37.661]➜  Alpine clang version 20.1.8
2025-08-20T22:50:23.8668088Z [00:03:37.661]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:50:23.8668857Z [00:03:37.661]➜  Thread model: posix
2025-08-20T22:50:23.8669931Z [00:03:37.661]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:50:23.8671135Z [00:03:37.662]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:50:23.8672450Z [00:03:37.662]➜  System configuration file directory: /etc/clang20
2025-08-20T22:50:23.8678750Z [00:03:37.662]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:23.8680246Z [00:03:37.662]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:50:23.8682035Z [00:03:37.662]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:23.8683100Z [00:03:37.662]➜  Candidate multilib: .;@m64
2025-08-20T22:50:23.8684085Z [00:03:37.662]➜  Selected multilib: .;@m64
2025-08-20T22:50:23.8694495Z [00:03:37.662]➜   (in-process)
2025-08-20T22:50:23.8716772Z [00:03:37.663]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name stress-ramfs.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o stress-ramfs.o -x c stress-ramfs.c
2025-08-20T22:50:23.8734932Z [00:03:37.665]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:50:23.8735988Z [00:03:37.666]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:50:23.8737338Z [00:03:37.666]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:50:23.8738522Z [00:03:37.666]➜  #include "..." search starts here:
2025-08-20T22:50:23.8739374Z [00:03:37.666]➜  #include <...> search starts here:
2025-08-20T22:50:23.8740029Z [00:03:37.666]➜   /usr/include/fortify
2025-08-20T22:50:23.8740594Z [00:03:37.666]➜   /usr/include
2025-08-20T22:50:23.8741379Z [00:03:37.666]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:50:23.8741982Z [00:03:37.666]➜  End of search list.
2025-08-20T22:50:24.4364635Z [00:03:38.231]➜  CC stress-rawdev.c
2025-08-20T22:50:24.4706206Z [00:03:38.265]➜  Alpine clang version 20.1.8
2025-08-20T22:50:24.4712445Z [00:03:38.266]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:50:24.4713117Z [00:03:38.266]➜  Thread model: posix
2025-08-20T22:50:24.4713705Z [00:03:38.266]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:50:24.4714558Z [00:03:38.266]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:50:24.4715694Z [00:03:38.266]➜  System configuration file directory: /etc/clang20
2025-08-20T22:50:24.4716592Z [00:03:38.266]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:24.4717657Z [00:03:38.266]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:50:24.4718847Z [00:03:38.266]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:24.4719586Z [00:03:38.266]➜  Candidate multilib: .;@m64
2025-08-20T22:50:24.4720133Z [00:03:38.266]➜  Selected multilib: .;@m64
2025-08-20T22:50:24.4720625Z [00:03:38.266]➜   (in-process)
2025-08-20T22:50:24.4739976Z [00:03:38.267]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name stress-rawdev.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o stress-rawdev.o -x c stress-rawdev.c
2025-08-20T22:50:24.4756973Z [00:03:38.268]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:50:24.4757918Z [00:03:38.269]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:50:24.4759168Z [00:03:38.269]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:50:24.4760310Z [00:03:38.269]➜  #include "..." search starts here:
2025-08-20T22:50:24.4761346Z [00:03:38.269]➜  #include <...> search starts here:
2025-08-20T22:50:24.4761934Z [00:03:38.269]➜   /usr/include/fortify
2025-08-20T22:50:24.4762427Z [00:03:38.269]➜   /usr/include
2025-08-20T22:50:24.4762952Z [00:03:38.269]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:50:24.4763711Z [00:03:38.269]➜  End of search list.
2025-08-20T22:50:24.6897225Z [00:03:38.484]➜  CC stress-rawpkt.c
2025-08-20T22:50:24.7613596Z [00:03:38.556]➜  Alpine clang version 20.1.8
2025-08-20T22:50:24.7617415Z [00:03:38.556]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:50:24.7618090Z [00:03:38.556]➜  Thread model: posix
2025-08-20T22:50:24.7618749Z [00:03:38.556]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:50:24.7619599Z [00:03:38.556]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:50:24.7620445Z [00:03:38.556]➜  System configuration file directory: /etc/clang20
2025-08-20T22:50:24.7621668Z [00:03:38.556]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:24.7622693Z [00:03:38.556]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:50:24.7623855Z [00:03:38.556]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:24.7624595Z [00:03:38.557]➜  Candidate multilib: .;@m64
2025-08-20T22:50:24.7625121Z [00:03:38.557]➜  Selected multilib: .;@m64
2025-08-20T22:50:24.7634017Z [00:03:38.558]➜   (in-process)
2025-08-20T22:50:24.7663805Z [00:03:38.560]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name stress-rawpkt.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o stress-rawpkt.o -x c stress-rawpkt.c
2025-08-20T22:50:24.7689707Z [00:03:38.564]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:50:24.7714839Z [00:03:38.566]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:50:24.7720495Z [00:03:38.567]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:50:24.7725990Z [00:03:38.568]➜  #include "..." search starts here:
2025-08-20T22:50:24.7731476Z [00:03:38.568]➜  #include <...> search starts here:
2025-08-20T22:50:24.7736691Z [00:03:38.569]➜   /usr/include/fortify
2025-08-20T22:50:24.7740626Z [00:03:38.569]➜   /usr/include
2025-08-20T22:50:24.7744026Z [00:03:38.569]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:50:24.7746737Z [00:03:38.569]➜  End of search list.
2025-08-20T22:50:24.8904837Z [00:03:38.685]➜  CC stress-rawsock.c
2025-08-20T22:50:24.9237828Z [00:03:38.718]➜  Alpine clang version 20.1.8
2025-08-20T22:50:24.9242723Z [00:03:38.718]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:50:24.9243273Z [00:03:38.718]➜  Thread model: posix
2025-08-20T22:50:24.9243824Z [00:03:38.718]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:50:24.9244575Z [00:03:38.718]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:50:24.9245383Z [00:03:38.718]➜  System configuration file directory: /etc/clang20
2025-08-20T22:50:24.9246274Z [00:03:38.718]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:24.9247442Z [00:03:38.719]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:50:24.9248352Z [00:03:38.719]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:24.9249101Z [00:03:38.719]➜  Candidate multilib: .;@m64
2025-08-20T22:50:24.9249625Z [00:03:38.719]➜  Selected multilib: .;@m64
2025-08-20T22:50:24.9253937Z [00:03:38.720]➜   (in-process)
2025-08-20T22:50:24.9276355Z [00:03:38.720]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name stress-rawsock.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o stress-rawsock.o -x c stress-rawsock.c
2025-08-20T22:50:24.9291472Z [00:03:38.721]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:50:24.9292474Z [00:03:38.721]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:50:24.9293741Z [00:03:38.721]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:50:24.9294905Z [00:03:38.722]➜  #include "..." search starts here:
2025-08-20T22:50:24.9295561Z [00:03:38.722]➜  #include <...> search starts here:
2025-08-20T22:50:24.9296154Z [00:03:38.722]➜   /usr/include/fortify
2025-08-20T22:50:24.9296659Z [00:03:38.722]➜   /usr/include
2025-08-20T22:50:24.9297191Z [00:03:38.722]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:50:24.9297729Z [00:03:38.722]➜  End of search list.
2025-08-20T22:50:24.9867397Z [00:03:38.781]➜  CC stress-rawudp.c
2025-08-20T22:50:25.0623748Z [00:03:38.857]➜  Alpine clang version 20.1.8
2025-08-20T22:50:25.0636057Z [00:03:38.857]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:50:25.0636739Z [00:03:38.857]➜  Thread model: posix
2025-08-20T22:50:25.0637380Z [00:03:38.857]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:50:25.0638237Z [00:03:38.857]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:50:25.0645588Z [00:03:38.859]➜  System configuration file directory: /etc/clang20
2025-08-20T22:50:25.0647498Z [00:03:38.859]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:25.0651081Z [00:03:38.859]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:50:25.0652211Z [00:03:38.859]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:25.0653057Z [00:03:38.859]➜  Candidate multilib: .;@m64
2025-08-20T22:50:25.0653676Z [00:03:38.859]➜  Selected multilib: .;@m64
2025-08-20T22:50:25.0654238Z [00:03:38.859]➜   (in-process)
2025-08-20T22:50:25.0669697Z [00:03:38.859]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name stress-rawudp.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o stress-rawudp.o -x c stress-rawudp.c
2025-08-20T22:50:25.0690226Z [00:03:38.863]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:50:25.0700118Z [00:03:38.864]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:50:25.0701681Z [00:03:38.864]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:50:25.0724891Z [00:03:38.864]➜  #include "..." search starts here:
2025-08-20T22:50:25.0725607Z [00:03:38.864]➜  #include <...> search starts here:
2025-08-20T22:50:25.0726234Z [00:03:38.864]➜   /usr/include/fortify
2025-08-20T22:50:25.0726781Z [00:03:38.864]➜   /usr/include
2025-08-20T22:50:25.0727402Z [00:03:38.865]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:50:25.0728081Z [00:03:38.866]➜  End of search list.
2025-08-20T22:50:25.1612440Z [00:03:38.956]➜  CC stress-rdrand.c
2025-08-20T22:50:25.1976806Z [00:03:38.992]➜  Alpine clang version 20.1.8
2025-08-20T22:50:25.1980190Z [00:03:38.993]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:50:25.1983328Z [00:03:38.993]➜  Thread model: posix
2025-08-20T22:50:25.1986839Z [00:03:38.994]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:50:25.1989783Z [00:03:38.994]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:50:25.1995404Z [00:03:38.994]➜  System configuration file directory: /etc/clang20
2025-08-20T22:50:25.1996527Z [00:03:38.994]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:25.1997557Z [00:03:38.994]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:50:25.1998518Z [00:03:38.994]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:25.1999237Z [00:03:38.994]➜  Candidate multilib: .;@m64
2025-08-20T22:50:25.1999749Z [00:03:38.994]➜  Selected multilib: .;@m64
2025-08-20T22:50:25.2000377Z [00:03:38.994]➜   (in-process)
2025-08-20T22:50:25.2015936Z [00:03:38.994]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name stress-rdrand.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o stress-rdrand.o -x c stress-rdrand.c
2025-08-20T22:50:25.2047796Z [00:03:38.999]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:50:25.2048834Z [00:03:38.999]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:50:25.2050114Z [00:03:38.999]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:50:25.2051476Z [00:03:38.999]➜  #include "..." search starts here:
2025-08-20T22:50:25.2052089Z [00:03:38.999]➜  #include <...> search starts here:
2025-08-20T22:50:25.2052638Z [00:03:38.999]➜   /usr/include/fortify
2025-08-20T22:50:25.2053175Z [00:03:38.999]➜   /usr/include
2025-08-20T22:50:25.2053711Z [00:03:38.999]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:50:25.2054271Z [00:03:38.999]➜  End of search list.
2025-08-20T22:50:25.3612545Z [00:03:39.156]➜  CC stress-readahead.c
2025-08-20T22:50:25.4271677Z [00:03:39.222]➜  Alpine clang version 20.1.8
2025-08-20T22:50:25.4278524Z [00:03:39.222]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:50:25.4279175Z [00:03:39.223]➜  Thread model: posix
2025-08-20T22:50:25.4284144Z [00:03:39.223]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:50:25.4285824Z [00:03:39.223]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:50:25.4288000Z [00:03:39.224]➜  System configuration file directory: /etc/clang20
2025-08-20T22:50:25.4293549Z [00:03:39.224]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:25.4296015Z [00:03:39.224]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:50:25.4298643Z [00:03:39.225]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:25.4314631Z [00:03:39.226]➜  Candidate multilib: .;@m64
2025-08-20T22:50:25.4316387Z [00:03:39.226]➜  Selected multilib: .;@m64
2025-08-20T22:50:25.4317966Z [00:03:39.226]➜   (in-process)
2025-08-20T22:50:25.4389349Z [00:03:39.232]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name stress-readahead.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o stress-readahead.o -x c stress-readahead.c
2025-08-20T22:50:25.4435664Z [00:03:39.238]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:50:25.4436707Z [00:03:39.238]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:50:25.4438057Z [00:03:39.238]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:50:25.4439220Z [00:03:39.238]➜  #include "..." search starts here:
2025-08-20T22:50:25.4439898Z [00:03:39.238]➜  #include <...> search starts here:
2025-08-20T22:50:25.4440505Z [00:03:39.238]➜   /usr/include/fortify
2025-08-20T22:50:25.4441341Z [00:03:39.238]➜   /usr/include
2025-08-20T22:50:25.4441948Z [00:03:39.238]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:50:25.4442571Z [00:03:39.238]➜  End of search list.
2025-08-20T22:50:25.5266521Z [00:03:39.321]➜  CC stress-reboot.c
2025-08-20T22:50:25.5635747Z [00:03:39.358]➜  Alpine clang version 20.1.8
2025-08-20T22:50:25.5639778Z [00:03:39.359]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:50:25.5643485Z [00:03:39.359]➜  Thread model: posix
2025-08-20T22:50:25.5646191Z [00:03:39.359]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:50:25.5651458Z [00:03:39.360]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:50:25.5657438Z [00:03:39.360]➜  System configuration file directory: /etc/clang20
2025-08-20T22:50:25.5659091Z [00:03:39.361]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:25.5660341Z [00:03:39.361]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:50:25.5663643Z [00:03:39.361]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:25.5670447Z [00:03:39.362]➜  Candidate multilib: .;@m64
2025-08-20T22:50:25.5677832Z [00:03:39.363]➜  Selected multilib: .;@m64
2025-08-20T22:50:25.5685897Z [00:03:39.363]➜   (in-process)
2025-08-20T22:50:25.5775480Z [00:03:39.371]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name stress-reboot.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o stress-reboot.o -x c stress-reboot.c
2025-08-20T22:50:25.5818985Z [00:03:39.374]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:50:25.5820039Z [00:03:39.374]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:50:25.5821578Z [00:03:39.374]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:50:25.5822777Z [00:03:39.374]➜  #include "..." search starts here:
2025-08-20T22:50:25.5823439Z [00:03:39.374]➜  #include <...> search starts here:
2025-08-20T22:50:25.5824037Z [00:03:39.374]➜   /usr/include/fortify
2025-08-20T22:50:25.5824579Z [00:03:39.374]➜   /usr/include
2025-08-20T22:50:25.5825145Z [00:03:39.374]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:50:25.5825771Z [00:03:39.374]➜  End of search list.
2025-08-20T22:50:25.6938317Z [00:03:39.488]➜  CC stress-regex.c
2025-08-20T22:50:25.7326618Z [00:03:39.527]➜  Alpine clang version 20.1.8
2025-08-20T22:50:25.7332273Z [00:03:39.527]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:50:25.7332927Z [00:03:39.527]➜  Thread model: posix
2025-08-20T22:50:25.7333552Z [00:03:39.527]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:50:25.7334648Z [00:03:39.527]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:50:25.7335570Z [00:03:39.527]➜  System configuration file directory: /etc/clang20
2025-08-20T22:50:25.7336575Z [00:03:39.527]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:25.7337713Z [00:03:39.527]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:50:25.7339008Z [00:03:39.527]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:25.7339853Z [00:03:39.527]➜  Candidate multilib: .;@m64
2025-08-20T22:50:25.7340475Z [00:03:39.527]➜  Selected multilib: .;@m64
2025-08-20T22:50:25.7341249Z [00:03:39.527]➜   (in-process)
2025-08-20T22:50:25.7387141Z [00:03:39.527]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name stress-regex.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o stress-regex.o -x c stress-regex.c
2025-08-20T22:50:25.7400513Z [00:03:39.530]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:50:25.7401755Z [00:03:39.530]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:50:25.7403079Z [00:03:39.531]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:50:25.7404235Z [00:03:39.531]➜  #include "..." search starts here:
2025-08-20T22:50:25.7404894Z [00:03:39.531]➜  #include <...> search starts here:
2025-08-20T22:50:25.7405497Z [00:03:39.531]➜   /usr/include/fortify
2025-08-20T22:50:25.7406029Z [00:03:39.531]➜   /usr/include
2025-08-20T22:50:25.7406614Z [00:03:39.531]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:50:25.7407228Z [00:03:39.531]➜  End of search list.
2025-08-20T22:50:25.8535128Z [00:03:39.648]➜  CC stress-regs.c
2025-08-20T22:50:25.8903112Z [00:03:39.685]➜  Alpine clang version 20.1.8
2025-08-20T22:50:25.8905008Z [00:03:39.685]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:50:25.8907912Z [00:03:39.686]➜  Thread model: posix
2025-08-20T22:50:25.8912127Z [00:03:39.686]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:50:25.8916127Z [00:03:39.687]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:50:25.8920139Z [00:03:39.687]➜  System configuration file directory: /etc/clang20
2025-08-20T22:50:25.8925542Z [00:03:39.687]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:25.8930098Z [00:03:39.688]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:50:25.8935129Z [00:03:39.688]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:25.8953591Z [00:03:39.690]➜  Candidate multilib: .;@m64
2025-08-20T22:50:25.8955125Z [00:03:39.690]➜  Selected multilib: .;@m64
2025-08-20T22:50:25.8955739Z [00:03:39.690]➜   (in-process)
2025-08-20T22:50:25.9066727Z [00:03:39.697]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name stress-regs.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o stress-regs.o -x c stress-regs.c
2025-08-20T22:50:25.9080341Z [00:03:39.698]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:50:25.9085514Z [00:03:39.698]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:50:25.9086889Z [00:03:39.698]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:50:25.9088079Z [00:03:39.698]➜  #include "..." search starts here:
2025-08-20T22:50:25.9088704Z [00:03:39.698]➜  #include <...> search starts here:
2025-08-20T22:50:25.9089280Z [00:03:39.698]➜   /usr/include/fortify
2025-08-20T22:50:25.9089799Z [00:03:39.698]➜   /usr/include
2025-08-20T22:50:25.9090394Z [00:03:39.698]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:50:25.9091226Z [00:03:39.698]➜  End of search list.
2025-08-20T22:50:26.1286053Z [00:03:39.923]➜  CC stress-remap.c
2025-08-20T22:50:26.1697973Z [00:03:39.961]➜  Alpine clang version 20.1.8
2025-08-20T22:50:26.1698741Z [00:03:39.961]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:50:26.1699637Z [00:03:39.961]➜  Thread model: posix
2025-08-20T22:50:26.1700269Z [00:03:39.961]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:50:26.1701401Z [00:03:39.961]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:50:26.1706946Z [00:03:39.961]➜  System configuration file directory: /etc/clang20
2025-08-20T22:50:26.1708172Z [00:03:39.961]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:26.1709552Z [00:03:39.961]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:50:26.1710679Z [00:03:39.961]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:26.1711832Z [00:03:39.964]➜  Candidate multilib: .;@m64
2025-08-20T22:50:26.1712463Z [00:03:39.964]➜  Selected multilib: .;@m64
2025-08-20T22:50:26.1713051Z [00:03:39.964]➜   (in-process)
2025-08-20T22:50:26.1728554Z [00:03:39.964]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name stress-remap.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o stress-remap.o -x c stress-remap.c
2025-08-20T22:50:26.1742285Z [00:03:39.965]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:50:26.1743352Z [00:03:39.965]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:50:26.1744716Z [00:03:39.965]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:50:26.1763575Z [00:03:39.970]➜  #include "..." search starts here:
2025-08-20T22:50:26.1764507Z [00:03:39.970]➜  #include <...> search starts here:
2025-08-20T22:50:26.1765160Z [00:03:39.970]➜   /usr/include/fortify
2025-08-20T22:50:26.1765721Z [00:03:39.971]➜   /usr/include
2025-08-20T22:50:26.1766302Z [00:03:39.971]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:50:26.1768890Z [00:03:39.972]➜  End of search list.
2025-08-20T22:50:26.3153854Z [00:03:40.110]➜  CC stress-rename.c
2025-08-20T22:50:26.3503074Z [00:03:40.145]➜  CC stress-resched.c
2025-08-20T22:50:26.3823474Z [00:03:40.177]➜  Alpine clang version 20.1.8
2025-08-20T22:50:26.3828153Z [00:03:40.177]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:50:26.3828788Z [00:03:40.177]➜  Thread model: posix
2025-08-20T22:50:26.3829419Z [00:03:40.177]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:50:26.3830263Z [00:03:40.177]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:50:26.3831378Z [00:03:40.177]➜  System configuration file directory: /etc/clang20
2025-08-20T22:50:26.3832416Z [00:03:40.177]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:26.3833554Z [00:03:40.177]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:50:26.3834640Z [00:03:40.177]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:26.3835484Z [00:03:40.177]➜  Candidate multilib: .;@m64
2025-08-20T22:50:26.3836097Z [00:03:40.177]➜  Selected multilib: .;@m64
2025-08-20T22:50:26.3836708Z [00:03:40.177]➜  Alpine clang version 20.1.8
2025-08-20T22:50:26.3837336Z [00:03:40.177]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:50:26.3837941Z [00:03:40.177]➜  Thread model: posix
2025-08-20T22:50:26.3838547Z [00:03:40.177]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:50:26.3839378Z [00:03:40.177]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:50:26.3840291Z [00:03:40.177]➜  System configuration file directory: /etc/clang20
2025-08-20T22:50:26.3841507Z [00:03:40.177]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:26.3842855Z [00:03:40.177]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:50:26.3843961Z [00:03:40.177]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:26.3844793Z [00:03:40.177]➜  Candidate multilib: .;@m64
2025-08-20T22:50:26.3845562Z [00:03:40.177]➜  Selected multilib: .;@m64
2025-08-20T22:50:26.3851702Z [00:03:40.180]➜   (in-process)
2025-08-20T22:50:26.3865205Z [00:03:40.181]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name stress-resched.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=no (in-process)
2025-08-20T22:50:26.3908297Z [00:03:40.182]➜  n e,"-/-unsor-/dlyinba/mlilcv-ml2i0n/kbeirn,/-c-lnaon-gf-a2t0a"l --cc1w a-tripler nx86_64-alpine-linux-musli n-emit-llvm-bcg s-flto=full, --flto-unit- s-disable-freet at-clear-ast-before-backendi c-disable-llvm-verifier, --discard-value-names- s-main-file-namet astress-rename.ct s-static-define, --mrelocation-model- spict r-pic-leveli p2- a-pic-is-piel l-mframe-pointer=none, --ffp-contract=onz ,n-fno-rounding-matho e-mconstructor-aliasesx e-funwind-tables=2c s-target-cput ax86-64c k-tune-cpu, -genericz ,-debugger-tuning=gdbp ac-fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPOk --vr e-fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPOl a-resource-dirtive-relocs,-z,rel r/usr/lib/llvm20/lib/clang/20o  -D- sHAVE_CC_MUSL_GCCt a-Dt i"cV E-RzS ImOuNl=d\e"f0s. 1-9f.f0u3n\c"t"i o-Dn -BUILD_STATICs e-Dc t"iHonAsV E-_fCdFaLtAaG-Ss=e\c"t-iOosn s- f-lWtlo,=-a-ugtco- s-efcutsieo-nlsd\="/"u s-Dr /b"iHnA/VmEo_lCdX X-FgL0A G-Sp=i\p"e- O-ss t-aftlitco =-asuttaot i-cf-upsiee- l-dv= /-uws r-/Wbnion-/emrorlodr  --g0 -pipe -static -static-pie -v -w -Wno-error DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o stress-rename.o -x c stress-rename.c
2025-08-20T22:50:26.3932010Z [00:03:40.182]➜  -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o stress-resched.o -x c stress-resched.c
2025-08-20T22:50:26.3937625Z [00:03:40.183]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:50:26.3938884Z [00:03:40.185]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:50:26.3939934Z [00:03:40.185]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:50:26.3941575Z [00:03:40.185]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:50:26.3942785Z [00:03:40.185]➜  #include "..." search starts here:
2025-08-20T22:50:26.3943451Z [00:03:40.185]➜  #include <...> search starts here:
2025-08-20T22:50:26.3944068Z [00:03:40.185]➜   /usr/include/fortify
2025-08-20T22:50:26.3944602Z [00:03:40.185]➜   /usr/include
2025-08-20T22:50:26.3945179Z [00:03:40.185]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:50:26.3955336Z [00:03:40.185]➜  End of search list.
2025-08-20T22:50:26.3956103Z [00:03:40.186]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:50:26.3957377Z [00:03:40.186]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:50:26.3958628Z [00:03:40.186]➜  #include "..." search starts here:
2025-08-20T22:50:26.3959287Z [00:03:40.186]➜  #include <...> search starts here:
2025-08-20T22:50:26.3959886Z [00:03:40.186]➜   /usr/include/fortify
2025-08-20T22:50:26.3960422Z [00:03:40.186]➜   /usr/include
2025-08-20T22:50:26.3961210Z [00:03:40.186]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:50:26.3961821Z [00:03:40.186]➜  End of search list.
2025-08-20T22:50:26.6193503Z [00:03:40.414]➜  CC stress-resources.c
2025-08-20T22:50:26.6603417Z [00:03:40.454]➜  Alpine clang version 20.1.8
2025-08-20T22:50:26.6613668Z [00:03:40.454]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:50:26.6614328Z [00:03:40.454]➜  Thread model: posix
2025-08-20T22:50:26.6614958Z [00:03:40.455]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:50:26.6615820Z [00:03:40.455]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:50:26.6616716Z [00:03:40.455]➜  System configuration file directory: /etc/clang20
2025-08-20T22:50:26.6617781Z [00:03:40.455]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:26.6618924Z [00:03:40.455]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:50:26.6620038Z [00:03:40.455]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:26.6621444Z [00:03:40.455]➜  Candidate multilib: .;@m64
2025-08-20T22:50:26.6622175Z [00:03:40.455]➜  Selected multilib: .;@m64
2025-08-20T22:50:26.6622676Z [00:03:40.456]➜   (in-process)
2025-08-20T22:50:26.6663591Z [00:03:40.459]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name stress-resources.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o stress-resources.o -x c stress-resources.c
2025-08-20T22:50:26.6688244Z [00:03:40.459]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:50:26.6689295Z [00:03:40.459]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:50:26.6691060Z [00:03:40.459]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:50:26.6692250Z [00:03:40.459]➜  #include "..." search starts here:
2025-08-20T22:50:26.6692925Z [00:03:40.459]➜  #include <...> search starts here:
2025-08-20T22:50:26.6693528Z [00:03:40.459]➜   /usr/include/fortify
2025-08-20T22:50:26.6694061Z [00:03:40.459]➜   /usr/include
2025-08-20T22:50:26.6694632Z [00:03:40.459]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:50:26.6695436Z [00:03:40.459]➜  End of search list.
2025-08-20T22:50:26.6695984Z [00:03:40.463]➜  CC stress-revio.c
2025-08-20T22:50:26.7427578Z [00:03:40.537]➜  Alpine clang version 20.1.8
2025-08-20T22:50:26.7429772Z [00:03:40.538]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:50:26.7452576Z [00:03:40.538]➜  Thread model: posix
2025-08-20T22:50:26.7453177Z [00:03:40.538]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:50:26.7454186Z [00:03:40.539]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:50:26.7455057Z [00:03:40.539]➜  System configuration file directory: /etc/clang20
2025-08-20T22:50:26.7455998Z [00:03:40.539]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:26.7457105Z [00:03:40.540]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:50:26.7458220Z [00:03:40.540]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:26.7459103Z [00:03:40.540]➜  Candidate multilib: .;@m64
2025-08-20T22:50:26.7471062Z [00:03:40.541]➜  Selected multilib: .;@m64
2025-08-20T22:50:26.7471597Z [00:03:40.542]➜   (in-process)
2025-08-20T22:50:26.7549868Z [00:03:40.548]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name stress-revio.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o stress-revio.o -x c stress-revio.c
2025-08-20T22:50:26.7563398Z [00:03:40.548]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:50:26.7564397Z [00:03:40.549]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:50:26.7565937Z [00:03:40.549]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:50:26.7567124Z [00:03:40.550]➜  #include "..." search starts here:
2025-08-20T22:50:26.7567785Z [00:03:40.550]➜  #include <...> search starts here:
2025-08-20T22:50:26.7568404Z [00:03:40.550]➜   /usr/include/fortify
2025-08-20T22:50:26.7568937Z [00:03:40.550]➜   /usr/include
2025-08-20T22:50:26.7569726Z [00:03:40.551]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:50:26.7570406Z [00:03:40.551]➜  End of search list.
2025-08-20T22:50:26.9921711Z [00:03:40.787]➜  CC stress-ring-pipe.c
2025-08-20T22:50:27.0669057Z [00:03:40.862]➜  Alpine clang version 20.1.8
2025-08-20T22:50:27.0669733Z [00:03:40.862]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:50:27.0670343Z [00:03:40.862]➜  Thread model: posix
2025-08-20T22:50:27.0671158Z [00:03:40.862]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:50:27.0672137Z [00:03:40.862]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:50:27.0673068Z [00:03:40.862]➜  System configuration file directory: /etc/clang20
2025-08-20T22:50:27.0674070Z [00:03:40.862]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:27.0675105Z [00:03:40.862]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:50:27.0676179Z [00:03:40.862]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:27.0677041Z [00:03:40.862]➜  Candidate multilib: .;@m64
2025-08-20T22:50:27.0677652Z [00:03:40.862]➜  Selected multilib: .;@m64
2025-08-20T22:50:27.0678216Z [00:03:40.862]➜   (in-process)
2025-08-20T22:50:27.0710414Z [00:03:40.864]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name stress-ring-pipe.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o stress-ring-pipe.o -x c stress-ring-pipe.c
2025-08-20T22:50:27.0734117Z [00:03:40.867]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:50:27.0735245Z [00:03:40.868]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:50:27.0736523Z [00:03:40.868]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:50:27.0737710Z [00:03:40.868]➜  #include "..." search starts here:
2025-08-20T22:50:27.0738398Z [00:03:40.868]➜  #include <...> search starts here:
2025-08-20T22:50:27.0739019Z [00:03:40.868]➜   /usr/include/fortify
2025-08-20T22:50:27.0739776Z [00:03:40.868]➜   /usr/include
2025-08-20T22:50:27.0740367Z [00:03:40.868]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:50:27.0741195Z [00:03:40.868]➜  End of search list.
2025-08-20T22:50:27.2632759Z [00:03:41.058]➜  CC stress-rlimit.c
2025-08-20T22:50:27.3354415Z [00:03:41.130]➜  Alpine clang version 20.1.8
2025-08-20T22:50:27.3355088Z [00:03:41.130]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:50:27.3355675Z [00:03:41.130]➜  Thread model: posix
2025-08-20T22:50:27.3356330Z [00:03:41.130]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:50:27.3357196Z [00:03:41.130]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:50:27.3358120Z [00:03:41.130]➜  System configuration file directory: /etc/clang20
2025-08-20T22:50:27.3359147Z [00:03:41.130]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:27.3360286Z [00:03:41.130]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:50:27.3361587Z [00:03:41.130]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:27.3362442Z [00:03:41.130]➜  Candidate multilib: .;@m64
2025-08-20T22:50:27.3363052Z [00:03:41.130]➜  Selected multilib: .;@m64
2025-08-20T22:50:27.3387228Z [00:03:41.134]➜   (in-process)
2025-08-20T22:50:27.3413141Z [00:03:41.135]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name stress-rlimit.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o stress-rlimit.o -x c stress-rlimit.c
2025-08-20T22:50:27.3436702Z [00:03:41.136]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:50:27.3448850Z [00:03:41.140]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:50:27.3450079Z [00:03:41.140]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:50:27.3451280Z [00:03:41.140]➜  #include "..." search starts here:
2025-08-20T22:50:27.3451932Z [00:03:41.140]➜  #include <...> search starts here:
2025-08-20T22:50:27.3452611Z [00:03:41.140]➜   /usr/include/fortify
2025-08-20T22:50:27.3453074Z [00:03:41.140]➜   /usr/include
2025-08-20T22:50:27.3453576Z [00:03:41.140]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:50:27.3454106Z [00:03:41.140]➜  End of search list.
2025-08-20T22:50:27.4865148Z [00:03:41.281]➜  CC stress-rmap.c
2025-08-20T22:50:27.5266901Z [00:03:41.320]➜  Alpine clang version 20.1.8
2025-08-20T22:50:27.5272345Z [00:03:41.320]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:50:27.5273093Z [00:03:41.320]➜  Thread model: posix
2025-08-20T22:50:27.5273736Z [00:03:41.320]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:50:27.5274619Z [00:03:41.320]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:50:27.5275556Z [00:03:41.320]➜  System configuration file directory: /etc/clang20
2025-08-20T22:50:27.5276608Z [00:03:41.320]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:27.5277771Z [00:03:41.320]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:50:27.5278895Z [00:03:41.320]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:27.5279745Z [00:03:41.320]➜  Candidate multilib: .;@m64
2025-08-20T22:50:27.5280351Z [00:03:41.320]➜  Selected multilib: .;@m64
2025-08-20T22:50:27.5281120Z [00:03:41.322]➜   (in-process)
2025-08-20T22:50:27.5296852Z [00:03:41.322]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name stress-rmap.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o stress-rmap.o -x c stress-rmap.c
2025-08-20T22:50:27.5323901Z [00:03:41.327]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:50:27.5344745Z [00:03:41.329]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:50:27.5347685Z [00:03:41.330]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:50:27.5349216Z [00:03:41.330]➜  #include "..." search starts here:
2025-08-20T22:50:27.5351043Z [00:03:41.330]➜  #include <...> search starts here:
2025-08-20T22:50:27.5351605Z [00:03:41.330]➜   /usr/include/fortify
2025-08-20T22:50:27.5352093Z [00:03:41.330]➜   /usr/include
2025-08-20T22:50:27.5352660Z [00:03:41.330]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:50:27.5353276Z [00:03:41.330]➜  End of search list.
2025-08-20T22:50:27.6794126Z [00:03:41.474]➜  CC stress-rotate.c
2025-08-20T22:50:27.7354249Z [00:03:41.527]➜  CC stress-rseq.c
2025-08-20T22:50:27.7492777Z [00:03:41.544]➜  Alpine clang version 20.1.8
2025-08-20T22:50:27.7495532Z [00:03:41.544]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:50:27.7496875Z [00:03:41.544]➜  Thread model: posix
2025-08-20T22:50:27.7497638Z [00:03:41.544]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:50:27.7498401Z [00:03:41.544]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:50:27.7499224Z [00:03:41.544]➜  System configuration file directory: /etc/clang20
2025-08-20T22:50:27.7500139Z [00:03:41.544]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:27.7501318Z [00:03:41.544]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:50:27.7502269Z [00:03:41.544]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:27.7503049Z [00:03:41.544]➜  Candidate multilib: .;@m64
2025-08-20T22:50:27.7503651Z [00:03:41.544]➜  Selected multilib: .;@m64
2025-08-20T22:50:27.7504250Z [00:03:41.545]➜   (in-process)
2025-08-20T22:50:27.7528186Z [00:03:41.546]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name stress-rotate.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o stress-rotate.o -x c stress-rotate.c
2025-08-20T22:50:27.7563611Z [00:03:41.551]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:50:27.7564697Z [00:03:41.551]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:50:27.7576932Z [00:03:41.552]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:50:27.7578393Z [00:03:41.552]➜  #include "..." search starts here:
2025-08-20T22:50:27.7579078Z [00:03:41.552]➜  #include <...> search starts here:
2025-08-20T22:50:27.7579709Z [00:03:41.552]➜   /usr/include/fortify
2025-08-20T22:50:27.7580255Z [00:03:41.552]➜   /usr/include
2025-08-20T22:50:27.7581044Z [00:03:41.552]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:50:27.7581668Z [00:03:41.552]➜  End of search list.
2025-08-20T22:50:27.7713651Z [00:03:41.563]➜  Alpine clang version 20.1.8
2025-08-20T22:50:27.7714378Z [00:03:41.563]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:50:27.7715203Z [00:03:41.563]➜  Thread model: posix
2025-08-20T22:50:27.7715866Z [00:03:41.563]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:50:27.7716721Z [00:03:41.563]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:50:27.7717648Z [00:03:41.563]➜  System configuration file directory: /etc/clang20
2025-08-20T22:50:27.7718669Z [00:03:41.564]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:27.7719813Z [00:03:41.564]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:50:27.7721106Z [00:03:41.564]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:27.7721960Z [00:03:41.564]➜  Candidate multilib: .;@m64
2025-08-20T22:50:27.7722563Z [00:03:41.564]➜  Selected multilib: .;@m64
2025-08-20T22:50:27.7723118Z [00:03:41.564]➜   (in-process)
2025-08-20T22:50:27.7741448Z [00:03:41.567]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name stress-rseq.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o stress-rseq.o -x c stress-rseq.c
2025-08-20T22:50:27.7754852Z [00:03:41.567]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:50:27.7755890Z [00:03:41.567]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:50:27.7757248Z [00:03:41.567]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:50:27.7758630Z [00:03:41.568]➜  #include "..." search starts here:
2025-08-20T22:50:27.7759303Z [00:03:41.568]➜  #include <...> search starts here:
2025-08-20T22:50:27.7759953Z [00:03:41.568]➜   /usr/include/fortify
2025-08-20T22:50:27.7760497Z [00:03:41.568]➜   /usr/include
2025-08-20T22:50:27.7761413Z [00:03:41.568]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:50:27.7762028Z [00:03:41.568]➜  End of search list.
2025-08-20T22:50:28.3173204Z [00:03:42.112]➜  CC stress-rtc.c
2025-08-20T22:50:28.3912813Z [00:03:42.186]➜  Alpine clang version 20.1.8
2025-08-20T22:50:28.3913575Z [00:03:42.186]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:50:28.3914563Z [00:03:42.186]➜  Thread model: posix
2025-08-20T22:50:28.3915255Z [00:03:42.186]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:50:28.3918325Z [00:03:42.186]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:50:28.3919259Z [00:03:42.186]➜  System configuration file directory: /etc/clang20
2025-08-20T22:50:28.3920361Z [00:03:42.186]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:28.3921739Z [00:03:42.186]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:50:28.3922830Z [00:03:42.186]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:28.3923698Z [00:03:42.186]➜  Candidate multilib: .;@m64
2025-08-20T22:50:28.3924304Z [00:03:42.186]➜  Selected multilib: .;@m64
2025-08-20T22:50:28.3924893Z [00:03:42.187]➜   (in-process)
2025-08-20T22:50:28.3960337Z [00:03:42.189]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name stress-rtc.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o stress-rtc.o -x c stress-rtc.c
2025-08-20T22:50:28.4001777Z [00:03:42.189]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:50:28.4002840Z [00:03:42.193]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:50:28.4004210Z [00:03:42.194]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:50:28.4005613Z [00:03:42.194]➜  #include "..." search starts here:
2025-08-20T22:50:28.4006294Z [00:03:42.194]➜  #include <...> search starts here:
2025-08-20T22:50:28.4006894Z [00:03:42.194]➜   /usr/include/fortify
2025-08-20T22:50:28.4007441Z [00:03:42.194]➜   /usr/include
2025-08-20T22:50:28.4008020Z [00:03:42.194]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:50:28.4008635Z [00:03:42.194]➜  End of search list.
2025-08-20T22:50:28.4548186Z [00:03:42.250]➜  CC stress-sctp.c
2025-08-20T22:50:28.4922390Z [00:03:42.287]➜  Alpine clang version 20.1.8
2025-08-20T22:50:28.4923414Z [00:03:42.287]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:50:28.4924111Z [00:03:42.287]➜  Thread model: posix
2025-08-20T22:50:28.4924744Z [00:03:42.287]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:50:28.4925584Z [00:03:42.287]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:50:28.4926515Z [00:03:42.287]➜  System configuration file directory: /etc/clang20
2025-08-20T22:50:28.4927530Z [00:03:42.287]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:28.4928666Z [00:03:42.287]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:50:28.4929740Z [00:03:42.287]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:28.4930589Z [00:03:42.287]➜  Candidate multilib: .;@m64
2025-08-20T22:50:28.4931532Z [00:03:42.287]➜  Selected multilib: .;@m64
2025-08-20T22:50:28.4948896Z [00:03:42.290]➜   (in-process)
2025-08-20T22:50:28.4964032Z [00:03:42.290]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name stress-sctp.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o stress-sctp.o -x c stress-sctp.c
2025-08-20T22:50:28.4989259Z [00:03:42.294]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:50:28.5003300Z [00:03:42.295]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:50:28.5004912Z [00:03:42.295]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:50:28.5006080Z [00:03:42.295]➜  #include "..." search starts here:
2025-08-20T22:50:28.5006743Z [00:03:42.295]➜  #include <...> search starts here:
2025-08-20T22:50:28.5007353Z [00:03:42.295]➜   /usr/include/fortify
2025-08-20T22:50:28.5007890Z [00:03:42.295]➜   /usr/include
2025-08-20T22:50:28.5008451Z [00:03:42.295]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:50:28.5009073Z [00:03:42.295]➜  End of search list.
2025-08-20T22:50:28.8265630Z [00:03:42.621]➜  CC stress-schedmix.c
2025-08-20T22:50:28.8637437Z [00:03:42.658]➜  Alpine clang version 20.1.8
2025-08-20T22:50:28.8638097Z [00:03:42.658]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:50:28.8638647Z [00:03:42.658]➜  Thread model: posix
2025-08-20T22:50:28.8639197Z [00:03:42.658]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:50:28.8639959Z [00:03:42.658]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:50:28.8640757Z [00:03:42.658]➜  System configuration file directory: /etc/clang20
2025-08-20T22:50:28.8641885Z [00:03:42.658]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:28.8642861Z [00:03:42.658]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:50:28.8643793Z [00:03:42.658]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:28.8644503Z [00:03:42.658]➜  Candidate multilib: .;@m64
2025-08-20T22:50:28.8645032Z [00:03:42.658]➜  Selected multilib: .;@m64
2025-08-20T22:50:28.8659904Z [00:03:42.661]➜   (in-process)
2025-08-20T22:50:28.8675204Z [00:03:42.661]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name stress-schedmix.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o stress-schedmix.o -x c stress-schedmix.c
2025-08-20T22:50:28.8701963Z [00:03:42.665]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:50:28.8709126Z [00:03:42.666]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:50:28.8718997Z [00:03:42.666]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:50:28.8720187Z [00:03:42.666]➜  #include "..." search starts here:
2025-08-20T22:50:28.8721175Z [00:03:42.666]➜  #include <...> search starts here:
2025-08-20T22:50:28.8721806Z [00:03:42.666]➜   /usr/include/fortify
2025-08-20T22:50:28.8722346Z [00:03:42.666]➜   /usr/include
2025-08-20T22:50:28.8722947Z [00:03:42.666]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:50:28.8723557Z [00:03:42.666]➜  End of search list.
2025-08-20T22:50:28.9553548Z [00:03:42.750]➜  CC stress-schedpolicy.c
2025-08-20T22:50:28.9951886Z [00:03:42.790]➜  Alpine clang version 20.1.8
2025-08-20T22:50:28.9963087Z [00:03:42.790]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:50:28.9964010Z [00:03:42.790]➜  Thread model: posix
2025-08-20T22:50:28.9964688Z [00:03:42.790]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:50:28.9965602Z [00:03:42.790]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:50:28.9966514Z [00:03:42.790]➜  System configuration file directory: /etc/clang20
2025-08-20T22:50:28.9967522Z [00:03:42.790]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:28.9968651Z [00:03:42.790]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:50:28.9969734Z [00:03:42.790]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:28.9970608Z [00:03:42.790]➜  Candidate multilib: .;@m64
2025-08-20T22:50:28.9971737Z [00:03:42.790]➜  Selected multilib: .;@m64
2025-08-20T22:50:28.9979339Z [00:03:42.793]➜   (in-process)
2025-08-20T22:50:29.0005026Z [00:03:42.794]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name stress-schedpolicy.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o stress-schedpolicy.o -x c stress-schedpolicy.c
2025-08-20T22:50:29.0031907Z [00:03:42.798]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:50:29.0041198Z [00:03:42.799]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:50:29.0043693Z [00:03:42.799]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:50:29.0045254Z [00:03:42.799]➜  #include "..." search starts here:
2025-08-20T22:50:29.0047416Z [00:03:42.799]➜  #include <...> search starts here:
2025-08-20T22:50:29.0048056Z [00:03:42.799]➜   /usr/include/fortify
2025-08-20T22:50:29.0048621Z [00:03:42.799]➜   /usr/include
2025-08-20T22:50:29.0049199Z [00:03:42.799]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:50:29.0050008Z [00:03:42.799]➜  End of search list.
2025-08-20T22:50:29.3454217Z [00:03:43.140]➜  CC stress-seal.c
2025-08-20T22:50:29.4197611Z [00:03:43.214]➜  Alpine clang version 20.1.8
2025-08-20T22:50:29.4222514Z [00:03:43.214]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:50:29.4225695Z [00:03:43.214]➜  Thread model: posix
2025-08-20T22:50:29.4226381Z [00:03:43.214]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:50:29.4227238Z [00:03:43.214]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:50:29.4228170Z [00:03:43.214]➜  System configuration file directory: /etc/clang20
2025-08-20T22:50:29.4229188Z [00:03:43.214]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:29.4230315Z [00:03:43.215]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:50:29.4231747Z [00:03:43.215]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:29.4232609Z [00:03:43.215]➜  Candidate multilib: .;@m64
2025-08-20T22:50:29.4233204Z [00:03:43.215]➜  Selected multilib: .;@m64
2025-08-20T22:50:29.4248986Z [00:03:43.220]➜   (in-process)
2025-08-20T22:50:29.4266548Z [00:03:43.220]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name stress-seal.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o stress-seal.o -x c stress-seal.c
2025-08-20T22:50:29.4293243Z [00:03:43.224]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:50:29.4329906Z [00:03:43.228]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:50:29.4344696Z [00:03:43.228]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:50:29.4345885Z [00:03:43.228]➜  #include "..." search starts here:
2025-08-20T22:50:29.4346550Z [00:03:43.228]➜  #include <...> search starts here:
2025-08-20T22:50:29.4347171Z [00:03:43.228]➜   /usr/include/fortify
2025-08-20T22:50:29.4347706Z [00:03:43.228]➜   /usr/include
2025-08-20T22:50:29.4348460Z [00:03:43.228]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:50:29.4349108Z [00:03:43.228]➜  End of search list.
2025-08-20T22:50:29.8302833Z [00:03:43.625]➜  CC stress-seccomp.c
2025-08-20T22:50:29.8678126Z [00:03:43.663]➜  Alpine clang version 20.1.8
2025-08-20T22:50:29.8679578Z [00:03:43.663]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:50:29.8682714Z [00:03:43.663]➜  Thread model: posix
2025-08-20T22:50:29.8683367Z [00:03:43.663]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:50:29.8684232Z [00:03:43.663]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:50:29.8685146Z [00:03:43.663]➜  System configuration file directory: /etc/clang20
2025-08-20T22:50:29.8686119Z [00:03:43.663]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:29.8687244Z [00:03:43.663]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:50:29.8688347Z [00:03:43.663]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:29.8689194Z [00:03:43.663]➜  Candidate multilib: .;@m64
2025-08-20T22:50:29.8689796Z [00:03:43.663]➜  Selected multilib: .;@m64
2025-08-20T22:50:29.8690558Z [00:03:43.664]➜   (in-process)
2025-08-20T22:50:29.8753940Z [00:03:43.669]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name stress-seccomp.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o stress-seccomp.o -x c stress-seccomp.c
2025-08-20T22:50:29.8777645Z [00:03:43.670]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:50:29.8778683Z [00:03:43.671]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:50:29.8780077Z [00:03:43.671]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:50:29.8781444Z [00:03:43.671]➜  #include "..." search starts here:
2025-08-20T22:50:29.8782141Z [00:03:43.671]➜  #include <...> search starts here:
2025-08-20T22:50:29.8782748Z [00:03:43.671]➜   /usr/include/fortify
2025-08-20T22:50:29.8783495Z [00:03:43.671]➜   /usr/include
2025-08-20T22:50:29.8784131Z [00:03:43.671]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:50:29.8784753Z [00:03:43.671]➜  End of search list.
2025-08-20T22:50:30.0092579Z [00:03:43.804]➜  CC stress-secretmem.c
2025-08-20T22:50:30.0824732Z [00:03:43.877]➜  Alpine clang version 20.1.8
2025-08-20T22:50:30.0827436Z [00:03:43.877]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:50:30.0829400Z [00:03:43.877]➜  Thread model: posix
2025-08-20T22:50:30.0831000Z [00:03:43.878]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:50:30.0831825Z [00:03:43.878]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:50:30.0832677Z [00:03:43.878]➜  System configuration file directory: /etc/clang20
2025-08-20T22:50:30.0833559Z [00:03:43.878]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:30.0834559Z [00:03:43.878]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:50:30.0835552Z [00:03:43.878]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:30.0844779Z [00:03:43.879]➜  Candidate multilib: .;@m64
2025-08-20T22:50:30.0848727Z [00:03:43.879]➜  Selected multilib: .;@m64
2025-08-20T22:50:30.0849318Z [00:03:43.879]➜   (in-process)
2025-08-20T22:50:30.0898510Z [00:03:43.883]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name stress-secretmem.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o stress-secretmem.o -x c stress-secretmem.c
2025-08-20T22:50:30.0935105Z [00:03:43.888]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:50:30.0936279Z [00:03:43.888]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:50:30.0937998Z [00:03:43.888]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:50:30.0939351Z [00:03:43.888]➜  #include "..." search starts here:
2025-08-20T22:50:30.0940121Z [00:03:43.888]➜  #include <...> search starts here:
2025-08-20T22:50:30.0941040Z [00:03:43.888]➜   /usr/include/fortify
2025-08-20T22:50:30.0941542Z [00:03:43.888]➜   /usr/include
2025-08-20T22:50:30.0942052Z [00:03:43.888]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:50:30.0942747Z [00:03:43.888]➜  End of search list.
2025-08-20T22:50:30.2133391Z [00:03:44.008]➜  CC stress-seek.c
2025-08-20T22:50:30.2510275Z [00:03:44.046]➜  Alpine clang version 20.1.8
2025-08-20T22:50:30.2511625Z [00:03:44.046]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:50:30.2512735Z [00:03:44.046]➜  Thread model: posix
2025-08-20T22:50:30.2513891Z [00:03:44.046]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:50:30.2542216Z [00:03:44.046]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:50:30.2543698Z [00:03:44.046]➜  System configuration file directory: /etc/clang20
2025-08-20T22:50:30.2545049Z [00:03:44.046]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:30.2546746Z [00:03:44.046]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:50:30.2548833Z [00:03:44.046]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:30.2549661Z [00:03:44.046]➜  Candidate multilib: .;@m64
2025-08-20T22:50:30.2550286Z [00:03:44.046]➜  Selected multilib: .;@m64
2025-08-20T22:50:30.2551056Z [00:03:44.047]➜   (in-process)
2025-08-20T22:50:30.2571381Z [00:03:44.048]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name stress-seek.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o stress-seek.o -x c stress-seek.c
2025-08-20T22:50:30.2584994Z [00:03:44.049]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:50:30.2590322Z [00:03:44.054]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:50:30.2607230Z [00:03:44.054]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:50:30.2608444Z [00:03:44.054]➜  #include "..." search starts here:
2025-08-20T22:50:30.2609313Z [00:03:44.054]➜  #include <...> search starts here:
2025-08-20T22:50:30.2609966Z [00:03:44.054]➜   /usr/include/fortify
2025-08-20T22:50:30.2610518Z [00:03:44.054]➜   /usr/include
2025-08-20T22:50:30.2611478Z [00:03:44.054]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:50:30.2612138Z [00:03:44.054]➜  End of search list.
2025-08-20T22:50:30.4022910Z [00:03:44.197]➜  CC stress-sem.c
2025-08-20T22:50:30.4405228Z [00:03:44.235]➜  Alpine clang version 20.1.8
2025-08-20T22:50:30.4411962Z [00:03:44.235]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:50:30.4412603Z [00:03:44.235]➜  Thread model: posix
2025-08-20T22:50:30.4413229Z [00:03:44.235]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:50:30.4414068Z [00:03:44.235]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:50:30.4414963Z [00:03:44.235]➜  System configuration file directory: /etc/clang20
2025-08-20T22:50:30.4419392Z [00:03:44.235]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:30.4420636Z [00:03:44.235]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:50:30.4421941Z [00:03:44.235]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:30.4422816Z [00:03:44.235]➜  Candidate multilib: .;@m64
2025-08-20T22:50:30.4423426Z [00:03:44.235]➜  Selected multilib: .;@m64
2025-08-20T22:50:30.4424043Z [00:03:44.237]➜  CC stress-sem-sysv.c
2025-08-20T22:50:30.4431369Z [00:03:44.238]➜   (in-process)
2025-08-20T22:50:30.4456868Z [00:03:44.239]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name stress-sem.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o stress-sem.o -x c stress-sem.c
2025-08-20T22:50:30.4482190Z [00:03:44.243]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:50:30.4491903Z [00:03:44.244]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:50:30.4506971Z [00:03:44.244]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:50:30.4508343Z [00:03:44.244]➜  #include "..." search starts here:
2025-08-20T22:50:30.4509000Z [00:03:44.244]➜  #include <...> search starts here:
2025-08-20T22:50:30.4509571Z [00:03:44.244]➜   /usr/include/fortify
2025-08-20T22:50:30.4510218Z [00:03:44.244]➜   /usr/include
2025-08-20T22:50:30.4510954Z [00:03:44.244]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:50:30.4512823Z [00:03:44.244]➜  End of search list.
2025-08-20T22:50:30.5058090Z [00:03:44.300]➜  Alpine clang version 20.1.8
2025-08-20T22:50:30.5061032Z [00:03:44.300]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:50:30.5061655Z [00:03:44.301]➜  Thread model: posix
2025-08-20T22:50:30.5062258Z [00:03:44.301]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:50:30.5063051Z [00:03:44.301]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:50:30.5063957Z [00:03:44.301]➜  System configuration file directory: /etc/clang20
2025-08-20T22:50:30.5064937Z [00:03:44.301]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:30.5066013Z [00:03:44.301]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:50:30.5067073Z [00:03:44.301]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:30.5067855Z [00:03:44.301]➜  Candidate multilib: .;@m64
2025-08-20T22:50:30.5068437Z [00:03:44.301]➜  Selected multilib: .;@m64
2025-08-20T22:50:30.5068958Z [00:03:44.301]➜   (in-process)
2025-08-20T22:50:30.5122493Z [00:03:44.302]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name stress-sem-sysv.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o stress-sem-sysv.o -x c stress-sem-sysv.c
2025-08-20T22:50:30.5136324Z [00:03:44.303]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:50:30.5137392Z [00:03:44.304]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:50:30.5138922Z [00:03:44.304]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:50:30.5140134Z [00:03:44.304]➜  #include "..." search starts here:
2025-08-20T22:50:30.5140993Z [00:03:44.304]➜  #include <...> search starts here:
2025-08-20T22:50:30.5141604Z [00:03:44.304]➜   /usr/include/fortify
2025-08-20T22:50:30.5142316Z [00:03:44.304]➜   /usr/include
2025-08-20T22:50:30.5142932Z [00:03:44.304]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:50:30.5143557Z [00:03:44.304]➜  End of search list.
2025-08-20T22:50:30.9356922Z [00:03:44.730]➜  CC stress-sendfile.c
2025-08-20T22:50:31.0091605Z [00:03:44.804]➜  Alpine clang version 20.1.8
2025-08-20T22:50:31.0092799Z [00:03:44.804]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:50:31.0094802Z [00:03:44.804]➜  Thread model: posix
2025-08-20T22:50:31.0095709Z [00:03:44.804]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:50:31.0096940Z [00:03:44.804]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:50:31.0098341Z [00:03:44.804]➜  System configuration file directory: /etc/clang20
2025-08-20T22:50:31.0099785Z [00:03:44.804]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:31.0104595Z [00:03:44.804]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:50:31.0105834Z [00:03:44.804]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:31.0106705Z [00:03:44.804]➜  Candidate multilib: .;@m64
2025-08-20T22:50:31.0107310Z [00:03:44.804]➜  Selected multilib: .;@m64
2025-08-20T22:50:31.0113227Z [00:03:44.806]➜   (in-process)
2025-08-20T22:50:31.0152515Z [00:03:44.809]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name stress-sendfile.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o stress-sendfile.o -x c stress-sendfile.c
2025-08-20T22:50:31.0179262Z [00:03:44.812]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:50:31.0194780Z [00:03:44.814]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:50:31.0213596Z [00:03:44.814]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:50:31.0214824Z [00:03:44.814]➜  #include "..." search starts here:
2025-08-20T22:50:31.0215663Z [00:03:44.814]➜  #include <...> search starts here:
2025-08-20T22:50:31.0216331Z [00:03:44.814]➜   /usr/include/fortify
2025-08-20T22:50:31.0216889Z [00:03:44.814]➜   /usr/include
2025-08-20T22:50:31.0217492Z [00:03:44.814]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:50:31.0218110Z [00:03:44.814]➜  End of search list.
2025-08-20T22:50:31.1961481Z [00:03:44.991]➜  CC stress-session.c
2025-08-20T22:50:31.2525535Z [00:03:45.047]➜  CC stress-set.c
2025-08-20T22:50:31.2680007Z [00:03:45.063]➜  Alpine clang version 20.1.8
2025-08-20T22:50:31.2680702Z [00:03:45.063]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:50:31.2681490Z [00:03:45.063]➜  Thread model: posix
2025-08-20T22:50:31.2682069Z [00:03:45.063]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:50:31.2682863Z [00:03:45.063]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:50:31.2683672Z [00:03:45.063]➜  System configuration file directory: /etc/clang20
2025-08-20T22:50:31.2684633Z [00:03:45.063]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:31.2685638Z [00:03:45.063]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:50:31.2686601Z [00:03:45.063]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:31.2687325Z [00:03:45.063]➜  Candidate multilib: .;@m64
2025-08-20T22:50:31.2687846Z [00:03:45.063]➜  Selected multilib: .;@m64
2025-08-20T22:50:31.2694582Z [00:03:45.064]➜   (in-process)
2025-08-20T22:50:31.2709585Z [00:03:45.064]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name stress-session.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o stress-session.o -x c stress-session.c
2025-08-20T22:50:31.2733948Z [00:03:45.068]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:50:31.2739318Z [00:03:45.069]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:50:31.2741500Z [00:03:45.069]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:50:31.2742722Z [00:03:45.069]➜  #include "..." search starts here:
2025-08-20T22:50:31.2743326Z [00:03:45.069]➜  #include <...> search starts here:
2025-08-20T22:50:31.2743879Z [00:03:45.069]➜   /usr/include/fortify
2025-08-20T22:50:31.2744341Z [00:03:45.069]➜   /usr/include
2025-08-20T22:50:31.2744846Z [00:03:45.069]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:50:31.2745376Z [00:03:45.069]➜  End of search list.
2025-08-20T22:50:31.2912926Z [00:03:45.086]➜  Alpine clang version 20.1.8
2025-08-20T22:50:31.2915861Z [00:03:45.086]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:50:31.2919088Z [00:03:45.087]➜  Thread model: posix
2025-08-20T22:50:31.2922625Z [00:03:45.087]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:50:31.2925950Z [00:03:45.088]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:50:31.2930375Z [00:03:45.088]➜  System configuration file directory: /etc/clang20
2025-08-20T22:50:31.2934674Z [00:03:45.088]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:31.2938384Z [00:03:45.089]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:50:31.2942836Z [00:03:45.089]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:31.2972077Z [00:03:45.090]➜  Candidate multilib: .;@m64
2025-08-20T22:50:31.2973402Z [00:03:45.090]➜  Selected multilib: .;@m64
2025-08-20T22:50:31.2974564Z [00:03:45.090]➜   (in-process)
2025-08-20T22:50:31.3029937Z [00:03:45.096]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name stress-set.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o stress-set.o -x c stress-set.c
2025-08-20T22:50:31.3044953Z [00:03:45.096]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:50:31.3046144Z [00:03:45.096]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:50:31.3047500Z [00:03:45.096]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:50:31.3048751Z [00:03:45.096]➜  #include "..." search starts here:
2025-08-20T22:50:31.3049449Z [00:03:45.096]➜  #include <...> search starts here:
2025-08-20T22:50:31.3050070Z [00:03:45.096]➜   /usr/include/fortify
2025-08-20T22:50:31.3050602Z [00:03:45.096]➜   /usr/include
2025-08-20T22:50:31.3051411Z [00:03:45.096]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:50:31.3052010Z [00:03:45.097]➜  End of search list.
2025-08-20T22:50:31.3834099Z [00:03:45.178]➜  CC stress-shellsort.c
2025-08-20T22:50:31.4591598Z [00:03:45.254]➜  Alpine clang version 20.1.8
2025-08-20T22:50:31.4604849Z [00:03:45.254]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:50:31.4605513Z [00:03:45.254]➜  Thread model: posix
2025-08-20T22:50:31.4606141Z [00:03:45.254]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:50:31.4607034Z [00:03:45.254]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:50:31.4607961Z [00:03:45.254]➜  System configuration file directory: /etc/clang20
2025-08-20T22:50:31.4608986Z [00:03:45.254]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:31.4610150Z [00:03:45.254]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:50:31.4611473Z [00:03:45.254]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:31.4612317Z [00:03:45.254]➜  Candidate multilib: .;@m64
2025-08-20T22:50:31.4612926Z [00:03:45.254]➜  Selected multilib: .;@m64
2025-08-20T22:50:31.4613488Z [00:03:45.254]➜   (in-process)
2025-08-20T22:50:31.4641046Z [00:03:45.255]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name stress-shellsort.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o stress-shellsort.o -x c stress-shellsort.c
2025-08-20T22:50:31.4660341Z [00:03:45.260]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:50:31.4661616Z [00:03:45.260]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:50:31.4663123Z [00:03:45.260]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:50:31.4664328Z [00:03:45.260]➜  #include "..." search starts here:
2025-08-20T22:50:31.4665022Z [00:03:45.260]➜  #include <...> search starts here:
2025-08-20T22:50:31.4665638Z [00:03:45.260]➜   /usr/include/fortify
2025-08-20T22:50:31.4666168Z [00:03:45.260]➜   /usr/include
2025-08-20T22:50:31.4666740Z [00:03:45.260]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:50:31.4667354Z [00:03:45.260]➜  End of search list.
2025-08-20T22:50:31.6567291Z [00:03:45.452]➜  CC stress-shm.c
2025-08-20T22:50:31.6933446Z [00:03:45.488]➜  Alpine clang version 20.1.8
2025-08-20T22:50:31.6934650Z [00:03:45.488]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:50:31.6935485Z [00:03:45.488]➜  Thread model: posix
2025-08-20T22:50:31.6946436Z [00:03:45.488]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:50:31.6950082Z [00:03:45.488]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:50:31.6951376Z [00:03:45.488]➜  System configuration file directory: /etc/clang20
2025-08-20T22:50:31.6952402Z [00:03:45.488]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:31.6953565Z [00:03:45.488]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:50:31.6954657Z [00:03:45.488]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:31.6955498Z [00:03:45.488]➜  Candidate multilib: .;@m64
2025-08-20T22:50:31.6956116Z [00:03:45.488]➜  Selected multilib: .;@m64
2025-08-20T22:50:31.6958196Z [00:03:45.490]➜   (in-process)
2025-08-20T22:50:31.6993708Z [00:03:45.490]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name stress-shm.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o stress-shm.o -x c stress-shm.c
2025-08-20T22:50:31.7007615Z [00:03:45.491]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:50:31.7008677Z [00:03:45.492]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:50:31.7010214Z [00:03:45.492]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:50:31.7011670Z [00:03:45.492]➜  #include "..." search starts here:
2025-08-20T22:50:31.7012351Z [00:03:45.492]➜  #include <...> search starts here:
2025-08-20T22:50:31.7012991Z [00:03:45.492]➜   /usr/include/fortify
2025-08-20T22:50:31.7013566Z [00:03:45.492]➜   /usr/include
2025-08-20T22:50:31.7014151Z [00:03:45.493]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:50:31.7014801Z [00:03:45.493]➜  End of search list.
2025-08-20T22:50:31.7881264Z [00:03:45.583]➜  CC stress-shm-sysv.c
2025-08-20T22:50:31.8161826Z [00:03:45.611]➜  CC stress-sigabrt.c
2025-08-20T22:50:31.8358194Z [00:03:45.631]➜  Alpine clang version 20.1.8
2025-08-20T22:50:31.8363640Z [00:03:45.631]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:50:31.8364311Z [00:03:45.631]➜  Thread model: posix
2025-08-20T22:50:31.8369995Z [00:03:45.632]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:50:31.8371864Z [00:03:45.632]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:50:31.8378836Z [00:03:45.633]➜  System configuration file directory: /etc/clang20
2025-08-20T22:50:31.8384195Z [00:03:45.633]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:31.8386019Z [00:03:45.634]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:50:31.8392041Z [00:03:45.634]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:31.8422193Z [00:03:45.637]➜  Candidate multilib: .;@m64
2025-08-20T22:50:31.8424186Z [00:03:45.637]➜  Selected multilib: .;@m64
2025-08-20T22:50:31.8429577Z [00:03:45.638]➜   (in-process)
2025-08-20T22:50:31.8445557Z [00:03:45.638]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name stress-shm-sysv.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o stress-shm-sysv.o -x c stress-shm-sysv.c
2025-08-20T22:50:31.8462227Z [00:03:45.640]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:50:31.8463325Z [00:03:45.640]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:50:31.8464582Z [00:03:45.640]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:50:31.8465633Z [00:03:45.640]➜  #include "..." search starts here:
2025-08-20T22:50:31.8466215Z [00:03:45.640]➜  #include <...> search starts here:
2025-08-20T22:50:31.8466740Z [00:03:45.640]➜   /usr/include/fortify
2025-08-20T22:50:31.8471377Z [00:03:45.642]➜   /usr/include
2025-08-20T22:50:31.8474943Z [00:03:45.642]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:50:31.8479579Z [00:03:45.643]➜  End of search list.
2025-08-20T22:50:31.8830417Z [00:03:45.678]➜  Alpine clang version 20.1.8
2025-08-20T22:50:31.8833668Z [00:03:45.678]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:50:31.8835801Z [00:03:45.678]➜  Thread model: posix
2025-08-20T22:50:31.8839878Z [00:03:45.678]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:50:31.8840988Z [00:03:45.678]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:50:31.8841929Z [00:03:45.678]➜  System configuration file directory: /etc/clang20
2025-08-20T22:50:31.8844443Z [00:03:45.678]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:31.8846924Z [00:03:45.678]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:50:31.8848386Z [00:03:45.678]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:31.8853657Z [00:03:45.680]➜  Candidate multilib: .;@m64
2025-08-20T22:50:31.8854878Z [00:03:45.680]➜  Selected multilib: .;@m64
2025-08-20T22:50:31.8859351Z [00:03:45.681]➜   (in-process)
2025-08-20T22:50:31.8889308Z [00:03:45.682]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name stress-sigabrt.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o stress-sigabrt.o -x c stress-sigabrt.c
2025-08-20T22:50:31.8903343Z [00:03:45.683]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:50:31.8904722Z [00:03:45.683]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:50:31.8906105Z [00:03:45.683]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:50:31.8907285Z [00:03:45.683]➜  #include "..." search starts here:
2025-08-20T22:50:31.8935350Z [00:03:45.686]➜  #include <...> search starts here:
2025-08-20T22:50:31.8935956Z [00:03:45.688]➜   /usr/include/fortify
2025-08-20T22:50:31.8936443Z [00:03:45.688]➜   /usr/include
2025-08-20T22:50:31.8936963Z [00:03:45.688]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:50:31.8939852Z [00:03:45.689]➜  End of search list.
2025-08-20T22:50:32.0596327Z [00:03:45.854]➜  CC stress-sigbus.c
2025-08-20T22:50:32.0976109Z [00:03:45.892]➜  Alpine clang version 20.1.8
2025-08-20T22:50:32.0977623Z [00:03:45.892]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:50:32.0978247Z [00:03:45.892]➜  Thread model: posix
2025-08-20T22:50:32.0978866Z [00:03:45.893]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:50:32.0980990Z [00:03:45.893]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:50:32.0982631Z [00:03:45.893]➜  System configuration file directory: /etc/clang20
2025-08-20T22:50:32.0984565Z [00:03:45.893]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:32.1005130Z [00:03:45.895]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:50:32.1007809Z [00:03:45.896]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:32.1009795Z [00:03:45.896]➜  Candidate multilib: .;@m64
2025-08-20T22:50:32.1010569Z [00:03:45.896]➜  Selected multilib: .;@m64
2025-08-20T22:50:32.1011322Z [00:03:45.896]➜   (in-process)
2025-08-20T22:50:32.1026225Z [00:03:45.896]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name stress-sigbus.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o stress-sigbus.o -x c stress-sigbus.c
2025-08-20T22:50:32.1073305Z [00:03:45.898]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:50:32.1074320Z [00:03:45.898]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:50:32.1075614Z [00:03:45.898]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:50:32.1076668Z [00:03:45.898]➜  #include "..." search starts here:
2025-08-20T22:50:32.1077272Z [00:03:45.898]➜  #include <...> search starts here:
2025-08-20T22:50:32.1077845Z [00:03:45.901]➜   /usr/include/fortify
2025-08-20T22:50:32.1078367Z [00:03:45.901]➜   /usr/include
2025-08-20T22:50:32.1078936Z [00:03:45.901]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:50:32.1079505Z [00:03:45.901]➜  End of search list.
2025-08-20T22:50:32.7433058Z [00:03:46.538]➜  CC stress-sigchld.c
2025-08-20T22:50:32.7727254Z [00:03:46.567]➜  CC stress-sigfd.c
2025-08-20T22:50:32.7903978Z [00:03:46.583]➜  Alpine clang version 20.1.8
2025-08-20T22:50:32.7907275Z [00:03:46.586]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:50:32.7910688Z [00:03:46.586]➜  Thread model: posix
2025-08-20T22:50:32.7911589Z [00:03:46.586]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:50:32.7912446Z [00:03:46.586]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:50:32.7913368Z [00:03:46.586]➜  System configuration file directory: /etc/clang20
2025-08-20T22:50:32.7914395Z [00:03:46.586]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:32.7915554Z [00:03:46.586]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:50:32.7916939Z [00:03:46.586]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:32.7917817Z [00:03:46.586]➜  Candidate multilib: .;@m64
2025-08-20T22:50:32.7918433Z [00:03:46.586]➜  Selected multilib: .;@m64
2025-08-20T22:50:32.7919001Z [00:03:46.586]➜   (in-process)
2025-08-20T22:50:32.7967466Z [00:03:46.587]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name stress-sigchld.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o stress-sigchld.o -x c stress-sigchld.c
2025-08-20T22:50:32.7984142Z [00:03:46.587]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:50:32.7985207Z [00:03:46.588]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:50:32.7986539Z [00:03:46.588]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:50:32.7987707Z [00:03:46.588]➜  #include "..." search starts here:
2025-08-20T22:50:32.7988367Z [00:03:46.588]➜  #include <...> search starts here:
2025-08-20T22:50:32.7989055Z [00:03:46.589]➜   /usr/include/fortify
2025-08-20T22:50:32.7989590Z [00:03:46.589]➜   /usr/include
2025-08-20T22:50:32.7990187Z [00:03:46.589]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:50:32.7991006Z [00:03:46.589]➜  End of search list.
2025-08-20T22:50:32.8045273Z [00:03:46.599]➜  Alpine clang version 20.1.8
2025-08-20T22:50:32.8046314Z [00:03:46.599]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:50:32.8047163Z [00:03:46.599]➜  Thread model: posix
2025-08-20T22:50:32.8047800Z [00:03:46.599]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:50:32.8057389Z [00:03:46.600]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:50:32.8058338Z [00:03:46.600]➜  System configuration file directory: /etc/clang20
2025-08-20T22:50:32.8068242Z [00:03:46.600]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:32.8074752Z [00:03:46.600]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:50:32.8075948Z [00:03:46.600]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:32.8076718Z [00:03:46.600]➜  Candidate multilib: .;@m64
2025-08-20T22:50:32.8077254Z [00:03:46.600]➜  Selected multilib: .;@m64
2025-08-20T22:50:32.8077750Z [00:03:46.602]➜   (in-process)
2025-08-20T22:50:32.8113184Z [00:03:46.602]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name stress-sigfd.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o stress-sigfd.o -x c stress-sigfd.c
2025-08-20T22:50:32.8126759Z [00:03:46.602]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:50:32.8127829Z [00:03:46.602]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:50:32.8129171Z [00:03:46.603]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:50:32.8130342Z [00:03:46.603]➜  #include "..." search starts here:
2025-08-20T22:50:32.8131205Z [00:03:46.603]➜  #include <...> search starts here:
2025-08-20T22:50:32.8131839Z [00:03:46.603]➜   /usr/include/fortify
2025-08-20T22:50:32.8132369Z [00:03:46.603]➜   /usr/include
2025-08-20T22:50:32.8132950Z [00:03:46.603]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:50:32.8133637Z [00:03:46.603]➜  End of search list.
2025-08-20T22:50:33.1822313Z [00:03:46.977]➜  CC stress-sigfpe.c
2025-08-20T22:50:33.2547635Z [00:03:47.050]➜  Alpine clang version 20.1.8
2025-08-20T22:50:33.2548842Z [00:03:47.050]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:50:33.2551232Z [00:03:47.050]➜  Thread model: posix
2025-08-20T22:50:33.2552171Z [00:03:47.050]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:50:33.2555241Z [00:03:47.050]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:50:33.2556179Z [00:03:47.050]➜  System configuration file directory: /etc/clang20
2025-08-20T22:50:33.2557192Z [00:03:47.050]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:33.2558334Z [00:03:47.050]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:50:33.2559731Z [00:03:47.050]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:33.2560604Z [00:03:47.050]➜  Candidate multilib: .;@m64
2025-08-20T22:50:33.2561492Z [00:03:47.050]➜  Selected multilib: .;@m64
2025-08-20T22:50:33.2606976Z [00:03:47.056]➜   (in-process)
2025-08-20T22:50:33.2624586Z [00:03:47.056]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name stress-sigfpe.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o stress-sigfpe.o -x c stress-sigfpe.c
2025-08-20T22:50:33.2648028Z [00:03:47.059]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:50:33.2688915Z [00:03:47.064]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:50:33.2691324Z [00:03:47.064]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:50:33.2692425Z [00:03:47.064]➜  #include "..." search starts here:
2025-08-20T22:50:33.2693011Z [00:03:47.064]➜  #include <...> search starts here:
2025-08-20T22:50:33.2693542Z [00:03:47.064]➜   /usr/include/fortify
2025-08-20T22:50:33.2694067Z [00:03:47.064]➜   /usr/include
2025-08-20T22:50:33.2694642Z [00:03:47.064]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:50:33.2695267Z [00:03:47.064]➜  End of search list.
2025-08-20T22:50:33.4242996Z [00:03:47.219]➜  CC stress-sighup.c
2025-08-20T22:50:33.4328687Z [00:03:47.228]➜  CC stress-sigill.c
2025-08-20T22:50:33.4976145Z [00:03:47.292]➜  Alpine clang version 20.1.8Alpine clang version 20.1.8
2025-08-20T22:50:33.4976963Z [00:03:47.292]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:50:33.4977527Z [00:03:47.292]➜  Thread model: posix
2025-08-20T22:50:33.4978110Z [00:03:47.292]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:50:33.4978897Z [00:03:47.292]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:50:33.4979926Z [00:03:47.293]➜  System configuration file directory: /etc/clang20
2025-08-20T22:50:33.4981868Z [00:03:47.293]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:33.4983371Z [00:03:47.293]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:50:33.4984506Z [00:03:47.293]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:33.4985350Z [00:03:47.293]➜  Candidate multilib: .;@m64
2025-08-20T22:50:33.4987040Z [00:03:47.293]➜  Selected multilib: .;@m64
2025-08-20T22:50:33.4987496Z [00:03:47.293]➜  
2025-08-20T22:50:33.4988145Z [00:03:47.293]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:50:33.4988723Z [00:03:47.293]➜  Thread model: posix
2025-08-20T22:50:33.4989266Z [00:03:47.293]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:50:33.4990021Z [00:03:47.293]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:50:33.4991074Z [00:03:47.293]➜  System configuration file directory: /etc/clang20
2025-08-20T22:50:33.4992065Z [00:03:47.293]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:33.4993165Z [00:03:47.293]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:50:33.4994313Z [00:03:47.293]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:33.4995063Z [00:03:47.293]➜  Candidate multilib: .;@m64
2025-08-20T22:50:33.4995596Z [00:03:47.293]➜  Selected multilib: .;@m64
2025-08-20T22:50:33.4996090Z [00:03:47.294]➜   (in-process)
2025-08-20T22:50:33.5013488Z [00:03:47.295]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name stress-sighup.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security  (in-process)
2025-08-20T22:50:33.5034810Z [00:03:47.295]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name stress-sigill.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o stress-sigill.o -x c stress-sigill.c
2025-08-20T22:50:33.5060131Z [00:03:47.297]➜    -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o stress-sighup.o -x c stress-sighup.c
2025-08-20T22:50:33.5106328Z [00:03:47.298]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:50:33.5107637Z [00:03:47.299]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:50:33.5108619Z [00:03:47.299]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:50:33.5109913Z [00:03:47.299]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:50:33.5111446Z [00:03:47.299]➜  #include "..." search starts here:
2025-08-20T22:50:33.5112114Z [00:03:47.299]➜  #include <...> search starts here:
2025-08-20T22:50:33.5112684Z [00:03:47.299]➜   /usr/include/fortify
2025-08-20T22:50:33.5113213Z [00:03:47.299]➜   /usr/include
2025-08-20T22:50:33.5113776Z [00:03:47.299]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:50:33.5114481Z [00:03:47.299]➜  End of search list.
2025-08-20T22:50:33.5115179Z [00:03:47.300]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:50:33.5116482Z [00:03:47.300]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:50:33.5117662Z [00:03:47.300]➜  #include "..." search starts here:
2025-08-20T22:50:33.5118291Z [00:03:47.300]➜  #include <...> search starts here:
2025-08-20T22:50:33.5118868Z [00:03:47.300]➜   /usr/include/fortify
2025-08-20T22:50:33.5119363Z [00:03:47.300]➜   /usr/include
2025-08-20T22:50:33.5119919Z [00:03:47.300]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:50:33.5120525Z [00:03:47.300]➜  End of search list.
2025-08-20T22:50:33.7041477Z [00:03:47.499]➜  CC stress-sigio.c
2025-08-20T22:50:33.7452742Z [00:03:47.537]➜  Alpine clang version 20.1.8
2025-08-20T22:50:33.7458037Z [00:03:47.537]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:50:33.7458702Z [00:03:47.537]➜  Thread model: posix
2025-08-20T22:50:33.7459343Z [00:03:47.537]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:50:33.7460212Z [00:03:47.537]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:50:33.7461361Z [00:03:47.537]➜  System configuration file directory: /etc/clang20
2025-08-20T22:50:33.7462636Z [00:03:47.537]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:33.7463804Z [00:03:47.540]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:50:33.7464906Z [00:03:47.540]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:33.7465774Z [00:03:47.540]➜  Candidate multilib: .;@m64
2025-08-20T22:50:33.7466389Z [00:03:47.540]➜  Selected multilib: .;@m64
2025-08-20T22:50:33.7467183Z [00:03:47.540]➜   (in-process)
2025-08-20T22:50:33.7483528Z [00:03:47.540]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name stress-sigio.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o stress-sigio.o -x c stress-sigio.c
2025-08-20T22:50:33.7497272Z [00:03:47.540]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:50:33.7509214Z [00:03:47.546]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:50:33.7517190Z [00:03:47.546]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:50:33.7518421Z [00:03:47.546]➜  #include "..." search starts here:
2025-08-20T22:50:33.7519129Z [00:03:47.546]➜  #include <...> search starts here:
2025-08-20T22:50:33.7519751Z [00:03:47.546]➜   /usr/include/fortify
2025-08-20T22:50:33.7520302Z [00:03:47.546]➜   /usr/include
2025-08-20T22:50:33.7521100Z [00:03:47.546]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:50:33.7521748Z [00:03:47.546]➜  End of search list.
2025-08-20T22:50:34.0413433Z [00:03:47.836]➜  CC stress-signal.c
2025-08-20T22:50:34.1164454Z [00:03:47.911]➜  Alpine clang version 20.1.8
2025-08-20T22:50:34.1166379Z [00:03:47.911]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:50:34.1169203Z [00:03:47.911]➜  Thread model: posix
2025-08-20T22:50:34.1170985Z [00:03:47.912]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:50:34.1171825Z [00:03:47.912]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:50:34.1172701Z [00:03:47.912]➜  System configuration file directory: /etc/clang20
2025-08-20T22:50:34.1173912Z [00:03:47.912]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:34.1174978Z [00:03:47.912]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:50:34.1176017Z [00:03:47.912]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:34.1176785Z [00:03:47.912]➜  Candidate multilib: .;@m64
2025-08-20T22:50:34.1177502Z [00:03:47.912]➜  Selected multilib: .;@m64
2025-08-20T22:50:34.1178874Z [00:03:47.913]➜   (in-process)
2025-08-20T22:50:34.1238847Z [00:03:47.917]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name stress-signal.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o stress-signal.o -x c stress-signal.c
2025-08-20T22:50:34.1258010Z [00:03:47.920]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:50:34.1259049Z [00:03:47.920]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:50:34.1260404Z [00:03:47.920]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:50:34.1261893Z [00:03:47.920]➜  #include "..." search starts here:
2025-08-20T22:50:34.1262571Z [00:03:47.920]➜  #include <...> search starts here:
2025-08-20T22:50:34.1263183Z [00:03:47.920]➜   /usr/include/fortify
2025-08-20T22:50:34.1263730Z [00:03:47.920]➜   /usr/include
2025-08-20T22:50:34.1264313Z [00:03:47.920]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:50:34.1264943Z [00:03:47.920]➜  End of search list.
2025-08-20T22:50:34.2473769Z [00:03:48.042]➜  CC stress-signest.c
2025-08-20T22:50:34.2908768Z [00:03:48.086]➜  CC stress-sigpending.c
2025-08-20T22:50:34.2937178Z [00:03:48.089]➜  Alpine clang version 20.1.8
2025-08-20T22:50:34.2941819Z [00:03:48.089]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:50:34.2945180Z [00:03:48.089]➜  Thread model: posix
2025-08-20T22:50:34.2949152Z [00:03:48.090]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:50:34.2952685Z [00:03:48.090]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:50:34.2956208Z [00:03:48.090]➜  System configuration file directory: /etc/clang20
2025-08-20T22:50:34.2981860Z [00:03:48.090]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:34.2983043Z [00:03:48.090]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:50:34.2984156Z [00:03:48.090]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:34.2985254Z [00:03:48.090]➜  Candidate multilib: .;@m64
2025-08-20T22:50:34.2985863Z [00:03:48.090]➜  Selected multilib: .;@m64
2025-08-20T22:50:34.2986434Z [00:03:48.090]➜   (in-process)
2025-08-20T22:50:34.3049616Z [00:03:48.098]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name stress-signest.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o stress-signest.o -x c stress-signest.c
2025-08-20T22:50:34.3083261Z [00:03:48.098]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:50:34.3084326Z [00:03:48.098]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:50:34.3085694Z [00:03:48.098]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:50:34.3086860Z [00:03:48.098]➜  #include "..." search starts here:
2025-08-20T22:50:34.3087542Z [00:03:48.098]➜  #include <...> search starts here:
2025-08-20T22:50:34.3088149Z [00:03:48.098]➜   /usr/include/fortify
2025-08-20T22:50:34.3088896Z [00:03:48.098]➜   /usr/include
2025-08-20T22:50:34.3089475Z [00:03:48.098]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:50:34.3090090Z [00:03:48.098]➜  End of search list.
2025-08-20T22:50:34.3435638Z [00:03:48.138]➜  Alpine clang version 20.1.8
2025-08-20T22:50:34.3441160Z [00:03:48.139]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:50:34.3447470Z [00:03:48.140]➜  Thread model: posix
2025-08-20T22:50:34.3452411Z [00:03:48.140]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:50:34.3458082Z [00:03:48.141]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:50:34.3463125Z [00:03:48.141]➜  System configuration file directory: /etc/clang20
2025-08-20T22:50:34.3466888Z [00:03:48.142]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:34.3482081Z [00:03:48.143]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:50:34.3512573Z [00:03:48.143]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:34.3514705Z [00:03:48.143]➜  Candidate multilib: .;@m64
2025-08-20T22:50:34.3515283Z [00:03:48.146]➜  Selected multilib: .;@m64
2025-08-20T22:50:34.3515777Z [00:03:48.146]➜   (in-process)
2025-08-20T22:50:34.3530987Z [00:03:48.146]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name stress-sigpending.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o stress-sigpending.o -x c stress-sigpending.c
2025-08-20T22:50:34.3576493Z [00:03:48.146]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:50:34.3577501Z [00:03:48.152]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:50:34.3578806Z [00:03:48.152]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:50:34.3579944Z [00:03:48.152]➜  #include "..." search starts here:
2025-08-20T22:50:34.3580573Z [00:03:48.152]➜  #include <...> search starts here:
2025-08-20T22:50:34.3581390Z [00:03:48.152]➜   /usr/include/fortify
2025-08-20T22:50:34.3582126Z [00:03:48.152]➜   /usr/include
2025-08-20T22:50:34.3582695Z [00:03:48.152]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:50:34.3583264Z [00:03:48.152]➜  End of search list.
2025-08-20T22:50:34.4515456Z [00:03:48.246]➜  CC stress-sigpipe.c
2025-08-20T22:50:34.4779287Z [00:03:48.273]➜  CC stress-sigq.c
2025-08-20T22:50:34.4884971Z [00:03:48.283]➜  CC stress-sigrt.c
2025-08-20T22:50:34.4908970Z [00:03:48.286]➜  Alpine clang version 20.1.8
2025-08-20T22:50:34.4913250Z [00:03:48.286]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:50:34.4916660Z [00:03:48.286]➜  Thread model: posix
2025-08-20T22:50:34.4919352Z [00:03:48.286]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:50:34.4925566Z [00:03:48.286]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:50:34.4926460Z [00:03:48.286]➜  System configuration file directory: /etc/clang20
2025-08-20T22:50:34.4927419Z [00:03:48.286]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:34.4936389Z [00:03:48.286]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:50:34.4941700Z [00:03:48.286]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:34.4942511Z [00:03:48.286]➜  Candidate multilib: .;@m64
2025-08-20T22:50:34.4943041Z [00:03:48.286]➜  Selected multilib: .;@m64
2025-08-20T22:50:34.4943514Z [00:03:48.286]➜   (in-process)
2025-08-20T22:50:34.4958278Z [00:03:48.287]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name stress-sigpipe.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o stress-sigpipe.o -x c stress-sigpipe.c
2025-08-20T22:50:34.4972777Z [00:03:48.288]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:50:34.4973748Z [00:03:48.289]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:50:34.4975002Z [00:03:48.289]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:50:34.4976228Z [00:03:48.289]➜  #include "..." search starts here:
2025-08-20T22:50:34.4976803Z [00:03:48.289]➜  #include <...> search starts here:
2025-08-20T22:50:34.4977347Z [00:03:48.289]➜   /usr/include/fortify
2025-08-20T22:50:34.4977815Z [00:03:48.289]➜   /usr/include
2025-08-20T22:50:34.4978337Z [00:03:48.289]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:50:34.4978880Z [00:03:48.289]➜  End of search list.
2025-08-20T22:50:34.5501863Z [00:03:48.345]➜  Alpine clang version 20.1.8
2025-08-20T22:50:34.5509592Z [00:03:48.345]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:50:34.5510210Z [00:03:48.345]➜  Thread model: posix
2025-08-20T22:50:34.5510923Z [00:03:48.346]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:50:34.5511709Z [00:03:48.346]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:50:34.5521070Z [00:03:48.346]➜  System configuration file directory: /etc/clang20
2025-08-20T22:50:34.5521999Z [00:03:48.346]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:34.5523043Z [00:03:48.346]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:50:34.5524057Z [00:03:48.346]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:34.5526416Z [00:03:48.346]➜  Candidate multilib: .;@m64
2025-08-20T22:50:34.5526969Z [00:03:48.347]➜  Selected multilib: .;@m64
2025-08-20T22:50:34.5527454Z [00:03:48.348]➜   (in-process)
2025-08-20T22:50:34.5589783Z [00:03:48.352]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name stress-sigq.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o stress-sigq.o -x c stress-sigq.c
2025-08-20T22:50:34.5604835Z [00:03:48.355]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:50:34.5605746Z [00:03:48.355]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:50:34.5615159Z [00:03:48.356]➜  ignoring nonexistent directory "Alpine clang version 20.1.8/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:50:34.5624168Z [00:03:48.357]➜  #include "..." search starts here:
2025-08-20T22:50:34.5624795Z [00:03:48.357]➜  #include <...> search starts here:
2025-08-20T22:50:34.5625325Z [00:03:48.357]➜   /usr/include/fortify
2025-08-20T22:50:34.5632283Z [00:03:48.358]➜   /usr/include
2025-08-20T22:50:34.5642814Z [00:03:48.358]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:50:34.5643401Z [00:03:48.358]➜  End of search list.
2025-08-20T22:50:34.5643844Z [00:03:48.358]➜  
2025-08-20T22:50:34.5644438Z [00:03:48.358]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:50:34.5645002Z [00:03:48.358]➜  Thread model: posix
2025-08-20T22:50:34.5645575Z [00:03:48.358]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:50:34.5646404Z [00:03:48.358]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:50:34.5647277Z [00:03:48.358]➜  System configuration file directory: /etc/clang20
2025-08-20T22:50:34.5648239Z [00:03:48.358]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:34.5649236Z [00:03:48.358]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:50:34.5650226Z [00:03:48.358]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:34.5651252Z [00:03:48.358]➜  Candidate multilib: .;@m64
2025-08-20T22:50:34.5651846Z [00:03:48.358]➜  Selected multilib: .;@m64
2025-08-20T22:50:34.5652387Z [00:03:48.358]➜   (in-process)
2025-08-20T22:50:34.5687797Z [00:03:48.358]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name stress-sigrt.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o stress-sigrt.o -x c stress-sigrt.c
2025-08-20T22:50:34.5703629Z [00:03:48.365]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:50:34.5704576Z [00:03:48.365]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:50:34.5705766Z [00:03:48.365]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:50:34.5706939Z [00:03:48.365]➜  #include "..." search starts here:
2025-08-20T22:50:34.5707519Z [00:03:48.365]➜  #include <...> search starts here:
2025-08-20T22:50:34.5708039Z [00:03:48.365]➜   /usr/include/fortify
2025-08-20T22:50:34.5714438Z [00:03:48.366]➜   /usr/include
2025-08-20T22:50:34.5717533Z [00:03:48.367]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:50:34.5721260Z [00:03:48.367]➜  End of search list.
2025-08-20T22:50:34.5972555Z [00:03:48.392]➜  CC stress-sigsegv.c
2025-08-20T22:50:34.6344771Z [00:03:48.429]➜  Alpine clang version 20.1.8
2025-08-20T22:50:34.6348824Z [00:03:48.430]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:50:34.6353553Z [00:03:48.430]➜  Thread model: posix
2025-08-20T22:50:34.6354176Z [00:03:48.430]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:50:34.6356767Z [00:03:48.430]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:50:34.6358716Z [00:03:48.430]➜  System configuration file directory: /etc/clang20
2025-08-20T22:50:34.6360052Z [00:03:48.430]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:34.6361573Z [00:03:48.430]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:50:34.6362821Z [00:03:48.430]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:34.6363824Z [00:03:48.430]➜  Candidate multilib: .;@m64
2025-08-20T22:50:34.6364539Z [00:03:48.430]➜  Selected multilib: .;@m64
2025-08-20T22:50:34.6365418Z [00:03:48.430]➜   (in-process)
2025-08-20T22:50:34.6381292Z [00:03:48.431]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name stress-sigsegv.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o stress-sigsegv.o -x c stress-sigsegv.c
2025-08-20T22:50:34.6418403Z [00:03:48.436]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:50:34.6419446Z [00:03:48.436]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:50:34.6421010Z [00:03:48.436]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:50:34.6422405Z [00:03:48.436]➜  #include "..." search starts here:
2025-08-20T22:50:34.6423078Z [00:03:48.436]➜  #include <...> search starts here:
2025-08-20T22:50:34.6423681Z [00:03:48.436]➜   /usr/include/fortify
2025-08-20T22:50:34.6424207Z [00:03:48.436]➜   /usr/include
2025-08-20T22:50:34.6424785Z [00:03:48.436]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:50:34.6425397Z [00:03:48.436]➜  End of search list.
2025-08-20T22:50:34.7707136Z [00:03:48.565]➜  CC stress-sigsuspend.c
2025-08-20T22:50:34.8088122Z [00:03:48.603]➜  Alpine clang version 20.1.8
2025-08-20T22:50:34.8093937Z [00:03:48.604]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:50:34.8099345Z [00:03:48.604]➜  Thread model: posix
2025-08-20T22:50:34.8099980Z [00:03:48.604]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:50:34.8101061Z [00:03:48.604]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:50:34.8122638Z [00:03:48.604]➜  System configuration file directory: /etc/clang20
2025-08-20T22:50:34.8123931Z [00:03:48.604]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:34.8125082Z [00:03:48.604]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:50:34.8126166Z [00:03:48.604]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:34.8126976Z [00:03:48.604]➜  Candidate multilib: .;@m64
2025-08-20T22:50:34.8127568Z [00:03:48.604]➜  Selected multilib: .;@m64
2025-08-20T22:50:34.8128160Z [00:03:48.604]➜   (in-process)
2025-08-20T22:50:34.8154162Z [00:03:48.604]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name stress-sigsuspend.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o stress-sigsuspend.o -x c stress-sigsuspend.c
2025-08-20T22:50:34.8167673Z [00:03:48.604]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:50:34.8168727Z [00:03:48.604]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:50:34.8170102Z [00:03:48.604]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:50:34.8171700Z [00:03:48.604]➜  #include "..." search starts here:
2025-08-20T22:50:34.8172402Z [00:03:48.604]➜  #include <...> search starts here:
2025-08-20T22:50:34.8173127Z [00:03:48.604]➜   /usr/include/fortify
2025-08-20T22:50:34.8173674Z [00:03:48.604]➜   /usr/include
2025-08-20T22:50:34.8174276Z [00:03:48.604]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:50:34.8175107Z [00:03:48.604]➜  End of search list.
2025-08-20T22:50:34.9264363Z [00:03:48.721]➜  CC stress-sigtrap.c
2025-08-20T22:50:34.9626282Z [00:03:48.757]➜  Alpine clang version 20.1.8
2025-08-20T22:50:34.9628241Z [00:03:48.757]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:50:34.9629743Z [00:03:48.757]➜  Thread model: posix
2025-08-20T22:50:34.9632230Z [00:03:48.757]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:50:34.9634332Z [00:03:48.757]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:50:34.9636266Z [00:03:48.757]➜  System configuration file directory: /etc/clang20
2025-08-20T22:50:34.9638401Z [00:03:48.757]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:34.9639835Z [00:03:48.757]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:50:34.9641350Z [00:03:48.757]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:34.9642389Z [00:03:48.757]➜  Candidate multilib: .;@m64
2025-08-20T22:50:34.9643207Z [00:03:48.757]➜  Selected multilib: .;@m64
2025-08-20T22:50:34.9644200Z [00:03:48.759]➜   (in-process)
2025-08-20T22:50:34.9660683Z [00:03:48.759]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name stress-sigtrap.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o stress-sigtrap.o -x c stress-sigtrap.c
2025-08-20T22:50:34.9704927Z [00:03:48.762]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:50:34.9705999Z [00:03:48.762]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:50:34.9707594Z [00:03:48.762]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:50:34.9708775Z [00:03:48.762]➜  #include "..." search starts here:
2025-08-20T22:50:34.9709461Z [00:03:48.762]➜  #include <...> search starts here:
2025-08-20T22:50:34.9710207Z [00:03:48.762]➜   /usr/include/fortify
2025-08-20T22:50:34.9710952Z [00:03:48.762]➜   /usr/include
2025-08-20T22:50:34.9711762Z [00:03:48.762]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:50:34.9712380Z [00:03:48.762]➜  End of search list.
2025-08-20T22:50:35.0686784Z [00:03:48.863]➜  CC stress-sigurg.c
2025-08-20T22:50:35.1048070Z [00:03:48.899]➜  Alpine clang version 20.1.8
2025-08-20T22:50:35.1052886Z [00:03:48.900]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:50:35.1055009Z [00:03:48.900]➜  Thread model: posix
2025-08-20T22:50:35.1057144Z [00:03:48.900]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:50:35.1059943Z [00:03:48.900]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:50:35.1067001Z [00:03:48.900]➜  System configuration file directory: /etc/clang20
2025-08-20T22:50:35.1072685Z [00:03:48.900]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:35.1073864Z [00:03:48.900]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:50:35.1074912Z [00:03:48.900]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:35.1075740Z [00:03:48.900]➜  Candidate multilib: .;@m64
2025-08-20T22:50:35.1076545Z [00:03:48.900]➜  Selected multilib: .;@m64
2025-08-20T22:50:35.1077135Z [00:03:48.900]➜   (in-process)
2025-08-20T22:50:35.1099905Z [00:03:48.901]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name stress-sigurg.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o stress-sigurg.o -x c stress-sigurg.c
2025-08-20T22:50:35.1113687Z [00:03:48.902]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:50:35.1114932Z [00:03:48.904]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:50:35.1116235Z [00:03:48.904]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:50:35.1117399Z [00:03:48.904]➜  #include "..." search starts here:
2025-08-20T22:50:35.1118067Z [00:03:48.904]➜  #include <...> search starts here:
2025-08-20T22:50:35.1118692Z [00:03:48.904]➜   /usr/include/fortify
2025-08-20T22:50:35.1119458Z [00:03:48.904]➜   /usr/include
2025-08-20T22:50:35.1120116Z [00:03:48.904]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:50:35.1120750Z [00:03:48.904]➜  End of search list.
2025-08-20T22:50:35.3383965Z [00:03:49.133]➜  CC stress-sigvtalrm.c
2025-08-20T22:50:35.3867709Z [00:03:49.181]➜  Alpine clang version 20.1.8
2025-08-20T22:50:35.3870117Z [00:03:49.181]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:50:35.3873181Z [00:03:49.181]➜  Thread model: posix
2025-08-20T22:50:35.3892363Z [00:03:49.181]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:50:35.3893135Z [00:03:49.181]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:50:35.3893964Z [00:03:49.181]➜  System configuration file directory: /etc/clang20
2025-08-20T22:50:35.3894892Z [00:03:49.181]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:35.3924524Z [00:03:49.182]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:50:35.3925629Z [00:03:49.182]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:35.3926606Z [00:03:49.182]➜  Candidate multilib: .;@m64
2025-08-20T22:50:35.3927179Z [00:03:49.182]➜  Selected multilib: .;@m64
2025-08-20T22:50:35.3927689Z [00:03:49.182]➜   (in-process)
2025-08-20T22:50:35.3949348Z [00:03:49.185]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name stress-sigvtalrm.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o stress-sigvtalrm.o -x c stress-sigvtalrm.c
2025-08-20T22:50:35.3963161Z [00:03:49.185]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:50:35.3964331Z [00:03:49.189]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:50:35.3965559Z [00:03:49.189]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:50:35.3966689Z [00:03:49.189]➜  #include "..." search starts here:
2025-08-20T22:50:35.3967349Z [00:03:49.189]➜  #include <...> search starts here:
2025-08-20T22:50:35.3968002Z [00:03:49.189]➜   /usr/include/fortify
2025-08-20T22:50:35.3968550Z [00:03:49.189]➜   /usr/include
2025-08-20T22:50:35.3969166Z [00:03:49.189]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:50:35.3969763Z [00:03:49.189]➜  End of search list.
2025-08-20T22:50:35.9683718Z [00:03:49.763]➜  CC stress-sigxcpu.c
2025-08-20T22:50:36.0051259Z [00:03:49.799]➜  Alpine clang version 20.1.8
2025-08-20T22:50:36.0052026Z [00:03:49.800]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:50:36.0057515Z [00:03:49.800]➜  Thread model: posix
2025-08-20T22:50:36.0063672Z [00:03:49.801]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:50:36.0071631Z [00:03:49.802]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:50:36.0079995Z [00:03:49.803]➜  System configuration file directory: /etc/clang20
2025-08-20T22:50:36.0088084Z [00:03:49.804]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:36.0094067Z [00:03:49.804]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:50:36.0100759Z [00:03:49.805]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:36.0108004Z [00:03:49.806]➜  Candidate multilib: .;@m64
2025-08-20T22:50:36.0113897Z [00:03:49.806]➜  Selected multilib: .;@m64
2025-08-20T22:50:36.0121399Z [00:03:49.807]➜   (in-process)
2025-08-20T22:50:36.0188619Z [00:03:49.812]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name stress-sigxcpu.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o stress-sigxcpu.o -x c stress-sigxcpu.c
2025-08-20T22:50:36.0208826Z [00:03:49.813]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:50:36.0209898Z [00:03:49.814]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:50:36.0211514Z [00:03:49.815]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:50:36.0212715Z [00:03:49.815]➜  #include "..." search starts here:
2025-08-20T22:50:36.0213420Z [00:03:49.815]➜  #include <...> search starts here:
2025-08-20T22:50:36.0214038Z [00:03:49.815]➜   /usr/include/fortify
2025-08-20T22:50:36.0214600Z [00:03:49.815]➜   /usr/include
2025-08-20T22:50:36.0215176Z [00:03:49.815]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:50:36.0215797Z [00:03:49.815]➜  End of search list.
2025-08-20T22:50:36.0236601Z [00:03:49.818]➜  CC stress-sigxfsz.c
2025-08-20T22:50:36.0613270Z [00:03:49.856]➜  Alpine clang version 20.1.8
2025-08-20T22:50:36.0639412Z [00:03:49.856]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:50:36.0640120Z [00:03:49.856]➜  Thread model: posix
2025-08-20T22:50:36.0640758Z [00:03:49.856]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:50:36.0641855Z [00:03:49.856]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:50:36.0642673Z [00:03:49.856]➜  System configuration file directory: /etc/clang20
2025-08-20T22:50:36.0643591Z [00:03:49.856]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:36.0644644Z [00:03:49.856]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:50:36.0645818Z [00:03:49.856]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:36.0646612Z [00:03:49.856]➜  Candidate multilib: .;@m64
2025-08-20T22:50:36.0647190Z [00:03:49.856]➜  Selected multilib: .;@m64
2025-08-20T22:50:36.0647886Z [00:03:49.856]➜   (in-process)
2025-08-20T22:50:36.0666458Z [00:03:49.856]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name stress-sigxfsz.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o stress-sigxfsz.o -x c stress-sigxfsz.c
2025-08-20T22:50:36.0680225Z [00:03:49.857]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:50:36.0681563Z [00:03:49.857]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:50:36.0682901Z [00:03:49.857]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:50:36.0684085Z [00:03:49.857]➜  #include "..." search starts here:
2025-08-20T22:50:36.0684778Z [00:03:49.857]➜  #include <...> search starts here:
2025-08-20T22:50:36.0685394Z [00:03:49.858]➜   /usr/include/fortify
2025-08-20T22:50:36.0685942Z [00:03:49.858]➜   /usr/include
2025-08-20T22:50:36.0686523Z [00:03:49.858]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:50:36.0687161Z [00:03:49.858]➜  End of search list.
2025-08-20T22:50:36.1173396Z [00:03:49.912]➜  CC stress-skiplist.c
2025-08-20T22:50:36.1913050Z [00:03:49.986]➜  Alpine clang version 20.1.8
2025-08-20T22:50:36.1943815Z [00:03:49.986]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:50:36.1944433Z [00:03:49.986]➜  Thread model: posix
2025-08-20T22:50:36.1945022Z [00:03:49.986]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:50:36.1945805Z [00:03:49.986]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:50:36.1948843Z [00:03:49.986]➜  System configuration file directory: /etc/clang20
2025-08-20T22:50:36.1949764Z [00:03:49.986]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:36.1951169Z [00:03:49.986]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:50:36.1952164Z [00:03:49.986]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:36.1952894Z [00:03:49.986]➜  Candidate multilib: .;@m64
2025-08-20T22:50:36.1953523Z [00:03:49.986]➜  Selected multilib: .;@m64
2025-08-20T22:50:36.1954024Z [00:03:49.990]➜   (in-process)
2025-08-20T22:50:36.1971604Z [00:03:49.991]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name stress-skiplist.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o stress-skiplist.o -x c stress-skiplist.c
2025-08-20T22:50:36.1990000Z [00:03:49.993]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:50:36.1991275Z [00:03:49.993]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:50:36.1992646Z [00:03:49.993]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:50:36.1993872Z [00:03:49.993]➜  #include "..." search starts here:
2025-08-20T22:50:36.1994563Z [00:03:49.993]➜  #include <...> search starts here:
2025-08-20T22:50:36.1995199Z [00:03:49.993]➜   /usr/include/fortify
2025-08-20T22:50:36.1995742Z [00:03:49.993]➜   /usr/include
2025-08-20T22:50:36.1996341Z [00:03:49.993]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:50:36.1996971Z [00:03:49.993]➜  End of search list.
2025-08-20T22:50:36.3685255Z [00:03:50.163]➜  CC stress-sleep.c
2025-08-20T22:50:36.3742903Z [00:03:50.168]➜  CC stress-smi.c
2025-08-20T22:50:36.4417053Z [00:03:50.236]➜  Alpine clang version 20.1.8Alpine clang version 20.1.8
2025-08-20T22:50:36.4425902Z [00:03:50.236]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:50:36.4426524Z [00:03:50.236]➜  Thread model: posix
2025-08-20T22:50:36.4427109Z [00:03:50.237]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:50:36.4427952Z [00:03:50.237]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:50:36.4428805Z [00:03:50.237]➜  System configuration file directory: /etc/clang20
2025-08-20T22:50:36.4429981Z [00:03:50.237]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:36.4431281Z [00:03:50.237]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:50:36.4432512Z [00:03:50.237]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:36.4433363Z [00:03:50.237]➜  Candidate multilib: .;@m64
2025-08-20T22:50:36.4436947Z [00:03:50.238]➜  Selected multilib: .;@m64
2025-08-20T22:50:36.4437421Z [00:03:50.238]➜  
2025-08-20T22:50:36.4445328Z [00:03:50.239]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:50:36.4448822Z [00:03:50.239]➜  Thread model: posix
2025-08-20T22:50:36.4449446Z [00:03:50.239]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:50:36.4450260Z [00:03:50.239]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:50:36.4451322Z [00:03:50.239]➜  System configuration file directory: /etc/clang20
2025-08-20T22:50:36.4452288Z [00:03:50.239]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:36.4453352Z [00:03:50.239]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:50:36.4454379Z [00:03:50.239]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:36.4455152Z [00:03:50.239]➜  Candidate multilib: .;@m64
2025-08-20T22:50:36.4455727Z [00:03:50.239]➜  Selected multilib: .;@m64
2025-08-20T22:50:36.4456253Z [00:03:50.239]➜   (in-process)
2025-08-20T22:50:36.4461454Z [00:03:50.240]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name stress-smi.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto (in-process)
2025-08-20T22:50:36.4499010Z [00:03:50.243]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name stress-sleep.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o stress-sleep.o -x c stress-sleep.c
2025-08-20T22:50:36.4533666Z [00:03:50.243]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:50:36.4544023Z [00:03:50.246]➜   -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o stress-smi.o -x c stress-smi.c
2025-08-20T22:50:36.4555960Z [00:03:50.246]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:50:36.4557039Z [00:03:50.246]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:50:36.4561936Z [00:03:50.246]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:50:36.4563259Z [00:03:50.246]➜  #include "..." search starts here:
2025-08-20T22:50:36.4563861Z [00:03:50.246]➜  #include <...> search starts here:
2025-08-20T22:50:36.4564388Z [00:03:50.246]➜   /usr/include/fortify
2025-08-20T22:50:36.4564836Z [00:03:50.246]➜   /usr/include
2025-08-20T22:50:36.4565315Z [00:03:50.246]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:50:36.4565824Z [00:03:50.246]➜  End of search list.
2025-08-20T22:50:36.4566416Z [00:03:50.247]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:50:36.4567632Z [00:03:50.247]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:50:36.4568672Z [00:03:50.248]➜  #include "..." search starts here:
2025-08-20T22:50:36.4569258Z [00:03:50.250]➜  #include <...> search starts here:
2025-08-20T22:50:36.4569774Z [00:03:50.250]➜   /usr/include/fortify
2025-08-20T22:50:36.4570242Z [00:03:50.251]➜   /usr/include
2025-08-20T22:50:36.4570962Z [00:03:50.251]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:50:36.4571519Z [00:03:50.251]➜  End of search list.
2025-08-20T22:50:36.8272714Z [00:03:50.622]➜  CC stress-sock.c
2025-08-20T22:50:36.8654970Z [00:03:50.660]➜  Alpine clang version 20.1.8
2025-08-20T22:50:36.8658556Z [00:03:50.661]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:50:36.8660427Z [00:03:50.661]➜  Thread model: posix
2025-08-20T22:50:36.8663141Z [00:03:50.661]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:50:36.8666655Z [00:03:50.661]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:50:36.8670941Z [00:03:50.662]➜  System configuration file directory: /etc/clang20
2025-08-20T22:50:36.8672175Z [00:03:50.662]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:36.8676398Z [00:03:50.662]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:50:36.8677637Z [00:03:50.662]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:36.8711582Z [00:03:50.664]➜  Candidate multilib: .;@m64
2025-08-20T22:50:36.8715255Z [00:03:50.664]➜  Selected multilib: .;@m64
2025-08-20T22:50:36.8715762Z [00:03:50.664]➜   (in-process)
2025-08-20T22:50:36.8760233Z [00:03:50.669]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name stress-sock.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o stress-sock.o -x c stress-sock.c
2025-08-20T22:50:36.8775240Z [00:03:50.669]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:50:36.8776260Z [00:03:50.669]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:50:36.8777597Z [00:03:50.669]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:50:36.8778693Z [00:03:50.669]➜  #include "..." search starts here:
2025-08-20T22:50:36.8779350Z [00:03:50.669]➜  #include <...> search starts here:
2025-08-20T22:50:36.8779940Z [00:03:50.669]➜   /usr/include/fortify
2025-08-20T22:50:36.8780430Z [00:03:50.669]➜   /usr/include
2025-08-20T22:50:36.8781307Z [00:03:50.669]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:50:36.8781954Z [00:03:50.669]➜  End of search list.
2025-08-20T22:50:37.2799009Z [00:03:51.075]➜  CC stress-sockabuse.c
2025-08-20T22:50:37.3180695Z [00:03:51.113]➜  Alpine clang version 20.1.8
2025-08-20T22:50:37.3184277Z [00:03:51.113]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:50:37.3187194Z [00:03:51.114]➜  Thread model: posix
2025-08-20T22:50:37.3189809Z [00:03:51.114]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:50:37.3192949Z [00:03:51.114]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:50:37.3195468Z [00:03:51.114]➜  System configuration file directory: /etc/clang20
2025-08-20T22:50:37.3197497Z [00:03:51.115]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:37.3201852Z [00:03:51.115]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:50:37.3205393Z [00:03:51.115]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:37.3209782Z [00:03:51.116]➜  Candidate multilib: .;@m64
2025-08-20T22:50:37.3213947Z [00:03:51.116]➜  Selected multilib: .;@m64
2025-08-20T22:50:37.3221888Z [00:03:51.117]➜   (in-process)
2025-08-20T22:50:37.3288841Z [00:03:51.122]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name stress-sockabuse.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o stress-sockabuse.o -x c stress-sockabuse.c
2025-08-20T22:50:37.3308264Z [00:03:51.122]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:50:37.3309331Z [00:03:51.122]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:50:37.3310687Z [00:03:51.122]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:50:37.3312074Z [00:03:51.122]➜  #include "..." search starts here:
2025-08-20T22:50:37.3312745Z [00:03:51.122]➜  #include <...> search starts here:
2025-08-20T22:50:37.3313302Z [00:03:51.122]➜   /usr/include/fortify
2025-08-20T22:50:37.3313817Z [00:03:51.122]➜   /usr/include
2025-08-20T22:50:37.3314369Z [00:03:51.122]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:50:37.3314949Z [00:03:51.122]➜  End of search list.
2025-08-20T22:50:37.3319002Z [00:03:51.127]➜  CC stress-sockdiag.c
2025-08-20T22:50:37.4078813Z [00:03:51.203]➜  Alpine clang version 20.1.8
2025-08-20T22:50:37.4105577Z [00:03:51.203]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:50:37.4106181Z [00:03:51.203]➜  Thread model: posix
2025-08-20T22:50:37.4106785Z [00:03:51.203]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:50:37.4107763Z [00:03:51.203]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:50:37.4108595Z [00:03:51.203]➜  System configuration file directory: /etc/clang20
2025-08-20T22:50:37.4109668Z [00:03:51.203]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:37.4110709Z [00:03:51.203]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:50:37.4111995Z [00:03:51.203]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:37.4113301Z [00:03:51.203]➜  Candidate multilib: .;@m64
2025-08-20T22:50:37.4114317Z [00:03:51.203]➜  Selected multilib: .;@m64
2025-08-20T22:50:37.4124219Z [00:03:51.207]➜   (in-process)
2025-08-20T22:50:37.4176047Z [00:03:51.211]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name stress-sockdiag.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o stress-sockdiag.o -x c stress-sockdiag.c
2025-08-20T22:50:37.4227620Z [00:03:51.215]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:50:37.4228648Z [00:03:51.216]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:50:37.4229984Z [00:03:51.216]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:50:37.4231396Z [00:03:51.216]➜  #include "..." search starts here:
2025-08-20T22:50:37.4232067Z [00:03:51.216]➜  #include <...> search starts here:
2025-08-20T22:50:37.4232697Z [00:03:51.216]➜   /usr/include/fortify
2025-08-20T22:50:37.4233230Z [00:03:51.216]➜   /usr/include
2025-08-20T22:50:37.4233834Z [00:03:51.216]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:50:37.4234446Z [00:03:51.216]➜  End of search list.
2025-08-20T22:50:37.5827045Z [00:03:51.377]➜  CC stress-sockfd.c
2025-08-20T22:50:37.6197261Z [00:03:51.414]➜  Alpine clang version 20.1.8
2025-08-20T22:50:37.6210408Z [00:03:51.414]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:50:37.6211331Z [00:03:51.414]➜  Thread model: posix
2025-08-20T22:50:37.6211970Z [00:03:51.414]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:50:37.6213040Z [00:03:51.414]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:50:37.6214013Z [00:03:51.414]➜  System configuration file directory: /etc/clang20
2025-08-20T22:50:37.6215167Z [00:03:51.414]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:37.6216354Z [00:03:51.414]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:50:37.6217480Z [00:03:51.414]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:37.6218334Z [00:03:51.414]➜  Candidate multilib: .;@m64
2025-08-20T22:50:37.6218952Z [00:03:51.414]➜  Selected multilib: .;@m64
2025-08-20T22:50:37.6233185Z [00:03:51.418]➜   (in-process)
2025-08-20T22:50:37.6253378Z [00:03:51.419]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name stress-sockfd.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o stress-sockfd.o -x c stress-sockfd.c
2025-08-20T22:50:37.6280454Z [00:03:51.423]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:50:37.6289711Z [00:03:51.424]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:50:37.6296979Z [00:03:51.424]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:50:37.6298188Z [00:03:51.424]➜  #include "..." search starts here:
2025-08-20T22:50:37.6298895Z [00:03:51.424]➜  #include <...> search starts here:
2025-08-20T22:50:37.6299523Z [00:03:51.424]➜   /usr/include/fortify
2025-08-20T22:50:37.6300072Z [00:03:51.424]➜   /usr/include
2025-08-20T22:50:37.6300673Z [00:03:51.424]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:50:37.6301521Z [00:03:51.424]➜  End of search list.
2025-08-20T22:50:37.8842514Z [00:03:51.679]➜  CC stress-sockpair.c
2025-08-20T22:50:37.9212626Z [00:03:51.715]➜  Alpine clang version 20.1.8
2025-08-20T22:50:37.9219439Z [00:03:51.715]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:50:37.9220097Z [00:03:51.715]➜  Thread model: posix
2025-08-20T22:50:37.9220754Z [00:03:51.715]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:50:37.9224579Z [00:03:51.715]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:50:37.9225788Z [00:03:51.715]➜  System configuration file directory: /etc/clang20
2025-08-20T22:50:37.9226887Z [00:03:51.715]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:37.9228075Z [00:03:51.715]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:50:37.9229141Z [00:03:51.715]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:37.9230006Z [00:03:51.715]➜  Candidate multilib: .;@m64
2025-08-20T22:50:37.9230641Z [00:03:51.715]➜  Selected multilib: .;@m64
2025-08-20T22:50:37.9231415Z [00:03:51.715]➜   (in-process)
2025-08-20T22:50:37.9247860Z [00:03:51.716]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name stress-sockpair.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o stress-sockpair.o -x c stress-sockpair.c
2025-08-20T22:50:37.9262144Z [00:03:51.717]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:50:37.9263243Z [00:03:51.718]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:50:37.9264619Z [00:03:51.718]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:50:37.9265839Z [00:03:51.718]➜  #include "..." search starts here:
2025-08-20T22:50:37.9266538Z [00:03:51.718]➜  #include <...> search starts here:
2025-08-20T22:50:37.9267158Z [00:03:51.718]➜   /usr/include/fortify
2025-08-20T22:50:37.9267704Z [00:03:51.718]➜   /usr/include
2025-08-20T22:50:37.9268296Z [00:03:51.718]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:50:37.9268915Z [00:03:51.718]➜  End of search list.
2025-08-20T22:50:37.9756344Z [00:03:51.770]➜  CC stress-sockmany.c
2025-08-20T22:50:38.0128595Z [00:03:51.808]➜  Alpine clang version 20.1.8
2025-08-20T22:50:38.0129981Z [00:03:51.808]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:50:38.0132442Z [00:03:51.808]➜  Thread model: posix
2025-08-20T22:50:38.0133102Z [00:03:51.808]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:50:38.0133985Z [00:03:51.808]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:50:38.0135183Z [00:03:51.808]➜  System configuration file directory: /etc/clang20
2025-08-20T22:50:38.0136274Z [00:03:51.808]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:38.0137417Z [00:03:51.808]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:50:38.0138526Z [00:03:51.808]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:38.0139387Z [00:03:51.808]➜  Candidate multilib: .;@m64
2025-08-20T22:50:38.0139999Z [00:03:51.808]➜  Selected multilib: .;@m64
2025-08-20T22:50:38.0140597Z [00:03:51.808]➜   (in-process)
2025-08-20T22:50:38.0163978Z [00:03:51.809]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name stress-sockmany.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o stress-sockmany.o -x c stress-sockmany.c
2025-08-20T22:50:38.0177724Z [00:03:51.810]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:50:38.0203685Z [00:03:51.811]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:50:38.0205140Z [00:03:51.811]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:50:38.0206358Z [00:03:51.811]➜  #include "..." search starts here:
2025-08-20T22:50:38.0207022Z [00:03:51.811]➜  #include <...> search starts here:
2025-08-20T22:50:38.0207640Z [00:03:51.811]➜   /usr/include/fortify
2025-08-20T22:50:38.0208180Z [00:03:51.811]➜   /usr/include
2025-08-20T22:50:38.0208770Z [00:03:51.811]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:50:38.0209397Z [00:03:51.811]➜  End of search list.
2025-08-20T22:50:38.3485180Z [00:03:52.143]➜  CC stress-softlockup.c
2025-08-20T22:50:38.3856897Z [00:03:52.180]➜  Alpine clang version 20.1.8
2025-08-20T22:50:38.3867365Z [00:03:52.181]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:50:38.3868083Z [00:03:52.181]➜  Thread model: posix
2025-08-20T22:50:38.3883355Z [00:03:52.183]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:50:38.3884432Z [00:03:52.183]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:50:38.3885381Z [00:03:52.183]➜  System configuration file directory: /etc/clang20
2025-08-20T22:50:38.3886305Z [00:03:52.183]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:38.3887356Z [00:03:52.183]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:50:38.3888308Z [00:03:52.183]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:38.3889016Z [00:03:52.183]➜  Candidate multilib: .;@m64
2025-08-20T22:50:38.3890167Z [00:03:52.184]➜  Selected multilib: .;@m64
2025-08-20T22:50:38.3893329Z [00:03:52.184]➜   (in-process)
2025-08-20T22:50:38.3958310Z [00:03:52.189]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name stress-softlockup.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o stress-softlockup.o -x c stress-softlockup.c
2025-08-20T22:50:38.3972633Z [00:03:52.189]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:50:38.3973685Z [00:03:52.189]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:50:38.3975032Z [00:03:52.189]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:50:38.3976203Z [00:03:52.189]➜  #include "..." search starts here:
2025-08-20T22:50:38.3976884Z [00:03:52.189]➜  #include <...> search starts here:
2025-08-20T22:50:38.3977497Z [00:03:52.189]➜   /usr/include/fortify
2025-08-20T22:50:38.3978038Z [00:03:52.190]➜   /usr/include
2025-08-20T22:50:38.3978607Z [00:03:52.190]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:50:38.3979245Z [00:03:52.190]➜  End of search list.
2025-08-20T22:50:38.8582712Z [00:03:52.653]➜  CC stress-spawn.c
2025-08-20T22:50:38.9055784Z [00:03:52.700]➜  Alpine clang version 20.1.8
2025-08-20T22:50:38.9058264Z [00:03:52.701]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:50:38.9060534Z [00:03:52.701]➜  Thread model: posix
2025-08-20T22:50:38.9061566Z [00:03:52.701]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:50:38.9063024Z [00:03:52.701]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:50:38.9064276Z [00:03:52.701]➜  System configuration file directory: /etc/clang20
2025-08-20T22:50:38.9065574Z [00:03:52.701]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:38.9066818Z [00:03:52.701]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:50:38.9067969Z [00:03:52.701]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:38.9068754Z [00:03:52.701]➜  Candidate multilib: .;@m64
2025-08-20T22:50:38.9069288Z [00:03:52.702]➜  Selected multilib: .;@m64
2025-08-20T22:50:38.9069782Z [00:03:52.702]➜   (in-process)
2025-08-20T22:50:38.9085105Z [00:03:52.702]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name stress-spawn.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o stress-spawn.o -x c stress-spawn.c
2025-08-20T22:50:38.9100213Z [00:03:52.704]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:50:38.9101523Z [00:03:52.704]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:50:38.9102895Z [00:03:52.704]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:50:38.9104074Z [00:03:52.704]➜  #include "..." search starts here:
2025-08-20T22:50:38.9104768Z [00:03:52.704]➜  #include <...> search starts here:
2025-08-20T22:50:38.9105389Z [00:03:52.704]➜   /usr/include/fortify
2025-08-20T22:50:38.9105935Z [00:03:52.704]➜   /usr/include
2025-08-20T22:50:38.9106527Z [00:03:52.704]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:50:38.9107132Z [00:03:52.704]➜  End of search list.
2025-08-20T22:50:39.0111302Z [00:03:52.806]➜  CC stress-sparsematrix.c
2025-08-20T22:50:39.0469013Z [00:03:52.842]➜  Alpine clang version 20.1.8
2025-08-20T22:50:39.0473399Z [00:03:52.842]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:50:39.0475557Z [00:03:52.842]➜  Thread model: posix
2025-08-20T22:50:39.0477345Z [00:03:52.842]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:50:39.0478709Z [00:03:52.842]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:50:39.0479718Z [00:03:52.842]➜  System configuration file directory: /etc/clang20
2025-08-20T22:50:39.0481268Z [00:03:52.842]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:39.0482904Z [00:03:52.842]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:50:39.0484156Z [00:03:52.842]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:39.0485381Z [00:03:52.842]➜  Candidate multilib: .;@m64
2025-08-20T22:50:39.0486289Z [00:03:52.842]➜  Selected multilib: .;@m64
2025-08-20T22:50:39.0487162Z [00:03:52.842]➜   (in-process)
2025-08-20T22:50:39.0569831Z [00:03:52.849]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name stress-sparsematrix.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o stress-sparsematrix.o -x c stress-sparsematrix.c
2025-08-20T22:50:39.0598059Z [00:03:52.850]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:50:39.0598894Z [00:03:52.851]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:50:39.0599984Z [00:03:52.852]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:50:39.0601070Z [00:03:52.852]➜  #include "..." search starts here:
2025-08-20T22:50:39.0601615Z [00:03:52.852]➜  #include <...> search starts here:
2025-08-20T22:50:39.0602143Z [00:03:52.852]➜   /usr/include/fortify
2025-08-20T22:50:39.0602618Z [00:03:52.854]➜   /usr/include
2025-08-20T22:50:39.0603139Z [00:03:52.854]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:50:39.0603678Z [00:03:52.854]➜  End of search list.
2025-08-20T22:50:39.0649740Z [00:03:52.860]➜  CC stress-spinmem.c
2025-08-20T22:50:39.1211361Z [00:03:52.916]➜  Alpine clang version 20.1.8
2025-08-20T22:50:39.1212057Z [00:03:52.916]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:50:39.1212606Z [00:03:52.916]➜  Thread model: posix
2025-08-20T22:50:39.1213161Z [00:03:52.916]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:50:39.1213934Z [00:03:52.916]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:50:39.1214879Z [00:03:52.916]➜  System configuration file directory: /etc/clang20
2025-08-20T22:50:39.1215777Z [00:03:52.916]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:39.1216766Z [00:03:52.916]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:50:39.1217716Z [00:03:52.916]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:39.1218482Z [00:03:52.916]➜  Candidate multilib: .;@m64
2025-08-20T22:50:39.1219042Z [00:03:52.916]➜  Selected multilib: .;@m64
2025-08-20T22:50:39.1221992Z [00:03:52.917]➜   (in-process)
2025-08-20T22:50:39.1250750Z [00:03:52.919]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name stress-spinmem.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o stress-spinmem.o -x c stress-spinmem.c
2025-08-20T22:50:39.1280087Z [00:03:52.923]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:50:39.1288795Z [00:03:52.924]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:50:39.1294729Z [00:03:52.924]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:50:39.1298213Z [00:03:52.924]➜  #include "..." search starts here:
2025-08-20T22:50:39.1300286Z [00:03:52.924]➜  #include <...> search starts here:
2025-08-20T22:50:39.1302629Z [00:03:52.924]➜   /usr/include/fortify
2025-08-20T22:50:39.1307988Z [00:03:52.924]➜   /usr/include
2025-08-20T22:50:39.1308665Z [00:03:52.924]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:50:39.1309299Z [00:03:52.924]➜  End of search list.
2025-08-20T22:50:39.3007732Z [00:03:53.095]➜  CC stress-splice.c
2025-08-20T22:50:39.3404520Z [00:03:53.135]➜  CC stress-stack.c
2025-08-20T22:50:39.3741424Z [00:03:53.169]➜  Alpine clang version 20.1.8
2025-08-20T22:50:39.3752361Z [00:03:53.169]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:50:39.3753009Z [00:03:53.169]➜  Thread model: posix
2025-08-20T22:50:39.3753640Z [00:03:53.169]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:50:39.3754504Z [00:03:53.169]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:50:39.3755417Z [00:03:53.169]➜  System configuration file directory: /etc/clang20
2025-08-20T22:50:39.3756490Z [00:03:53.169]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:39.3757627Z [00:03:53.169]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:50:39.3758738Z [00:03:53.169]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:39.3759587Z [00:03:53.169]➜  Candidate multilib: .;@m64
2025-08-20T22:50:39.3760211Z [00:03:53.169]➜  Selected multilib: .;@m64
2025-08-20T22:50:39.3761174Z [00:03:53.170]➜   (in-process)
2025-08-20T22:50:39.3796067Z [00:03:53.173]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name stress-splice.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o stress-splice.o -x c stress-splice.c
2025-08-20T22:50:39.3831224Z [00:03:53.178]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:50:39.3832739Z [00:03:53.178]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:50:39.3834270Z [00:03:53.178]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:50:39.3835679Z [00:03:53.178]➜  #include "..." search starts here:
2025-08-20T22:50:39.3836548Z [00:03:53.178]➜  #include <...> search starts here:
2025-08-20T22:50:39.3837356Z [00:03:53.178]➜   /usr/include/fortify
2025-08-20T22:50:39.3838077Z [00:03:53.178]➜   /usr/include
2025-08-20T22:50:39.3838839Z [00:03:53.178]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:50:39.3839620Z [00:03:53.178]➜  End of search list.
2025-08-20T22:50:39.3840393Z [00:03:53.178]➜  Alpine clang version 20.1.8
2025-08-20T22:50:39.3841428Z [00:03:53.178]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:50:39.3842232Z [00:03:53.178]➜  Thread model: posix
2025-08-20T22:50:39.3843030Z [00:03:53.178]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:50:39.3844050Z [00:03:53.178]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:50:39.3845136Z [00:03:53.178]➜  System configuration file directory: /etc/clang20
2025-08-20T22:50:39.3846339Z [00:03:53.178]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:39.3848921Z [00:03:53.178]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:50:39.3850041Z [00:03:53.178]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:39.3851340Z [00:03:53.178]➜  Candidate multilib: .;@m64
2025-08-20T22:50:39.3851911Z [00:03:53.178]➜  Selected multilib: .;@m64
2025-08-20T22:50:39.3852419Z [00:03:53.178]➜   (in-process)
2025-08-20T22:50:39.3867798Z [00:03:53.178]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name stress-stack.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o stress-stack.o -x c stress-stack.c
2025-08-20T22:50:39.3891870Z [00:03:53.184]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:50:39.3900230Z [00:03:53.185]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:50:39.3903399Z [00:03:53.185]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:50:39.3906596Z [00:03:53.186]➜  #include "..." search starts here:
2025-08-20T22:50:39.3907430Z [00:03:53.186]➜  #include <...> search starts here:
2025-08-20T22:50:39.3908121Z [00:03:53.186]➜   /usr/include/fortify
2025-08-20T22:50:39.3908585Z [00:03:53.186]➜   /usr/include
2025-08-20T22:50:39.3909107Z [00:03:53.186]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:50:39.3909718Z [00:03:53.186]➜  End of search list.
2025-08-20T22:50:39.4735056Z [00:03:53.268]➜  CC stress-stackmmap.c
2025-08-20T22:50:39.5145267Z [00:03:53.309]➜  Alpine clang version 20.1.8
2025-08-20T22:50:39.5157810Z [00:03:53.309]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:50:39.5158468Z [00:03:53.309]➜  Thread model: posix
2025-08-20T22:50:39.5159081Z [00:03:53.309]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:50:39.5159918Z [00:03:53.309]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:50:39.5160989Z [00:03:53.309]➜  System configuration file directory: /etc/clang20
2025-08-20T22:50:39.5162036Z [00:03:53.309]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:39.5163191Z [00:03:53.309]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:50:39.5164298Z [00:03:53.309]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:39.5165157Z [00:03:53.309]➜  Candidate multilib: .;@m64
2025-08-20T22:50:39.5165755Z [00:03:53.309]➜  Selected multilib: .;@m64
2025-08-20T22:50:39.5176463Z [00:03:53.312]➜   (in-process)
2025-08-20T22:50:39.5236520Z [00:03:53.316]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name stress-stackmmap.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o stress-stackmmap.o -x c stress-stackmmap.c
2025-08-20T22:50:39.5265198Z [00:03:53.316]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:50:39.5266279Z [00:03:53.316]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:50:39.5268205Z [00:03:53.316]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:50:39.5269415Z [00:03:53.316]➜  #include "..." search starts here:
2025-08-20T22:50:39.5270095Z [00:03:53.316]➜  #include <...> search starts here:
2025-08-20T22:50:39.5270700Z [00:03:53.316]➜   /usr/include/fortify
2025-08-20T22:50:39.5271525Z [00:03:53.316]➜   /usr/include
2025-08-20T22:50:39.5272124Z [00:03:53.316]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:50:39.5272741Z [00:03:53.316]➜  End of search list.
2025-08-20T22:50:39.9025687Z [00:03:53.697]➜  CC stress-statmount.c
2025-08-20T22:50:39.9771184Z [00:03:53.772]➜  Alpine clang version 20.1.8
2025-08-20T22:50:39.9775877Z [00:03:53.773]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:50:39.9780406Z [00:03:53.773]➜  Thread model: posix
2025-08-20T22:50:39.9784979Z [00:03:53.773]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:50:39.9815474Z [00:03:53.776]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:50:39.9818806Z [00:03:53.777]➜  System configuration file directory: /etc/clang20
2025-08-20T22:50:39.9822385Z [00:03:53.777]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:39.9833368Z [00:03:53.777]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:50:39.9834504Z [00:03:53.777]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:39.9835364Z [00:03:53.777]➜  Candidate multilib: .;@m64
2025-08-20T22:50:39.9836209Z [00:03:53.777]➜  Selected multilib: .;@m64
2025-08-20T22:50:39.9836780Z [00:03:53.777]➜   (in-process)
2025-08-20T22:50:39.9856307Z [00:03:53.777]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name stress-statmount.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o stress-statmount.o -x c stress-statmount.c
2025-08-20T22:50:39.9869825Z [00:03:53.778]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:50:39.9871101Z [00:03:53.778]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:50:39.9872415Z [00:03:53.778]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:50:39.9873498Z [00:03:53.778]➜  #include "..." search starts here:
2025-08-20T22:50:39.9874102Z [00:03:53.778]➜  #include <...> search starts here:
2025-08-20T22:50:39.9874649Z [00:03:53.778]➜   /usr/include/fortify
2025-08-20T22:50:39.9875121Z [00:03:53.778]➜   /usr/include
2025-08-20T22:50:39.9875665Z [00:03:53.778]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:50:39.9876250Z [00:03:53.778]➜  End of search list.
2025-08-20T22:50:40.7161217Z [00:03:54.511]➜  CC stress-str.c
2025-08-20T22:50:40.7537650Z [00:03:54.548]➜  CC stress-stream.c
2025-08-20T22:50:40.7897405Z [00:03:54.584]➜  Alpine clang version 20.1.8
2025-08-20T22:50:40.7900273Z [00:03:54.585]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:50:40.7924251Z [00:03:54.587]➜  Thread model: posix
2025-08-20T22:50:40.7929428Z [00:03:54.588]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:50:40.7933923Z [00:03:54.588]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfgCC stress-swap.c
2025-08-20T22:50:40.7934646Z [00:03:54.588]➜  
2025-08-20T22:50:40.7935181Z [00:03:54.588]➜  System configuration file directory: /etc/clang20
2025-08-20T22:50:40.7936015Z [00:03:54.588]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:40.7936954Z [00:03:54.588]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:50:40.7938143Z [00:03:54.588]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:40.7938887Z [00:03:54.588]➜  Candidate multilib: .;@m64
2025-08-20T22:50:40.7939406Z [00:03:54.588]➜  Selected multilib: .;@m64
2025-08-20T22:50:40.7939880Z [00:03:54.588]➜   (in-process)
2025-08-20T22:50:40.7968716Z [00:03:54.590]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name stress-str.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o stress-str.o -x c stress-str.c
2025-08-20T22:50:40.7988580Z [00:03:54.593]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:50:40.7989541Z [00:03:54.593]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:50:40.7990947Z [00:03:54.593]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:50:40.7992041Z [00:03:54.593]➜  #include "..." search starts here:
2025-08-20T22:50:40.7992602Z [00:03:54.593]➜  #include <...> search starts here:
2025-08-20T22:50:40.7993143Z [00:03:54.593]➜   /usr/include/fortify
2025-08-20T22:50:40.7993627Z [00:03:54.593]➜   /usr/include
2025-08-20T22:50:40.7994129Z [00:03:54.593]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:50:40.7994661Z [00:03:54.593]➜  End of search list.
2025-08-20T22:50:40.8250989Z [00:03:54.620]➜  Alpine clang version 20.1.8
2025-08-20T22:50:40.8255027Z [00:03:54.620]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:50:40.8260166Z [00:03:54.621]➜  Thread model: posix
2025-08-20T22:50:40.8265479Z [00:03:54.621]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:50:40.8270696Z [00:03:54.622]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:50:40.8275849Z [00:03:54.622]➜  System configuration file directory: /etc/clang20
2025-08-20T22:50:40.8303976Z [00:03:54.625]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:40.8307742Z [00:03:54.626]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:50:40.8328332Z [00:03:54.626]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:40.8329221Z [00:03:54.626]➜  Candidate multilib: .;@m64
2025-08-20T22:50:40.8329838Z [00:03:54.626]➜  Selected multilib: .;@m64
2025-08-20T22:50:40.8330407Z [00:03:54.626]➜   (in-process)
2025-08-20T22:50:40.8350188Z [00:03:54.626]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name stress-stream.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o stress-stream.o -x c stress-stream.c
2025-08-20T22:50:40.8364880Z [00:03:54.626]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:50:40.8365722Z [00:03:54.626]➜  Alpine clang version 20.1.8
2025-08-20T22:50:40.8366321Z [00:03:54.626]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:50:40.8366858Z [00:03:54.626]➜  Thread model: posix
2025-08-20T22:50:40.8367419Z [00:03:54.626]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:50:40.8368215Z [00:03:54.626]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:50:40.8369040Z [00:03:54.626]➜  System configuration file directory: /etc/clang20
2025-08-20T22:50:40.8369977Z [00:03:54.626]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:40.8371211Z [00:03:54.626]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:50:40.8372248Z [00:03:54.626]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:40.8373027Z [00:03:54.626]➜  Candidate multilib: .;@m64
2025-08-20T22:50:40.8373602Z [00:03:54.627]➜  Selected multilib: .;@m64
2025-08-20T22:50:40.8374229Z [00:03:54.627]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:50:40.8375416Z [00:03:54.627]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:50:40.8376506Z [00:03:54.627]➜  #include "..." search starts here:
2025-08-20T22:50:40.8377145Z [00:03:54.627]➜  #include <...> search starts here:
2025-08-20T22:50:40.8377897Z [00:03:54.627]➜   /usr/include/fortify
2025-08-20T22:50:40.8378393Z [00:03:54.627]➜   /usr/include
2025-08-20T22:50:40.8378928Z [00:03:54.627]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:50:40.8379485Z [00:03:54.627]➜  End of search list.
2025-08-20T22:50:40.8379999Z [00:03:54.629]➜   (in-process)
2025-08-20T22:50:40.8410427Z [00:03:54.634]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name stress-swap.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o stress-swap.o -x c stress-swap.c
2025-08-20T22:50:40.8428629Z [00:03:54.637]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:50:40.8429618Z [00:03:54.637]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:50:40.8431091Z [00:03:54.637]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:50:40.8432252Z [00:03:54.637]➜  #include "..." search starts here:
2025-08-20T22:50:40.8432922Z [00:03:54.637]➜  #include <...> search starts here:
2025-08-20T22:50:40.8433555Z [00:03:54.637]➜   /usr/include/fortify
2025-08-20T22:50:40.8434098Z [00:03:54.637]➜   /usr/include
2025-08-20T22:50:40.8434677Z [00:03:54.637]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:50:40.8435278Z [00:03:54.637]➜  End of search list.
2025-08-20T22:50:40.8872384Z [00:03:54.682]➜  CC stress-switch.c
2025-08-20T22:50:40.9617570Z [00:03:54.756]➜  Alpine clang version 20.1.8
2025-08-20T22:50:40.9621400Z [00:03:54.757]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:50:40.9624846Z [00:03:54.757]➜  Thread model: posix
2025-08-20T22:50:40.9629129Z [00:03:54.758]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:50:40.9633028Z [00:03:54.758]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:50:40.9636119Z [00:03:54.758]➜  System configuration file directory: /etc/clang20
2025-08-20T22:50:40.9639289Z [00:03:54.758]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:40.9644582Z [00:03:54.759]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:50:40.9656300Z [00:03:54.760]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:40.9657166Z [00:03:54.760]➜  Candidate multilib: .;@m64
2025-08-20T22:50:40.9657693Z [00:03:54.760]➜  Selected multilib: .;@m64
2025-08-20T22:50:40.9660329Z [00:03:54.760]➜   (in-process)
2025-08-20T22:50:40.9678373Z [00:03:54.761]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name stress-switch.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o stress-switch.o -x c stress-switch.c
2025-08-20T22:50:40.9691851Z [00:03:54.762]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:50:40.9716955Z [00:03:54.766]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:50:40.9718164Z [00:03:54.766]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:50:40.9719206Z [00:03:54.766]➜  #include "..." search starts here:
2025-08-20T22:50:40.9724762Z [00:03:54.766]➜  #include <...> search starts here:
2025-08-20T22:50:40.9725344Z [00:03:54.766]➜   /usr/include/fortify
2025-08-20T22:50:40.9725844Z [00:03:54.766]➜   /usr/include
2025-08-20T22:50:40.9726375Z [00:03:54.766]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:50:40.9726911Z [00:03:54.766]➜  End of search list.
2025-08-20T22:50:41.0863270Z [00:03:54.881]➜  CC stress-sync-file.c
2025-08-20T22:50:41.1622344Z [00:03:54.957]➜  Alpine clang version 20.1.8
2025-08-20T22:50:41.1626870Z [00:03:54.957]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:50:41.1629292Z [00:03:54.958]➜  Thread model: posix
2025-08-20T22:50:41.1633103Z [00:03:54.958]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:50:41.1637167Z [00:03:54.959]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:50:41.1639735Z [00:03:54.959]➜  System configuration file directory: /etc/clang20
2025-08-20T22:50:41.1644928Z [00:03:54.959]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:41.1648329Z [00:03:54.960]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:50:41.1650304Z [00:03:54.960]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:41.1652471Z [00:03:54.960]➜  Candidate multilib: .;@m64
2025-08-20T22:50:41.1653387Z [00:03:54.960]➜  Selected multilib: .;@m64
2025-08-20T22:50:41.1655673Z [00:03:54.960]➜   (in-process)
2025-08-20T22:50:41.1709958Z [00:03:54.964]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name stress-sync-file.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o stress-sync-file.o -x c stress-sync-file.c
2025-08-20T22:50:41.1751885Z [00:03:54.964]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:50:41.1752943Z [00:03:54.968]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:50:41.1754277Z [00:03:54.968]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:50:41.1755443Z [00:03:54.968]➜  #include "..." search starts here:
2025-08-20T22:50:41.1756126Z [00:03:54.968]➜  #include <...> search starts here:
2025-08-20T22:50:41.1756736Z [00:03:54.968]➜   /usr/include/fortify
2025-08-20T22:50:41.1757253Z [00:03:54.968]➜   /usr/include
2025-08-20T22:50:41.1757839Z [00:03:54.968]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:50:41.1758454Z [00:03:54.968]➜  End of search list.
2025-08-20T22:50:41.2591615Z [00:03:55.054]➜  CC stress-syncload.c
2025-08-20T22:50:41.3329468Z [00:03:55.128]➜  Alpine clang version 20.1.8
2025-08-20T22:50:41.3335928Z [00:03:55.128]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:50:41.3336529Z [00:03:55.128]➜  Thread model: posix
2025-08-20T22:50:41.3337078Z [00:03:55.128]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:50:41.3350142Z [00:03:55.129]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:50:41.3351355Z [00:03:55.129]➜  System configuration file directory: /etc/clang20
2025-08-20T22:50:41.3352255Z [00:03:55.129]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:41.3353456Z [00:03:55.129]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:50:41.3354403Z [00:03:55.129]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:41.3355133Z [00:03:55.129]➜  Candidate multilib: .;@m64
2025-08-20T22:50:41.3355696Z [00:03:55.129]➜  Selected multilib: .;@m64
2025-08-20T22:50:41.3356201Z [00:03:55.129]➜   (in-process)
2025-08-20T22:50:41.3373105Z [00:03:55.129]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name stress-syncload.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o stress-syncload.o -x c stress-syncload.c
2025-08-20T22:50:41.3386801Z [00:03:55.131]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:50:41.3400180Z [00:03:55.135]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:50:41.3405169Z [00:03:55.135]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:50:41.3406259Z [00:03:55.135]➜  #include "..." search starts here:
2025-08-20T22:50:41.3406841Z [00:03:55.135]➜  #include <...> search starts here:
2025-08-20T22:50:41.3407367Z [00:03:55.135]➜   /usr/include/fortify
2025-08-20T22:50:41.3407829Z [00:03:55.135]➜   /usr/include
2025-08-20T22:50:41.3408338Z [00:03:55.135]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:50:41.3408846Z [00:03:55.135]➜  End of search list.
2025-08-20T22:50:41.3580661Z [00:03:55.153]➜  CC stress-sysbadaddr.c
2025-08-20T22:50:41.3957113Z [00:03:55.190]➜  Alpine clang version 20.1.8
2025-08-20T22:50:41.3960134Z [00:03:55.190]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:50:41.3963522Z [00:03:55.190]➜  Thread model: posix
2025-08-20T22:50:41.3965581Z [00:03:55.190]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:50:41.3966940Z [00:03:55.190]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:50:41.3968999Z [00:03:55.190]➜  System configuration file directory: /etc/clang20
2025-08-20T22:50:41.3971016Z [00:03:55.191]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:41.3972439Z [00:03:55.191]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:50:41.3975047Z [00:03:55.191]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:41.3975965Z [00:03:55.191]➜  Candidate multilib: .;@m64
2025-08-20T22:50:41.3976568Z [00:03:55.191]➜  Selected multilib: .;@m64
2025-08-20T22:50:41.3977150Z [00:03:55.191]➜   (in-process)
2025-08-20T22:50:41.4025144Z [00:03:55.192]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name stress-sysbadaddr.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o stress-sysbadaddr.o -x c stress-sysbadaddr.c
2025-08-20T22:50:41.4038529Z [00:03:55.196]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:50:41.4039593Z [00:03:55.196]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:50:41.4041148Z [00:03:55.196]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:50:41.4042345Z [00:03:55.196]➜  #include "..." search starts here:
2025-08-20T22:50:41.4043022Z [00:03:55.196]➜  #include <...> search starts here:
2025-08-20T22:50:41.4043629Z [00:03:55.196]➜   /usr/include/fortify
2025-08-20T22:50:41.4044171Z [00:03:55.196]➜   /usr/include
2025-08-20T22:50:41.4044748Z [00:03:55.196]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:50:41.4045553Z [00:03:55.196]➜  End of search list.
2025-08-20T22:50:42.1673243Z [00:03:55.962]➜  CC stress-syscall.c
2025-08-20T22:50:42.2384960Z [00:03:56.033]➜  Alpine clang version 20.1.8
2025-08-20T22:50:42.2387275Z [00:03:56.033]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:50:42.2387930Z [00:03:56.033]➜  Thread model: posix
2025-08-20T22:50:42.2388580Z [00:03:56.033]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:50:42.2389453Z [00:03:56.033]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:50:42.2390639Z [00:03:56.033]➜  System configuration file directory: /etc/clang20
2025-08-20T22:50:42.2391868Z [00:03:56.033]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:42.2414613Z [00:03:56.036]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:50:42.2417049Z [00:03:56.036]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:42.2417945Z [00:03:56.036]➜  Candidate multilib: .;@m64
2025-08-20T22:50:42.2418601Z [00:03:56.036]➜  Selected multilib: .;@m64
2025-08-20T22:50:42.2422748Z [00:03:56.037]➜   (in-process)
2025-08-20T22:50:42.2480227Z [00:03:56.041]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name stress-syscall.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o stress-syscall.o -x c stress-syscall.c
2025-08-20T22:50:42.2515375Z [00:03:56.044]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:50:42.2516421Z [00:03:56.044]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:50:42.2517787Z [00:03:56.044]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:50:42.2518970Z [00:03:56.044]➜  #include "..." search starts here:
2025-08-20T22:50:42.2519639Z [00:03:56.044]➜  #include <...> search starts here:
2025-08-20T22:50:42.2520243Z [00:03:56.044]➜   /usr/include/fortify
2025-08-20T22:50:42.2520970Z [00:03:56.044]➜   /usr/include
2025-08-20T22:50:42.2521564Z [00:03:56.044]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:50:42.2522397Z [00:03:56.044]➜  End of search list.
2025-08-20T22:50:42.3443282Z [00:03:56.139]➜  CC stress-sysinfo.c
2025-08-20T22:50:42.3820307Z [00:03:56.177]➜  Alpine clang version 20.1.8
2025-08-20T22:50:42.3821488Z [00:03:56.177]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:50:42.3822372Z [00:03:56.177]➜  Thread model: posix
2025-08-20T22:50:42.3823304Z [00:03:56.177]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:50:42.3824408Z [00:03:56.177]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:50:42.3825316Z [00:03:56.177]➜  System configuration file directory: /etc/clang20
2025-08-20T22:50:42.3833126Z [00:03:56.178]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:42.3834295Z [00:03:56.178]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:50:42.3850502Z [00:03:56.178]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:42.3851571Z [00:03:56.178]➜  Candidate multilib: .;@m64
2025-08-20T22:50:42.3858700Z [00:03:56.178]➜  Selected multilib: .;@m64
2025-08-20T22:50:42.3859316Z [00:03:56.178]➜   (in-process)
2025-08-20T22:50:42.3874932Z [00:03:56.178]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name stress-sysinfo.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o stress-sysinfo.o -x c stress-sysinfo.c
2025-08-20T22:50:42.3888316Z [00:03:56.180]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:50:42.3889283Z [00:03:56.180]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:50:42.3890550Z [00:03:56.180]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:50:42.3902052Z [00:03:56.180]➜  #include "..." search starts here:
2025-08-20T22:50:42.3902741Z [00:03:56.180]➜  #include <...> search starts here:
2025-08-20T22:50:42.3903322Z [00:03:56.180]➜   /usr/include/fortify
2025-08-20T22:50:42.3903997Z [00:03:56.180]➜   /usr/include
2025-08-20T22:50:42.3904524Z [00:03:56.180]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:50:42.3905137Z [00:03:56.180]➜  End of search list.
2025-08-20T22:50:43.0034601Z [00:03:56.798]➜  CC stress-sysinval.c
2025-08-20T22:50:43.0407373Z [00:03:56.835]➜  Alpine clang version 20.1.8
2025-08-20T22:50:43.0430597Z [00:03:56.835]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:50:43.0431475Z [00:03:56.835]➜  Thread model: posix
2025-08-20T22:50:43.0432112Z [00:03:56.835]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:50:43.0433218Z [00:03:56.835]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:50:43.0434126Z [00:03:56.835]➜  System configuration file directory: /etc/clang20
2025-08-20T22:50:43.0435393Z [00:03:56.836]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:43.0436511Z [00:03:56.836]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:50:43.0437603Z [00:03:56.836]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:43.0438440Z [00:03:56.836]➜  Candidate multilib: .;@m64
2025-08-20T22:50:43.0439066Z [00:03:56.836]➜  Selected multilib: .;@m64
2025-08-20T22:50:43.0439623Z [00:03:56.837]➜   (in-process)
2025-08-20T22:50:43.0467166Z [00:03:56.837]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name stress-sysinval.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o stress-sysinval.o -x c stress-sysinval.c
2025-08-20T22:50:43.0480427Z [00:03:56.839]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:50:43.0501825Z [00:03:56.839]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:50:43.0503107Z [00:03:56.839]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:50:43.0504230Z [00:03:56.839]➜  #include "..." search starts here:
2025-08-20T22:50:43.0504846Z [00:03:56.839]➜  #include <...> search starts here:
2025-08-20T22:50:43.0505617Z [00:03:56.839]➜   /usr/include/fortify
2025-08-20T22:50:43.0506115Z [00:03:56.839]➜   /usr/include
2025-08-20T22:50:43.0506680Z [00:03:56.839]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:50:43.0507259Z [00:03:56.839]➜  End of search list.
2025-08-20T22:50:43.0753188Z [00:03:56.870]➜  CC stress-sysfs.c
2025-08-20T22:50:43.1473064Z [00:03:56.942]➜  Alpine clang version 20.1.8
2025-08-20T22:50:43.1474086Z [00:03:56.942]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:50:43.1475224Z [00:03:56.942]➜  Thread model: posix
2025-08-20T22:50:43.1475867Z [00:03:56.942]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:50:43.1476988Z [00:03:56.942]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:50:43.1478144Z [00:03:56.942]➜  System configuration file directory: /etc/clang20
2025-08-20T22:50:43.1479397Z [00:03:56.942]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:43.1480540Z [00:03:56.942]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:50:43.1482142Z [00:03:56.942]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:43.1483243Z [00:03:56.942]➜  Candidate multilib: .;@m64
2025-08-20T22:50:43.1484097Z [00:03:56.942]➜  Selected multilib: .;@m64
2025-08-20T22:50:43.1538502Z [00:03:56.948]➜   (in-process)
2025-08-20T22:50:43.1553972Z [00:03:56.948]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name stress-sysfs.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o stress-sysfs.o -x c stress-sysfs.c
2025-08-20T22:50:43.1567983Z [00:03:56.948]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:50:43.1568942Z [00:03:56.948]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:50:43.1570215Z [00:03:56.948]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:50:43.1571548Z [00:03:56.948]➜  #include "..." search starts here:
2025-08-20T22:50:43.1572153Z [00:03:56.948]➜  #include <...> search starts here:
2025-08-20T22:50:43.1572864Z [00:03:56.948]➜   /usr/include/fortify
2025-08-20T22:50:43.1573361Z [00:03:56.948]➜   /usr/include
2025-08-20T22:50:43.1573897Z [00:03:56.948]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:50:43.1574457Z [00:03:56.948]➜  End of search list.
2025-08-20T22:50:43.7254003Z [00:03:57.520]➜  CC stress-tee.c
2025-08-20T22:50:43.7994675Z [00:03:57.594]➜  Alpine clang version 20.1.8
2025-08-20T22:50:43.7995479Z [00:03:57.594]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:50:43.7998380Z [00:03:57.594]➜  Thread model: posix
2025-08-20T22:50:43.8001789Z [00:03:57.594]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:50:43.8004718Z [00:03:57.594]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:50:43.8007712Z [00:03:57.594]➜  System configuration file directory: /etc/clang20
2025-08-20T22:50:43.8025387Z [00:03:57.597]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:43.8030729Z [00:03:57.597]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:50:43.8032003Z [00:03:57.597]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:43.8032787Z [00:03:57.597]➜  Candidate multilib: .;@m64
2025-08-20T22:50:43.8037304Z [00:03:57.599]➜  Selected multilib: .;@m64
2025-08-20T22:50:43.8039866Z [00:03:57.599]➜   (in-process)
2025-08-20T22:50:43.8081622Z [00:03:57.602]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name stress-tee.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o stress-tee.o -x c stress-tee.c
2025-08-20T22:50:43.8100223Z [00:03:57.604]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:50:43.8101413Z [00:03:57.604]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:50:43.8102702Z [00:03:57.604]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:50:43.8103814Z [00:03:57.604]➜  #include "..." search starts here:
2025-08-20T22:50:43.8104601Z [00:03:57.604]➜  #include <...> search starts here:
2025-08-20T22:50:43.8105131Z [00:03:57.604]➜   /usr/include/fortify
2025-08-20T22:50:43.8105622Z [00:03:57.604]➜   /usr/include
2025-08-20T22:50:43.8106144Z [00:03:57.604]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:50:43.8106688Z [00:03:57.604]➜  End of search list.
2025-08-20T22:50:44.0662974Z [00:03:57.861]➜  CC stress-timer.c
2025-08-20T22:50:44.1287964Z [00:03:57.923]➜  Alpine clang version 20.1.8
2025-08-20T22:50:44.1302517Z [00:03:57.924]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:50:44.1307647Z [00:03:57.925]➜  Thread model: posix
2025-08-20T22:50:44.1310645Z [00:03:57.925]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:50:44.1311746Z [00:03:57.926]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:50:44.1325137Z [00:03:57.927]➜  System configuration file directory: /etc/clang20
2025-08-20T22:50:44.1329627Z [00:03:57.927]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:44.1330976Z [00:03:57.927]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:50:44.1333251Z [00:03:57.927]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:44.1334131Z [00:03:57.927]➜  Candidate multilib: .;@m64
2025-08-20T22:50:44.1334740Z [00:03:57.927]➜  Selected multilib: .;@m64
2025-08-20T22:50:44.1335301Z [00:03:57.927]➜   (in-process)
2025-08-20T22:50:44.1432914Z [00:03:57.935]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name stress-timer.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o stress-timer.o -x c stress-timer.c
2025-08-20T22:50:44.1446798Z [00:03:57.935]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:50:44.1447750Z [00:03:57.936]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:50:44.1448734Z [00:03:57.937]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:50:44.1450041Z [00:03:57.937]➜  #include "..." search starts here:
2025-08-20T22:50:44.1450723Z [00:03:57.937]➜  #include <...> search starts here:
2025-08-20T22:50:44.1451563Z [00:03:57.938]➜   /usr/include/fortify
2025-08-20T22:50:44.1452111Z [00:03:57.938]➜   /usr/include
2025-08-20T22:50:44.1452690Z [00:03:57.938]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:50:44.1453322Z [00:03:57.939]➜  End of search list.
2025-08-20T22:50:44.4153459Z [00:03:58.210]➜  CC stress-timerfd.c
2025-08-20T22:50:44.4908505Z [00:03:58.285]➜  Alpine clang version 20.1.8
2025-08-20T22:50:44.4909169Z [00:03:58.286]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:50:44.4909714Z [00:03:58.286]➜  Thread model: posix
2025-08-20T22:50:44.4910270Z [00:03:58.286]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:50:44.4911317Z [00:03:58.286]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:50:44.4912229Z [00:03:58.286]➜  System configuration file directory: /etc/clang20
2025-08-20T22:50:44.4913249Z [00:03:58.286]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:44.4914564Z [00:03:58.286]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:50:44.4915653Z [00:03:58.286]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:44.4916491Z [00:03:58.286]➜  Candidate multilib: .;@m64
2025-08-20T22:50:44.4917044Z [00:03:58.286]➜  Selected multilib: .;@m64
2025-08-20T22:50:44.4917534Z [00:03:58.286]➜   (in-process)
2025-08-20T22:50:44.4933090Z [00:03:58.286]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name stress-timerfd.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o stress-timerfd.o -x c stress-timerfd.c
2025-08-20T22:50:44.4946740Z [00:03:58.286]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:50:44.5005285Z [00:03:58.295]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:50:44.5008290Z [00:03:58.296]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:50:44.5009667Z [00:03:58.296]➜  #include "..." search starts here:
2025-08-20T22:50:44.5010300Z [00:03:58.296]➜  #include <...> search starts here:
2025-08-20T22:50:44.5011134Z [00:03:58.296]➜   /usr/include/fortify
2025-08-20T22:50:44.5011675Z [00:03:58.296]➜   /usr/include
2025-08-20T22:50:44.5012253Z [00:03:58.296]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:50:44.5012858Z [00:03:58.296]➜  End of search list.
2025-08-20T22:50:44.5511910Z [00:03:58.344]➜  CC stress-time-warp.c
2025-08-20T22:50:44.6245382Z [00:03:58.419]➜  Alpine clang version 20.1.8
2025-08-20T22:50:44.6247970Z [00:03:58.419]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:50:44.6248752Z [00:03:58.419]➜  Thread model: posix
2025-08-20T22:50:44.6249531Z [00:03:58.419]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:50:44.6250386Z [00:03:58.419]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:50:44.6251493Z [00:03:58.419]➜  System configuration file directory: /etc/clang20
2025-08-20T22:50:44.6252814Z [00:03:58.419]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:44.6253996Z [00:03:58.419]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:50:44.6255093Z [00:03:58.419]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:44.6255888Z [00:03:58.419]➜  Candidate multilib: .;@m64
2025-08-20T22:50:44.6256973Z [00:03:58.419]➜  Selected multilib: .;@m64
2025-08-20T22:50:44.6257714Z [00:03:58.420]➜   (in-process)
2025-08-20T22:50:44.6273351Z [00:03:58.421]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name stress-time-warp.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o stress-time-warp.o -x c stress-time-warp.c
2025-08-20T22:50:44.6298580Z [00:03:58.425]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:50:44.6304110Z [00:03:58.425]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:50:44.6324536Z [00:03:58.427]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:50:44.6326937Z [00:03:58.427]➜  #include "..." search starts here:
2025-08-20T22:50:44.6327564Z [00:03:58.427]➜  #include <...> search starts here:
2025-08-20T22:50:44.6328173Z [00:03:58.427]➜   /usr/include/fortify
2025-08-20T22:50:44.6328709Z [00:03:58.427]➜   /usr/include
2025-08-20T22:50:44.6329324Z [00:03:58.427]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:50:44.6330262Z [00:03:58.427]➜  End of search list.
2025-08-20T22:50:44.6832221Z [00:03:58.478]➜  CC stress-tlb-shootdown.c
2025-08-20T22:50:44.6894211Z [00:03:58.484]➜  CC stress-tmpfs.c
2025-08-20T22:50:44.7166417Z [00:03:58.511]➜  Alpine clang version 20.1.8
2025-08-20T22:50:44.7167543Z [00:03:58.511]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:50:44.7169583Z [00:03:58.511]➜  Thread model: posix
2025-08-20T22:50:44.7171564Z [00:03:58.511]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:50:44.7174311Z [00:03:58.511]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:50:44.7175378Z [00:03:58.511]➜  System configuration file directory: /etc/clang20
2025-08-20T22:50:44.7176330Z [00:03:58.511]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:44.7177372Z [00:03:58.512]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:50:44.7178350Z [00:03:58.512]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:44.7179105Z [00:03:58.512]➜  Candidate multilib: .;@m64
2025-08-20T22:50:44.7179640Z [00:03:58.512]➜  Selected multilib: .;@m64
2025-08-20T22:50:44.7180131Z [00:03:58.512]➜   (in-process)
2025-08-20T22:50:44.7205473Z [00:03:58.513]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name stress-tlb-shootdown.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o stress-tlb-shootdown.o -x c stress-tlb-shootdown.c
2025-08-20T22:50:44.7218871Z [00:03:58.514]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:50:44.7220037Z [00:03:58.515]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:50:44.7231695Z [00:03:58.515]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:50:44.7232936Z [00:03:58.515]➜  #include "..." search starts here:
2025-08-20T22:50:44.7233614Z [00:03:58.515]➜  #include <...> search starts here:
2025-08-20T22:50:44.7234204Z [00:03:58.515]➜   /usr/include/fortify
2025-08-20T22:50:44.7234917Z [00:03:58.515]➜   /usr/include
2025-08-20T22:50:44.7235475Z [00:03:58.515]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:50:44.7236052Z [00:03:58.515]➜  End of search list.
2025-08-20T22:50:44.7261316Z [00:03:58.521]➜  Alpine clang version 20.1.8
2025-08-20T22:50:44.7264175Z [00:03:58.521]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:50:44.7264795Z [00:03:58.521]➜  Thread model: posix
2025-08-20T22:50:44.7265415Z [00:03:58.521]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:50:44.7266291Z [00:03:58.521]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:50:44.7267471Z [00:03:58.521]➜  System configuration file directory: /etc/clang20
2025-08-20T22:50:44.7268693Z [00:03:58.521]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:44.7269979Z [00:03:58.521]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:50:44.7271315Z [00:03:58.521]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:44.7272175Z [00:03:58.521]➜  Candidate multilib: .;@m64
2025-08-20T22:50:44.7272788Z [00:03:58.521]➜  Selected multilib: .;@m64
2025-08-20T22:50:44.7284941Z [00:03:58.523]➜   (in-process)
2025-08-20T22:50:44.7331032Z [00:03:58.526]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name stress-tmpfs.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o stress-tmpfs.o -x c stress-tmpfs.c
2025-08-20T22:50:44.7368988Z [00:03:58.526]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:50:44.7370238Z [00:03:58.526]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:50:44.7371824Z [00:03:58.526]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:50:44.7373022Z [00:03:58.526]➜  #include "..." search starts here:
2025-08-20T22:50:44.7373710Z [00:03:58.526]➜  #include <...> search starts here:
2025-08-20T22:50:44.7374329Z [00:03:58.526]➜   /usr/include/fortify
2025-08-20T22:50:44.7374875Z [00:03:58.526]➜   /usr/include
2025-08-20T22:50:44.7375454Z [00:03:58.526]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:50:44.7376063Z [00:03:58.526]➜  End of search list.
2025-08-20T22:50:45.0068900Z [00:03:58.802]➜  CC stress-touch.c
2025-08-20T22:50:45.0449559Z [00:03:58.840]➜  Alpine clang version 20.1.8
2025-08-20T22:50:45.0452510Z [00:03:58.840]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:50:45.0453151Z [00:03:58.840]➜  Thread model: posix
2025-08-20T22:50:45.0453807Z [00:03:58.840]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:50:45.0454862Z [00:03:58.840]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:50:45.0455820Z [00:03:58.840]➜  System configuration file directory: /etc/clang20
2025-08-20T22:50:45.0457036Z [00:03:58.840]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:45.0458203Z [00:03:58.840]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:50:45.0459323Z [00:03:58.840]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:45.0460159Z [00:03:58.840]➜  Candidate multilib: .;@m64
2025-08-20T22:50:45.0460971Z [00:03:58.840]➜  Selected multilib: .;@m64
2025-08-20T22:50:45.0472530Z [00:03:58.842]➜   (in-process)
2025-08-20T22:50:45.0511913Z [00:03:58.843]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name stress-touch.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o stress-touch.o -x c stress-touch.c
2025-08-20T22:50:45.0525501Z [00:03:58.844]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:50:45.0535705Z [00:03:58.848]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:50:45.0544188Z [00:03:58.849]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:50:45.0545402Z [00:03:58.849]➜  #include "..." search starts here:
2025-08-20T22:50:45.0546084Z [00:03:58.849]➜  #include <...> search starts here:
2025-08-20T22:50:45.0546716Z [00:03:58.849]➜   /usr/include/fortify
2025-08-20T22:50:45.0547260Z [00:03:58.849]➜   /usr/include
2025-08-20T22:50:45.0547878Z [00:03:58.849]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:50:45.0548521Z [00:03:58.849]➜  End of search list.
2025-08-20T22:50:45.1874216Z [00:03:58.982]➜  CC stress-tree.c
2025-08-20T22:50:45.2638710Z [00:03:59.058]➜  Alpine clang version 20.1.8
2025-08-20T22:50:45.2646205Z [00:03:59.058]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:50:45.2646885Z [00:03:59.058]➜  Thread model: posix
2025-08-20T22:50:45.2647508Z [00:03:59.059]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:50:45.2648576Z [00:03:59.059]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:50:45.2649537Z [00:03:59.059]➜  System configuration file directory: /etc/clang20
2025-08-20T22:50:45.2650734Z [00:03:59.059]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:45.2652106Z [00:03:59.059]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:50:45.2653217Z [00:03:59.059]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:45.2654057Z [00:03:59.059]➜  Candidate multilib: .;@m64
2025-08-20T22:50:45.2654664Z [00:03:59.059]➜  Selected multilib: .;@m64
2025-08-20T22:50:45.2655235Z [00:03:59.059]➜   (in-process)
2025-08-20T22:50:45.2685099Z [00:03:59.059]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name stress-tree.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o stress-tree.o -x c stress-tree.c
2025-08-20T22:50:45.2698640Z [00:03:59.059]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:50:45.2699726Z [00:03:59.062]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:50:45.2701292Z [00:03:59.062]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:50:45.2702472Z [00:03:59.062]➜  #include "..." search starts here:
2025-08-20T22:50:45.2703152Z [00:03:59.062]➜  #include <...> search starts here:
2025-08-20T22:50:45.2703765Z [00:03:59.062]➜   /usr/include/fortify
2025-08-20T22:50:45.2714138Z [00:03:59.062]➜   /usr/include
2025-08-20T22:50:45.2714757Z [00:03:59.062]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:50:45.2715468Z [00:03:59.062]➜  End of search list.
2025-08-20T22:50:45.3750250Z [00:03:59.170]➜  CC stress-trig.c
2025-08-20T22:50:45.4121976Z [00:03:59.207]➜  Alpine clang version 20.1.8
2025-08-20T22:50:45.4122757Z [00:03:59.207]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:50:45.4125873Z [00:03:59.207]➜  Thread model: posix
2025-08-20T22:50:45.4130577Z [00:03:59.207]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:50:45.4139144Z [00:03:59.207]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:50:45.4140172Z [00:03:59.207]➜  System configuration file directory: /etc/clang20
2025-08-20T22:50:45.4141627Z [00:03:59.207]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:45.4142893Z [00:03:59.207]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:50:45.4144029Z [00:03:59.207]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:45.4144961Z [00:03:59.207]➜  Candidate multilib: .;@m64
2025-08-20T22:50:45.4145640Z [00:03:59.207]➜  Selected multilib: .;@m64
2025-08-20T22:50:45.4146216Z [00:03:59.208]➜   (in-process)
2025-08-20T22:50:45.4202283Z [00:03:59.209]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name stress-trig.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o stress-trig.o -x c stress-trig.c
2025-08-20T22:50:45.4215983Z [00:03:59.210]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:50:45.4217052Z [00:03:59.211]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:50:45.4218423Z [00:03:59.211]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:50:45.4219621Z [00:03:59.211]➜  #include "..." search starts here:
2025-08-20T22:50:45.4220302Z [00:03:59.211]➜  #include <...> search starts here:
2025-08-20T22:50:45.4221118Z [00:03:59.211]➜   /usr/include/fortify
2025-08-20T22:50:45.4221671Z [00:03:59.211]➜   /usr/include
2025-08-20T22:50:45.4222245Z [00:03:59.211]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:50:45.4222866Z [00:03:59.211]➜  End of search list.
2025-08-20T22:50:45.9640186Z [00:03:59.759]➜  CC stress-tsc.c
2025-08-20T22:50:46.0384204Z [00:03:59.833]➜  Alpine clang version 20.1.8
2025-08-20T22:50:46.0386014Z [00:03:59.834]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:50:46.0391168Z [00:03:59.834]➜  Thread model: posix
2025-08-20T22:50:46.0393500Z [00:03:59.834]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:50:46.0396431Z [00:03:59.835]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:50:46.0399132Z [00:03:59.835]➜  System configuration file directory: /etc/clang20
2025-08-20T22:50:46.0402831Z [00:03:59.835]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:46.0405955Z [00:03:59.835]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:50:46.0408844Z [00:03:59.835]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:46.0409581Z [00:03:59.836]➜  Candidate multilib: .;@m64
2025-08-20T22:50:46.0410105Z [00:03:59.836]➜  Selected multilib: .;@m64
2025-08-20T22:50:46.0424590Z [00:03:59.837]➜   (in-process)
2025-08-20T22:50:46.0457856Z [00:03:59.839]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name stress-tsc.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o stress-tsc.o -x c stress-tsc.c
2025-08-20T22:50:46.0487448Z [00:03:59.843]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:50:46.0496570Z [00:03:59.844]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:50:46.0513494Z [00:03:59.846]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:50:46.0516916Z [00:03:59.847]➜  #include "..." search starts here:
2025-08-20T22:50:46.0521056Z [00:03:59.847]➜  #include <...> search starts here:
2025-08-20T22:50:46.0524527Z [00:03:59.847]➜   /usr/include/fortify
2025-08-20T22:50:46.0527635Z [00:03:59.848]➜   /usr/include
2025-08-20T22:50:46.0530708Z [00:03:59.848]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:50:46.0532784Z [00:03:59.848]➜  End of search list.
2025-08-20T22:50:46.1343622Z [00:03:59.929]➜  CC stress-tsearch.c
2025-08-20T22:50:46.2078271Z [00:04:00.002]➜  Alpine clang version 20.1.8
2025-08-20T22:50:46.2092074Z [00:04:00.003]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:50:46.2092918Z [00:04:00.003]➜  Thread model: posix
2025-08-20T22:50:46.2093524Z [00:04:00.003]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:50:46.2094464Z [00:04:00.003]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:50:46.2095348Z [00:04:00.003]➜  System configuration file directory: /etc/clang20
2025-08-20T22:50:46.2105882Z [00:04:00.005]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:46.2116265Z [00:04:00.005]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:50:46.2117623Z [00:04:00.005]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:46.2118949Z [00:04:00.005]➜  Candidate multilib: .;@m64
2025-08-20T22:50:46.2119750Z [00:04:00.006]➜  Selected multilib: .;@m64
2025-08-20T22:50:46.2120305Z [00:04:00.006]➜   (in-process)
2025-08-20T22:50:46.2138378Z [00:04:00.007]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name stress-tsearch.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o stress-tsearch.o -x c stress-tsearch.c
2025-08-20T22:50:46.2174348Z [00:04:00.012]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:50:46.2175454Z [00:04:00.012]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:50:46.2176764Z [00:04:00.012]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:50:46.2177911Z [00:04:00.012]➜  #include "..." search starts here:
2025-08-20T22:50:46.2178548Z [00:04:00.012]➜  #include <...> search starts here:
2025-08-20T22:50:46.2179119Z [00:04:00.012]➜   /usr/include/fortify
2025-08-20T22:50:46.2179630Z [00:04:00.012]➜   /usr/include
2025-08-20T22:50:46.2180190Z [00:04:00.012]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:50:46.2180959Z [00:04:00.012]➜  End of search list.
2025-08-20T22:50:46.2636508Z [00:04:00.058]➜  CC stress-tun.c
2025-08-20T22:50:46.2988147Z [00:04:00.093]➜  Alpine clang version 20.1.8
2025-08-20T22:50:46.2993432Z [00:04:00.094]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:50:46.2995256Z [00:04:00.094]➜  Thread model: posix
2025-08-20T22:50:46.3006654Z [00:04:00.094]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:50:46.3007594Z [00:04:00.094]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:50:46.3008438Z [00:04:00.094]➜  System configuration file directory: /etc/clang20
2025-08-20T22:50:46.3009295Z [00:04:00.094]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:46.3010249Z [00:04:00.094]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:50:46.3013450Z [00:04:00.094]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:46.3014231Z [00:04:00.094]➜  Candidate multilib: .;@m64
2025-08-20T22:50:46.3014797Z [00:04:00.094]➜  Selected multilib: .;@m64
2025-08-20T22:50:46.3015289Z [00:04:00.095]➜   (in-process)
2025-08-20T22:50:46.3048089Z [00:04:00.098]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name stress-tun.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o stress-tun.o -x c stress-tun.c
2025-08-20T22:50:46.3074360Z [00:04:00.102]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:50:46.3075419Z [00:04:00.102]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:50:46.3076722Z [00:04:00.102]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:50:46.3077794Z [00:04:00.102]➜  #include "..." search starts here:
2025-08-20T22:50:46.3078437Z [00:04:00.102]➜  #include <...> search starts here:
2025-08-20T22:50:46.3078990Z [00:04:00.102]➜   /usr/include/fortify
2025-08-20T22:50:46.3079504Z [00:04:00.102]➜   /usr/include
2025-08-20T22:50:46.3080061Z [00:04:00.102]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:50:46.3080692Z [00:04:00.102]➜  End of search list.
2025-08-20T22:50:46.3178769Z [00:04:00.113]➜  CC stress-udp.c
2025-08-20T22:50:46.3548840Z [00:04:00.150]➜  Alpine clang version 20.1.8
2025-08-20T22:50:46.3552499Z [00:04:00.150]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:50:46.3556441Z [00:04:00.150]➜  Thread model: posix
2025-08-20T22:50:46.3560077Z [00:04:00.151]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:50:46.3570674Z [00:04:00.151]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:50:46.3575085Z [00:04:00.151]➜  System configuration file directory: /etc/clang20
2025-08-20T22:50:46.3576904Z [00:04:00.152]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:46.3581714Z [00:04:00.152]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:50:46.3583681Z [00:04:00.152]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:46.3587037Z [00:04:00.153]➜  Candidate multilib: .;@m64
2025-08-20T22:50:46.3587610Z [00:04:00.153]➜  Selected multilib: .;@m64
2025-08-20T22:50:46.3595143Z [00:04:00.154]➜   (in-process)
2025-08-20T22:50:46.3651042Z [00:04:00.158]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name stress-udp.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o stress-udp.o -x c stress-udp.c
2025-08-20T22:50:46.3687407Z [00:04:00.163]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:50:46.3688491Z [00:04:00.163]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:50:46.3689895Z [00:04:00.163]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:50:46.3691279Z [00:04:00.163]➜  #include "..." search starts here:
2025-08-20T22:50:46.3691952Z [00:04:00.163]➜  #include <...> search starts here:
2025-08-20T22:50:46.3692533Z [00:04:00.163]➜   /usr/include/fortify
2025-08-20T22:50:46.3693059Z [00:04:00.163]➜   /usr/include
2025-08-20T22:50:46.3693651Z [00:04:00.163]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:50:46.3694234Z [00:04:00.163]➜  End of search list.
2025-08-20T22:50:46.4625035Z [00:04:00.257]➜  CC stress-udp-flood.c
2025-08-20T22:50:46.5367795Z [00:04:00.331]➜  Alpine clang version 20.1.8
2025-08-20T22:50:46.5371409Z [00:04:00.332]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:50:46.5396252Z [00:04:00.334]➜  Thread model: posix
2025-08-20T22:50:46.5406288Z [00:04:00.335]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:50:46.5407207Z [00:04:00.335]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:50:46.5408175Z [00:04:00.335]➜  System configuration file directory: /etc/clang20
2025-08-20T22:50:46.5409184Z [00:04:00.335]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:46.5410317Z [00:04:00.335]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:50:46.5411630Z [00:04:00.335]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:46.5412513Z [00:04:00.335]➜  Candidate multilib: .;@m64
2025-08-20T22:50:46.5413128Z [00:04:00.335]➜  Selected multilib: .;@m64
2025-08-20T22:50:46.5413696Z [00:04:00.335]➜   (in-process)
2025-08-20T22:50:46.5434776Z [00:04:00.335]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name stress-udp-flood.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o stress-udp-flood.o -x c stress-udp-flood.c
2025-08-20T22:50:46.5451447Z [00:04:00.340]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:50:46.5483686Z [00:04:00.343]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:50:46.5487883Z [00:04:00.344]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:50:46.5492492Z [00:04:00.344]➜  #include "..." search starts here:
2025-08-20T22:50:46.5496660Z [00:04:00.345]➜  #include <...> search starts here:
2025-08-20T22:50:46.5501128Z [00:04:00.345]➜   /usr/include/fortify
2025-08-20T22:50:46.5505735Z [00:04:00.345]➜   /usr/include
2025-08-20T22:50:46.5508436Z [00:04:00.346]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:50:46.5511886Z [00:04:00.346]➜  End of search list.
2025-08-20T22:50:47.3163568Z [00:04:01.111]➜  CC stress-umask.c
2025-08-20T22:50:47.3741527Z [00:04:01.169]➜  Alpine clang version 20.1.8
2025-08-20T22:50:47.3743143Z [00:04:01.169]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:50:47.3744974Z [00:04:01.169]➜  Thread model: posix
2025-08-20T22:50:47.3745642Z [00:04:01.169]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:50:47.3746502Z [00:04:01.169]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:50:47.3747446Z [00:04:01.169]➜  System configuration file directory: /etc/clang20
2025-08-20T22:50:47.3748466Z [00:04:01.169]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:47.3749595Z [00:04:01.169]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:50:47.3750733Z [00:04:01.169]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:47.3751804Z [00:04:01.169]➜  Candidate multilib: .;@m64
2025-08-20T22:50:47.3752421Z [00:04:01.169]➜  Selected multilib: .;@m64
2025-08-20T22:50:47.3761457Z [00:04:01.171]➜   (in-process)
2025-08-20T22:50:47.3788878Z [00:04:01.172]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name stress-umask.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o stress-umask.o -x c stress-umask.c
2025-08-20T22:50:47.3816623Z [00:04:01.176]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:50:47.3841665Z [00:04:01.178]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:50:47.3847519Z [00:04:01.180]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:50:47.3853229Z [00:04:01.180]➜  #include "..." search starts here:
2025-08-20T22:50:47.3858284Z [00:04:01.181]➜  #include <...> search starts here:
2025-08-20T22:50:47.3863491Z [00:04:01.181]➜   /usr/include/fortify
2025-08-20T22:50:47.3868589Z [00:04:01.182]➜   /usr/include
2025-08-20T22:50:47.3873807Z [00:04:01.182]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:50:47.3876747Z [00:04:01.182]➜  End of search list.
2025-08-20T22:50:47.5493101Z [00:04:01.344]➜  CC stress-umount.c
2025-08-20T22:50:47.6247674Z [00:04:01.419]➜  Alpine clang version 20.1.8
2025-08-20T22:50:47.6258912Z [00:04:01.419]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:50:47.6259620Z [00:04:01.419]➜  Thread model: posix
2025-08-20T22:50:47.6260260Z [00:04:01.419]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:50:47.6261331Z [00:04:01.419]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:50:47.6262264Z [00:04:01.419]➜  System configuration file directory: /etc/clang20
2025-08-20T22:50:47.6263267Z [00:04:01.419]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:47.6264413Z [00:04:01.419]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:50:47.6265545Z [00:04:01.419]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:47.6266386Z [00:04:01.419]➜  Candidate multilib: .;@m64
2025-08-20T22:50:47.6266994Z [00:04:01.419]➜  Selected multilib: .;@m64
2025-08-20T22:50:47.6267556Z [00:04:01.420]➜   (in-process)
2025-08-20T22:50:47.6303533Z [00:04:01.421]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name stress-umount.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o stress-umount.o -x c stress-umount.c
2025-08-20T22:50:47.6325847Z [00:04:01.427]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:50:47.6345101Z [00:04:01.427]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:50:47.6346466Z [00:04:01.427]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:50:47.6347645Z [00:04:01.427]➜  #include "..." search starts here:
2025-08-20T22:50:47.6348320Z [00:04:01.427]➜  #include <...> search starts here:
2025-08-20T22:50:47.6348911Z [00:04:01.427]➜   /usr/include/fortify
2025-08-20T22:50:47.6349633Z [00:04:01.427]➜   /usr/include
2025-08-20T22:50:47.6350238Z [00:04:01.427]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:50:47.6352213Z [00:04:01.427]➜  End of search list.
2025-08-20T22:50:47.7170263Z [00:04:01.512]➜  CC stress-unlink.c
2025-08-20T22:50:47.7406175Z [00:04:01.535]➜  CC stress-unshare.c
2025-08-20T22:50:47.7916182Z [00:04:01.586]➜  Alpine clang version 20.1.8
2025-08-20T22:50:47.7921576Z [00:04:01.587]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:50:47.7922269Z [00:04:01.587]➜  Thread model: posix
2025-08-20T22:50:47.7923729Z [00:04:01.587]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:50:47.7927203Z [00:04:01.588]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:50:47.7931294Z [00:04:01.588]➜  System configuration file directory: /etc/clang20
2025-08-20T22:50:47.7935301Z [00:04:01.588]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:47.7937313Z [00:04:01.589]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:50:47.7955798Z [00:04:01.590]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:47.7956579Z [00:04:01.590]➜  Candidate multilib: .;@m64
2025-08-20T22:50:47.7957830Z [00:04:01.591]➜  Selected multilib: .;@m64
2025-08-20T22:50:47.7964164Z [00:04:01.591]➜   (in-process)
2025-08-20T22:50:47.8038687Z [00:04:01.597]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name stress-unlink.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o stress-unlink.o -x c stress-unlink.c
2025-08-20T22:50:47.8058150Z [00:04:01.600]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:50:47.8059123Z [00:04:01.600]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:50:47.8060380Z [00:04:01.600]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:50:47.8061704Z [00:04:01.600]➜  #include "..." search starts here:
2025-08-20T22:50:47.8062478Z [00:04:01.600]➜  #include <...> search starts here:
2025-08-20T22:50:47.8063040Z [00:04:01.600]➜   /usr/include/fortify
2025-08-20T22:50:47.8063524Z [00:04:01.600]➜   /usr/include
2025-08-20T22:50:47.8064045Z [00:04:01.600]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:50:47.8064694Z [00:04:01.600]➜  End of search list.
2025-08-20T22:50:47.8135868Z [00:04:01.608]➜  Alpine clang version 20.1.8
2025-08-20T22:50:47.8138011Z [00:04:01.609]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:50:47.8154822Z [00:04:01.610]➜  Thread model: posix
2025-08-20T22:50:47.8157913Z [00:04:01.611]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:50:47.8161343Z [00:04:01.611]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:50:47.8183704Z [00:04:01.613]➜  System configuration file directory: /etc/clang20
2025-08-20T22:50:47.8190332Z [00:04:01.613]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:47.8191520Z [00:04:01.614]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:50:47.8200407Z [00:04:01.614]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:47.8201379Z [00:04:01.614]➜  Candidate multilib: .;@m64
2025-08-20T22:50:47.8201937Z [00:04:01.614]➜  Selected multilib: .;@m64
2025-08-20T22:50:47.8202433Z [00:04:01.614]➜   (in-process)
2025-08-20T22:50:47.8229366Z [00:04:01.616]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name stress-unshare.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o stress-unshare.o -x c stress-unshare.c
2025-08-20T22:50:47.8248621Z [00:04:01.619]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:50:47.8249637Z [00:04:01.619]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:50:47.8251127Z [00:04:01.619]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:50:47.8252304Z [00:04:01.619]➜  #include "..." search starts here:
2025-08-20T22:50:47.8253119Z [00:04:01.619]➜  #include <...> search starts here:
2025-08-20T22:50:47.8253744Z [00:04:01.619]➜   /usr/include/fortify
2025-08-20T22:50:47.8254239Z [00:04:01.619]➜   /usr/include
2025-08-20T22:50:47.8254796Z [00:04:01.619]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:50:47.8255517Z [00:04:01.619]➜  End of search list.
2025-08-20T22:50:47.9187011Z [00:04:01.713]➜  CC stress-uprobe.c
2025-08-20T22:50:47.9427950Z [00:04:01.738]➜  CC stress-urandom.c
2025-08-20T22:50:47.9682394Z [00:04:01.763]➜  Alpine clang version 20.1.8
2025-08-20T22:50:47.9687465Z [00:04:01.763]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:50:47.9694091Z [00:04:01.764]➜  Thread model: posix
2025-08-20T22:50:47.9701594Z [00:04:01.764]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:50:47.9706453Z [00:04:01.765]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:50:47.9709182Z [00:04:01.765]➜  System configuration file directory: /etc/clang20
2025-08-20T22:50:47.9725371Z [00:04:01.765]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:47.9726513Z [00:04:01.766]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:50:47.9727509Z [00:04:01.766]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:47.9728221Z [00:04:01.767]➜  Candidate multilib: .;@m64
2025-08-20T22:50:47.9728763Z [00:04:01.767]➜  Selected multilib: .;@m64
2025-08-20T22:50:47.9752616Z [00:04:01.768]➜   (in-process)
2025-08-20T22:50:47.9771335Z [00:04:01.770]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name stress-uprobe.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o stress-uprobe.o -x c stress-uprobe.c
2025-08-20T22:50:47.9797009Z [00:04:01.773]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:50:47.9797941Z [00:04:01.773]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:50:47.9799177Z [00:04:01.773]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:50:47.9800385Z [00:04:01.773]➜  #include "..." search starts here:
2025-08-20T22:50:47.9801203Z [00:04:01.773]➜  #include <...> search starts here:
2025-08-20T22:50:47.9801743Z [00:04:01.773]➜   /usr/include/fortify
2025-08-20T22:50:47.9802355Z [00:04:01.774]➜   /usr/include
2025-08-20T22:50:47.9802890Z [00:04:01.774]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:50:47.9803448Z [00:04:01.774]➜  End of search list.
2025-08-20T22:50:48.0154185Z [00:04:01.810]➜  Alpine clang version 20.1.8
2025-08-20T22:50:48.0158674Z [00:04:01.811]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:50:48.0163846Z [00:04:01.811]➜  Thread model: posix
2025-08-20T22:50:48.0168750Z [00:04:01.812]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:50:48.0174738Z [00:04:01.812]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:50:48.0180467Z [00:04:01.812]➜  System configuration file directory: /etc/clang20
2025-08-20T22:50:48.0182306Z [00:04:01.812]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:48.0183308Z [00:04:01.812]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:50:48.0184280Z [00:04:01.812]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:48.0185139Z [00:04:01.812]➜  Candidate multilib: .;@m64
2025-08-20T22:50:48.0186152Z [00:04:01.812]➜  Selected multilib: .;@m64
2025-08-20T22:50:48.0197606Z [00:04:01.815]➜   (in-process)
2025-08-20T22:50:48.0212940Z [00:04:01.815]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name stress-urandom.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o stress-urandom.o -x c stress-urandom.c
2025-08-20T22:50:48.0255929Z [00:04:01.817]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:50:48.0256945Z [00:04:01.820]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:50:48.0258244Z [00:04:01.820]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:50:48.0259521Z [00:04:01.820]➜  #include "..." search starts here:
2025-08-20T22:50:48.0260159Z [00:04:01.820]➜  #include <...> search starts here:
2025-08-20T22:50:48.0260734Z [00:04:01.820]➜   /usr/include/fortify
2025-08-20T22:50:48.0261777Z [00:04:01.820]➜   /usr/include
2025-08-20T22:50:48.0262379Z [00:04:01.820]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:50:48.0263007Z [00:04:01.820]➜  End of search list.
2025-08-20T22:50:48.1116085Z [00:04:01.906]➜  CC stress-userfaultfd.c
2025-08-20T22:50:48.1763556Z [00:04:01.971]➜  Alpine clang version 20.1.8
2025-08-20T22:50:48.1764329Z [00:04:01.971]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:50:48.1776549Z [00:04:01.972]➜  Thread model: posix
2025-08-20T22:50:48.1777304Z [00:04:01.972]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:50:48.1778254Z [00:04:01.972]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:50:48.1779389Z [00:04:01.972]➜  System configuration file directory: /etc/clang20
2025-08-20T22:50:48.1780576Z [00:04:01.972]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:48.1782130Z [00:04:01.972]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:50:48.1783415Z [00:04:01.972]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:48.1784449Z [00:04:01.972]➜  Candidate multilib: .;@m64
2025-08-20T22:50:48.1785185Z [00:04:01.972]➜  Selected multilib: .;@m64
2025-08-20T22:50:48.1785787Z [00:04:01.973]➜   (in-process)
2025-08-20T22:50:48.1803956Z [00:04:01.974]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name stress-userfaultfd.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o stress-userfaultfd.o -x c stress-userfaultfd.c
2025-08-20T22:50:48.1819862Z [00:04:01.976]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:50:48.1821081Z [00:04:01.976]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:50:48.1822639Z [00:04:01.976]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:50:48.1823834Z [00:04:01.976]➜  #include "..." search starts here:
2025-08-20T22:50:48.1824666Z [00:04:01.976]➜  #include <...> search starts here:
2025-08-20T22:50:48.1825303Z [00:04:01.976]➜   /usr/include/fortify
2025-08-20T22:50:48.1825889Z [00:04:01.976]➜   /usr/include
2025-08-20T22:50:48.1826463Z [00:04:01.976]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:50:48.1827090Z [00:04:01.976]➜  End of search list.
2025-08-20T22:50:48.2861417Z [00:04:02.081]➜  CC stress-usersyscall.c
2025-08-20T22:50:48.3524544Z [00:04:02.146]➜  Alpine clang version 20.1.8
2025-08-20T22:50:48.3525495Z [00:04:02.146]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:50:48.3526132Z [00:04:02.146]➜  Thread model: posix
2025-08-20T22:50:48.3526701Z [00:04:02.146]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:50:48.3527504Z [00:04:02.146]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:50:48.3528371Z [00:04:02.146]➜  System configuration file directory: /etc/clang20
2025-08-20T22:50:48.3529376Z [00:04:02.146]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:48.3530549Z [00:04:02.147]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:50:48.3531883Z [00:04:02.147]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:48.3532722Z [00:04:02.147]➜  Candidate multilib: .;@m64
2025-08-20T22:50:48.3533329Z [00:04:02.147]➜  Selected multilib: .;@m64
2025-08-20T22:50:48.3533888Z [00:04:02.147]➜   (in-process)
2025-08-20T22:50:48.3555392Z [00:04:02.149]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name stress-usersyscall.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o stress-usersyscall.o -x c stress-usersyscall.c
2025-08-20T22:50:48.3569104Z [00:04:02.149]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:50:48.3570158Z [00:04:02.149]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:50:48.3583013Z [00:04:02.149]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:50:48.3584443Z [00:04:02.149]➜  #include "..." search starts here:
2025-08-20T22:50:48.3585207Z [00:04:02.149]➜  #include <...> search starts here:
2025-08-20T22:50:48.3585918Z [00:04:02.149]➜   /usr/include/fortify
2025-08-20T22:50:48.3586452Z [00:04:02.149]➜   /usr/include
2025-08-20T22:50:48.3587035Z [00:04:02.149]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:50:48.3587654Z [00:04:02.149]➜  End of search list.
2025-08-20T22:50:48.6713740Z [00:04:02.466]➜  CC stress-utime.c
2025-08-20T22:50:48.7116214Z [00:04:02.505]➜  Alpine clang version 20.1.8
2025-08-20T22:50:48.7116898Z [00:04:02.505]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:50:48.7117528Z [00:04:02.505]➜  Thread model: posix
2025-08-20T22:50:48.7118157Z [00:04:02.505]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:50:48.7118941Z [00:04:02.505]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:50:48.7119748Z [00:04:02.505]➜  System configuration file directory: /etc/clang20
2025-08-20T22:50:48.7120668Z [00:04:02.505]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:48.7121804Z [00:04:02.505]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:50:48.7122832Z [00:04:02.505]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:48.7123587Z [00:04:02.505]➜  Candidate multilib: .;@m64
2025-08-20T22:50:48.7124122Z [00:04:02.505]➜  Selected multilib: .;@m64
2025-08-20T22:50:48.7124620Z [00:04:02.505]➜   (in-process)
2025-08-20T22:50:48.7145815Z [00:04:02.505]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name stress-utime.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o stress-utime.o -x c stress-utime.c
2025-08-20T22:50:48.7159295Z [00:04:02.508]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:50:48.7160467Z [00:04:02.508]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:50:48.7162017Z [00:04:02.508]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:50:48.7163366Z [00:04:02.508]➜  #include "..." search starts here:
2025-08-20T22:50:48.7164035Z [00:04:02.508]➜  #include <...> search starts here:
2025-08-20T22:50:48.7164583Z [00:04:02.508]➜   /usr/include/fortify
2025-08-20T22:50:48.7165101Z [00:04:02.508]➜   /usr/include
2025-08-20T22:50:48.7165786Z [00:04:02.508]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:50:48.7166386Z [00:04:02.508]➜  End of search list.
2025-08-20T22:50:48.8614312Z [00:04:02.656]➜  CC stress-vdso.c
2025-08-20T22:50:48.9006571Z [00:04:02.695]➜  Alpine clang version 20.1.8
2025-08-20T22:50:48.9010037Z [00:04:02.696]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:50:48.9013039Z [00:04:02.696]➜  Thread model: posix
2025-08-20T22:50:48.9017290Z [00:04:02.697]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:50:48.9022044Z [00:04:02.697]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:50:48.9026297Z [00:04:02.697]➜  System configuration file directory: /etc/clang20
2025-08-20T22:50:48.9029832Z [00:04:02.698]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:48.9034419Z [00:04:02.698]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:50:48.9045192Z [00:04:02.699]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:48.9046055Z [00:04:02.699]➜  Candidate multilib: .;@m64
2025-08-20T22:50:48.9046669Z [00:04:02.699]➜  Selected multilib: .;@m64
2025-08-20T22:50:48.9047237Z [00:04:02.699]➜   (in-process)
2025-08-20T22:50:48.9062890Z [00:04:02.699]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name stress-vdso.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o stress-vdso.o -x c stress-vdso.c
2025-08-20T22:50:48.9076396Z [00:04:02.699]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:50:48.9077411Z [00:04:02.699]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:50:48.9078930Z [00:04:02.699]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:50:48.9080142Z [00:04:02.699]➜  #include "..." search starts here:
2025-08-20T22:50:48.9111092Z [00:04:02.699]➜  #include <...> search starts here:
2025-08-20T22:50:48.9111823Z [00:04:02.699]➜   /usr/include/fortify
2025-08-20T22:50:48.9112380Z [00:04:02.699]➜   /usr/include
2025-08-20T22:50:48.9112958Z [00:04:02.699]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:50:48.9113562Z [00:04:02.699]➜  End of search list.
2025-08-20T22:50:49.0583270Z [00:04:02.853]➜  CC stress-veccmp.c
2025-08-20T22:50:49.0835611Z [00:04:02.878]➜  CC stress-vecfp.c
2025-08-20T22:50:49.1170715Z [00:04:02.912]➜  Alpine clang version 20.1.8
2025-08-20T22:50:49.1172697Z [00:04:02.912]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:50:49.1174282Z [00:04:02.912]➜  Thread model: posix
2025-08-20T22:50:49.1175476Z [00:04:02.912]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:50:49.1179273Z [00:04:02.913]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:50:49.1181047Z [00:04:02.913]➜  System configuration file directory: /etc/clang20
2025-08-20T22:50:49.1184013Z [00:04:02.913]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:49.1186871Z [00:04:02.913]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:50:49.1213723Z [00:04:02.916]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:49.1215015Z [00:04:02.916]➜  Candidate multilib: .;@m64
2025-08-20T22:50:49.1218237Z [00:04:02.916]➜  Selected multilib: .;@m64
2025-08-20T22:50:49.1219027Z [00:04:02.916]➜   (in-process)
2025-08-20T22:50:49.1233902Z [00:04:02.916]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name stress-vecfp.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o stress-vecfp.o -x c stress-vecfp.c
2025-08-20T22:50:49.1253000Z [00:04:02.916]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:50:49.1254117Z [00:04:02.917]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:50:49.1255435Z [00:04:02.919]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:50:49.1256561Z [00:04:02.919]➜  #include "..." search starts here:
2025-08-20T22:50:49.1257158Z [00:04:02.919]➜  #include <...> search starts here:
2025-08-20T22:50:49.1257684Z [00:04:02.919]➜   /usr/include/fortify
2025-08-20T22:50:49.1258158Z [00:04:02.919]➜   /usr/include
2025-08-20T22:50:49.1258676Z [00:04:02.919]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:50:49.1259244Z [00:04:02.919]➜  End of search list.
2025-08-20T22:50:49.1317239Z [00:04:02.927]➜  Alpine clang version 20.1.8
2025-08-20T22:50:49.1321458Z [00:04:02.927]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:50:49.1324836Z [00:04:02.927]➜  Thread model: posix
2025-08-20T22:50:49.1328204Z [00:04:02.928]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:50:49.1332014Z [00:04:02.928]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:50:49.1362853Z [00:04:02.928]➜  System configuration file directory: /etc/clang20
2025-08-20T22:50:49.1387672Z [00:04:02.931]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:49.1388822Z [00:04:02.931]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:50:49.1389909Z [00:04:02.931]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:49.1390946Z [00:04:02.931]➜  Candidate multilib: .;@m64
2025-08-20T22:50:49.1391580Z [00:04:02.931]➜  Selected multilib: .;@m64
2025-08-20T22:50:49.1392342Z [00:04:02.931]➜   (in-process)
2025-08-20T22:50:49.1407522Z [00:04:02.931]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name stress-veccmp.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o stress-veccmp.o -x c stress-veccmp.c
2025-08-20T22:50:49.1421306Z [00:04:02.932]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:50:49.1422498Z [00:04:02.932]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:50:49.1423831Z [00:04:02.933]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:50:49.1424999Z [00:04:02.933]➜  #include "..." search starts here:
2025-08-20T22:50:49.1425654Z [00:04:02.933]➜  #include <...> search starts here:
2025-08-20T22:50:49.1426234Z [00:04:02.933]➜   /usr/include/fortify
2025-08-20T22:50:49.1426768Z [00:04:02.933]➜   /usr/include
2025-08-20T22:50:49.1427320Z [00:04:02.933]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:50:49.1427897Z [00:04:02.933]➜  End of search list.
2025-08-20T22:50:49.3793193Z [00:04:03.174]➜  CC stress-vecshuf.c
2025-08-20T22:50:49.4541243Z [00:04:03.249]➜  Alpine clang version 20.1.8
2025-08-20T22:50:49.4543588Z [00:04:03.249]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:50:49.4546190Z [00:04:03.249]➜  Thread model: posix
2025-08-20T22:50:49.4547132Z [00:04:03.249]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:50:49.4549605Z [00:04:03.249]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:50:49.4551168Z [00:04:03.249]➜  System configuration file directory: /etc/clang20
2025-08-20T22:50:49.4553612Z [00:04:03.249]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:49.4554985Z [00:04:03.249]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:50:49.4558014Z [00:04:03.249]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:49.4558859Z [00:04:03.249]➜  Candidate multilib: .;@m64
2025-08-20T22:50:49.4559634Z [00:04:03.249]➜  Selected multilib: .;@m64
2025-08-20T22:50:49.4583174Z [00:04:03.253]➜   (in-process)
2025-08-20T22:50:49.4601949Z [00:04:03.254]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name stress-vecshuf.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o stress-vecshuf.o -x c stress-vecshuf.c
2025-08-20T22:50:49.4648620Z [00:04:03.259]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:50:49.4649747Z [00:04:03.259]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:50:49.4651234Z [00:04:03.259]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:50:49.4652362Z [00:04:03.259]➜  #include "..." search starts here:
2025-08-20T22:50:49.4652964Z [00:04:03.259]➜  #include <...> search starts here:
2025-08-20T22:50:49.4653510Z [00:04:03.259]➜   /usr/include/fortify
2025-08-20T22:50:49.4653992Z [00:04:03.259]➜   /usr/include
2025-08-20T22:50:49.4654508Z [00:04:03.259]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:50:49.4655091Z [00:04:03.259]➜  End of search list.
2025-08-20T22:50:49.5072051Z [00:04:03.302]➜  CC stress-vecwide.c
2025-08-20T22:50:49.5635222Z [00:04:03.358]➜  Alpine clang version 20.1.8
2025-08-20T22:50:49.5637782Z [00:04:03.359]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:50:49.5639947Z [00:04:03.359]➜  Thread model: posix
2025-08-20T22:50:49.5642246Z [00:04:03.359]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:50:49.5644600Z [00:04:03.359]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:50:49.5647245Z [00:04:03.360]➜  System configuration file directory: /etc/clang20
2025-08-20T22:50:49.5650044Z [00:04:03.360]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:49.5653286Z [00:04:03.360]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:50:49.5656116Z [00:04:03.361]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:49.5658743Z [00:04:03.361]➜  Candidate multilib: .;@m64
2025-08-20T22:50:49.5667346Z [00:04:03.361]➜  Selected multilib: .;@m64
2025-08-20T22:50:49.5667975Z [00:04:03.361]➜   (in-process)
2025-08-20T22:50:49.5683246Z [00:04:03.361]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name stress-vecwide.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o stress-vecwide.o -x c stress-vecwide.c
2025-08-20T22:50:49.5707547Z [00:04:03.361]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:50:49.5708588Z [00:04:03.361]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:50:49.5709918Z [00:04:03.362]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:50:49.5711296Z [00:04:03.362]➜  #include "..." search starts here:
2025-08-20T22:50:49.5711926Z [00:04:03.362]➜  #include <...> search starts here:
2025-08-20T22:50:49.5712496Z [00:04:03.362]➜   /usr/include/fortify
2025-08-20T22:50:49.5713035Z [00:04:03.362]➜   /usr/include
2025-08-20T22:50:49.5713588Z [00:04:03.362]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:50:49.5714150Z [00:04:03.362]➜  End of search list.
2025-08-20T22:50:49.8668054Z [00:04:03.662]➜  CC stress-verity.c
2025-08-20T22:50:49.9019629Z [00:04:03.697]➜  Alpine clang version 20.1.8
2025-08-20T22:50:49.9033351Z [00:04:03.697]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:50:49.9034001Z [00:04:03.697]➜  Thread model: posix
2025-08-20T22:50:49.9034583Z [00:04:03.697]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:50:49.9035584Z [00:04:03.697]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:50:49.9036432Z [00:04:03.697]➜  System configuration file directory: /etc/clang20
2025-08-20T22:50:49.9037373Z [00:04:03.697]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:49.9038417Z [00:04:03.697]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:50:49.9039415Z [00:04:03.697]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:49.9040381Z [00:04:03.697]➜  Candidate multilib: .;@m64
2025-08-20T22:50:49.9041424Z [00:04:03.697]➜  Selected multilib: .;@m64
2025-08-20T22:50:49.9057232Z [00:04:03.701]➜   (in-process)
2025-08-20T22:50:49.9074612Z [00:04:03.701]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name stress-verity.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o stress-verity.o -x c stress-verity.c
2025-08-20T22:50:49.9101312Z [00:04:03.705]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:50:49.9110635Z [00:04:03.706]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:50:49.9113366Z [00:04:03.706]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:50:49.9114807Z [00:04:03.706]➜  #include "..." search starts here:
2025-08-20T22:50:49.9122330Z [00:04:03.706]➜  #include <...> search starts here:
2025-08-20T22:50:49.9122920Z [00:04:03.706]➜   /usr/include/fortify
2025-08-20T22:50:49.9123421Z [00:04:03.706]➜   /usr/include
2025-08-20T22:50:49.9123945Z [00:04:03.706]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:50:49.9124508Z [00:04:03.706]➜  End of search list.
2025-08-20T22:50:50.5212283Z [00:04:04.316]➜  CC stress-vforkmany.c
2025-08-20T22:50:50.5631334Z [00:04:04.358]➜  Alpine clang version 20.1.8
2025-08-20T22:50:50.5635209Z [00:04:04.358]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:50:50.5636430Z [00:04:04.359]➜  Thread model: posix
2025-08-20T22:50:50.5640920Z [00:04:04.359]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:50:50.5672577Z [00:04:04.362]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:50:50.5674583Z [00:04:04.362]➜  System configuration file directory: /etc/clang20
2025-08-20T22:50:50.5676221Z [00:04:04.362]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:50.5677834Z [00:04:04.362]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:50:50.5679505Z [00:04:04.362]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:50.5681167Z [00:04:04.362]➜  Candidate multilib: .;@m64
2025-08-20T22:50:50.5682504Z [00:04:04.363]➜  Selected multilib: .;@m64
2025-08-20T22:50:50.5683843Z [00:04:04.363]➜   (in-process)
2025-08-20T22:50:50.5748730Z [00:04:04.368]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name stress-vforkmany.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o stress-vforkmany.o -x c stress-vforkmany.c
2025-08-20T22:50:50.5765802Z [00:04:04.371]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:50:50.5769678Z [00:04:04.371]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:50:50.5771068Z [00:04:04.371]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:50:50.5772132Z [00:04:04.371]➜  #include "..." search starts here:
2025-08-20T22:50:50.5772716Z [00:04:04.371]➜  #include <...> search starts here:
2025-08-20T22:50:50.5773258Z [00:04:04.371]➜   /usr/include/fortify
2025-08-20T22:50:50.5773738Z [00:04:04.371]➜   /usr/include
2025-08-20T22:50:50.5774267Z [00:04:04.372]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:50:50.5774812Z [00:04:04.372]➜  End of search list.
2025-08-20T22:50:51.4091256Z [00:04:05.204]➜  CC stress-vm.c
2025-08-20T22:50:51.4426449Z [00:04:05.237]➜  Alpine clang version 20.1.8
2025-08-20T22:50:51.4430200Z [00:04:05.238]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:50:51.4434348Z [00:04:05.238]➜  Thread model: posix
2025-08-20T22:50:51.4437588Z [00:04:05.239]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:50:51.4448927Z [00:04:05.239]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:50:51.4449801Z [00:04:05.239]➜  System configuration file directory: /etc/clang20
2025-08-20T22:50:51.4450696Z [00:04:05.239]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:51.4451967Z [00:04:05.239]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:50:51.4453115Z [00:04:05.239]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:51.4453842Z [00:04:05.239]➜  Candidate multilib: .;@m64
2025-08-20T22:50:51.4454352Z [00:04:05.239]➜  Selected multilib: .;@m64
2025-08-20T22:50:51.4454815Z [00:04:05.239]➜   (in-process)
2025-08-20T22:50:51.4490130Z [00:04:05.242]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name stress-vm.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o stress-vm.o -x c stress-vm.c
2025-08-20T22:50:51.4526255Z [00:04:05.243]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:50:51.4527257Z [00:04:05.247]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:50:51.4528590Z [00:04:05.247]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:50:51.4529772Z [00:04:05.247]➜  #include "..." search starts here:
2025-08-20T22:50:51.4530436Z [00:04:05.247]➜  #include <...> search starts here:
2025-08-20T22:50:51.4531197Z [00:04:05.247]➜   /usr/include/fortify
2025-08-20T22:50:51.4531721Z [00:04:05.247]➜   /usr/include
2025-08-20T22:50:51.4532298Z [00:04:05.247]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:50:51.4532905Z [00:04:05.247]➜  End of search list.
2025-08-20T22:50:51.9252713Z [00:04:05.720]➜  CC stress-vm-addr.c
2025-08-20T22:50:51.9922368Z [00:04:05.787]➜  Alpine clang version 20.1.8
2025-08-20T22:50:51.9923888Z [00:04:05.787]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:50:51.9924940Z [00:04:05.787]➜  Thread model: posix
2025-08-20T22:50:51.9926045Z [00:04:05.787]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:50:51.9927192Z [00:04:05.787]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:50:51.9928376Z [00:04:05.787]➜  System configuration file directory: /etc/clang20
2025-08-20T22:50:51.9929702Z [00:04:05.787]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:51.9932038Z [00:04:05.787]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:50:51.9933692Z [00:04:05.787]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:51.9934879Z [00:04:05.787]➜  Candidate multilib: .;@m64
2025-08-20T22:50:51.9935768Z [00:04:05.787]➜  Selected multilib: .;@m64
2025-08-20T22:50:51.9956722Z [00:04:05.791]➜   (in-process)
2025-08-20T22:50:51.9972601Z [00:04:05.791]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name stress-vm-addr.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o stress-vm-addr.o -x c stress-vm-addr.c
2025-08-20T22:50:52.0014619Z [00:04:05.793]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:50:52.0015665Z [00:04:05.794]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:50:52.0017011Z [00:04:05.794]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:50:52.0018126Z [00:04:05.794]➜  #include "..." search starts here:
2025-08-20T22:50:52.0018736Z [00:04:05.794]➜  #include <...> search starts here:
2025-08-20T22:50:52.0019281Z [00:04:05.794]➜   /usr/include/fortify
2025-08-20T22:50:52.0019769Z [00:04:05.794]➜   /usr/include
2025-08-20T22:50:52.0020337Z [00:04:05.794]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:50:52.0021198Z [00:04:05.794]➜  End of search list.
2025-08-20T22:50:52.8962884Z [00:04:06.691]➜  CC stress-vm-rw.c
2025-08-20T22:50:52.9654088Z [00:04:06.760]➜  Alpine clang version 20.1.8
2025-08-20T22:50:52.9668276Z [00:04:06.760]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:50:52.9668910Z [00:04:06.760]➜  Thread model: posix
2025-08-20T22:50:52.9669535Z [00:04:06.760]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:50:52.9670372Z [00:04:06.760]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:50:52.9671532Z [00:04:06.760]➜  System configuration file directory: /etc/clang20
2025-08-20T22:50:52.9683412Z [00:04:06.760]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:52.9686739Z [00:04:06.760]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:50:52.9694679Z [00:04:06.760]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:52.9695542Z [00:04:06.760]➜  Candidate multilib: .;@m64
2025-08-20T22:50:52.9696180Z [00:04:06.760]➜  Selected multilib: .;@m64
2025-08-20T22:50:52.9696827Z [00:04:06.761]➜   (in-process)
2025-08-20T22:50:52.9720646Z [00:04:06.764]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name stress-vm-rw.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o stress-vm-rw.o -x c stress-vm-rw.c
2025-08-20T22:50:52.9765000Z [00:04:06.765]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:50:52.9766034Z [00:04:06.766]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:50:52.9767381Z [00:04:06.766]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:50:52.9768564Z [00:04:06.766]➜  #include "..." search starts here:
2025-08-20T22:50:52.9769360Z [00:04:06.766]➜  #include <...> search starts here:
2025-08-20T22:50:52.9770114Z [00:04:06.766]➜   /usr/include/fortify
2025-08-20T22:50:52.9770617Z [00:04:06.766]➜   /usr/include
2025-08-20T22:50:52.9771404Z [00:04:06.766]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:50:52.9772025Z [00:04:06.766]➜  End of search list.
2025-08-20T22:50:54.4456923Z [00:04:08.240]➜  CC stress-vm-segv.c
2025-08-20T22:50:54.5153432Z [00:04:08.310]➜  Alpine clang version 20.1.8
2025-08-20T22:50:54.5155966Z [00:04:08.310]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:50:54.5157113Z [00:04:08.310]➜  Thread model: posix
2025-08-20T22:50:54.5158120Z [00:04:08.310]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:50:54.5160092Z [00:04:08.310]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:50:54.5161344Z [00:04:08.310]➜  System configuration file directory: /etc/clang20
2025-08-20T22:50:54.5163092Z [00:04:08.310]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:54.5164426Z [00:04:08.311]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:50:54.5165724Z [00:04:08.311]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:54.5167010Z [00:04:08.311]➜  Candidate multilib: .;@m64
2025-08-20T22:50:54.5168901Z [00:04:08.311]➜  Selected multilib: .;@m64
2025-08-20T22:50:54.5187446Z [00:04:08.314]➜   (in-process)
2025-08-20T22:50:54.5247936Z [00:04:08.318]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name stress-vm-segv.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o stress-vm-segv.o -x c stress-vm-segv.c
2025-08-20T22:50:54.5262129Z [00:04:08.320]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:50:54.5263264Z [00:04:08.320]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:50:54.5264688Z [00:04:08.320]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:50:54.5265952Z [00:04:08.320]➜  #include "..." search starts here:
2025-08-20T22:50:54.5266718Z [00:04:08.320]➜  #include <...> search starts here:
2025-08-20T22:50:54.5267419Z [00:04:08.320]➜   /usr/include/fortify
2025-08-20T22:50:54.5268056Z [00:04:08.320]➜   /usr/include
2025-08-20T22:50:54.5268743Z [00:04:08.320]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:50:54.5269451Z [00:04:08.320]➜  End of search list.
2025-08-20T22:50:54.6649433Z [00:04:08.460]➜  CC stress-vm-splice.c
2025-08-20T22:50:54.6998940Z [00:04:08.494]➜  Alpine clang version 20.1.8
2025-08-20T22:50:54.6999630Z [00:04:08.495]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:50:54.7000201Z [00:04:08.495]➜  Thread model: posix
2025-08-20T22:50:54.7001897Z [00:04:08.495]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:50:54.7008095Z [00:04:08.495]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:50:54.7009112Z [00:04:08.495]➜  System configuration file directory: /etc/clang20
2025-08-20T22:50:54.7010034Z [00:04:08.495]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:54.7035097Z [00:04:08.495]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:50:54.7037190Z [00:04:08.495]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:54.7037969Z [00:04:08.495]➜  Candidate multilib: .;@m64
2025-08-20T22:50:54.7047496Z [00:04:08.495]➜  Selected multilib: .;@m64
2025-08-20T22:50:54.7048125Z [00:04:08.495]➜   (in-process)
2025-08-20T22:50:54.7063984Z [00:04:08.496]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name stress-vm-splice.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o stress-vm-splice.o -x c stress-vm-splice.c
2025-08-20T22:50:54.7077934Z [00:04:08.498]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:50:54.7079007Z [00:04:08.498]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:50:54.7080333Z [00:04:08.498]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:50:54.7081694Z [00:04:08.498]➜  #include "..." search starts here:
2025-08-20T22:50:54.7082333Z [00:04:08.498]➜  #include <...> search starts here:
2025-08-20T22:50:54.7082908Z [00:04:08.498]➜   /usr/include/fortify
2025-08-20T22:50:54.7083419Z [00:04:08.498]➜   /usr/include
2025-08-20T22:50:54.7083970Z [00:04:08.498]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:50:54.7084759Z [00:04:08.498]➜  End of search list.
2025-08-20T22:50:54.9685601Z [00:04:08.763]➜  CC stress-vma.c
2025-08-20T22:50:55.0445805Z [00:04:08.839]➜  Alpine clang version 20.1.8
2025-08-20T22:50:55.0446549Z [00:04:08.839]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:50:55.0447169Z [00:04:08.839]➜  Thread model: posix
2025-08-20T22:50:55.0447809Z [00:04:08.839]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:50:55.0448653Z [00:04:08.839]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:50:55.0449839Z [00:04:08.839]➜  System configuration file directory: /etc/clang20
2025-08-20T22:50:55.0451065Z [00:04:08.839]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:55.0452173Z [00:04:08.839]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:50:55.0453205Z [00:04:08.839]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:55.0453995Z [00:04:08.839]➜  Candidate multilib: .;@m64
2025-08-20T22:50:55.0454571Z [00:04:08.839]➜  Selected multilib: .;@m64
2025-08-20T22:50:55.0463893Z [00:04:08.841]➜   (in-process)
2025-08-20T22:50:55.0528438Z [00:04:08.846]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name stress-vma.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o stress-vma.o -x c stress-vma.c
2025-08-20T22:50:55.0552208Z [00:04:08.846]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:50:55.0553249Z [00:04:08.847]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:50:55.0554591Z [00:04:08.847]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:50:55.0555723Z [00:04:08.847]➜  #include "..." search starts here:
2025-08-20T22:50:55.0556346Z [00:04:08.847]➜  #include <...> search starts here:
2025-08-20T22:50:55.0556921Z [00:04:08.847]➜   /usr/include/fortify
2025-08-20T22:50:55.0557430Z [00:04:08.847]➜   /usr/include
2025-08-20T22:50:55.0558277Z [00:04:08.847]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:50:55.0558898Z [00:04:08.847]➜  End of search list.
2025-08-20T22:50:55.4056384Z [00:04:09.200]➜  CC stress-vnni.c
2025-08-20T22:50:55.4818365Z [00:04:09.276]➜  Alpine clang version 20.1.8
2025-08-20T22:50:55.4820068Z [00:04:09.276]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:50:55.4820676Z [00:04:09.276]➜  Thread model: posix
2025-08-20T22:50:55.4821450Z [00:04:09.276]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:50:55.4822449Z [00:04:09.276]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:50:55.4823294Z [00:04:09.277]➜  System configuration file directory: /etc/clang20
2025-08-20T22:50:55.4824205Z [00:04:09.277]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:55.4825260Z [00:04:09.277]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:50:55.4827852Z [00:04:09.277]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:55.4828729Z [00:04:09.277]➜  Candidate multilib: .;@m64
2025-08-20T22:50:55.4829291Z [00:04:09.277]➜  Selected multilib: .;@m64
2025-08-20T22:50:55.4829813Z [00:04:09.278]➜   (in-process)
2025-08-20T22:50:55.4890555Z [00:04:09.283]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name stress-vnni.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -O2 -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o stress-vnni.o -x c stress-vnni.c
2025-08-20T22:50:55.4900313Z [00:04:09.283]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:50:55.4933871Z [00:04:09.288]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:50:55.4936836Z [00:04:09.289]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:50:55.4939580Z [00:04:09.289]➜  #include "..." search starts here:
2025-08-20T22:50:55.4941936Z [00:04:09.289]➜  #include <...> search starts here:
2025-08-20T22:50:55.4954152Z [00:04:09.289]➜   /usr/include/fortify
2025-08-20T22:50:55.4954656Z [00:04:09.289]➜   /usr/include
2025-08-20T22:50:55.4955199Z [00:04:09.289]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:50:55.4955767Z [00:04:09.289]➜  End of search list.
2025-08-20T22:50:55.8442456Z [00:04:09.639]➜  CC stress-wait.c
2025-08-20T22:50:55.9017008Z [00:04:09.696]➜  Alpine clang version 20.1.8
2025-08-20T22:50:55.9018944Z [00:04:09.697]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:50:55.9021995Z [00:04:09.697]➜  Thread model: posix
2025-08-20T22:50:55.9023070Z [00:04:09.697]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:50:55.9024777Z [00:04:09.697]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:50:55.9026267Z [00:04:09.697]➜  System configuration file directory: /etc/clang20
2025-08-20T22:50:55.9028123Z [00:04:09.697]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:55.9029913Z [00:04:09.697]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:50:55.9031846Z [00:04:09.697]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:55.9033034Z [00:04:09.697]➜  Candidate multilib: .;@m64
2025-08-20T22:50:55.9034776Z [00:04:09.697]➜  Selected multilib: .;@m64
2025-08-20T22:50:55.9047880Z [00:04:09.700]➜   (in-process)
2025-08-20T22:50:55.9100487Z [00:04:09.703]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name stress-wait.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o stress-wait.o -x c stress-wait.c
2025-08-20T22:50:55.9130315Z [00:04:09.708]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:50:55.9131659Z [00:04:09.708]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:50:55.9137573Z [00:04:09.708]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:50:55.9144513Z [00:04:09.709]➜  #include "..." search starts here:
2025-08-20T22:50:55.9148555Z [00:04:09.710]➜  #include <...> search starts here:
2025-08-20T22:50:55.9152103Z [00:04:09.710]➜   /usr/include/fortify
2025-08-20T22:50:55.9154396Z [00:04:09.710]➜   /usr/include
2025-08-20T22:50:55.9155012Z [00:04:09.710]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:50:55.9155651Z [00:04:09.710]➜  End of search list.
2025-08-20T22:50:56.5810548Z [00:04:10.376]➜  CC stress-waitcpu.c
2025-08-20T22:50:56.6558887Z [00:04:10.451]➜  Alpine clang version 20.1.8
2025-08-20T22:50:56.6560991Z [00:04:10.451]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:50:56.6562551Z [00:04:10.451]➜  Thread model: posix
2025-08-20T22:50:56.6563631Z [00:04:10.451]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:50:56.6564621Z [00:04:10.451]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:50:56.6565446Z [00:04:10.451]➜  System configuration file directory: /etc/clang20
2025-08-20T22:50:56.6566380Z [00:04:10.451]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:56.6567635Z [00:04:10.451]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:50:56.6568593Z [00:04:10.451]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:56.6569323Z [00:04:10.451]➜  Candidate multilib: .;@m64
2025-08-20T22:50:56.6569852Z [00:04:10.451]➜  Selected multilib: .;@m64
2025-08-20T22:50:56.6570346Z [00:04:10.452]➜   (in-process)
2025-08-20T22:50:56.6617916Z [00:04:10.455]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name stress-waitcpu.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o stress-waitcpu.o -x c stress-waitcpu.c
2025-08-20T22:50:56.6655268Z [00:04:10.460]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:50:56.6656339Z [00:04:10.460]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:50:56.6657696Z [00:04:10.460]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:50:56.6658893Z [00:04:10.460]➜  #include "..." search starts here:
2025-08-20T22:50:56.6659566Z [00:04:10.460]➜  #include <...> search starts here:
2025-08-20T22:50:56.6660177Z [00:04:10.460]➜   /usr/include/fortify
2025-08-20T22:50:56.6660715Z [00:04:10.460]➜   /usr/include
2025-08-20T22:50:56.6661501Z [00:04:10.460]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:50:56.6662120Z [00:04:10.460]➜  End of search list.
2025-08-20T22:50:57.2322865Z [00:04:11.027]➜  CC stress-watchdog.c
2025-08-20T22:50:57.2376124Z [00:04:11.032]➜  CC stress-wcs.c
2025-08-20T22:50:57.2693509Z [00:04:11.064]➜  Alpine clang version 20.1.8
2025-08-20T22:50:57.2696967Z [00:04:11.065]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:50:57.2699689Z [00:04:11.065]➜  Thread model: posix
2025-08-20T22:50:57.2703602Z [00:04:11.065]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:50:57.2706603Z [00:04:11.066]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:50:57.2716694Z [00:04:11.066]➜  System configuration file directory: /etc/clang20
2025-08-20T22:50:57.2717647Z [00:04:11.066]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:57.2718712Z [00:04:11.066]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:50:57.2719712Z [00:04:11.066]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:57.2720487Z [00:04:11.066]➜  Candidate multilib: .;@m64
2025-08-20T22:50:57.2723431Z [00:04:11.066]➜  Selected multilib: .;@m64
2025-08-20T22:50:57.2724231Z [00:04:11.066]➜   (in-process)
2025-08-20T22:50:57.2739512Z [00:04:11.066]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name stress-wcs.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o stress-wcs.o -x c stress-wcs.c
2025-08-20T22:50:57.2752546Z [00:04:11.067]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:50:57.2753461Z [00:04:11.067]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:50:57.2754665Z [00:04:11.067]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:50:57.2755690Z [00:04:11.067]➜  #include "..." search starts here:
2025-08-20T22:50:57.2756270Z [00:04:11.067]➜  #include <...> search starts here:
2025-08-20T22:50:57.2756802Z [00:04:11.067]➜   /usr/include/fortify
2025-08-20T22:50:57.2757261Z [00:04:11.067]➜   /usr/include
2025-08-20T22:50:57.2757763Z [00:04:11.067]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:50:57.2758426Z [00:04:11.067]➜  End of search list.
2025-08-20T22:50:57.2987787Z [00:04:11.094]➜  Alpine clang version 20.1.8
2025-08-20T22:50:57.2988692Z [00:04:11.094]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:50:57.2990250Z [00:04:11.094]➜  Thread model: posix
2025-08-20T22:50:57.2991090Z [00:04:11.094]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:50:57.2991880Z [00:04:11.094]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:50:57.2992676Z [00:04:11.094]➜  System configuration file directory: /etc/clang20
2025-08-20T22:50:57.2993751Z [00:04:11.094]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:57.2994792Z [00:04:11.094]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:50:57.2995886Z [00:04:11.094]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:57.3033852Z [00:04:11.098]➜  Candidate multilib: .;@m64
2025-08-20T22:50:57.3035343Z [00:04:11.098]➜  Selected multilib: .;@m64
2025-08-20T22:50:57.3053177Z [00:04:11.100]➜   (in-process)
2025-08-20T22:50:57.3069247Z [00:04:11.100]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name stress-watchdog.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o stress-watchdog.o -x c stress-watchdog.c
2025-08-20T22:50:57.3083091Z [00:04:11.101]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:50:57.3100352Z [00:04:11.105]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:50:57.3101908Z [00:04:11.105]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:50:57.3102938Z [00:04:11.105]➜  #include "..." search starts here:
2025-08-20T22:50:57.3111755Z [00:04:11.105]➜  #include <...> search starts here:
2025-08-20T22:50:57.3113288Z [00:04:11.105]➜   /usr/include/fortify
2025-08-20T22:50:57.3113772Z [00:04:11.105]➜   /usr/include
2025-08-20T22:50:57.3114278Z [00:04:11.105]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:50:57.3115015Z [00:04:11.105]➜  End of search list.
2025-08-20T22:50:57.4904361Z [00:04:11.285]➜  CC stress-workload.c
2025-08-20T22:50:57.5018078Z [00:04:11.297]➜  CC stress-x86cpuid.c
2025-08-20T22:50:57.5499770Z [00:04:11.345]➜  Alpine clang version 20.1.8
2025-08-20T22:50:57.5502046Z [00:04:11.345]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:50:57.5502636Z [00:04:11.345]➜  Thread model: posix
2025-08-20T22:50:57.5503186Z [00:04:11.345]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:50:57.5504124Z [00:04:11.345]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:50:57.5504932Z [00:04:11.345]➜  System configuration file directory: /etc/clang20
2025-08-20T22:50:57.5505832Z [00:04:11.345]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:57.5506867Z [00:04:11.345]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:50:57.5507862Z [00:04:11.345]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:57.5508613Z [00:04:11.345]➜  Candidate multilib: .;@m64
2025-08-20T22:50:57.5509153Z [00:04:11.345]➜  Selected multilib: .;@m64
2025-08-20T22:50:57.5509799Z [00:04:11.346]➜   (in-process)
2025-08-20T22:50:57.5534510Z [00:04:11.347]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name stress-workload.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o stress-workload.o -x c stress-workload.c
2025-08-20T22:50:57.5583399Z [00:04:11.353]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:50:57.5591593Z [00:04:11.354]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:50:57.5595238Z [00:04:11.354]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:50:57.5611842Z [00:04:11.354]➜  #include "..." search starts here:
2025-08-20T22:50:57.5612447Z [00:04:11.354]➜  #include <...> search starts here:
2025-08-20T22:50:57.5612967Z [00:04:11.354]➜   /usr/include/fortify
2025-08-20T22:50:57.5613600Z [00:04:11.354]➜   /usr/include
2025-08-20T22:50:57.5614093Z [00:04:11.354]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:50:57.5614622Z [00:04:11.354]➜  End of search list.
2025-08-20T22:50:57.5702816Z [00:04:11.365]➜  Alpine clang version 20.1.8
2025-08-20T22:50:57.5703409Z [00:04:11.365]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:50:57.5703955Z [00:04:11.365]➜  Thread model: posix
2025-08-20T22:50:57.5704489Z [00:04:11.365]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:50:57.5705416Z [00:04:11.365]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:50:57.5706187Z [00:04:11.365]➜  System configuration file directory: /etc/clang20
2025-08-20T22:50:57.5707073Z [00:04:11.365]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:57.5708066Z [00:04:11.366]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:50:57.5709024Z [00:04:11.366]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:57.5709878Z [00:04:11.366]➜  Candidate multilib: .;@m64
2025-08-20T22:50:57.5710474Z [00:04:11.366]➜  Selected multilib: .;@m64
2025-08-20T22:50:57.5758079Z [00:04:11.371]➜   (in-process)
2025-08-20T22:50:57.5773606Z [00:04:11.371]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name stress-x86cpuid.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o stress-x86cpuid.o -x c stress-x86cpuid.c
2025-08-20T22:50:57.5796906Z [00:04:11.374]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:50:57.5826754Z [00:04:11.378]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:50:57.5829930Z [00:04:11.378]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:50:57.5831177Z [00:04:11.378]➜  #include "..." search starts here:
2025-08-20T22:50:57.5831774Z [00:04:11.378]➜  #include <...> search starts here:
2025-08-20T22:50:57.5832315Z [00:04:11.378]➜   /usr/include/fortify
2025-08-20T22:50:57.5832949Z [00:04:11.378]➜   /usr/include
2025-08-20T22:50:57.5833463Z [00:04:11.378]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:50:57.5834018Z [00:04:11.378]➜  End of search list.
2025-08-20T22:50:57.7841960Z [00:04:11.579]➜  CC stress-x86syscall.c
2025-08-20T22:50:57.8182569Z [00:04:11.613]➜  Alpine clang version 20.1.8
2025-08-20T22:50:57.8187122Z [00:04:11.613]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:50:57.8187725Z [00:04:11.613]➜  Thread model: posix
2025-08-20T22:50:57.8188518Z [00:04:11.613]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:50:57.8189294Z [00:04:11.613]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:50:57.8227448Z [00:04:11.617]➜  System configuration file directory: /etc/clang20
2025-08-20T22:50:57.8228456Z [00:04:11.617]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:57.8229482Z [00:04:11.617]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:50:57.8230498Z [00:04:11.617]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:57.8231436Z [00:04:11.617]➜  Candidate multilib: .;@m64
2025-08-20T22:50:57.8231979Z [00:04:11.617]➜  Selected multilib: .;@m64
2025-08-20T22:50:57.8232475Z [00:04:11.617]➜   (in-process)
2025-08-20T22:50:57.8247754Z [00:04:11.617]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name stress-x86syscall.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o stress-x86syscall.o -x c stress-x86syscall.c
2025-08-20T22:50:57.8301371Z [00:04:11.617]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:50:57.8302371Z [00:04:11.621]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:50:57.8303629Z [00:04:11.621]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:50:57.8304717Z [00:04:11.621]➜  #include "..." search starts here:
2025-08-20T22:50:57.8305324Z [00:04:11.621]➜  #include <...> search starts here:
2025-08-20T22:50:57.8306082Z [00:04:11.621]➜   /usr/include/fortify
2025-08-20T22:50:57.8310272Z [00:04:11.626]➜   /usr/include
2025-08-20T22:50:57.8311147Z [00:04:11.626]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:50:57.8311722Z [00:04:11.626]➜  End of search list.
2025-08-20T22:50:57.9614061Z [00:04:11.756]➜  CC stress-xattr.c
2025-08-20T22:50:57.9951936Z [00:04:11.790]➜  Alpine clang version 20.1.8
2025-08-20T22:50:57.9959113Z [00:04:11.791]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:50:57.9965244Z [00:04:11.791]➜  Thread model: posix
2025-08-20T22:50:57.9972109Z [00:04:11.792]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:50:57.9979546Z [00:04:11.793]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:50:57.9988571Z [00:04:11.794]➜  System configuration file directory: /etc/clang20
2025-08-20T22:50:57.9996351Z [00:04:11.794]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:58.0002426Z [00:04:11.795]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:50:58.0036867Z [00:04:11.798]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:58.0037983Z [00:04:11.798]➜  Candidate multilib: .;@m64
2025-08-20T22:50:58.0038685Z [00:04:11.798]➜  Selected multilib: .;@m64
2025-08-20T22:50:58.0040557Z [00:04:11.798]➜   (in-process)
2025-08-20T22:50:58.0055998Z [00:04:11.798]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name stress-xattr.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o stress-xattr.o -x c stress-xattr.c
2025-08-20T22:50:58.0079458Z [00:04:11.803]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:50:58.0092940Z [00:04:11.804]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:50:58.0101372Z [00:04:11.805]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:50:58.0107043Z [00:04:11.806]➜  #include "..." search starts here:
2025-08-20T22:50:58.0112012Z [00:04:11.806]➜  #include <...> search starts here:
2025-08-20T22:50:58.0120363Z [00:04:11.807]➜   /usr/include/fortify
2025-08-20T22:50:58.0127147Z [00:04:11.807]➜   /usr/include
2025-08-20T22:50:58.0132969Z [00:04:11.808]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:50:58.0137571Z [00:04:11.809]➜  End of search list.
2025-08-20T22:50:58.1632436Z [00:04:11.958]➜  CC stress-yield.c
2025-08-20T22:50:58.2123572Z [00:04:12.007]➜  Alpine clang version 20.1.8
2025-08-20T22:50:58.2124888Z [00:04:12.007]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:50:58.2128217Z [00:04:12.008]➜  Thread model: posix
2025-08-20T22:50:58.2131223Z [00:04:12.008]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:50:58.2133841Z [00:04:12.008]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:50:58.2136611Z [00:04:12.009]➜  System configuration file directory: /etc/clang20
2025-08-20T22:50:58.2140141Z [00:04:12.009]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:58.2143843Z [00:04:12.009]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:50:58.2145650Z [00:04:12.009]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:58.2151698Z [00:04:12.010]➜  Candidate multilib: .;@m64
2025-08-20T22:50:58.2157406Z [00:04:12.011]➜  Selected multilib: .;@m64
2025-08-20T22:50:58.2165218Z [00:04:12.011]➜   (in-process)
2025-08-20T22:50:58.2272589Z [00:04:12.019]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name stress-yield.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o stress-yield.o -x c stress-yield.c
2025-08-20T22:50:58.2286164Z [00:04:12.019]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:50:58.2287100Z [00:04:12.020]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:50:58.2288386Z [00:04:12.020]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:50:58.2289705Z [00:04:12.021]➜  #include "..." search starts here:
2025-08-20T22:50:58.2290316Z [00:04:12.021]➜  #include <...> search starts here:
2025-08-20T22:50:58.2291094Z [00:04:12.021]➜   /usr/include/fortify
2025-08-20T22:50:58.2291626Z [00:04:12.021]➜   /usr/include
2025-08-20T22:50:58.2292185Z [00:04:12.021]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:50:58.2292776Z [00:04:12.021]➜  End of search list.
2025-08-20T22:50:58.4901560Z [00:04:12.285]➜  CC stress-zero.c
2025-08-20T22:50:58.5234853Z [00:04:12.318]➜  Alpine clang version 20.1.8
2025-08-20T22:50:58.5242237Z [00:04:12.318]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:50:58.5242851Z [00:04:12.318]➜  Thread model: posix
2025-08-20T22:50:58.5243421Z [00:04:12.318]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:50:58.5244192Z [00:04:12.318]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:50:58.5245025Z [00:04:12.318]➜  System configuration file directory: /etc/clang20
2025-08-20T22:50:58.5245943Z [00:04:12.318]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:58.5247155Z [00:04:12.318]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:50:58.5248144Z [00:04:12.318]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:58.5248873Z [00:04:12.318]➜  Candidate multilib: .;@m64
2025-08-20T22:50:58.5249425Z [00:04:12.318]➜  Selected multilib: .;@m64
2025-08-20T22:50:58.5249928Z [00:04:12.319]➜   (in-process)
2025-08-20T22:50:58.5265755Z [00:04:12.320]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name stress-zero.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o stress-zero.o -x c stress-zero.c
2025-08-20T22:50:58.5286257Z [00:04:12.323]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:50:58.5289043Z [00:04:12.323]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:50:58.5291555Z [00:04:12.323]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:50:58.5292855Z [00:04:12.323]➜  #include "..." search starts here:
2025-08-20T22:50:58.5293511Z [00:04:12.323]➜  #include <...> search starts here:
2025-08-20T22:50:58.5294114Z [00:04:12.323]➜   /usr/include/fortify
2025-08-20T22:50:58.5294619Z [00:04:12.323]➜   /usr/include
2025-08-20T22:50:58.5295160Z [00:04:12.323]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:50:58.5295726Z [00:04:12.323]➜  End of search list.
2025-08-20T22:50:58.6344426Z [00:04:12.429]➜  CC stress-zlib.c
2025-08-20T22:50:58.6700603Z [00:04:12.465]➜  Alpine clang version 20.1.8
2025-08-20T22:50:58.6701506Z [00:04:12.465]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:50:58.6702171Z [00:04:12.465]➜  Thread model: posix
2025-08-20T22:50:58.6702781Z [00:04:12.465]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:50:58.6703547Z [00:04:12.465]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:50:58.6704376Z [00:04:12.465]➜  System configuration file directory: /etc/clang20
2025-08-20T22:50:58.6705364Z [00:04:12.465]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:58.6706529Z [00:04:12.465]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:50:58.6735129Z [00:04:12.468]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:58.6736002Z [00:04:12.468]➜  Candidate multilib: .;@m64
2025-08-20T22:50:58.6736601Z [00:04:12.468]➜  Selected multilib: .;@m64
2025-08-20T22:50:58.6737169Z [00:04:12.468]➜   (in-process)
2025-08-20T22:50:58.6752225Z [00:04:12.468]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name stress-zlib.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o stress-zlib.o -x c stress-zlib.c
2025-08-20T22:50:58.6775367Z [00:04:12.468]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:50:58.6776348Z [00:04:12.469]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:50:58.6777595Z [00:04:12.469]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:50:58.6778918Z [00:04:12.469]➜  #include "..." search starts here:
2025-08-20T22:50:58.6779557Z [00:04:12.469]➜  #include <...> search starts here:
2025-08-20T22:50:58.6780128Z [00:04:12.470]➜   /usr/include/fortify
2025-08-20T22:50:58.6780626Z [00:04:12.470]➜   /usr/include
2025-08-20T22:50:58.6781345Z [00:04:12.470]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:50:58.6781888Z [00:04:12.470]➜  End of search list.
2025-08-20T22:50:59.4067337Z [00:04:13.201]➜  CC stress-zombie.c
2025-08-20T22:50:59.4648482Z [00:04:13.260]➜  Alpine clang version 20.1.8
2025-08-20T22:50:59.4649467Z [00:04:13.260]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:50:59.4650281Z [00:04:13.260]➜  Thread model: posix
2025-08-20T22:50:59.4651202Z [00:04:13.260]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:50:59.4652175Z [00:04:13.260]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:50:59.4653245Z [00:04:13.260]➜  System configuration file directory: /etc/clang20
2025-08-20T22:50:59.4654582Z [00:04:13.260]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:59.4655844Z [00:04:13.260]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:50:59.4657059Z [00:04:13.260]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:50:59.4659097Z [00:04:13.260]➜  Candidate multilib: .;@m64
2025-08-20T22:50:59.4662939Z [00:04:13.260]➜  Selected multilib: .;@m64
2025-08-20T22:50:59.4663520Z [00:04:13.261]➜   (in-process)
2025-08-20T22:50:59.4687344Z [00:04:13.262]➜   "/usr/lib/llvm20/bin/clang-20" -cc1 -triple x86_64-alpine-linux-musl -emit-llvm-bc -flto=full -flto-unit -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name stress-zombie.c -static-define -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -v -fcoverage-compilation-dir=/tmp/tmp.K0hxIS5eCV/TEMPREPO -resource-dir /usr/lib/llvm20/lib/clang/20 -D HAVE_CC_MUSL_GCC -D "VERSION=\"0.19.03\"" -D BUILD_STATIC -D "HAVE_CFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC -std=gnu99\"" -D "HAVE_LDFLAGS=\"-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro -static -z muldefs -ffunction-sections -fdata-sections -Wl,--gc-sections\"" -D "HAVE_CXXFLAGS=\"-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -DHAVE_CC_MUSL_GCC -Wall -Wextra -DVERSION=0.19.03 -Wformat -fstack-protector-strong -Werror=format-security   -ftree-vectorize -ftree-slp-vectorize   -DBUILD_STATIC\"" -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include -internal-externc-isystem /usr/include/fortify -internal-externc-isystem /usr/include -internal-isystem /usr/lib/llvm20/lib/clang/20/include -Os -Wno-error -Wall -Wextra -Wformat -Werror=format-security -w -std=gnu99 -ferror-limit 19 -stack-protector 2 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o stress-zombie.o -x c stress-zombie.c
2025-08-20T22:50:59.4704214Z [00:04:13.263]➜  clang -cc1 version 20.1.8 based upon LLVM 20.1.8 default target x86_64-alpine-linux-musl
2025-08-20T22:50:59.4705223Z [00:04:13.264]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-20T22:50:59.4706708Z [00:04:13.264]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/include"
2025-08-20T22:50:59.4707822Z [00:04:13.264]➜  #include "..." search starts here:
2025-08-20T22:50:59.4708430Z [00:04:13.264]➜  #include <...> search starts here:
2025-08-20T22:50:59.4708978Z [00:04:13.264]➜   /usr/include/fortify
2025-08-20T22:50:59.4709467Z [00:04:13.264]➜   /usr/include
2025-08-20T22:50:59.4709991Z [00:04:13.264]➜   /usr/lib/llvm20/lib/clang/20/include
2025-08-20T22:50:59.4710727Z [00:04:13.264]➜  End of search list.
2025-08-20T22:51:03.0499495Z [00:04:16.845]➜  LD stress-ng
2025-08-20T22:51:03.0751761Z [00:04:16.870]➜  Alpine clang version 20.1.8
2025-08-20T22:51:03.0752402Z [00:04:16.870]➜  Target: x86_64-alpine-linux-musl
2025-08-20T22:51:03.0752940Z [00:04:16.870]➜  Thread model: posix
2025-08-20T22:51:03.0753469Z [00:04:16.870]➜  InstalledDir: /usr/lib/llvm20/bin
2025-08-20T22:51:03.0754206Z [00:04:16.870]➜  Configuration file: /etc/clang20/x86_64-alpine-linux-musl.cfg
2025-08-20T22:51:03.0755015Z [00:04:16.870]➜  System configuration file directory: /etc/clang20
2025-08-20T22:51:03.0756084Z [00:04:16.870]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:51:03.0757074Z [00:04:16.870]➜  Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-musl/15.2.0
2025-08-20T22:51:03.0758127Z [00:04:16.870]➜  Selected GCC installation: /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0
2025-08-20T22:51:03.0758854Z [00:04:16.870]➜  Candidate multilib: .;@m64
2025-08-20T22:51:03.0759362Z [00:04:16.870]➜  Selected multilib: .;@m64
2025-08-20T22:51:03.0816454Z [00:04:16.874]➜   "/usr/bin/mold" -z now -z relro --hash-style=gnu --build-id --eh-frame-hdr -m elf_x86_64 -static -pie --no-dynamic-linker -z text -o stress-ng /usr/lib/rcrt1.o /usr/lib/crti.o /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/crtbeginS.o -L/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0 -L/lib/../lib64 -L/usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/lib -L/lib -L/usr/lib -plugin /usr/lib/llvm20/bin/../lib/LLVMgold.so -plugin-opt=mcpu=x86-64 -plugin-opt=O2 -plugin-opt=-function-sections=1 -plugin-opt=-data-sections=1 --as-needed apparmor-data.o stress-eigen-ops.o core-affinity.o core-arch.o core-asm-ret.o core-capabilities.o core-cpu.o core-cpu-cache.o core-cpu-freq.o core-cpuidle.o core-clocksource.o core-config-check.o core-filesystem.o core-hash.o core-helper.o core-ignite-cpu.o core-interrupts.o core-io-uring.o core-io-priority.o core-job.o core-killpid.o core-klog.o core-limit.o core-lock.o core-log.o core-madvise.o core-memory.o core-mincore.o core-mlock.o core-mmap.o core-module.o core-mounts.o core-mwc.o core-net.o core-numa.o core-opts.o core-out-of-memory.o core-parse-opts.o core-perf.o core-prime.o core-processes.o core-rapl.o core-resources.o core-sched.o core-setting.o core-shared-cache.o core-shared-heap.o core-shim.o core-signal.o core-smart.o core-sort.o core-stack.o core-sync.o core-thermal-zone.o core-time.o core-thrash.o core-ftrace.o core-try-open.o core-vmstat.o stress-ng.o core-config.o stress-access.o stress-acl.o stress-affinity.o stress-af-alg.o stress-aio.o stress-aiol.o stress-alarm.o stress-apparmor.o stress-atomic.o stress-bad-altstack.o stress-bad-ioctl.o stress-besselmath.o stress-bigheap.o stress-bind-mount.o stress-binderfs.o stress-bitonicsort.o stress-bitops.o stress-branch.o stress-brk.o stress-bsearch.o stress-bubblesort.o stress-cache.o stress-cachehammer.o stress-cacheline.o stress-cap.o stress-cgroup.o stress-chattr.o stress-chdir.o stress-chmod.o stress-chown.o stress-chroot.o stress-clock.o stress-clone.o stress-close.o stress-context.o stress-copy-file.o stress-cpu.o stress-cpu-online.o stress-cpu-sched.o stress-crypt.o stress-cyclic.o stress-daemon.o stress-dccp.o stress-dekker.o stress-dentry.o stress-dev.o stress-dev-shm.o stress-dfp.o stress-dir.o stress-dirdeep.o stress-dirmany.o stress-dnotify.o stress-dup.o stress-dynlib.o stress-easy-opcode.o stress-eigen.o stress-efivar.o stress-enosys.o stress-env.o stress-epoll.o stress-eventfd.o stress-exec.o stress-exit-group.o stress-expmath.o stress-factor.o stress-fallocate.o stress-fanotify.o stress-far-branch.o stress-fault.o stress-fcntl.o stress-fd-abuse.o stress-fd-fork.o stress-fd-race.o stress-fibsearch.o stress-fiemap.o stress-fifo.o stress-file-ioctl.o stress-filename.o stress-filerace.o stress-flipflop.o stress-flock.o stress-flushcache.o stress-fma.o stress-fork.o stress-forkheavy.o stress-fp.o stress-fp-error.o stress-fpunch.o stress-fractal.o stress-fsize.o stress-fstat.o stress-full.o stress-funccall.o stress-funcret.o stress-futex.o stress-get.o stress-getrandom.o stress-getdent.o stress-goto.o stress-gpu.o stress-handle.o stress-hash.o stress-hdd.o stress-heapsort.o stress-hrtimers.o stress-hsearch.o stress-hyperbolic.o stress-icache.o stress-icmp-flood.o stress-idle-page.o stress-inode-flags.o stress-inotify.o stress-insertionsort.o stress-intmath.o stress-io.o stress-iomix.o stress-ioport.o stress-ioprio.o stress-io-uring.o stress-ipsec-mb.o stress-itimer.o stress-jpeg.o stress-judy.o stress-kcmp.o stress-key.o stress-kill.o stress-klog.o stress-kvm.o stress-l1cache.o stress-landlock.o stress-lease.o stress-led.o stress-link.o stress-list.o stress-llc-affinity.o stress-loadavg.o stress-lockbus.o stress-locka.o stress-lockf.o stress-lockmix.o stress-lockofd.o stress-logmath.o stress-longjmp.o stress-loop.o stress-lsearch.o stress-lsm.o stress-madvise.o stress-malloc.o stress-matrix.o stress-matrix-3d.o stress-mcontend.o stress-membarrier.o stress-memcpy.o stress-memfd.o stress-memhotplug.o stress-memrate.o stress-memthrash.o stress-mergesort.o stress-metamix.o stress-mincore.o stress-min-nanosleep.o stress-misaligned.o stress-mknod.o stress-mlock.o stress-mlockmany.o stress-mmap.o stress-mmapaddr.o stress-mmapcow.o stress-mmapfiles.o stress-mmapfixed.o stress-mmapfork.o stress-mmaphuge.o stress-mmapmany.o stress-mmaprandom.o stress-mmaptorture.o stress-module.o stress-monte-carlo.o stress-mprotect.o stress-mpfr.o stress-mq.o stress-mremap.o stress-mseal.o stress-msg.o stress-msync.o stress-msyncmany.o stress-mtx.o stress-munmap.o stress-mutex.o stress-nanosleep.o stress-netdev.o stress-netlink-proc.o stress-netlink-task.o stress-nice.o stress-nop.o stress-null.o stress-numa.o stress-oom-pipe.o stress-opcode.o stress-open.o stress-pagemove.o stress-pageswap.o stress-pci.o stress-personality.o stress-peterson.o stress-physpage.o stress-physmmap.o stress-pidfd.o stress-ping-sock.o stress-pipe.o stress-pipeherd.o stress-pkey.o stress-plugin.o stress-poll.o stress-powmath.o stress-prctl.o stress-prefetch.o stress-prime.o stress-prio-inv.o stress-priv-instr.o stress-procfs.o stress-pseek.o stress-pthread.o stress-ptrace.o stress-ptr-chase.o stress-pty.o stress-quota.o stress-qsort.o stress-race-sched.o stress-radixsort.o stress-randlist.o stress-ramfs.o stress-rawdev.o stress-rawpkt.o stress-rawsock.o stress-rawudp.o stress-rdrand.o stress-readahead.o stress-reboot.o stress-regex.o stress-regs.o stress-remap.o stress-rename.o stress-resched.o stress-resources.o stress-revio.o stress-ring-pipe.o stress-rlimit.o stress-rmap.o stress-rotate.o stress-rseq.o stress-rtc.o stress-sctp.o stress-schedmix.o stress-schedpolicy.o stress-seal.o stress-seccomp.o stress-secretmem.o stress-seek.o stress-sem.o stress-sem-sysv.o stress-sendfile.o stress-session.o stress-set.o stress-shellsort.o stress-shm.o stress-shm-sysv.o stress-sigabrt.o stress-sigbus.o stress-sigchld.o stress-sigfd.o stress-sigfpe.o stress-sighup.o stress-sigill.o stress-sigio.o stress-signal.o stress-signest.o stress-sigpending.o stress-sigpipe.o stress-sigq.o stress-sigrt.o stress-sigsegv.o stress-sigsuspend.o stress-sigtrap.o stress-sigurg.o stress-sigvtalrm.o stress-sigxcpu.o stress-sigxfsz.o stress-skiplist.o stress-sleep.o stress-smi.o stress-sock.o stress-sockabuse.o stress-sockdiag.o stress-sockfd.o stress-sockpair.o stress-sockmany.o stress-softlockup.o stress-spawn.o stress-sparsematrix.o stress-spinmem.o stress-splice.o stress-stack.o stress-stackmmap.o stress-statmount.o stress-str.o stress-stream.o stress-swap.o stress-switch.o stress-sync-file.o stress-syncload.o stress-sysbadaddr.o stress-syscall.o stress-sysinfo.o stress-sysinval.o stress-sysfs.o stress-tee.o stress-timer.o stress-timerfd.o stress-time-warp.o stress-tlb-shootdown.o stress-tmpfs.o stress-touch.o stress-tree.o stress-trig.o stress-tsc.o stress-tsearch.o stress-tun.o stress-udp.o stress-udp-flood.o stress-umask.o stress-umount.o stress-unlink.o stress-unshare.o stress-uprobe.o stress-urandom.o stress-userfaultfd.o stress-usersyscall.o stress-utime.o stress-vdso.o stress-veccmp.o stress-vecfp.o stress-vecmath.o stress-vecshuf.o stress-vecwide.o stress-verity.o stress-vforkmany.o stress-vm.o stress-vm-addr.o stress-vm-rw.o stress-vm-segv.o stress-vm-splice.o stress-vma.o stress-vnni.o stress-wait.o stress-waitcpu.o stress-watchdog.o stress-wcs.o stress-workload.o stress-x86cpuid.o stress-x86syscall.o stress-xattr.o stress-yield.o stress-zero.o stress-zlib.o stress-zombie.o -lm --Bstatic --build-id=none --no-dynamic-linker --no-fatal-warnings --static --stats --strip-all -z noexecstack -z pack-relative-relocs -z relro -z muldefs --gc-sections -lacl -laio -latomic -lbsd -lcrypt -ljpeg -lJudy -lmd -lz -lrt -lpthread -lm -llzma -lc -lssp_nonshared --start-group -lgcc -lgcc_eh -lc --end-group /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/crtendS.o /usr/lib/crtn.o
2025-08-20T22:51:13.8106434Z [00:04:27.605]➜  mold: warning: LLVM gold plugin: <unknown>:0:0: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering
2025-08-20T22:52:23.5610458Z [00:05:37.356]➜        reloc_nonalloc=0
2025-08-20T22:52:23.5613016Z [00:05:37.356]➜               comdats=0
2025-08-20T22:52:23.5614617Z [00:05:37.356]➜    removed_comdat_mem=0
2025-08-20T22:52:23.5615091Z [00:05:37.356]➜              num_dsos=0
2025-08-20T22:52:23.5615822Z [00:05:37.356]➜       num_unique_cies=1
2025-08-20T22:52:23.5616287Z [00:05:37.356]➜         output_chunks=35
2025-08-20T22:52:23.5616809Z [00:05:37.356]➜              num_cies=143
2025-08-20T22:52:23.5617313Z [00:05:37.356]➜       parsed_lto_objs=426
2025-08-20T22:52:23.5617816Z [00:05:37.356]➜              num_objs=919
2025-08-20T22:52:23.5618321Z [00:05:37.356]➜           parsed_objs=2118
2025-08-20T22:52:23.5618823Z [00:05:37.356]➜      garbage_sections=2593
2025-08-20T22:52:23.5619346Z [00:05:37.356]➜              num_fdes=10507
2025-08-20T22:52:23.5619803Z [00:05:37.356]➜        merged_strings=11403
2025-08-20T22:52:23.5620270Z [00:05:37.356]➜        undefined_syms=11987
2025-08-20T22:52:23.5620728Z [00:05:37.356]➜      regular_sections=24829
2025-08-20T22:52:23.5621487Z [00:05:37.356]➜      string_fragments=27851
2025-08-20T22:52:23.5621966Z [00:05:37.356]➜        input_sections=46183
2025-08-20T22:52:23.5622472Z [00:05:37.356]➜          defined_syms=54219
2025-08-20T22:52:23.5622947Z [00:05:37.356]➜              all_syms=90106
2025-08-20T22:52:23.5623438Z [00:05:37.356]➜           reloc_alloc=159775
2025-08-20T22:52:23.5623943Z [00:05:37.356]➜     total_input_bytes=74375082
2025-08-20T22:52:23.5624470Z [00:05:37.356]➜  .comment estimation=1629 actual=7
2025-08-20T22:52:23.5625020Z [00:05:37.356]➜  .rodata.cst8 estimation=1974 actual=614
2025-08-20T22:52:23.5625637Z [00:05:37.356]➜  .rodata.str1.1 estimation=10949 actual=9870
2025-08-20T22:52:23.5626209Z [00:05:37.356]➜  .rodata.str1.8 estimation=1628 actual=6
2025-08-20T22:52:23.5626766Z [00:05:37.356]➜  .rodata.cst4 estimation=1848 actual=399
2025-08-20T22:52:23.5627581Z [00:05:37.356]➜  .rodata.cst16 estimation=1857 actual=423
2025-08-20T22:52:23.5628190Z [00:05:37.356]➜  .rodata.cst2 estimation=1628 actual=4
2025-08-20T22:52:23.5628814Z [00:05:37.356]➜  .rodata.cst32 estimation=1660 actual=59
2025-08-20T22:52:23.5629440Z [00:05:37.356]➜  .rodata.str1.16 estimation=1629 actual=6
2025-08-20T22:52:23.5630029Z [00:05:37.356]➜  .rodata.str4.16 estimation=1633 actual=15
2025-08-20T22:52:23.5698787Z [00:05:37.365]➜  + find . -maxdepth 1 -type f -exec file -i '{}' ';'
2025-08-20T22:52:23.5703201Z [00:05:37.365]➜  + grep -Ei 'application/.*executable|inode/symlink|text/x-perl|text/.*script'
2025-08-20T22:52:23.5720552Z [00:05:37.367]➜  + + xargs -I '{}' sh -c 'echo "File: {}"; readelf -p ".comment" "{}"'
2025-08-20T22:52:23.5721736Z [00:05:37.367]➜  + xargs realpath
2025-08-20T22:52:23.5734150Z [00:05:37.368]➜  cut -d: -f1
2025-08-20T22:52:27.2496552Z [00:05:41.044]➜  File: /tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-ng
2025-08-20T22:52:27.2505003Z [00:05:41.045]➜  
2025-08-20T22:52:27.2506741Z [00:05:41.046]➜  String dump of section '.comment':
2025-08-20T22:52:27.2507592Z [00:05:41.046]➜    [     0]  mold 2.39.1 (compatible with GNU ld)
2025-08-20T22:52:27.2508606Z [00:05:41.046]➜    [    25]  GCC: (Alpine 14.3.0) 14.3.0
2025-08-20T22:52:27.2514647Z [00:05:41.046]➜    [    41]  GCC: (Alpine 15.2.0) 15.2.0
2025-08-20T22:52:27.2515722Z [00:05:41.046]➜    [    5d]  GCC: (Alpine 13.2.1_git20240309) 13.2.1 20240309
2025-08-20T22:52:27.2516518Z [00:05:41.046]➜    [    8e]  GCC: (Alpine 14.2.0) 14.2.0
2025-08-20T22:52:27.2517106Z [00:05:41.046]➜    [    ab]  Alpine clang version 20.1.8
2025-08-20T22:52:27.2517894Z [00:05:41.046]➜  
2025-08-20T22:52:27.2519256Z [00:05:41.047]➜  File: /tmp/tmp.K0hxIS5eCV/TEMPREPO/kernel-coverage.sh
2025-08-20T22:52:27.2526516Z [00:05:41.047]➜  readelf: Error: Not an ELF file - it has the wrong magic bytes at the start
2025-08-20T22:52:27.2549689Z [00:05:41.050]➜  + find . -maxdepth 1 -type f -exec file -i '{}' ';'
2025-08-20T22:52:27.2551100Z [00:05:41.050]➜  + grep -Ei 'application/.*executable|inode/symlink|text/x-perl|text/.*script'
2025-08-20T22:52:27.2551992Z [00:05:41.050]➜  + cut -d: -f1
2025-08-20T22:52:27.2553102Z [00:05:41.050]➜  + xargs realpath --no-symlinks
2025-08-20T22:52:27.2566040Z [00:05:41.051]➜  + xargs -I '{}' rsync -achvL '{}' /build-bins/
2025-08-20T22:52:30.9257559Z [00:05:44.721]➜  sending incremental file list
2025-08-20T22:52:30.9276281Z [00:05:44.723]➜  stress-ng
2025-08-20T22:52:30.9836435Z [00:05:44.779]➜  
2025-08-20T22:52:30.9837051Z [00:05:44.779]➜  sent 8.66M bytes  received 35 bytes  17.32M bytes/sec
2025-08-20T22:52:30.9837598Z [00:05:44.779]➜  total size is 8.66M  speedup is 1.00
2025-08-20T22:52:30.9852721Z [00:05:44.780]➜  sending incremental file list
2025-08-20T22:52:30.9856792Z [00:05:44.781]➜  kernel-coverage.sh
2025-08-20T22:52:31.0265072Z [00:05:44.821]➜  
2025-08-20T22:52:31.0265797Z [00:05:44.821]➜  sent 27.41K bytes  received 35 bytes  54.90K bytes/sec
2025-08-20T22:52:31.0266608Z [00:05:44.821]➜  total size is 27.28K  speedup is 0.99
2025-08-20T22:52:31.1720636Z [00:05:44.967]➜  '/tmp/tmp.K0hxIS5eCV/TEMPREPO/COPYING' -> '/build-bins/LICENSE'
2025-08-20T22:52:31.1939054Z [00:05:44.989]➜  + find /build-bins/ -type f -exec objcopy --remove-section=.comment '--remove-section=.note.*' '{}' ';'
2025-08-20T22:52:31.2196869Z [00:05:45.014]➜  objcopy: /build-bins/kernel-coverage.sh: file format not recognized
2025-08-20T22:52:31.2209480Z [00:05:45.016]➜  objcopy: /build-bins/LICENSE: file format not recognized
2025-08-20T22:52:31.2214687Z [00:05:45.016]➜  + find /build-bins/ -type f '!' -name '*.no_strip' -exec strip --strip-all --verbose '{}' ';'
2025-08-20T22:52:31.2523246Z [00:05:45.047]➜  copy from `/build-bins/stress-ng' [elf64-x86-64] to `/build-bins/stnLhJkd' [elf64-x86-64]
2025-08-20T22:52:31.3567515Z [00:05:45.152]➜  + find /build-bins/ -type f -exec bash -c 'echo && realpath {} && readelf --section-headers {} 2>/dev/null' ';'
2025-08-20T22:52:31.3596358Z [00:05:45.155]➜  
2025-08-20T22:52:31.3613940Z [00:05:45.156]➜  /build-bins/stress-ng
2025-08-20T22:52:31.3626490Z [00:05:45.157]➜  There are 32 section headers, starting at offset 0x841948:
2025-08-20T22:52:31.3628327Z [00:05:45.158]➜  
2025-08-20T22:52:31.3628868Z [00:05:45.158]➜  Section Headers:
2025-08-20T22:52:31.3629498Z [00:05:45.158]➜    [Nr] Name              Type             Address           Offset
2025-08-20T22:52:31.3630270Z [00:05:45.158]➜         Size              EntSize          Flags  Link  Info  Align
2025-08-20T22:52:31.3631491Z [00:05:45.158]➜    [ 0]                   NULL             0000000000000000  00000000
2025-08-20T22:52:31.3632408Z [00:05:45.158]➜         0000000000000000  0000000000000000           0     0     0
2025-08-20T22:52:31.3634520Z [00:05:45.158]➜    [ 1] .gnu.hash         GNU_HASH         0000000000000270  00000270
2025-08-20T22:52:31.3635323Z [00:05:45.158]➜         000000000000001c  0000000000000000   A       2     0     8
2025-08-20T22:52:31.3636075Z [00:05:45.158]➜    [ 2] .dynsym           DYNSYM           0000000000000290  00000290
2025-08-20T22:52:31.3636815Z [00:05:45.158]➜         0000000000000018  0000000000000018   A       3     1     8
2025-08-20T22:52:31.3637296Z [00:05:45.158]➜    [ 3] .dynstr           STRTAB           00000000000002a8  000002a8
2025-08-20T22:52:31.3637735Z [00:05:45.158]➜         0000000000000001  0000000000000000   A       0     0     1
2025-08-20T22:52:31.3638180Z [00:05:45.158]➜    [ 4] .eh_frame         PROGBITS         00000000000002b0  000002b0
2025-08-20T22:52:31.3638644Z [00:05:45.158]➜         000000000008cbb4  0000000000000000   A       0     0     8
2025-08-20T22:52:31.3639211Z [00:05:45.158]➜    [ 5] .eh_frame_hdr     PROGBITS         000000000008ce64  0008ce64
2025-08-20T22:52:31.3639667Z [00:05:45.158]➜         0000000000014864  0000000000000000   A       0     0     4
2025-08-20T22:52:31.3640179Z [00:05:45.158]➜    [ 6] .relr.dyn         RELR             00000000000a16c8  000a16c8
2025-08-20T22:52:31.3640605Z [00:05:45.158]➜         0000000000001190  0000000000000008   A       0     0     8
2025-08-20T22:52:31.3641287Z [00:05:45.158]➜    [ 7] .rodata           PROGBITS         00000000000a2880  000a2880
2025-08-20T22:52:31.3641717Z [00:05:45.158]➜         0000000000050d58  0000000000000000   A       0     0     64
2025-08-20T22:52:31.3642161Z [00:05:45.158]➜    [ 8] .rodata.cst16     PROGBITS         00000000000f3600  000f3600
2025-08-20T22:52:31.3642601Z [00:05:45.158]➜         0000000000004d00  0000000000000010  AM       0     0     64
2025-08-20T22:52:31.3643043Z [00:05:45.158]➜    [ 9] .rodata.cst2      PROGBITS         00000000000f8300  000f8300
2025-08-20T22:52:31.3643472Z [00:05:45.158]➜         0000000000000008  0000000000000002  AM       0     0     2
2025-08-20T22:52:31.3643905Z [00:05:45.158]➜    [10] .rodata.cst32     PROGBITS         00000000000f8340  000f8340
2025-08-20T22:52:31.3644344Z [00:05:45.158]➜         0000000000000980  0000000000000020  AM       0     0     64
2025-08-20T22:52:31.3644787Z [00:05:45.158]➜    [11] .rodata.cst4      PROGBITS         00000000000f8cc0  000f8cc0
2025-08-20T22:52:31.3645238Z [00:05:45.158]➜         000000000000063c  0000000000000004  AM       0     0     4
2025-08-20T22:52:31.3645674Z [00:05:45.158]➜    [12] .rodata.cst8      PROGBITS         00000000000f9300  000f9300
2025-08-20T22:52:31.3646102Z [00:05:45.158]➜         0000000000001330  0000000000000008  AM       0     0     8
2025-08-20T22:52:31.3646534Z [00:05:45.158]➜    [13] .rodata.str1.1    PROGBITS         00000000000fa630  000fa630
2025-08-20T22:52:31.3646975Z [00:05:45.158]➜         000000000003fc76  0000000000000001 AMS       0     0     1
2025-08-20T22:52:31.3647421Z [00:05:45.158]➜    [14] .rodata.str1.16   PROGBITS         000000000013a2b0  0013a2b0
2025-08-20T22:52:31.3647859Z [00:05:45.158]➜         00000000000000f0  0000000000000001 AMS       0     0     16
2025-08-20T22:52:31.3648305Z [00:05:45.158]➜    [15] .rodata.str1.8    PROGBITS         000000000013a3a0  0013a3a0
2025-08-20T22:52:31.3648738Z [00:05:45.158]➜         00000000000000d0  0000000000000001 AMS       0     0     8
2025-08-20T22:52:31.3649265Z [00:05:45.158]➜    [16] .rodata.str4.16   PROGBITS         000000000013a470  0013a470
2025-08-20T22:52:31.3649698Z [00:05:45.158]➜         0000000000000270  0000000000000004 AMS       0     0     16
2025-08-20T22:52:31.3650114Z [00:05:45.158]➜    [17] .fini             PROGBITS         000000000013b6e0  0013a6e0
2025-08-20T22:52:31.3650528Z [00:05:45.158]➜         0000000000000003  0000000000000000  AX       0     0     1
2025-08-20T22:52:31.3651384Z [00:05:45.158]➜    [18] .init             PROGBITS         000000000013b6e3  0013a6e3
2025-08-20T22:52:31.3651817Z [00:05:45.158]➜         0000000000000003  0000000000000000  AX       0     0     1
2025-08-20T22:52:31.3652237Z [00:05:45.158]➜    [19] .text             PROGBITS         000000000013b700  0013a700
2025-08-20T22:52:31.3652661Z [00:05:45.158]➜         00000000006c283b  0000000000000000  AX       0     0     64
2025-08-20T22:52:31.3653177Z [00:05:45.158]➜    [20] .tdata            PROGBITS         00000000007fef3c  007fcf3c
2025-08-20T22:52:31.3654207Z [00:05:45.158]➜         0000000000000008  0000000000000000 WAT       0     0     4
2025-08-20T22:52:31.3655231Z [00:05:45.158]➜    [21] .data.rel.ro      PROGBITS         00000000007fef80  007fcf80
2025-08-20T22:52:31.3655709Z [00:05:45.158]➜         000000000003a130  0000000000000000  WA       0     0     64
2025-08-20T22:52:31.3656146Z [00:05:45.158]➜    [22] .dynamic          DYNAMIC          00000000008390b0  008370b0
2025-08-20T22:52:31.3656583Z [00:05:45.158]➜         0000000000000180  0000000000000010  WA       3     0     8
2025-08-20T22:52:31.3657128Z [00:05:45.158]➜    [23] .fini_array       FINI_ARRAY       0000000000839230  00837230
2025-08-20T22:52:31.3657562Z [00:05:45.158]➜         0000000000000008  0000000000000008  WA       0     0     8
2025-08-20T22:52:31.3658048Z [00:05:45.158]➜    [24] .got.plt          PROGBITS         0000000000839238  00837238
2025-08-20T22:52:31.3658479Z [00:05:45.158]➜         0000000000000018  0000000000000000  WA       0     0     8
2025-08-20T22:52:31.3658918Z [00:05:45.158]➜    [25] .init_array       INIT_ARRAY       0000000000839250  00837250
2025-08-20T22:52:31.3659359Z [00:05:45.158]➜         0000000000000020  0000000000000008  WA       0     0     8
2025-08-20T22:52:31.3659783Z [00:05:45.158]➜    [26] .got              PROGBITS         0000000000839270  00837270
2025-08-20T22:52:31.3660203Z [00:05:45.158]➜         0000000000000bf8  0000000000000000  WA       0     0     8
2025-08-20T22:52:31.3660658Z [00:05:45.158]➜    [27] .relro_padding    NOBITS           0000000000839e68  00837e68
2025-08-20T22:52:31.3661312Z [00:05:45.158]➜         0000000000000198  0000000000000000  WA       0     0     1
2025-08-20T22:52:31.3661752Z [00:05:45.158]➜    [28] .data             PROGBITS         000000000083ae80  00837e80
2025-08-20T22:52:31.3662189Z [00:05:45.158]➜         0000000000009978  0000000000000000  WA       0     0     64
2025-08-20T22:52:31.3662628Z [00:05:45.158]➜    [29] .tm_clone_table   PROGBITS         00000000008447f8  008417f8
2025-08-20T22:52:31.3663065Z [00:05:45.158]➜         0000000000000000  0000000000000000  WA       0     0     8
2025-08-20T22:52:31.3663476Z [00:05:45.158]➜    [30] .bss              NOBITS           0000000000844800  008417f8
2025-08-20T22:52:31.3663898Z [00:05:45.158]➜         00000000006cc754  0000000000000000  WA       0     0     128
2025-08-20T22:52:31.3664331Z [00:05:45.158]➜    [31] .shstrtab         STRTAB           0000000000000000  008417f8
2025-08-20T22:52:31.3664762Z [00:05:45.158]➜         000000000000014f  0000000000000000           0     0     1
2025-08-20T22:52:31.3665100Z [00:05:45.158]➜  Key to Flags:
2025-08-20T22:52:31.3665482Z [00:05:45.158]➜    W (write), A (alloc), X (execute), M (merge), S (strings), I (info),
2025-08-20T22:52:31.3665955Z [00:05:45.158]➜    L (link order), O (extra OS processing required), G (group), T (TLS),
2025-08-20T22:52:31.3666421Z [00:05:45.158]➜    C (compressed), x (unknown), o (OS specific), E (exclude),
2025-08-20T22:52:31.3666918Z [00:05:45.158]➜    D (mbind), l (large), p (processor specific)
2025-08-20T22:52:31.3667214Z [00:05:45.160]➜  
2025-08-20T22:52:31.3672525Z [00:05:45.162]➜  /build-bins/kernel-coverage.sh
2025-08-20T22:52:31.3707435Z [00:05:45.166]➜  
2025-08-20T22:52:31.3723301Z [00:05:45.167]➜  /build-bins/LICENSE
2025-08-20T22:52:31.3739147Z [00:05:45.169]➜  + file /build-bins/LICENSE /build-bins/kernel-coverage.sh /build-bins/stress-ng
2025-08-20T22:52:31.4013661Z [00:05:45.196]➜  /build-bins/LICENSE:            ASCII text
2025-08-20T22:52:31.4067765Z [00:05:45.202]➜  /build-bins/kernel-coverage.sh: Bourne-Again shell script, ASCII text executable
2025-08-20T22:52:31.4068785Z [00:05:45.202]➜  /build-bins/stress-ng:          ELF 64-bit LSB pie executable, x86-64, version 1 (SYSV), static-pie linked, stripped
2025-08-20T22:52:31.4078560Z [00:05:45.203]➜  + stat -c '%n:         %s Bytes' /build-bins/LICENSE /build-bins/kernel-coverage.sh /build-bins/stress-ng
2025-08-20T22:52:31.4095807Z [00:05:45.204]➜  /build-bins/LICENSE:         18092 Bytes
2025-08-20T22:52:31.4096697Z [00:05:45.205]➜  /build-bins/kernel-coverage.sh:         27284 Bytes
2025-08-20T22:52:31.4097439Z [00:05:45.205]➜  /build-bins/stress-ng:         8659272 Bytes
2025-08-20T22:52:31.4099455Z [00:05:45.205]➜  + du /build-bins/LICENSE /build-bins/kernel-coverage.sh /build-bins/stress-ng --bytes --human-readable --time --time-style=full-iso --summarize
2025-08-20T22:52:31.4114268Z [00:05:45.206]➜  18K	2025-08-20 22:52:31.170778848 +0000	/build-bins/LICENSE
2025-08-20T22:52:31.4115078Z [00:05:45.206]➜  27K	2025-08-20 22:48:26.611070985 +0000	/build-bins/kernel-coverage.sh
2025-08-20T22:52:31.4115873Z [00:05:45.206]➜  8.3M	2025-08-20 22:52:31.268780735 +0000	/build-bins/stress-ng
2025-08-20T22:52:31.4117700Z [00:05:45.207]➜  + popd
2025-08-20T22:52:31.4464903Z [00:05:45.241]➜  + docker cp alpine-builder:/build-bins/. /tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/
2025-08-20T22:52:31.4793590Z [00:05:45.274]➜  + '[' -s /tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE ']'
2025-08-20T22:52:31.4794753Z [00:05:45.274]➜  + cp -fv /tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE /tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/LICENSE
2025-08-20T22:52:31.4822781Z [00:05:45.277]➜  '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE' -> '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/LICENSE'
2025-08-20T22:52:31.4828315Z [00:05:45.278]➜  + find /tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP -maxdepth 1 -type f -exec file -i '{}' ';'
2025-08-20T22:52:31.4836630Z [00:05:45.279]➜  + grep -Ei 'application/.*executable|inode/symlink|text/x-perl|text/.*script'
2025-08-20T22:52:31.4837746Z [00:05:45.279]➜  + cut -d: -f1
2025-08-20T22:52:31.4839059Z [00:05:45.279]➜  + xargs realpath --no-symlinks
2025-08-20T22:52:31.4842975Z [00:05:45.279]➜  + xargs -I '{}' rsync -achvL '{}' /tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR
2025-08-20T22:52:31.6612298Z [00:05:45.456]➜  sending incremental file list
2025-08-20T22:52:31.6630088Z [00:05:45.458]➜  stress-ng
2025-08-20T22:52:31.7140050Z [00:05:45.509]➜  
2025-08-20T22:52:31.7140988Z [00:05:45.509]➜  sent 8.66M bytes  received 35 bytes  17.32M bytes/sec
2025-08-20T22:52:31.7141802Z [00:05:45.509]➜  total size is 8.66M  speedup is 1.00
2025-08-20T22:52:31.7164821Z [00:05:45.511]➜  sending incremental file list
2025-08-20T22:52:31.7168223Z [00:05:45.512]➜  kernel-coverage.sh
2025-08-20T22:52:31.7575767Z [00:05:45.552]➜  
2025-08-20T22:52:31.7576531Z [00:05:45.552]➜  sent 27.41K bytes  received 35 bytes  54.90K bytes/sec
2025-08-20T22:52:31.7577477Z [00:05:45.553]➜  total size is 27.28K  speedup is 0.99
2025-08-20T22:52:31.7591978Z [00:05:45.554]➜  
2025-08-20T22:52:32.1351075Z [00:05:45.930]➜  
2025-08-20T22:52:32.1462655Z [00:05:45.941]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/stress-ng.version' from runner:docker to runner:runner
2025-08-20T22:52:32.1465235Z [00:05:45.941]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/lto-llvm-82e9d6.o' from root:root to runner:runner
2025-08-20T22:52:32.1468912Z [00:05:45.941]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/lto-llvm-fe67e4.o' from root:root to runner:runner
2025-08-20T22:52:32.1471170Z [00:05:45.941]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/lto-llvm-f7108a.o' from root:root to runner:runner
2025-08-20T22:52:32.1473317Z [00:05:45.941]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/lto-llvm-57ad7d.o' from root:root to runner:runner
2025-08-20T22:52:32.1475249Z [00:05:45.941]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.pgepFZ8PFM' from root:root to runner:runner
2025-08-20T22:52:32.1477311Z [00:05:45.941]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-stack.c' from root:root to runner:runner
2025-08-20T22:52:32.1479531Z [00:05:45.941]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-mounts.c' from root:root to runner:runner
2025-08-20T22:52:32.1481976Z [00:05:45.941]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-session.o' from root:root to runner:runner
2025-08-20T22:52:32.1484417Z [00:05:45.941]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-ioprio.o' from root:root to runner:runner
2025-08-20T22:52:32.1486833Z [00:05:45.941]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-fp-error.c' from root:root to runner:runner
2025-08-20T22:52:32.1489113Z [00:05:45.941]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-io-uring.c' from root:root to runner:runner
2025-08-20T22:52:32.1491558Z [00:05:45.941]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-rawpkt.o' from root:root to runner:runner
2025-08-20T22:52:32.1493824Z [00:05:45.941]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-stack.h' from root:root to runner:runner
2025-08-20T22:52:32.1496071Z [00:05:45.941]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-sigfd.c' from root:root to runner:runner
2025-08-20T22:52:32.1498295Z [00:05:45.941]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-klog.c' from root:root to runner:runner
2025-08-20T22:52:32.1500519Z [00:05:45.941]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-config.c' from root:root to runner:runner
2025-08-20T22:52:32.1502920Z [00:05:45.941]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-resched.c' from root:root to runner:runner
2025-08-20T22:52:32.1505154Z [00:05:45.941]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-mmap.o' from root:root to runner:runner
2025-08-20T22:52:32.1507500Z [00:05:45.941]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-zero.o' from root:root to runner:runner
2025-08-20T22:52:32.1509740Z [00:05:45.941]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-log.h' from root:root to runner:runner
2025-08-20T22:52:32.1512264Z [00:05:45.941]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-mseal.c' from root:root to runner:runner
2025-08-20T22:52:32.1514530Z [00:05:45.941]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-mmapcow.c' from root:root to runner:runner
2025-08-20T22:52:32.1516818Z [00:05:45.941]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-powmath.c' from root:root to runner:runner
2025-08-20T22:52:32.1519053Z [00:05:45.941]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-goto.o' from root:root to runner:runner
2025-08-20T22:52:32.1521416Z [00:05:45.942]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-rapl.o' from root:root to runner:runner
2025-08-20T22:52:32.1523643Z [00:05:45.942]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-lockf.c' from root:root to runner:runner
2025-08-20T22:52:32.1525900Z [00:05:45.942]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-stackmmap.c' from root:root to runner:runner
2025-08-20T22:52:32.1528374Z [00:05:45.942]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-splice.c' from root:root to runner:runner
2025-08-20T22:52:32.1530752Z [00:05:45.942]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-affinity.c' from root:root to runner:runner
2025-08-20T22:52:32.1533228Z [00:05:45.942]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-ioprio.c' from root:root to runner:runner
2025-08-20T22:52:32.1535489Z [00:05:45.942]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-rdrand.o' from root:root to runner:runner
2025-08-20T22:52:32.1537748Z [00:05:45.942]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-sleep.o' from root:root to runner:runner
2025-08-20T22:52:32.1540005Z [00:05:45.942]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-funcret.c' from root:root to runner:runner
2025-08-20T22:52:32.1542434Z [00:05:45.942]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-loadavg.c' from root:root to runner:runner
2025-08-20T22:52:32.1544672Z [00:05:45.942]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-powmath.o' from root:root to runner:runner
2025-08-20T22:52:32.1546890Z [00:05:45.942]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-chdir.c' from root:root to runner:runner
2025-08-20T22:52:32.1549124Z [00:05:45.942]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-cpu-cache.o' from root:root to runner:runner
2025-08-20T22:52:32.1551713Z [00:05:45.942]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-skiplist.c' from root:root to runner:runner
2025-08-20T22:52:32.1553977Z [00:05:45.942]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-io.c' from root:root to runner:runner
2025-08-20T22:52:32.1556314Z [00:05:45.942]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-access.c' from root:root to runner:runner
2025-08-20T22:52:32.1558540Z [00:05:45.942]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-sched.h' from root:root to runner:runner
2025-08-20T22:52:32.1560729Z [00:05:45.942]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-cpu.c' from root:root to runner:runner
2025-08-20T22:52:32.1563136Z [00:05:45.942]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-judy.c' from root:root to runner:runner
2025-08-20T22:52:32.1565390Z [00:05:45.942]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-madvise.c' from root:root to runner:runner
2025-08-20T22:52:32.1567752Z [00:05:45.942]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-intmath.o' from root:root to runner:runner
2025-08-20T22:52:32.1569985Z [00:05:45.942]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-prctl.c' from root:root to runner:runner
2025-08-20T22:52:32.1572527Z [00:05:45.942]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-x86syscall.o' from root:root to runner:runner
2025-08-20T22:52:32.1574810Z [00:05:45.942]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-flock.o' from root:root to runner:runner
2025-08-20T22:52:32.1577189Z [00:05:45.943]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-dup.c' from root:root to runner:runner
2025-08-20T22:52:32.1579437Z [00:05:45.943]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-yield.o' from root:root to runner:runner
2025-08-20T22:52:32.1581892Z [00:05:45.943]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-oom-pipe.o' from root:root to runner:runner
2025-08-20T22:52:32.1584209Z [00:05:45.943]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-lsearch.c' from root:root to runner:runner
2025-08-20T22:52:32.1586485Z [00:05:45.943]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-apparmor.o' from root:root to runner:runner
2025-08-20T22:52:32.1588753Z [00:05:45.943]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-getrandom.o' from root:root to runner:runner
2025-08-20T22:52:32.1591165Z [00:05:45.943]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-memory.o' from root:root to runner:runner
2025-08-20T22:52:32.1593422Z [00:05:45.943]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-hsearch.c' from root:root to runner:runner
2025-08-20T22:52:32.1595785Z [00:05:45.943]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-kill.o' from root:root to runner:runner
2025-08-20T22:52:32.1598015Z [00:05:45.943]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-vecfp.o' from root:root to runner:runner
2025-08-20T22:52:32.1600360Z [00:05:45.943]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-syscall.o' from root:root to runner:runner
2025-08-20T22:52:32.1612420Z [00:05:45.943]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/example-jobs/pipe.job' from root:root to runner:runner
2025-08-20T22:52:32.1614965Z [00:05:45.943]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/example-jobs/scheduler.job' from root:root to runner:runner
2025-08-20T22:52:32.1617373Z [00:05:45.943]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/example-jobs/vm.job' from root:root to runner:runner
2025-08-20T22:52:32.1619757Z [00:05:45.943]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/example-jobs/interrupt.job' from root:root to runner:runner
2025-08-20T22:52:32.1622361Z [00:05:45.943]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/example-jobs/cpu-cache.job' from root:root to runner:runner
2025-08-20T22:52:32.1624774Z [00:05:45.943]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/example-jobs/network.job' from root:root to runner:runner
2025-08-20T22:52:32.1627277Z [00:05:45.943]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/example-jobs/device.job' from root:root to runner:runner
2025-08-20T22:52:32.1629705Z [00:05:45.943]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/example-jobs/io.job' from root:root to runner:runner
2025-08-20T22:52:32.1632290Z [00:05:45.943]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/example-jobs/filesystem.job' from root:root to runner:runner
2025-08-20T22:52:32.1634711Z [00:05:45.943]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/example-jobs/hot-cpu.job' from root:root to runner:runner
2025-08-20T22:52:32.1637069Z [00:05:45.943]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/example-jobs/example.job' from root:root to runner:runner
2025-08-20T22:52:32.1639528Z [00:05:45.943]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/example-jobs/matrix-methods.job' from root:root to runner:runner
2025-08-20T22:52:32.1642138Z [00:05:45.943]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/example-jobs/security.job' from root:root to runner:runner
2025-08-20T22:52:32.1644511Z [00:05:45.943]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/example-jobs/memory.job' from root:root to runner:runner
2025-08-20T22:52:32.1646847Z [00:05:45.943]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/example-jobs/cpu.job' from root:root to runner:runner
2025-08-20T22:52:32.1649085Z [00:05:45.943]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/example-jobs' from root:root to runner:runner
2025-08-20T22:52:32.1651620Z [00:05:45.943]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-interrupts.h' from root:root to runner:runner
2025-08-20T22:52:32.1653898Z [00:05:45.943]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-rawdev.o' from root:root to runner:runner
2025-08-20T22:52:32.1656229Z [00:05:45.943]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-helper.h' from root:root to runner:runner
2025-08-20T22:52:32.1658474Z [00:05:45.944]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-ipsec-mb.c' from root:root to runner:runner
2025-08-20T22:52:32.1660752Z [00:05:45.944]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-physpage.c' from root:root to runner:runner
2025-08-20T22:52:32.1663181Z [00:05:45.944]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/.gitignore' from root:root to runner:runner
2025-08-20T22:52:32.1665389Z [00:05:45.944]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-pkey.o' from root:root to runner:runner
2025-08-20T22:52:32.1667602Z [00:05:45.944]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-led.o' from root:root to runner:runner
2025-08-20T22:52:32.1669877Z [00:05:45.944]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-monte-carlo.c' from root:root to runner:runner
2025-08-20T22:52:32.1672511Z [00:05:45.944]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-icmp-flood.o' from root:root to runner:runner
2025-08-20T22:52:32.1674897Z [00:05:45.944]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-handle.o' from root:root to runner:runner
2025-08-20T22:52:32.1677151Z [00:05:45.944]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-resources.h' from root:root to runner:runner
2025-08-20T22:52:32.1679441Z [00:05:45.944]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-radixsort.c' from root:root to runner:runner
2025-08-20T22:52:32.1681895Z [00:05:45.944]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-out-of-memory.h' from root:root to runner:runner
2025-08-20T22:52:32.1684183Z [00:05:45.944]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-signal.o' from root:root to runner:runner
2025-08-20T22:52:32.1686408Z [00:05:45.944]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-chmod.o' from root:root to runner:runner
2025-08-20T22:52:32.1688619Z [00:05:45.944]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-zero.c' from root:root to runner:runner
2025-08-20T22:52:32.1690959Z [00:05:45.944]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-wait.o' from root:root to runner:runner
2025-08-20T22:52:32.1693157Z [00:05:45.944]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-cpu.h' from root:root to runner:runner
2025-08-20T22:52:32.1695473Z [00:05:45.944]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-vdso.c' from root:root to runner:runner
2025-08-20T22:52:32.1697696Z [00:05:45.944]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-hash.o' from root:root to runner:runner
2025-08-20T22:52:32.1700011Z [00:05:45.944]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-shim.h' from root:root to runner:runner
2025-08-20T22:52:32.1702417Z [00:05:45.944]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-bitops.h' from root:root to runner:runner
2025-08-20T22:52:32.1704697Z [00:05:45.944]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-thermal-zone.h' from root:root to runner:runner
2025-08-20T22:52:32.1706990Z [00:05:45.944]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-tsearch.o' from root:root to runner:runner
2025-08-20T22:52:32.1709257Z [00:05:45.944]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-landlock.c' from root:root to runner:runner
2025-08-20T22:52:32.1711748Z [00:05:45.944]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-clocksource.h' from root:root to runner:runner
2025-08-20T22:52:32.1714016Z [00:05:45.944]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-goto.c' from root:root to runner:runner
2025-08-20T22:52:32.1716406Z [00:05:45.944]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-mmapfork.c' from root:root to runner:runner
2025-08-20T22:52:32.1718779Z [00:05:45.944]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-sctp.c' from root:root to runner:runner
2025-08-20T22:52:32.1721162Z [00:05:45.944]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-opts.o' from root:root to runner:runner
2025-08-20T22:52:32.1723445Z [00:05:45.944]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-mergesort.o' from root:root to runner:runner
2025-08-20T22:52:32.1725747Z [00:05:45.944]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-physpage.o' from root:root to runner:runner
2025-08-20T22:52:32.1728057Z [00:05:45.944]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-processes.c' from root:root to runner:runner
2025-08-20T22:52:32.1730324Z [00:05:45.944]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-inotify.o' from root:root to runner:runner
2025-08-20T22:52:32.1732752Z [00:05:45.944]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-rawudp.c' from root:root to runner:runner
2025-08-20T22:52:32.1735006Z [00:05:45.944]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-sigurg.c' from root:root to runner:runner
2025-08-20T22:52:32.1737274Z [00:05:45.944]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-fibsearch.c' from root:root to runner:runner
2025-08-20T22:52:32.1739704Z [00:05:45.944]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-landlock.o' from root:root to runner:runner
2025-08-20T22:52:32.1742181Z [00:05:45.944]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-x86cpuid.c' from root:root to runner:runner
2025-08-20T22:52:32.1744561Z [00:05:45.944]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-asm-ret.h' from root:root to runner:runner
2025-08-20T22:52:32.1746786Z [00:05:45.944]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-cap.c' from root:root to runner:runner
2025-08-20T22:52:32.1749007Z [00:05:45.944]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-sigio.c' from root:root to runner:runner
2025-08-20T22:52:32.1751401Z [00:05:45.944]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-dentry.c' from root:root to runner:runner
2025-08-20T22:52:32.1753644Z [00:05:45.944]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/Dockerfile' from root:root to runner:runner
2025-08-20T22:52:32.1755910Z [00:05:45.944]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-bubblesort.o' from root:root to runner:runner
2025-08-20T22:52:32.1758201Z [00:05:45.945]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-sockdiag.o' from root:root to runner:runner
2025-08-20T22:52:32.1760592Z [00:05:45.945]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-fd-abuse.o' from root:root to runner:runner
2025-08-20T22:52:32.1763149Z [00:05:45.945]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-filename.c' from root:root to runner:runner
2025-08-20T22:52:32.1765445Z [00:05:45.945]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-randlist.o' from root:root to runner:runner
2025-08-20T22:52:32.1767816Z [00:05:45.945]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-sparsematrix.o' from root:root to runner:runner
2025-08-20T22:52:32.1770085Z [00:05:45.945]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-get.c' from root:root to runner:runner
2025-08-20T22:52:32.1772447Z [00:05:45.945]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-put.h' from root:root to runner:runner
2025-08-20T22:52:32.1774695Z [00:05:45.945]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-io-priority.o' from root:root to runner:runner
2025-08-20T22:52:32.1776942Z [00:05:45.945]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-swap.c' from root:root to runner:runner
2025-08-20T22:52:32.1779191Z [00:05:45.945]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-reboot.c' from root:root to runner:runner
2025-08-20T22:52:32.1781612Z [00:05:45.945]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-sigabrt.c' from root:root to runner:runner
2025-08-20T22:52:32.1784026Z [00:05:45.945]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-seccomp.o' from root:root to runner:runner
2025-08-20T22:52:32.1786285Z [00:05:45.945]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-cap.o' from root:root to runner:runner
2025-08-20T22:52:32.1788650Z [00:05:45.945]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-cpu-sched.c' from root:root to runner:runner
2025-08-20T22:52:32.1791062Z [00:05:45.945]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-shm.o' from root:root to runner:runner
2025-08-20T22:52:32.1793294Z [00:05:45.945]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-iomix.o' from root:root to runner:runner
2025-08-20T22:52:32.1795519Z [00:05:45.945]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-hdd.c' from root:root to runner:runner
2025-08-20T22:52:32.1797793Z [00:05:45.945]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-regs.o' from root:root to runner:runner
2025-08-20T22:52:32.1800036Z [00:05:45.945]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-pipe.o' from root:root to runner:runner
2025-08-20T22:52:32.1802514Z [00:05:45.945]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-daemon.o' from root:root to runner:runner
2025-08-20T22:52:32.1804741Z [00:05:45.945]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-time.c' from root:root to runner:runner
2025-08-20T22:52:32.1807115Z [00:05:45.945]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-eigen-ops.h' from root:root to runner:runner
2025-08-20T22:52:32.1809550Z [00:05:45.945]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-pipeherd.o' from root:root to runner:runner
2025-08-20T22:52:32.1812039Z [00:05:45.945]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-physmmap.c' from root:root to runner:runner
2025-08-20T22:52:32.1814359Z [00:05:45.946]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-sockdiag.c' from root:root to runner:runner
2025-08-20T22:52:32.1816620Z [00:05:45.946]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-fault.c' from root:root to runner:runner
2025-08-20T22:52:32.1818852Z [00:05:45.946]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-prime.c' from root:root to runner:runner
2025-08-20T22:52:32.1821270Z [00:05:45.946]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-dev-shm.o' from root:root to runner:runner
2025-08-20T22:52:32.1823538Z [00:05:45.946]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-prime.c' from root:root to runner:runner
2025-08-20T22:52:32.1825827Z [00:05:45.946]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-misaligned.c' from root:root to runner:runner
2025-08-20T22:52:32.1828255Z [00:05:45.946]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-mcontend.c' from root:root to runner:runner
2025-08-20T22:52:32.1830513Z [00:05:45.946]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-remap.c' from root:root to runner:runner
2025-08-20T22:52:32.1833036Z [00:05:45.946]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-syncload.c' from root:root to runner:runner
2025-08-20T22:52:32.1835270Z [00:05:45.946]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/CITATIONS.md' from root:root to runner:runner
2025-08-20T22:52:32.1837517Z [00:05:45.946]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-ping-sock.o' from root:root to runner:runner
2025-08-20T22:52:32.1839771Z [00:05:45.946]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-ng.o' from root:root to runner:runner
2025-08-20T22:52:32.1842160Z [00:05:45.946]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-sem.o' from root:root to runner:runner
2025-08-20T22:52:32.1844450Z [00:05:45.946]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-asm-generic.h' from root:root to runner:runner
2025-08-20T22:52:32.1846695Z [00:05:45.946]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/personality.h' from root:root to runner:runner
2025-08-20T22:52:32.1848895Z [00:05:45.946]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-tee.o' from root:root to runner:runner
2025-08-20T22:52:32.1851405Z [00:05:45.946]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-matrix-3d.o' from root:root to runner:runner
2025-08-20T22:52:32.1853800Z [00:05:45.946]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-matrix.o' from root:root to runner:runner
2025-08-20T22:52:32.1856086Z [00:05:45.946]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-sigvtalrm.o' from root:root to runner:runner
2025-08-20T22:52:32.1858330Z [00:05:45.946]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-sort.h' from root:root to runner:runner
2025-08-20T22:52:32.1860509Z [00:05:45.946]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-log.o' from root:root to runner:runner
2025-08-20T22:52:32.1862914Z [00:05:45.946]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-lockmix.c' from root:root to runner:runner
2025-08-20T22:52:32.1865210Z [00:05:45.946]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-l1cache.c' from root:root to runner:runner
2025-08-20T22:52:32.1867513Z [00:05:45.946]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-out-of-memory.o' from root:root to runner:runner
2025-08-20T22:52:32.1869749Z [00:05:45.946]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-mwc.h' from root:root to runner:runner
2025-08-20T22:52:32.1872322Z [00:05:45.946]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-randlist.c' from root:root to runner:runner
2025-08-20T22:52:32.1874624Z [00:05:45.946]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-sigvtalrm.c' from root:root to runner:runner
2025-08-20T22:52:32.1876893Z [00:05:45.946]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-stressors.h' from root:root to runner:runner
2025-08-20T22:52:32.1879370Z [00:05:45.946]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-mcontend.o' from root:root to runner:runner
2025-08-20T22:52:32.1881844Z [00:05:45.946]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/README.md' from root:root to runner:runner
2025-08-20T22:52:32.1884082Z [00:05:45.946]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-fractal.c' from root:root to runner:runner
2025-08-20T22:52:32.1886331Z [00:05:45.946]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-vdso.o' from root:root to runner:runner
2025-08-20T22:52:32.1888580Z [00:05:45.946]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-filerace.c' from root:root to runner:runner
2025-08-20T22:52:32.1891003Z [00:05:45.946]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-race-sched.c' from root:root to runner:runner
2025-08-20T22:52:32.1893287Z [00:05:45.946]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-sigrt.c' from root:root to runner:runner
2025-08-20T22:52:32.1895670Z [00:05:45.946]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-config-check.c' from root:root to runner:runner
2025-08-20T22:52:32.1898055Z [00:05:45.946]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-sync-file.c' from root:root to runner:runner
2025-08-20T22:52:32.1900362Z [00:05:45.946]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-unlink.o' from root:root to runner:runner
2025-08-20T22:52:32.1902801Z [00:05:45.946]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-shared-heap.c' from root:root to runner:runner
2025-08-20T22:52:32.1905049Z [00:05:45.946]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-killpid.o' from root:root to runner:runner
2025-08-20T22:52:32.1907295Z [00:05:45.946]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-vm-addr.c' from root:root to runner:runner
2025-08-20T22:52:32.1909629Z [00:05:45.946]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-mmaprandom.c' from root:root to runner:runner
2025-08-20T22:52:32.1912138Z [00:05:45.946]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-config-check.h' from root:root to runner:runner
2025-08-20T22:52:32.1914379Z [00:05:45.946]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-sync.h' from root:root to runner:runner
2025-08-20T22:52:32.1916746Z [00:05:45.946]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-binderfs.c' from root:root to runner:runner
2025-08-20T22:52:32.1919005Z [00:05:45.946]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/Makefile.config' from root:root to runner:runner
2025-08-20T22:52:32.1921389Z [00:05:45.946]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-affinity.c' from root:root to runner:runner
2025-08-20T22:52:32.1923731Z [00:05:45.946]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-version.h' from root:root to runner:runner
2025-08-20T22:52:32.1926127Z [00:05:45.946]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-udp-flood.c' from root:root to runner:runner
2025-08-20T22:52:32.1928441Z [00:05:45.947]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-ignite-cpu.o' from root:root to runner:runner
2025-08-20T22:52:32.1930707Z [00:05:45.947]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-sem.c' from root:root to runner:runner
2025-08-20T22:52:32.1933184Z [00:05:45.947]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-parse-opts.h' from root:root to runner:runner
2025-08-20T22:52:32.1935487Z [00:05:45.947]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-dirdeep.c' from root:root to runner:runner
2025-08-20T22:52:32.1937751Z [00:05:45.947]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-pseek.o' from root:root to runner:runner
2025-08-20T22:52:32.1940121Z [00:05:45.947]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-fpunch.c' from root:root to runner:runner
2025-08-20T22:52:32.1942686Z [00:05:45.947]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-timer.c' from root:root to runner:runner
2025-08-20T22:52:32.1944977Z [00:05:45.947]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-pageswap.c' from root:root to runner:runner
2025-08-20T22:52:32.1947262Z [00:05:45.947]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-bad-ioctl.c' from root:root to runner:runner
2025-08-20T22:52:32.1949507Z [00:05:45.947]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-mmap.h' from root:root to runner:runner
2025-08-20T22:52:32.1951937Z [00:05:45.947]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-fd-fork.c' from root:root to runner:runner
2025-08-20T22:52:32.1954185Z [00:05:45.947]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-cpu.o' from root:root to runner:runner
2025-08-20T22:52:32.1956421Z [00:05:45.947]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-icache.c' from root:root to runner:runner
2025-08-20T22:52:32.1958724Z [00:05:45.947]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-io-uring.o' from root:root to runner:runner
2025-08-20T22:52:32.1961371Z [00:05:45.947]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-vm-segv.o' from root:root to runner:runner
2025-08-20T22:52:32.1963638Z [00:05:45.947]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-dekker.o' from root:root to runner:runner
2025-08-20T22:52:32.1965934Z [00:05:45.947]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-icmp-flood.c' from root:root to runner:runner
2025-08-20T22:52:32.1968335Z [00:05:45.947]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-mprotect.o' from root:root to runner:runner
2025-08-20T22:52:32.1970603Z [00:05:45.947]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-gpu.c' from root:root to runner:runner
2025-08-20T22:52:32.1972983Z [00:05:45.947]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-fp.c' from root:root to runner:runner
2025-08-20T22:52:32.1975216Z [00:05:45.947]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-schedmix.c' from root:root to runner:runner
2025-08-20T22:52:32.1977453Z [00:05:45.947]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-pidfd.o' from root:root to runner:runner
2025-08-20T22:52:32.1979721Z [00:05:45.947]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-statmount.c' from root:root to runner:runner
2025-08-20T22:52:32.1982265Z [00:05:45.947]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-cpu-cache.c' from root:root to runner:runner
2025-08-20T22:52:32.1984663Z [00:05:45.948]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-sock.o' from root:root to runner:runner
2025-08-20T22:52:32.1987029Z [00:05:45.948]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-spinmem.o' from root:root to runner:runner
2025-08-20T22:52:32.1989284Z [00:05:45.948]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-env.o' from root:root to runner:runner
2025-08-20T22:52:32.1991830Z [00:05:45.948]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-str.o' from root:root to runner:runner
2025-08-20T22:52:32.1994270Z [00:05:45.948]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-bad-ioctl.o' from root:root to runner:runner
2025-08-20T22:52:32.1996544Z [00:05:45.948]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-sockfd.c' from root:root to runner:runner
2025-08-20T22:52:32.1998797Z [00:05:45.948]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-schedmix.o' from root:root to runner:runner
2025-08-20T22:52:32.2001218Z [00:05:45.948]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-vecmath.o' from root:root to runner:runner
2025-08-20T22:52:32.2003547Z [00:05:45.948]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-insertionsort.o' from root:root to runner:runner
2025-08-20T22:52:32.2005904Z [00:05:45.948]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-exit-group.c' from root:root to runner:runner
2025-08-20T22:52:32.2008273Z [00:05:45.948]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/syscalls.txt' from root:root to runner:runner
2025-08-20T22:52:32.2010548Z [00:05:45.948]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-prime.o' from root:root to runner:runner
2025-08-20T22:52:32.2013143Z [00:05:45.948]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-sockabuse.o' from root:root to runner:runner
2025-08-20T22:52:32.2015428Z [00:05:45.948]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-malloc.o' from root:root to runner:runner
2025-08-20T22:52:32.2017789Z [00:05:45.948]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-jpeg.c' from root:root to runner:runner
2025-08-20T22:52:32.2020014Z [00:05:45.948]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-flipflop.c' from root:root to runner:runner
2025-08-20T22:52:32.2022471Z [00:05:45.948]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-statmount.o' from root:root to runner:runner
2025-08-20T22:52:32.2024737Z [00:05:45.948]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-umask.o' from root:root to runner:runner
2025-08-20T22:52:32.2026956Z [00:05:45.948]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-smart.h' from root:root to runner:runner
2025-08-20T22:52:32.2029206Z [00:05:45.948]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-fanotify.o' from root:root to runner:runner
2025-08-20T22:52:32.2031745Z [00:05:45.948]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-helper.c' from root:root to runner:runner
2025-08-20T22:52:32.2034048Z [00:05:45.948]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-waitcpu.c' from root:root to runner:runner
2025-08-20T22:52:32.2036306Z [00:05:45.948]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-shim.c' from root:root to runner:runner
2025-08-20T22:52:32.2038510Z [00:05:45.948]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-trig.o' from root:root to runner:runner
2025-08-20T22:52:32.2040955Z [00:05:45.948]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-udp-flood.o' from root:root to runner:runner
2025-08-20T22:52:32.2043270Z [00:05:45.948]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-filesystem.o' from root:root to runner:runner
2025-08-20T22:52:32.2045539Z [00:05:45.948]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-metamix.o' from root:root to runner:runner
2025-08-20T22:52:32.2047802Z [00:05:45.948]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-ignite-cpu.h' from root:root to runner:runner
2025-08-20T22:52:32.2050051Z [00:05:45.948]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-malloc.c' from root:root to runner:runner
2025-08-20T22:52:32.2052649Z [00:05:45.948]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-zombie.o' from root:root to runner:runner
2025-08-20T22:52:32.2054922Z [00:05:45.948]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-memrate.o' from root:root to runner:runner
2025-08-20T22:52:32.2057268Z [00:05:45.948]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-spawn.c' from root:root to runner:runner
2025-08-20T22:52:32.2059507Z [00:05:45.948]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-quota.o' from root:root to runner:runner
2025-08-20T22:52:32.2062040Z [00:05:45.948]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-filename.o' from root:root to runner:runner
2025-08-20T22:52:32.2064355Z [00:05:45.948]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-io-priority.h' from root:root to runner:runner
2025-08-20T22:52:32.2066595Z [00:05:45.949]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-ng.1' from root:root to runner:runner
2025-08-20T22:52:32.2068802Z [00:05:45.949]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-seal.o' from root:root to runner:runner
2025-08-20T22:52:32.2071209Z [00:05:45.949]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-rawpkt.c' from root:root to runner:runner
2025-08-20T22:52:32.2073484Z [00:05:45.949]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-umask.c' from root:root to runner:runner
2025-08-20T22:52:32.2075817Z [00:05:45.949]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-aiol.o' from root:root to runner:runner
2025-08-20T22:52:32.2078042Z [00:05:45.949]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-stack.o' from root:root to runner:runner
2025-08-20T22:52:32.2080293Z [00:05:45.949]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-locka.o' from root:root to runner:runner
2025-08-20T22:52:32.2082814Z [00:05:45.949]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-llc-affinity.o' from root:root to runner:runner
2025-08-20T22:52:32.2085116Z [00:05:45.949]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-procfs.c' from root:root to runner:runner
2025-08-20T22:52:32.2087403Z [00:05:45.949]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-fallocate.c' from root:root to runner:runner
2025-08-20T22:52:32.2089658Z [00:05:45.949]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-clone.c' from root:root to runner:runner
2025-08-20T22:52:32.2092096Z [00:05:45.949]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-rmap.c' from root:root to runner:runner
2025-08-20T22:52:32.2094370Z [00:05:45.949]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-interrupts.c' from root:root to runner:runner
2025-08-20T22:52:32.2096791Z [00:05:45.949]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-softlockup.c' from root:root to runner:runner
2025-08-20T22:52:32.2099062Z [00:05:45.950]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-nice.o' from root:root to runner:runner
2025-08-20T22:52:32.2101580Z [00:05:45.950]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-alarm.o' from root:root to runner:runner
2025-08-20T22:52:32.2103884Z [00:05:45.950]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-netlink-task.c' from root:root to runner:runner
2025-08-20T22:52:32.2106282Z [00:05:45.950]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-cpuidle.o' from root:root to runner:runner
2025-08-20T22:52:32.2108589Z [00:05:45.950]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-ring-pipe.c' from root:root to runner:runner
2025-08-20T22:52:32.2111085Z [00:05:45.950]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-sigtrap.c' from root:root to runner:runner
2025-08-20T22:52:32.2113392Z [00:05:45.950]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-sync-file.o' from root:root to runner:runner
2025-08-20T22:52:32.2115672Z [00:05:45.950]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-asm-sparc.h' from root:root to runner:runner
2025-08-20T22:52:32.2117928Z [00:05:45.950]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-touch.c' from root:root to runner:runner
2025-08-20T22:52:32.2120274Z [00:05:45.950]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-xattr.o' from root:root to runner:runner
2025-08-20T22:52:32.2122759Z [00:05:45.950]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-sysbadaddr.c' from root:root to runner:runner
2025-08-20T22:52:32.2125060Z [00:05:45.950]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-bsearch.c' from root:root to runner:runner
2025-08-20T22:52:32.2127317Z [00:05:45.950]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-lockf.o' from root:root to runner:runner
2025-08-20T22:52:32.2129582Z [00:05:45.950]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-pagemove.c' from root:root to runner:runner
2025-08-20T22:52:32.2132016Z [00:05:45.950]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-chroot.o' from root:root to runner:runner
2025-08-20T22:52:32.2134285Z [00:05:45.950]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-apparmor.c' from root:root to runner:runner
2025-08-20T22:52:32.2136521Z [00:05:45.950]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-arch.o' from root:root to runner:runner
2025-08-20T22:52:32.2138742Z [00:05:45.950]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-ioport.o' from root:root to runner:runner
2025-08-20T22:52:32.2141310Z [00:05:45.950]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-flushcache.c' from root:root to runner:runner
2025-08-20T22:52:32.2143613Z [00:05:45.950]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-expmath.c' from root:root to runner:runner
2025-08-20T22:52:32.2145978Z [00:05:45.950]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-cyclic.o' from root:root to runner:runner
2025-08-20T22:52:32.2148216Z [00:05:45.950]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-io-uring.c' from root:root to runner:runner
2025-08-20T22:52:32.2150414Z [00:05:45.950]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-arch.h' from root:root to runner:runner
2025-08-20T22:52:32.2152972Z [00:05:45.950]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_CRYPT_R' from root:root to runner:runner
2025-08-20T22:52:32.2155316Z [00:05:45.951]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_CBRTF' from root:root to runner:runner
2025-08-20T22:52:32.2157646Z [00:05:45.951]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_FACCESSAT2' from root:root to runner:runner
2025-08-20T22:52:32.2159953Z [00:05:45.951]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_J0' from root:root to runner:runner
2025-08-20T22:52:32.2162463Z [00:05:45.951]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_SYS_IO_H' from root:root to runner:runner
2025-08-20T22:52:32.2164951Z [00:05:45.951]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_LINUX_MODULE_H' from root:root to runner:runner
2025-08-20T22:52:32.2167368Z [00:05:45.951]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_WCSNCASECMP' from root:root to runner:runner
2025-08-20T22:52:32.2169699Z [00:05:45.951]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_CLOGF' from root:root to runner:runner
2025-08-20T22:52:32.2172267Z [00:05:45.951]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_BUILTIN_HYPOTF' from root:root to runner:runner
2025-08-20T22:52:32.2174688Z [00:05:45.951]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_ASM_NOTHING' from root:root to runner:runner
2025-08-20T22:52:32.2177056Z [00:05:45.951]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_LINUX_HPET_H' from root:root to runner:runner
2025-08-20T22:52:32.2179459Z [00:05:45.951]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_BUILTIN_MEMSET' from root:root to runner:runner
2025-08-20T22:52:32.2181991Z [00:05:45.951]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_GETHOSTID' from root:root to runner:runner
2025-08-20T22:52:32.2184401Z [00:05:45.951]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_ASM_LOONG64_TLBRD' from root:root to runner:runner
2025-08-20T22:52:32.2186934Z [00:05:45.951]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_SETRESUID' from root:root to runner:runner
2025-08-20T22:52:32.2189293Z [00:05:45.951]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_ASM_PPC_ICBI' from root:root to runner:runner
2025-08-20T22:52:32.2191975Z [00:05:45.951]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_INT_FAST8_T' from root:root to runner:runner
2025-08-20T22:52:32.2194424Z [00:05:45.951]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_TANHL' from root:root to runner:runner
2025-08-20T22:52:32.2196899Z [00:05:45.951]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_MM_DPWSSD_EPI32' from root:root to runner:runner
2025-08-20T22:52:32.2199327Z [00:05:45.951]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_CLOCK_GETTIME' from root:root to runner:runner
2025-08-20T22:52:32.2201888Z [00:05:45.951]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_RUSAGE_WHO_T' from root:root to runner:runner
2025-08-20T22:52:32.2204236Z [00:05:45.951]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_PREAD' from root:root to runner:runner
2025-08-20T22:52:32.2206598Z [00:05:45.951]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_LINUX_FSVERITY_H' from root:root to runner:runner
2025-08-20T22:52:32.2209087Z [00:05:45.951]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_TARGET_CLONES_ALDERLAKE' from root:root to runner:runner
2025-08-20T22:52:32.2211899Z [00:05:45.951]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_CDROM_READ_AUDIO' from root:root to runner:runner
2025-08-20T22:52:32.2214319Z [00:05:45.951]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_STRINGS_H' from root:root to runner:runner
2025-08-20T22:52:32.2216665Z [00:05:45.951]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_SIGALTSTACK' from root:root to runner:runner
2025-08-20T22:52:32.2219050Z [00:05:45.951]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_DELETE_MODULE' from root:root to runner:runner
2025-08-20T22:52:32.2221721Z [00:05:45.951]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_ATTRIBUTE_RETURNS_NONNULL' from root:root to runner:runner
2025-08-20T22:52:32.2224227Z [00:05:45.951]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_INT_FAST16_T' from root:root to runner:runner
2025-08-20T22:52:32.2226613Z [00:05:45.951]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_BUILTIN_CBRTL' from root:root to runner:runner
2025-08-20T22:52:32.2229021Z [00:05:45.951]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_PROCESS_VM_WRITEV' from root:root to runner:runner
2025-08-20T22:52:32.2231674Z [00:05:45.951]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_PREADV' from root:root to runner:runner
2025-08-20T22:52:32.2234014Z [00:05:45.951]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_HSEARCH' from root:root to runner:runner
2025-08-20T22:52:32.2236506Z [00:05:45.951]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_BUILTIN_LLABS' from root:root to runner:runner
2025-08-20T22:52:32.2238857Z [00:05:45.951]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_COMPLEX' from root:root to runner:runner
2025-08-20T22:52:32.2241426Z [00:05:45.951]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_LOGF' from root:root to runner:runner
2025-08-20T22:52:32.2244007Z [00:05:45.951]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_ASM_RISCV_FENCE' from root:root to runner:runner
2025-08-20T22:52:32.2246459Z [00:05:45.951]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_ASM_SH4_SLEEP' from root:root to runner:runner
2025-08-20T22:52:32.2248830Z [00:05:45.951]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_WCSNCAT' from root:root to runner:runner
2025-08-20T22:52:32.2251315Z [00:05:45.951]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_OFF_T' from root:root to runner:runner
2025-08-20T22:52:32.2253712Z [00:05:45.951]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_ASM_HPPA_RFI' from root:root to runner:runner
2025-08-20T22:52:32.2256087Z [00:05:45.951]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_LOFF_T' from root:root to runner:runner
2025-08-20T22:52:32.2258422Z [00:05:45.951]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_PID_TYPE' from root:root to runner:runner
2025-08-20T22:52:32.2260760Z [00:05:45.952]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_SETPRIORITY' from root:root to runner:runner
2025-08-20T22:52:32.2263304Z [00:05:45.952]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_TERMIOS' from root:root to runner:runner
2025-08-20T22:52:32.2265632Z [00:05:45.952]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_DADDR_T' from root:root to runner:runner
2025-08-20T22:52:32.2267943Z [00:05:45.952]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_BSEARCH' from root:root to runner:runner
2025-08-20T22:52:32.2270395Z [00:05:45.952]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_MKFIFO' from root:root to runner:runner
2025-08-20T22:52:32.2272902Z [00:05:45.952]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_MTRR_SENTRY' from root:root to runner:runner
2025-08-20T22:52:32.2275370Z [00:05:45.952]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_LIB_CRYPT' from root:root to runner:runner
2025-08-20T22:52:32.2277716Z [00:05:45.952]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_LIB_LZMA' from root:root to runner:runner
2025-08-20T22:52:32.2280033Z [00:05:45.952]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_MTX_INIT' from root:root to runner:runner
2025-08-20T22:52:32.2282536Z [00:05:45.952]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_SYS_FSUID_H' from root:root to runner:runner
2025-08-20T22:52:32.2284929Z [00:05:45.952]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_FLISTXATTR' from root:root to runner:runner
2025-08-20T22:52:32.2287399Z [00:05:45.952]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_PWRITEV' from root:root to runner:runner
2025-08-20T22:52:32.2289848Z [00:05:45.952]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_LIBGEN_H' from root:root to runner:runner
2025-08-20T22:52:32.2291673Z [00:05:45.952]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_EXECUTABLE_START' from root:root to runner:runner
2025-08-20T22:52:32.2293051Z [00:05:45.952]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_LGETXATTR' from root:root to runner:runner
2025-08-20T22:52:32.2294384Z [00:05:45.952]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_LINUX_IF_PACKET_H' from root:root to runner:runner
2025-08-20T22:52:32.2295713Z [00:05:45.952]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_SYS_SWAP_H' from root:root to runner:runner
2025-08-20T22:52:32.2296967Z [00:05:45.952]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_Y0F' from root:root to runner:runner
2025-08-20T22:52:32.2298202Z [00:05:45.952]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_CSQRT' from root:root to runner:runner
2025-08-20T22:52:32.2299486Z [00:05:45.952]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_ASM_X86_PREFETCHT0' from root:root to runner:runner
2025-08-20T22:52:32.2300958Z [00:05:45.952]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_BSD_STRLCPY' from root:root to runner:runner
2025-08-20T22:52:32.2302283Z [00:05:45.952]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_ASM_X86_MFENCE' from root:root to runner:runner
2025-08-20T22:52:32.2303670Z [00:05:45.952]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_MQ_SYSV' from root:root to runner:runner
2025-08-20T22:52:32.2304929Z [00:05:45.952]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_PWRITE' from root:root to runner:runner
2025-08-20T22:52:32.2306176Z [00:05:45.952]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_CREAL' from root:root to runner:runner
2025-08-20T22:52:32.2307514Z [00:05:45.952]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_BSD_STRING_H' from root:root to runner:runner
2025-08-20T22:52:32.2308816Z [00:05:45.952]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_LINUX_WATCHDOG_H' from root:root to runner:runner
2025-08-20T22:52:32.2310423Z [00:05:45.953]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_SETPWENT' from root:root to runner:runner
2025-08-20T22:52:32.2311892Z [00:05:45.953]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_LOOKUP_DCOOKIE' from root:root to runner:runner
2025-08-20T22:52:32.2313263Z [00:05:45.953]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_READAHEAD' from root:root to runner:runner
2025-08-20T22:52:32.2314623Z [00:05:45.953]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_LINUX_SOCK_DIAG_H' from root:root to runner:runner
2025-08-20T22:52:32.2315919Z [00:05:45.953]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_LIBJPEG_H' from root:root to runner:runner
2025-08-20T22:52:32.2317208Z [00:05:45.953]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_FACCESSAT' from root:root to runner:runner
2025-08-20T22:52:32.2318473Z [00:05:45.953]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_CDROM_MSF' from root:root to runner:runner
2025-08-20T22:52:32.2319738Z [00:05:45.953]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_SETXATTR' from root:root to runner:runner
2025-08-20T22:52:32.2321152Z [00:05:45.953]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_SETNS' from root:root to runner:runner
2025-08-20T22:52:32.2322409Z [00:05:45.953]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_CIMAGF' from root:root to runner:runner
2025-08-20T22:52:32.2323672Z [00:05:45.953]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_SYS_UCRED_H' from root:root to runner:runner
2025-08-20T22:52:32.2324966Z [00:05:45.953]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_BUILTIN_CSINF' from root:root to runner:runner
2025-08-20T22:52:32.2326235Z [00:05:45.953]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_CABSL' from root:root to runner:runner
2025-08-20T22:52:32.2327506Z [00:05:45.953]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_BUILTIN_TANL' from root:root to runner:runner
2025-08-20T22:52:32.2328844Z [00:05:45.953]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_TANL' from root:root to runner:runner
2025-08-20T22:52:32.2330088Z [00:05:45.953]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_WCSRCHR' from root:root to runner:runner
2025-08-20T22:52:32.2331596Z [00:05:45.953]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_DUP3' from root:root to runner:runner
2025-08-20T22:52:32.2332841Z [00:05:45.953]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_LOG10L' from root:root to runner:runner
2025-08-20T22:52:32.2334089Z [00:05:45.953]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_MADVISE' from root:root to runner:runner
2025-08-20T22:52:32.2335352Z [00:05:45.953]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_MODIFY_LDT' from root:root to runner:runner
2025-08-20T22:52:32.2336654Z [00:05:45.953]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_TARGET_CLONES_SSE3' from root:root to runner:runner
2025-08-20T22:52:32.2338022Z [00:05:45.953]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_LIBKMOD_H' from root:root to runner:runner
2025-08-20T22:52:32.2339391Z [00:05:45.953]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_ASM_X86_REP_STOSB' from root:root to runner:runner
2025-08-20T22:52:32.2340671Z [00:05:45.953]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_CLONE' from root:root to runner:runner
2025-08-20T22:52:32.2342244Z [00:05:45.953]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_MEMFD_CREATE' from root:root to runner:runner
2025-08-20T22:52:32.2343534Z [00:05:45.953]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_ASM_PPC_DCBT' from root:root to runner:runner
2025-08-20T22:52:32.2344799Z [00:05:45.953]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_EXPF' from root:root to runner:runner
2025-08-20T22:52:32.2346059Z [00:05:45.953]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_LINUX_LOOP_H' from root:root to runner:runner
2025-08-20T22:52:32.2347358Z [00:05:45.953]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_BUILTIN_STRDUP' from root:root to runner:runner
2025-08-20T22:52:32.2348651Z [00:05:45.953]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_ASM_ARM_TLBI' from root:root to runner:runner
2025-08-20T22:52:32.2349923Z [00:05:45.953]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_OPEN_HOW' from root:root to runner:runner
2025-08-20T22:52:32.2351413Z [00:05:45.953]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_SOCKADDR_UN' from root:root to runner:runner
2025-08-20T22:52:32.2352855Z [00:05:45.953]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_GETAUXVAL' from root:root to runner:runner
2025-08-20T22:52:32.2354201Z [00:05:45.953]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_V4L2_JPEGCOMPRESSION' from root:root to runner:runner
2025-08-20T22:52:32.2355519Z [00:05:45.953]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_AIO_FSYNC' from root:root to runner:runner
2025-08-20T22:52:32.2356852Z [00:05:45.954]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_FENV_H' from root:root to runner:runner
2025-08-20T22:52:32.2358114Z [00:05:45.954]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_VHANGUP' from root:root to runner:runner
2025-08-20T22:52:32.2359375Z [00:05:45.954]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_EXP' from root:root to runner:runner
2025-08-20T22:52:32.2360646Z [00:05:45.954]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_MALLOC_H' from root:root to runner:runner
2025-08-20T22:52:32.2362397Z [00:05:45.954]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_SCHED_SETSCHEDULER' from root:root to runner:runner
2025-08-20T22:52:32.2363765Z [00:05:45.954]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_LSTAT' from root:root to runner:runner
2025-08-20T22:52:32.2365051Z [00:05:45.954]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_ITIMER_WHICH_T' from root:root to runner:runner
2025-08-20T22:52:32.2366558Z [00:05:45.954]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_BUILTIN_BITREVERSE' from root:root to runner:runner
2025-08-20T22:52:32.2367972Z [00:05:45.954]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_PTHREAD_MUTEXATTR_SETPROTOCOL' from root:root to runner:runner
2025-08-20T22:52:32.2369354Z [00:05:45.954]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_SCTP_PADDRPARAMS' from root:root to runner:runner
2025-08-20T22:52:32.2370662Z [00:05:45.954]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_CDROM_TOCHDR' from root:root to runner:runner
2025-08-20T22:52:32.2372184Z [00:05:45.954]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_BUILTIN_CBRTF' from root:root to runner:runner
2025-08-20T22:52:32.2373472Z [00:05:45.954]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_UTIME_H' from root:root to runner:runner
2025-08-20T22:52:32.2374766Z [00:05:45.954]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_BUILTIN_SINCOSF' from root:root to runner:runner
2025-08-20T22:52:32.2376095Z [00:05:45.954]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_ASM_X86_PREFETCHNTA' from root:root to runner:runner
2025-08-20T22:52:32.2377404Z [00:05:45.954]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE___RSEQ_OFFSET' from root:root to runner:runner
2025-08-20T22:52:32.2378762Z [00:05:45.954]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_IOPL' from root:root to runner:runner
2025-08-20T22:52:32.2380703Z [00:05:45.954]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_CDROM_SUBCHNL' from root:root to runner:runner
2025-08-20T22:52:32.2382615Z [00:05:45.954]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_SIGWAITINFO' from root:root to runner:runner
2025-08-20T22:52:32.2383970Z [00:05:45.954]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_BUILTIN_ROUNDL' from root:root to runner:runner
2025-08-20T22:52:32.2385247Z [00:05:45.954]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_LOGL' from root:root to runner:runner
2025-08-20T22:52:32.2386514Z [00:05:45.954]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_Float128' from root:root to runner:runner
2025-08-20T22:52:32.2387997Z [00:05:45.954]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_ASM_LOONG64_RDTIME' from root:root to runner:runner
2025-08-20T22:52:32.2389397Z [00:05:45.954]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_ATTRIBUTE_NOINLINE' from root:root to runner:runner
2025-08-20T22:52:32.2390697Z [00:05:45.954]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_Float32x' from root:root to runner:runner
2025-08-20T22:52:32.2392109Z [00:05:45.954]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_NANOSLEEP' from root:root to runner:runner
2025-08-20T22:52:32.2393400Z [00:05:45.954]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_INTRINSIC_ROLD' from root:root to runner:runner
2025-08-20T22:52:32.2394746Z [00:05:45.954]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_FUTIMESAT_DEPRECATED' from root:root to runner:runner
2025-08-20T22:52:32.2396064Z [00:05:45.954]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_IMMINTRIN_H' from root:root to runner:runner
2025-08-20T22:52:32.2397397Z [00:05:45.954]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_PTHREAD_SETSCHEDPARAM' from root:root to runner:runner
2025-08-20T22:52:32.2398697Z [00:05:45.954]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_LIB_Z' from root:root to runner:runner
2025-08-20T22:52:32.2399980Z [00:05:45.954]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_SYS_PERSONALITY_H' from root:root to runner:runner
2025-08-20T22:52:32.2401380Z [00:05:45.954]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_LOG2F' from root:root to runner:runner
2025-08-20T22:52:32.2402692Z [00:05:45.954]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_BUILTIN_ROTATELEFT64' from root:root to runner:runner
2025-08-20T22:52:32.2404102Z [00:05:45.955]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_MM256_ADD_EPI8' from root:root to runner:runner
2025-08-20T22:52:32.2405410Z [00:05:45.955]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_EPOLL_CREATE' from root:root to runner:runner
2025-08-20T22:52:32.2406833Z [00:05:45.955]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_GETXATTRAT' from root:root to runner:runner
2025-08-20T22:52:32.2408117Z [00:05:45.955]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_LLISTXATTR' from root:root to runner:runner
2025-08-20T22:52:32.2409414Z [00:05:45.955]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_OFF64_T' from root:root to runner:runner
2025-08-20T22:52:32.2410742Z [00:05:45.955]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_PTHREAD_SIGQUEUE' from root:root to runner:runner
2025-08-20T22:52:32.2412260Z [00:05:45.955]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_PIDFD_GETFD' from root:root to runner:runner
2025-08-20T22:52:32.2413622Z [00:05:45.955]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_ASM_MB' from root:root to runner:runner
2025-08-20T22:52:32.2414962Z [00:05:45.955]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_DIRENT_D_TYPE' from root:root to runner:runner
2025-08-20T22:52:32.2416252Z [00:05:45.955]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_CPU_SET_T' from root:root to runner:runner
2025-08-20T22:52:32.2417514Z [00:05:45.955]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_DM_IOCTL' from root:root to runner:runner
2025-08-20T22:52:32.2418794Z [00:05:45.955]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_SETXATTRAT' from root:root to runner:runner
2025-08-20T22:52:32.2420043Z [00:05:45.955]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_J1' from root:root to runner:runner
2025-08-20T22:52:32.2421445Z [00:05:45.955]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_MALLOC_USABLE_SIZE' from root:root to runner:runner
2025-08-20T22:52:32.2422767Z [00:05:45.955]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_SETDOMAINNAME' from root:root to runner:runner
2025-08-20T22:52:32.2424065Z [00:05:45.955]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_TIMER_SETTIME' from root:root to runner:runner
2025-08-20T22:52:32.2425342Z [00:05:45.955]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_GETCPU' from root:root to runner:runner
2025-08-20T22:52:32.2426682Z [00:05:45.955]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_TARGET_CLONES_SAPPHIRERAPIDS' from root:root to runner:runner
2025-08-20T22:52:32.2428129Z [00:05:45.955]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_FLOPPY_WRITE_ERRORS' from root:root to runner:runner
2025-08-20T22:52:32.2429442Z [00:05:45.955]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_BUILTIN_LOGB' from root:root to runner:runner
2025-08-20T22:52:32.2430894Z [00:05:45.955]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_SYS_PARAM_H' from root:root to runner:runner
2025-08-20T22:52:32.2432198Z [00:05:45.955]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_ASM_S390_PTLB' from root:root to runner:runner
2025-08-20T22:52:32.2433763Z [00:05:45.955]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_SCTP_EVENT_SUBSCRIBE' from root:root to runner:runner
2025-08-20T22:52:32.2435120Z [00:05:45.955]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_BUILTIN_IA32_MOVNTDQ' from root:root to runner:runner
2025-08-20T22:52:32.2436449Z [00:05:45.955]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_PPC_GET_TIMEBASE' from root:root to runner:runner
2025-08-20T22:52:32.2438034Z [00:05:45.955]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_SETITIMER' from root:root to runner:runner
2025-08-20T22:52:32.2439394Z [00:05:45.955]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_EXP10' from root:root to runner:runner
2025-08-20T22:52:32.2440690Z [00:05:45.955]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_ATOMIC_OR_FETCH' from root:root to runner:runner
2025-08-20T22:52:32.2442254Z [00:05:45.955]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_SCSI_SCSI_IOCTL_H' from root:root to runner:runner
2025-08-20T22:52:32.2443596Z [00:05:45.955]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_ASM_X86_PREFETCHT1' from root:root to runner:runner
2025-08-20T22:52:32.2444896Z [00:05:45.955]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_Float80x' from root:root to runner:runner
2025-08-20T22:52:32.2446170Z [00:05:45.955]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_BUILTIN_SQRT' from root:root to runner:runner
2025-08-20T22:52:32.2447479Z [00:05:45.955]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_MM_STREAM_SI128' from root:root to runner:runner
2025-08-20T22:52:32.2448814Z [00:05:45.955]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_PTHREAD_MUTEXATTR_INIT' from root:root to runner:runner
2025-08-20T22:52:32.2450336Z [00:05:45.955]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_PSELECT' from root:root to runner:runner
2025-08-20T22:52:32.2452307Z [00:05:45.955]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_LINUX_VERSION_H' from root:root to runner:runner
2025-08-20T22:52:32.2453825Z [00:05:45.955]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_SRANDOM' from root:root to runner:runner
2025-08-20T22:52:32.2455082Z [00:05:45.956]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_FMAF' from root:root to runner:runner
2025-08-20T22:52:32.2456322Z [00:05:45.956]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_SQRT' from root:root to runner:runner
2025-08-20T22:52:32.2457678Z [00:05:45.956]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_LINUX_FILTER_H' from root:root to runner:runner
2025-08-20T22:52:32.2459027Z [00:05:45.956]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_PTHREAD_SETAFFINITY_NP' from root:root to runner:runner
2025-08-20T22:52:32.2460345Z [00:05:45.956]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_SIGNALFD' from root:root to runner:runner
2025-08-20T22:52:32.2461964Z [00:05:45.956]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_MM512_LOADU_SI512' from root:root to runner:runner
2025-08-20T22:52:32.2463321Z [00:05:45.956]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_SWAP' from root:root to runner:runner
2025-08-20T22:52:32.2464639Z [00:05:45.956]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_RINDEX' from root:root to runner:runner
2025-08-20T22:52:32.2465927Z [00:05:45.956]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_SENDMMSG' from root:root to runner:runner
2025-08-20T22:52:32.2467198Z [00:05:45.956]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_Float32' from root:root to runner:runner
2025-08-20T22:52:32.2468456Z [00:05:45.956]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_PATHCONF' from root:root to runner:runner
2025-08-20T22:52:32.2469722Z [00:05:45.956]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_MINCORE' from root:root to runner:runner
2025-08-20T22:52:32.2471094Z [00:05:45.956]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_USER_DESC' from root:root to runner:runner
2025-08-20T22:52:32.2472414Z [00:05:45.956]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_PTHREAD_PRIO_PROTECT' from root:root to runner:runner
2025-08-20T22:52:32.2473722Z [00:05:45.956]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_Decimal128' from root:root to runner:runner
2025-08-20T22:52:32.2475018Z [00:05:45.956]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_ALIGNED_128' from root:root to runner:runner
2025-08-20T22:52:32.2476327Z [00:05:45.956]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_TIMERFD_SETTIME' from root:root to runner:runner
2025-08-20T22:52:32.2477608Z [00:05:45.956]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_FSYNC' from root:root to runner:runner
2025-08-20T22:52:32.2478966Z [00:05:45.956]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_V4L2_CAPABILITY' from root:root to runner:runner
2025-08-20T22:52:32.2480294Z [00:05:45.956]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_TARGET_CLONES_SSE4_2' from root:root to runner:runner
2025-08-20T22:52:32.2481897Z [00:05:45.956]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_WAIT4' from root:root to runner:runner
2025-08-20T22:52:32.2483182Z [00:05:45.956]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_ASM_X86_LFENCE' from root:root to runner:runner
2025-08-20T22:52:32.2484499Z [00:05:45.956]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_PTHREAD_PRIO_NONE' from root:root to runner:runner
2025-08-20T22:52:32.2485820Z [00:05:45.956]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_ASM_RISCV_FENCE_I' from root:root to runner:runner
2025-08-20T22:52:32.2487254Z [00:05:45.956]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_TIMER_GETOVERRUN' from root:root to runner:runner
2025-08-20T22:52:32.2488553Z [00:05:45.956]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_EXECVEAT' from root:root to runner:runner
2025-08-20T22:52:32.2489910Z [00:05:45.956]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_BUILTIN_POPCOUNTLL' from root:root to runner:runner
2025-08-20T22:52:32.2491327Z [00:05:45.956]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_TSEARCH' from root:root to runner:runner
2025-08-20T22:52:32.2492615Z [00:05:45.956]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_ALIGNED_ALLOC' from root:root to runner:runner
2025-08-20T22:52:32.2493939Z [00:05:45.956]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_LANDLOCK_RULE_TYPE' from root:root to runner:runner
2025-08-20T22:52:32.2495294Z [00:05:45.956]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_BUILTIN_CPU_IS_POWER9' from root:root to runner:runner
2025-08-20T22:52:32.2496615Z [00:05:45.956]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_SHMINFO' from root:root to runner:runner
2025-08-20T22:52:32.2497859Z [00:05:45.957]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_BRK' from root:root to runner:runner
2025-08-20T22:52:32.2499128Z [00:05:45.957]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_BUILTIN_SQRTF' from root:root to runner:runner
2025-08-20T22:52:32.2500417Z [00:05:45.957]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_LIB_AIO' from root:root to runner:runner
2025-08-20T22:52:32.2502008Z [00:05:45.957]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_GETSID' from root:root to runner:runner
2025-08-20T22:52:32.2503362Z [00:05:45.957]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_VT_SIZES' from root:root to runner:runner
2025-08-20T22:52:32.2504629Z [00:05:45.957]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_GETRANDOM' from root:root to runner:runner
2025-08-20T22:52:32.2506034Z [00:05:45.957]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE__ibm128' from root:root to runner:runner
2025-08-20T22:52:32.2507405Z [00:05:45.957]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_SYS_UN_H' from root:root to runner:runner
2025-08-20T22:52:32.2508698Z [00:05:45.957]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_V4L2_FRAMEBUFFER' from root:root to runner:runner
2025-08-20T22:52:32.2510013Z [00:05:45.957]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_MODE_T' from root:root to runner:runner
2025-08-20T22:52:32.2511495Z [00:05:45.957]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_ASM_ARM_YIELD' from root:root to runner:runner
2025-08-20T22:52:32.2512914Z [00:05:45.957]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_SYS_TIMERFD_H' from root:root to runner:runner
2025-08-20T22:52:32.2514283Z [00:05:45.957]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_SYS_SENDFILE_H' from root:root to runner:runner
2025-08-20T22:52:32.2515576Z [00:05:45.957]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_SHMID_DS' from root:root to runner:runner
2025-08-20T22:52:32.2516826Z [00:05:45.957]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_CPOW' from root:root to runner:runner
2025-08-20T22:52:32.2518107Z [00:05:45.957]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_LINUX_MEMPOLICY_H' from root:root to runner:runner
2025-08-20T22:52:32.2520006Z [00:05:45.957]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_MNT_ID_REQ' from root:root to runner:runner
2025-08-20T22:52:32.2521683Z [00:05:45.957]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_ASM_X86_RDTSC' from root:root to runner:runner
2025-08-20T22:52:32.2522985Z [00:05:45.957]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_BUILTIN_TANF' from root:root to runner:runner
2025-08-20T22:52:32.2524258Z [00:05:45.957]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_WCSLEN' from root:root to runner:runner
2025-08-20T22:52:32.2525542Z [00:05:45.957]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_BUILTIN_YNF' from root:root to runner:runner
2025-08-20T22:52:32.2526827Z [00:05:45.957]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_CLOSE_RANGE' from root:root to runner:runner
2025-08-20T22:52:32.2528233Z [00:05:45.957]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_ATOMIC_FETCH_ADD_4' from root:root to runner:runner
2025-08-20T22:52:32.2529522Z [00:05:45.957]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_UTIMES' from root:root to runner:runner
2025-08-20T22:52:32.2530903Z [00:05:45.957]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_LINUX_UDP_H' from root:root to runner:runner
2025-08-20T22:52:32.2532252Z [00:05:45.957]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_EXP10L' from root:root to runner:runner
2025-08-20T22:52:32.2533507Z [00:05:45.957]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_WCSLCPY' from root:root to runner:runner
2025-08-20T22:52:32.2534755Z [00:05:45.957]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_UTIME' from root:root to runner:runner
2025-08-20T22:52:32.2536019Z [00:05:45.957]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_LISTXATTR' from root:root to runner:runner
2025-08-20T22:52:32.2537346Z [00:05:45.958]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_SPAWN_H' from root:root to runner:runner
2025-08-20T22:52:32.2538655Z [00:05:45.958]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_UNSHARE' from root:root to runner:runner
2025-08-20T22:52:32.2540019Z [00:05:45.958]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_PTHREAD_MUTEXATTR_SETPRIOCEILING' from root:root to runner:runner
2025-08-20T22:52:32.2541617Z [00:05:45.958]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_SCTP_INITMSG' from root:root to runner:runner
2025-08-20T22:52:32.2542886Z [00:05:45.958]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_MSYNC' from root:root to runner:runner
2025-08-20T22:52:32.2544156Z [00:05:45.958]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_BUILTIN_YN' from root:root to runner:runner
2025-08-20T22:52:32.2545405Z [00:05:45.958]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_J0F' from root:root to runner:runner
2025-08-20T22:52:32.2546676Z [00:05:45.958]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_ASM_X86_INVLPG' from root:root to runner:runner
2025-08-20T22:52:32.2547944Z [00:05:45.958]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_JNF' from root:root to runner:runner
2025-08-20T22:52:32.2549189Z [00:05:45.958]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_SYS_FILE_H' from root:root to runner:runner
2025-08-20T22:52:32.2550558Z [00:05:45.958]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_ASM_X86_RDRAND' from root:root to runner:runner
2025-08-20T22:52:32.2552049Z [00:05:45.958]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_MTX_T' from root:root to runner:runner
2025-08-20T22:52:32.2553531Z [00:05:45.958]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_SCTP_ASSOCPARAMS' from root:root to runner:runner
2025-08-20T22:52:32.2554852Z [00:05:45.958]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_BUILTIN_PREFETCH' from root:root to runner:runner
2025-08-20T22:52:32.2556176Z [00:05:45.958]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_BUILTIN_CEXPL' from root:root to runner:runner
2025-08-20T22:52:32.2557482Z [00:05:45.958]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_ASM_X86_RDSEED' from root:root to runner:runner
2025-08-20T22:52:32.2558802Z [00:05:45.958]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_SCTP_PROBEINTERVAL' from root:root to runner:runner
2025-08-20T22:52:32.2560115Z [00:05:45.958]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_BUILTIN_CABSF' from root:root to runner:runner
2025-08-20T22:52:32.2561653Z [00:05:45.958]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_FSUUID2' from root:root to runner:runner
2025-08-20T22:52:32.2562988Z [00:05:45.958]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_J0L' from root:root to runner:runner
2025-08-20T22:52:32.2564293Z [00:05:45.958]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_ROUNDL' from root:root to runner:runner
2025-08-20T22:52:32.2565544Z [00:05:45.958]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_LOGB' from root:root to runner:runner
2025-08-20T22:52:32.2566811Z [00:05:45.958]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_NETINET_UDP_H' from root:root to runner:runner
2025-08-20T22:52:32.2568155Z [00:05:45.958]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_PROGRAM_INVOCATION_NAME' from root:root to runner:runner
2025-08-20T22:52:32.2569695Z [00:05:45.958]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_RTC_PARAM' from root:root to runner:runner
2025-08-20T22:52:32.2571088Z [00:05:45.958]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_PKEY_ALLOC' from root:root to runner:runner
2025-08-20T22:52:32.2572373Z [00:05:45.958]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_MEMALIGN' from root:root to runner:runner
2025-08-20T22:52:32.2573612Z [00:05:45.958]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_J1F' from root:root to runner:runner
2025-08-20T22:52:32.2575137Z [00:05:45.958]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_VFORK' from root:root to runner:runner
2025-08-20T22:52:32.2576436Z [00:05:45.958]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_XMMINTRIN_H' from root:root to runner:runner
2025-08-20T22:52:32.2577791Z [00:05:45.958]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_GETMNTENT' from root:root to runner:runner
2025-08-20T22:52:32.2579054Z [00:05:45.958]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_MALLOPT' from root:root to runner:runner
2025-08-20T22:52:32.2580388Z [00:05:45.958]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_BUILTIN_STDC_ROTATE_RIGHT' from root:root to runner:runner
2025-08-20T22:52:32.2581890Z [00:05:45.958]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_SCTP_DEFAULT_PRINFO' from root:root to runner:runner
2025-08-20T22:52:32.2583233Z [00:05:45.958]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_SCHED_SETAFFINITY' from root:root to runner:runner
2025-08-20T22:52:32.2584532Z [00:05:45.958]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_SYMLINKAT' from root:root to runner:runner
2025-08-20T22:52:32.2585825Z [00:05:45.958]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_CLOCK_NANOSLEEP' from root:root to runner:runner
2025-08-20T22:52:32.2587201Z [00:05:45.958]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_SYS_EVENTFD_H' from root:root to runner:runner
2025-08-20T22:52:32.2589229Z [00:05:45.958]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_WAITPID' from root:root to runner:runner
2025-08-20T22:52:32.2590687Z [00:05:45.958]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE__float128' from root:root to runner:runner
2025-08-20T22:52:32.2592204Z [00:05:45.958]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE___RESTRICT' from root:root to runner:runner
2025-08-20T22:52:32.2593514Z [00:05:45.959]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_TIMER_GETTIME' from root:root to runner:runner
2025-08-20T22:52:32.2594804Z [00:05:45.959]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_UMOUNT2' from root:root to runner:runner
2025-08-20T22:52:32.2596097Z [00:05:45.959]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_BUILTIN_MEMCPY' from root:root to runner:runner
2025-08-20T22:52:32.2597408Z [00:05:45.959]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_ASM_PPC64_DCBT' from root:root to runner:runner
2025-08-20T22:52:32.2598712Z [00:05:45.959]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_SYS_LOADAVG_H' from root:root to runner:runner
2025-08-20T22:52:32.2600109Z [00:05:45.959]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_GETDTABLESIZE' from root:root to runner:runner
2025-08-20T22:52:32.2601691Z [00:05:45.959]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_ASM_X86_REP_STOSQ' from root:root to runner:runner
2025-08-20T22:52:32.2603012Z [00:05:45.959]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_ASM_HPPA_DIAG' from root:root to runner:runner
2025-08-20T22:52:32.2604422Z [00:05:45.959]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_PTHREAD_MUTEXATTR_T' from root:root to runner:runner
2025-08-20T22:52:32.2605710Z [00:05:45.959]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_SQRTL' from root:root to runner:runner
2025-08-20T22:52:32.2606974Z [00:05:45.959]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_MNTENT_H' from root:root to runner:runner
2025-08-20T22:52:32.2608478Z [00:05:45.959]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_STAT' from root:root to runner:runner
2025-08-20T22:52:32.2610065Z [00:05:45.959]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_LZMA_H' from root:root to runner:runner
2025-08-20T22:52:32.2611468Z [00:05:45.959]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_MM_ADD_EPI8' from root:root to runner:runner
2025-08-20T22:52:32.2612827Z [00:05:45.959]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_LINK_H' from root:root to runner:runner
2025-08-20T22:52:32.2614100Z [00:05:45.959]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_EVENTFD' from root:root to runner:runner
2025-08-20T22:52:32.2615406Z [00:05:45.959]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_EXP2' from root:root to runner:runner
2025-08-20T22:52:32.2616694Z [00:05:45.959]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_LINUX_CN_PROC_H' from root:root to runner:runner
2025-08-20T22:52:32.2617987Z [00:05:45.959]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_WCSCASECMP' from root:root to runner:runner
2025-08-20T22:52:32.2619317Z [00:05:45.959]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_SECCOMP_NOTIF_SIZES' from root:root to runner:runner
2025-08-20T22:52:32.2620647Z [00:05:45.959]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_GETDOMAINNAME' from root:root to runner:runner
2025-08-20T22:52:32.2622168Z [00:05:45.959]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_BUILTIN_CPOW' from root:root to runner:runner
2025-08-20T22:52:32.2623461Z [00:05:45.959]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_MTX_DESTROY' from root:root to runner:runner
2025-08-20T22:52:32.2624751Z [00:05:45.959]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_ASM_X86_RDPMC' from root:root to runner:runner
2025-08-20T22:52:32.2626159Z [00:05:45.959]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_NAME_TO_HANDLE_AT' from root:root to runner:runner
2025-08-20T22:52:32.2627483Z [00:05:45.959]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_ASM_PPC64_TLBIE' from root:root to runner:runner
2025-08-20T22:52:32.2628857Z [00:05:45.959]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_SYS_FANOTIFY_H' from root:root to runner:runner
2025-08-20T22:52:32.2630163Z [00:05:45.960]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_BUILTIN_CSQRTL' from root:root to runner:runner
2025-08-20T22:52:32.2631680Z [00:05:45.960]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_ASM_MTRR_H' from root:root to runner:runner
2025-08-20T22:52:32.2632957Z [00:05:45.960]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_TCDRAIN' from root:root to runner:runner
2025-08-20T22:52:32.2634222Z [00:05:45.960]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_SIGLONGJMP' from root:root to runner:runner
2025-08-20T22:52:32.2635488Z [00:05:45.960]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_FSTATAT' from root:root to runner:runner
2025-08-20T22:52:32.2636795Z [00:05:45.960]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_SCHED_RR_GET_INTERVAL' from root:root to runner:runner
2025-08-20T22:52:32.2638390Z [00:05:45.960]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_ASM_X86_WRMSR' from root:root to runner:runner
2025-08-20T22:52:32.2639768Z [00:05:45.960]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_LIB_EGL' from root:root to runner:runner
2025-08-20T22:52:32.2641281Z [00:05:45.960]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_SINCOS' from root:root to runner:runner
2025-08-20T22:52:32.2642569Z [00:05:45.960]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_MREMAP' from root:root to runner:runner
2025-08-20T22:52:32.2644061Z [00:05:45.960]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_ASM_X86_LMSW' from root:root to runner:runner
2025-08-20T22:52:32.2645362Z [00:05:45.960]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_MACH_MACH_H' from root:root to runner:runner
2025-08-20T22:52:32.2646647Z [00:05:45.960]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_LIB_XXHASH' from root:root to runner:runner
2025-08-20T22:52:32.2647961Z [00:05:45.960]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_TARGET_CLONES_MMX' from root:root to runner:runner
2025-08-20T22:52:32.2649310Z [00:05:45.960]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_BUILTIN_IA32_MOVNTI64' from root:root to runner:runner
2025-08-20T22:52:32.2650760Z [00:05:45.960]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_LINUX_USBDEVICE_FS_H' from root:root to runner:runner
2025-08-20T22:52:32.2652180Z [00:05:45.960]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_SINHL' from root:root to runner:runner
2025-08-20T22:52:32.2653528Z [00:05:45.960]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_FS_SYSFS_PATH' from root:root to runner:runner
2025-08-20T22:52:32.2654796Z [00:05:45.960]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE__bf16' from root:root to runner:runner
2025-08-20T22:52:32.2656705Z [00:05:45.960]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_KEYUTILS_H' from root:root to runner:runner
2025-08-20T22:52:32.2658207Z [00:05:45.960]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_REGEXEC' from root:root to runner:runner
2025-08-20T22:52:32.2659491Z [00:05:45.960]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_PKEY_SET' from root:root to runner:runner
2025-08-20T22:52:32.2660889Z [00:05:45.960]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_CLEARENV' from root:root to runner:runner
2025-08-20T22:52:32.2662166Z [00:05:45.960]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_PTHREAD_H' from root:root to runner:runner
2025-08-20T22:52:32.2663524Z [00:05:45.960]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_AIO_WRITE' from root:root to runner:runner
2025-08-20T22:52:32.2664852Z [00:05:45.960]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_SETPGID' from root:root to runner:runner
2025-08-20T22:52:32.2666170Z [00:05:45.960]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_LINUX_ANDROID_BINDER_H' from root:root to runner:runner
2025-08-20T22:52:32.2667511Z [00:05:45.960]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_MM_LOADU_SI128' from root:root to runner:runner
2025-08-20T22:52:32.2668839Z [00:05:45.960]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_BUILTIN___CLEAR_CACHE' from root:root to runner:runner
2025-08-20T22:52:32.2670139Z [00:05:45.960]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_SYNC' from root:root to runner:runner
2025-08-20T22:52:32.2671618Z [00:05:45.960]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_SINCOSF' from root:root to runner:runner
2025-08-20T22:52:32.2672896Z [00:05:45.960]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_CACHEFLUSH' from root:root to runner:runner
2025-08-20T22:52:32.2674177Z [00:05:45.960]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_SYS_XATTR_H' from root:root to runner:runner
2025-08-20T22:52:32.2675537Z [00:05:45.960]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_MUNLOCK' from root:root to runner:runner
2025-08-20T22:52:32.2676831Z [00:05:45.960]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_PTHREAD_BARRIER' from root:root to runner:runner
2025-08-20T22:52:32.2678141Z [00:05:45.960]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_INTRINSIC_RORQ' from root:root to runner:runner
2025-08-20T22:52:32.2679525Z [00:05:45.960]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_RECVMMSG' from root:root to runner:runner
2025-08-20T22:52:32.2681072Z [00:05:45.960]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_TARGET_CLONES_AVXVNNI' from root:root to runner:runner
2025-08-20T22:52:32.2682399Z [00:05:45.960]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_CPOWF' from root:root to runner:runner
2025-08-20T22:52:32.2683676Z [00:05:45.960]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_FINIT_MODULE' from root:root to runner:runner
2025-08-20T22:52:32.2684958Z [00:05:45.960]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_IFADDRS_H' from root:root to runner:runner
2025-08-20T22:52:32.2686248Z [00:05:45.960]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_RUSAGE_RU_MINFLT' from root:root to runner:runner
2025-08-20T22:52:32.2687645Z [00:05:45.961]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_ATTRIBUTE_PACKED' from root:root to runner:runner
2025-08-20T22:52:32.2689026Z [00:05:45.961]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_ASM_PPC_DCBTST' from root:root to runner:runner
2025-08-20T22:52:32.2690312Z [00:05:45.961]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_RECVMSG' from root:root to runner:runner
2025-08-20T22:52:32.2691735Z [00:05:45.961]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_LINUX_MEMBARRIER_H' from root:root to runner:runner
2025-08-20T22:52:32.2693060Z [00:05:45.961]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_ATOMIC_FETCH_ADD' from root:root to runner:runner
2025-08-20T22:52:32.2694396Z [00:05:45.961]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_BUILTIN_ROTATELEFT8' from root:root to runner:runner
2025-08-20T22:52:32.2695727Z [00:05:45.961]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_RUSAGE_RU_MAXRSS' from root:root to runner:runner
2025-08-20T22:52:32.2697029Z [00:05:45.961]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_SYS_PRCTL_H' from root:root to runner:runner
2025-08-20T22:52:32.2698299Z [00:05:45.961]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_GETLOGIN' from root:root to runner:runner
2025-08-20T22:52:32.2699587Z [00:05:45.961]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_BUILTIN_RINTL' from root:root to runner:runner
2025-08-20T22:52:32.2701137Z [00:05:45.961]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_Decimal32' from root:root to runner:runner
2025-08-20T22:52:32.2702434Z [00:05:45.961]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_LINUX_RSEQ_H' from root:root to runner:runner
2025-08-20T22:52:32.2703832Z [00:05:45.961]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_MM512_DPWSSD_EPI32' from root:root to runner:runner
2025-08-20T22:52:32.2705147Z [00:05:45.961]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_LINUX_IF_ALG_H' from root:root to runner:runner
2025-08-20T22:52:32.2706641Z [00:05:45.961]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_SQRTF' from root:root to runner:runner
2025-08-20T22:52:32.2707901Z [00:05:45.961]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_THREADS_H' from root:root to runner:runner
2025-08-20T22:52:32.2709161Z [00:05:45.961]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_V2DI' from root:root to runner:runner
2025-08-20T22:52:32.2710582Z [00:05:45.961]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_GRP_H' from root:root to runner:runner
2025-08-20T22:52:32.2712065Z [00:05:45.961]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_ASM_NOP' from root:root to runner:runner
2025-08-20T22:52:32.2713459Z [00:05:45.961]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_INTRINSIC_RORB' from root:root to runner:runner
2025-08-20T22:52:32.2714794Z [00:05:45.961]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_Y1L' from root:root to runner:runner
2025-08-20T22:52:32.2716057Z [00:05:45.961]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_SYS_AUXV_H' from root:root to runner:runner
2025-08-20T22:52:32.2717349Z [00:05:45.961]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_REMOVEXATTRAT' from root:root to runner:runner
2025-08-20T22:52:32.2718650Z [00:05:45.961]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_SCHED_GETCPU' from root:root to runner:runner
2025-08-20T22:52:32.2719931Z [00:05:45.961]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_COMPLEX_H' from root:root to runner:runner
2025-08-20T22:52:32.2721474Z [00:05:45.961]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_ASM_LOONG64_CPUCFG' from root:root to runner:runner
2025-08-20T22:52:32.2722835Z [00:05:45.961]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_ASM_SPARC_RDPR' from root:root to runner:runner
2025-08-20T22:52:32.2724767Z [00:05:45.961]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_BUILTIN_EXP10F' from root:root to runner:runner
2025-08-20T22:52:32.2727389Z [00:05:45.961]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_PTRACE' from root:root to runner:runner
2025-08-20T22:52:32.2729835Z [00:05:45.961]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_ATOMIC_FETCH_NAND' from root:root to runner:runner
2025-08-20T22:52:32.2732569Z [00:05:45.961]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_ADJTIMEX' from root:root to runner:runner
2025-08-20T22:52:32.2734298Z [00:05:45.962]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_SETREGID' from root:root to runner:runner
2025-08-20T22:52:32.2735577Z [00:05:45.962]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_LINUX_KD_H' from root:root to runner:runner
2025-08-20T22:52:32.2736866Z [00:05:45.962]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_ASM_LDT_H' from root:root to runner:runner
2025-08-20T22:52:32.2738187Z [00:05:45.962]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_TARGET_CLONES_SSE4_1' from root:root to runner:runner
2025-08-20T22:52:32.2739519Z [00:05:45.962]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_BUILTIN_CSQRT' from root:root to runner:runner
2025-08-20T22:52:32.2740949Z [00:05:45.962]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_CSIN' from root:root to runner:runner
2025-08-20T22:52:32.2742467Z [00:05:45.962]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_ASM_X86_CLDEMOTE' from root:root to runner:runner
2025-08-20T22:52:32.2743848Z [00:05:45.962]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_WCHAR_H' from root:root to runner:runner
2025-08-20T22:52:32.2745129Z [00:05:45.962]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_SEARCH_H' from root:root to runner:runner
2025-08-20T22:52:32.2746412Z [00:05:45.962]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_ASM_CACHECTL_H' from root:root to runner:runner
2025-08-20T22:52:32.2747729Z [00:05:45.962]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_SETPROCTITLE_INIT' from root:root to runner:runner
2025-08-20T22:52:32.2766310Z [00:05:45.962]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_SCTP_STREAM_VALUE' from root:root to runner:runner
2025-08-20T22:52:32.2767859Z [00:05:45.962]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_BUILTIN_SINHF' from root:root to runner:runner
2025-08-20T22:52:32.2769193Z [00:05:45.962]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_LOCALE_H' from root:root to runner:runner
2025-08-20T22:52:32.2770471Z [00:05:45.962]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_SYS_RSEQ_H' from root:root to runner:runner
2025-08-20T22:52:32.2772360Z [00:05:45.962]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_SCTP_STATUS' from root:root to runner:runner
2025-08-20T22:52:32.2773685Z [00:05:45.962]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_BUILTIN_SINF' from root:root to runner:runner
2025-08-20T22:52:32.2774967Z [00:05:45.962]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_GLES2_H' from root:root to runner:runner
2025-08-20T22:52:32.2776357Z [00:05:45.962]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_SENDMSG' from root:root to runner:runner
2025-08-20T22:52:32.2777610Z [00:05:45.962]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_ENDPWENT' from root:root to runner:runner
2025-08-20T22:52:32.2778881Z [00:05:45.962]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_SYS_UIO_H' from root:root to runner:runner
2025-08-20T22:52:32.2780180Z [00:05:45.962]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_ASM_PPC64_DCBST' from root:root to runner:runner
2025-08-20T22:52:32.2781776Z [00:05:45.962]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_SYS_SELECT_H' from root:root to runner:runner
2025-08-20T22:52:32.2783077Z [00:05:45.962]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_KERNEL_ULONG_T' from root:root to runner:runner
2025-08-20T22:52:32.2784424Z [00:05:45.962]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_JNL' from root:root to runner:runner
2025-08-20T22:52:32.2785695Z [00:05:45.962]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_BUILTIN_EXPF' from root:root to runner:runner
2025-08-20T22:52:32.2787087Z [00:05:45.962]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_PTHREAD_PRIO_INHERIT' from root:root to runner:runner
2025-08-20T22:52:32.2788391Z [00:05:45.962]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_MLOCK2' from root:root to runner:runner
2025-08-20T22:52:32.2789629Z [00:05:45.962]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_MPFR_H' from root:root to runner:runner
2025-08-20T22:52:32.2791145Z [00:05:45.962]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_ASM_PPC64_DARN' from root:root to runner:runner
2025-08-20T22:52:32.2792479Z [00:05:45.962]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_BUILTIN_BSWAP32' from root:root to runner:runner
2025-08-20T22:52:32.2793763Z [00:05:45.962]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_SHM_SYSV' from root:root to runner:runner
2025-08-20T22:52:32.2795016Z [00:05:45.962]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_GETRESGID' from root:root to runner:runner
2025-08-20T22:52:32.2796272Z [00:05:45.962]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_STATFS' from root:root to runner:runner
2025-08-20T22:52:32.2797632Z [00:05:45.962]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_LINUX_RANDOM_H' from root:root to runner:runner
2025-08-20T22:52:32.2798930Z [00:05:45.962]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_CLOCK_ADJTIME' from root:root to runner:runner
2025-08-20T22:52:32.2800267Z [00:05:45.962]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_SRAND48' from root:root to runner:runner
2025-08-20T22:52:32.2802335Z [00:05:45.962]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_INTRINSIC_ROLQ' from root:root to runner:runner
2025-08-20T22:52:32.2803746Z [00:05:45.963]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_PTHREAD_NP_H' from root:root to runner:runner
2025-08-20T22:52:32.2805015Z [00:05:45.963]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_ATOMIC' from root:root to runner:runner
2025-08-20T22:52:32.2806302Z [00:05:45.963]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_ATOMIC_NAND_FETCH' from root:root to runner:runner
2025-08-20T22:52:32.2807604Z [00:05:45.963]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_CFGETOSPEED' from root:root to runner:runner
2025-08-20T22:52:32.2808882Z [00:05:45.963]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_TGKILL_LIBC' from root:root to runner:runner
2025-08-20T22:52:32.2810288Z [00:05:45.963]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_SCHED_YIELD' from root:root to runner:runner
2025-08-20T22:52:32.2811951Z [00:05:45.963]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_TARGET_CLONES_DIAMONDRAPIDS' from root:root to runner:runner
2025-08-20T22:52:32.2813298Z [00:05:45.963]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_CDROM_TI' from root:root to runner:runner
2025-08-20T22:52:32.2814581Z [00:05:45.963]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_BUILTIN_CLOGF' from root:root to runner:runner
2025-08-20T22:52:32.2815898Z [00:05:45.963]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_TIMERFD_GETTIME' from root:root to runner:runner
2025-08-20T22:52:32.2817191Z [00:05:45.963]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_SYS_TIMEX_H' from root:root to runner:runner
2025-08-20T22:52:32.2818443Z [00:05:45.963]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_EXPL' from root:root to runner:runner
2025-08-20T22:52:32.2819723Z [00:05:45.963]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_ATOMIC_ADD_FETCH' from root:root to runner:runner
2025-08-20T22:52:32.2821356Z [00:05:45.963]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_ASM_X86_CLFLUSHOPT' from root:root to runner:runner
2025-08-20T22:52:32.2822806Z [00:05:45.963]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_PKEY_MPROTECT' from root:root to runner:runner
2025-08-20T22:52:32.2824098Z [00:05:45.963]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_GETLOADAVG' from root:root to runner:runner
2025-08-20T22:52:32.2825486Z [00:05:45.963]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_BUILTIN_TANHF' from root:root to runner:runner
2025-08-20T22:52:32.2826761Z [00:05:45.963]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_CPOWL' from root:root to runner:runner
2025-08-20T22:52:32.2828061Z [00:05:45.963]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_ATTRIBUTE_FAST_MATH' from root:root to runner:runner
2025-08-20T22:52:32.2829381Z [00:05:45.963]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_LINUX_SERIAL_H' from root:root to runner:runner
2025-08-20T22:52:32.2830670Z [00:05:45.963]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_SYS_INOTIFY_H' from root:root to runner:runner
2025-08-20T22:52:32.2832211Z [00:05:45.963]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_OPEN_BY_HANDLE_AT' from root:root to runner:runner
2025-08-20T22:52:32.2833512Z [00:05:45.963]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_V4L2_STD_ID' from root:root to runner:runner
2025-08-20T22:52:32.2834886Z [00:05:45.963]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_LINUX_IO_URING_H' from root:root to runner:runner
2025-08-20T22:52:32.2836211Z [00:05:45.963]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_YN' from root:root to runner:runner
2025-08-20T22:52:32.2837474Z [00:05:45.963]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_LINUX_MEDIA_H' from root:root to runner:runner
2025-08-20T22:52:32.2838731Z [00:05:45.963]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_CCOSL' from root:root to runner:runner
2025-08-20T22:52:32.2839977Z [00:05:45.963]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_REGCOMP' from root:root to runner:runner
2025-08-20T22:52:32.2841399Z [00:05:45.963]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_LINUX_USB_CDC_WDM_H' from root:root to runner:runner
2025-08-20T22:52:32.2842688Z [00:05:45.963]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_TTYNAME' from root:root to runner:runner
2025-08-20T22:52:32.2843984Z [00:05:45.963]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_TARGET_CLONES_SSE2' from root:root to runner:runner
2025-08-20T22:52:32.2845287Z [00:05:45.963]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_ASM_MIPS_WAIT' from root:root to runner:runner
2025-08-20T22:52:32.2846624Z [00:05:45.964]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_LOG2L' from root:root to runner:runner
2025-08-20T22:52:32.2847942Z [00:05:45.964]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_ATTRIBUTE_WARN_UNUSED_RESULT' from root:root to runner:runner
2025-08-20T22:52:32.2849345Z [00:05:45.964]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_V4L2_ENC_IDX' from root:root to runner:runner
2025-08-20T22:52:32.2850628Z [00:05:45.964]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_X86INTRIN_H' from root:root to runner:runner
2025-08-20T22:52:32.2852036Z [00:05:45.964]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_ATOMIC_FETCH_ADD_2' from root:root to runner:runner
2025-08-20T22:52:32.2853378Z [00:05:45.964]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_IFREQ' from root:root to runner:runner
2025-08-20T22:52:32.2854641Z [00:05:45.964]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_BUILTIN_JNF' from root:root to runner:runner
2025-08-20T22:52:32.2855903Z [00:05:45.964]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_DRAND48' from root:root to runner:runner
2025-08-20T22:52:32.2857146Z [00:05:45.964]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_FLOCK' from root:root to runner:runner
2025-08-20T22:52:32.2858421Z [00:05:45.964]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_ASM_ALPHA_HALT' from root:root to runner:runner
2025-08-20T22:52:32.2859770Z [00:05:45.964]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_TIMER_CREATE' from root:root to runner:runner
2025-08-20T22:52:32.2861378Z [00:05:45.964]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_SYNC_VAL_COMPARE_AND_SWAP' from root:root to runner:runner
2025-08-20T22:52:32.2862710Z [00:05:45.964]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_CIMAG' from root:root to runner:runner
2025-08-20T22:52:32.2863952Z [00:05:45.964]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_SELECT' from root:root to runner:runner
2025-08-20T22:52:32.2865233Z [00:05:45.964]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_ASM_X86_TPAUSE' from root:root to runner:runner
2025-08-20T22:52:32.2866505Z [00:05:45.964]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_TIMEX' from root:root to runner:runner
2025-08-20T22:52:32.2867749Z [00:05:45.964]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_PAUSE' from root:root to runner:runner
2025-08-20T22:52:32.2869002Z [00:05:45.964]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_GMP_H' from root:root to runner:runner
2025-08-20T22:52:32.2871100Z [00:05:45.964]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_BUILTIN_J0' from root:root to runner:runner
2025-08-20T22:52:32.2872537Z [00:05:45.964]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_ATOMIC_FETCH_ADD_8' from root:root to runner:runner
2025-08-20T22:52:32.2873837Z [00:05:45.964]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_GETRUSAGE' from root:root to runner:runner
2025-08-20T22:52:32.2875187Z [00:05:45.964]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_MALLOC_TRIM' from root:root to runner:runner
2025-08-20T22:52:32.2876469Z [00:05:45.964]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_LINUX_AUDIT_H' from root:root to runner:runner
2025-08-20T22:52:32.2877798Z [00:05:45.964]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_LIB_JUDY' from root:root to runner:runner
2025-08-20T22:52:32.2879122Z [00:05:45.964]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_TARGET_CLONES_COOPERLAKE' from root:root to runner:runner
2025-08-20T22:52:32.2880444Z [00:05:45.964]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_BUILTIN_Y0F' from root:root to runner:runner
2025-08-20T22:52:32.2881895Z [00:05:45.964]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_SYNC_BOOL_COMPARE_AND_SWAP' from root:root to runner:runner
2025-08-20T22:52:32.2883230Z [00:05:45.964]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_ASM_X86_CLWB' from root:root to runner:runner
2025-08-20T22:52:32.2884513Z [00:05:45.964]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_SYS_EPOLL_H' from root:root to runner:runner
2025-08-20T22:52:32.2885839Z [00:05:45.964]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_IFCONF' from root:root to runner:runner
2025-08-20T22:52:32.2887132Z [00:05:45.964]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_LSM_LIST_MODULES' from root:root to runner:runner
2025-08-20T22:52:32.2888464Z [00:05:45.964]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_LINUX_AUTO_DEV_IOCTL_H' from root:root to runner:runner
2025-08-20T22:52:32.2889764Z [00:05:45.964]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_IOPORT' from root:root to runner:runner
2025-08-20T22:52:32.2891120Z [00:05:45.964]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_SETMNTENT' from root:root to runner:runner
2025-08-20T22:52:32.2892412Z [00:05:45.964]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_BUILTIN_POPCOUNTL' from root:root to runner:runner
2025-08-20T22:52:32.2893702Z [00:05:45.964]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_CRYPT_H' from root:root to runner:runner
2025-08-20T22:52:32.2894951Z [00:05:45.964]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_LIB_GMP' from root:root to runner:runner
2025-08-20T22:52:32.2896275Z [00:05:45.965]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_Float16' from root:root to runner:runner
2025-08-20T22:52:32.2897524Z [00:05:45.965]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_Float80' from root:root to runner:runner
2025-08-20T22:52:32.2898890Z [00:05:45.965]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_LIB_PTHREAD_SPINLOCK' from root:root to runner:runner
2025-08-20T22:52:32.2900204Z [00:05:45.965]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_BUILTIN_FABSL' from root:root to runner:runner
2025-08-20T22:52:32.2901834Z [00:05:45.965]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_BUILTIN_EXPECT' from root:root to runner:runner
2025-08-20T22:52:32.2903151Z [00:05:45.965]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_BUILTIN_JNL' from root:root to runner:runner
2025-08-20T22:52:32.2904407Z [00:05:45.965]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_HYPOTL' from root:root to runner:runner
2025-08-20T22:52:32.2905725Z [00:05:45.965]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_BUILTIN_NONTEMPORAL_LOAD' from root:root to runner:runner
2025-08-20T22:52:32.2907057Z [00:05:45.965]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_LINUX_PPDEV_H' from root:root to runner:runner
2025-08-20T22:52:32.2908393Z [00:05:45.965]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_PRIORITY_WHICH_T' from root:root to runner:runner
2025-08-20T22:52:32.2909817Z [00:05:45.965]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_MM512_DPBUSD_EPI32' from root:root to runner:runner
2025-08-20T22:52:32.2911335Z [00:05:45.965]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_BUILTIN_CLOG' from root:root to runner:runner
2025-08-20T22:52:32.2912631Z [00:05:45.965]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_REMOVEXATTR' from root:root to runner:runner
2025-08-20T22:52:32.2913910Z [00:05:45.965]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_UCONTEXT_H' from root:root to runner:runner
2025-08-20T22:52:32.2915224Z [00:05:45.965]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_ASM_X86_REP_STOSW' from root:root to runner:runner
2025-08-20T22:52:32.2916544Z [00:05:45.965]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_FSVERITY_ENABLE_ARG' from root:root to runner:runner
2025-08-20T22:52:32.2917832Z [00:05:45.965]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_SPLICE' from root:root to runner:runner
2025-08-20T22:52:32.2919129Z [00:05:45.965]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_BUILTIN_ROTATELEFT16' from root:root to runner:runner
2025-08-20T22:52:32.2920520Z [00:05:45.965]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_GETRESUID' from root:root to runner:runner
2025-08-20T22:52:32.2921903Z [00:05:45.965]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_PTSNAME' from root:root to runner:runner
2025-08-20T22:52:32.2923242Z [00:05:45.965]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_LINUX_RTC_H' from root:root to runner:runner
2025-08-20T22:52:32.2924531Z [00:05:45.965]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_BUILTIN_EXP10' from root:root to runner:runner
2025-08-20T22:52:32.2925797Z [00:05:45.965]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_SYNCFS' from root:root to runner:runner
2025-08-20T22:52:32.2927106Z [00:05:45.965]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_SENDFILE' from root:root to runner:runner
2025-08-20T22:52:32.2928378Z [00:05:45.965]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_Float128x' from root:root to runner:runner
2025-08-20T22:52:32.2929623Z [00:05:45.965]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_POWL' from root:root to runner:runner
2025-08-20T22:52:32.2930953Z [00:05:45.965]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_TIME' from root:root to runner:runner
2025-08-20T22:52:32.2932224Z [00:05:45.965]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_SYS_PROCCTL_H' from root:root to runner:runner
2025-08-20T22:52:32.2933579Z [00:05:45.965]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_LINUX_HIDDEV' from root:root to runner:runner
2025-08-20T22:52:32.2934887Z [00:05:45.965]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_BUILTIN_MEMMOVE' from root:root to runner:runner
2025-08-20T22:52:32.2936152Z [00:05:45.965]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_CLOG' from root:root to runner:runner
2025-08-20T22:52:32.2938005Z [00:05:45.965]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_CEXPF' from root:root to runner:runner
2025-08-20T22:52:32.2939273Z [00:05:45.966]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_WCSCMP' from root:root to runner:runner
2025-08-20T22:52:32.2940534Z [00:05:45.966]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_TIMEZONE' from root:root to runner:runner
2025-08-20T22:52:32.2942101Z [00:05:45.966]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_LOGBF' from root:root to runner:runner
2025-08-20T22:52:32.2943365Z [00:05:45.966]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_BUILTIN_CABS' from root:root to runner:runner
2025-08-20T22:52:32.2944642Z [00:05:45.966]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_BUILTIN_JN' from root:root to runner:runner
2025-08-20T22:52:32.2946038Z [00:05:45.966]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_SYS_SIGNALFD_H' from root:root to runner:runner
2025-08-20T22:52:32.2947325Z [00:05:45.966]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_TCGETATTR' from root:root to runner:runner
2025-08-20T22:52:32.2948650Z [00:05:45.966]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_REGFREE' from root:root to runner:runner
2025-08-20T22:52:32.2949929Z [00:05:45.966]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_PTRACE_REQUEST' from root:root to runner:runner
2025-08-20T22:52:32.2951567Z [00:05:45.966]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_SCTP_SCHED_TYPE' from root:root to runner:runner
2025-08-20T22:52:32.2952864Z [00:05:45.966]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_COSH' from root:root to runner:runner
2025-08-20T22:52:32.2954125Z [00:05:45.966]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_BUILTIN_FMAF' from root:root to runner:runner
2025-08-20T22:52:32.2955416Z [00:05:45.966]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_ASM_SPARC_TICK' from root:root to runner:runner
2025-08-20T22:52:32.2956688Z [00:05:45.966]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE__float80' from root:root to runner:runner
2025-08-20T22:52:32.2957971Z [00:05:45.966]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_KERNEL_LONG_T' from root:root to runner:runner
2025-08-20T22:52:32.2959307Z [00:05:45.966]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_GETPGRP' from root:root to runner:runner
2025-08-20T22:52:32.2960569Z [00:05:45.966]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_MKNOD' from root:root to runner:runner
2025-08-20T22:52:32.2961931Z [00:05:45.966]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_REGEX_H' from root:root to runner:runner
2025-08-20T22:52:32.2963239Z [00:05:45.966]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_LINUX_INPUT_H' from root:root to runner:runner
2025-08-20T22:52:32.2964570Z [00:05:45.966]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_SCHED_GET_PRIORITY_MIN' from root:root to runner:runner
2025-08-20T22:52:32.2965869Z [00:05:45.966]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_ICMPHDR' from root:root to runner:runner
2025-08-20T22:52:32.2967158Z [00:05:45.966]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_LSM_GET_SELF_ATTR' from root:root to runner:runner
2025-08-20T22:52:32.2968463Z [00:05:45.966]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_SETPROCTITLE' from root:root to runner:runner
2025-08-20T22:52:32.2969817Z [00:05:45.966]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_MPROTECT' from root:root to runner:runner
2025-08-20T22:52:32.2971175Z [00:05:45.966]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_CHROOT' from root:root to runner:runner
2025-08-20T22:52:32.2972510Z [00:05:45.966]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_RENAMEAT2' from root:root to runner:runner
2025-08-20T22:52:32.2973793Z [00:05:45.966]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_BUILTIN_CCOSL' from root:root to runner:runner
2025-08-20T22:52:32.2975078Z [00:05:45.966]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_ATOMIC_STORE' from root:root to runner:runner
2025-08-20T22:52:32.2976423Z [00:05:45.966]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_BSD_WCHAR_H' from root:root to runner:runner
2025-08-20T22:52:32.2977752Z [00:05:45.966]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_SHM_UNLINK' from root:root to runner:runner
2025-08-20T22:52:32.2979025Z [00:05:45.966]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_ENDMNTENT' from root:root to runner:runner
2025-08-20T22:52:32.2980305Z [00:05:45.966]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_BUILTIN_SINCOS' from root:root to runner:runner
2025-08-20T22:52:32.2982150Z [00:05:45.966]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_BUILTIN_COSF' from root:root to runner:runner
2025-08-20T22:52:32.2983460Z [00:05:45.966]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_BUILTIN_CCOSF' from root:root to runner:runner
2025-08-20T22:52:32.2984798Z [00:05:45.966]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_ATOMIC_COMPARE_EXCHANGE' from root:root to runner:runner
2025-08-20T22:52:32.2986108Z [00:05:45.966]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_TERMIOS_H' from root:root to runner:runner
2025-08-20T22:52:32.2987383Z [00:05:45.966]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_BUILTIN_EXP2L' from root:root to runner:runner
2025-08-20T22:52:32.2988688Z [00:05:45.966]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_LINUX_OPENAT2_H' from root:root to runner:runner
2025-08-20T22:52:32.2989989Z [00:05:45.967]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_BUILTIN_LOGBF' from root:root to runner:runner
2025-08-20T22:52:32.2991630Z [00:05:45.967]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_SYS_MKDEV_H' from root:root to runner:runner
2025-08-20T22:52:32.2992921Z [00:05:45.967]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_BUILTIN_YNL' from root:root to runner:runner
2025-08-20T22:52:32.2994273Z [00:05:45.967]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_SBRK' from root:root to runner:runner
2025-08-20T22:52:32.2995555Z [00:05:45.967]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_NETINET_IP_ICMP_H' from root:root to runner:runner
2025-08-20T22:52:32.2996850Z [00:05:45.967]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_GETMNTINFO' from root:root to runner:runner
2025-08-20T22:52:32.2998166Z [00:05:45.967]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_LANDLOCK_RULESET_ATTR' from root:root to runner:runner
2025-08-20T22:52:32.2999484Z [00:05:45.967]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_BUILTIN_CPOWL' from root:root to runner:runner
2025-08-20T22:52:32.3000916Z [00:05:45.967]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_YNL' from root:root to runner:runner
2025-08-20T22:52:32.3002257Z [00:05:45.967]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_FLOPPY_STRUCT' from root:root to runner:runner
2025-08-20T22:52:32.3003541Z [00:05:45.967]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_SYS_SHM_H' from root:root to runner:runner
2025-08-20T22:52:32.3004814Z [00:05:45.967]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_BUILTIN_CSIN' from root:root to runner:runner
2025-08-20T22:52:32.3006788Z [00:05:45.967]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_SCTP_UDPENCAPS' from root:root to runner:runner
2025-08-20T22:52:32.3008103Z [00:05:45.967]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_CLOCK_SETTIME' from root:root to runner:runner
2025-08-20T22:52:32.3009391Z [00:05:45.967]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_BSD_STRLCAT' from root:root to runner:runner
2025-08-20T22:52:32.3010735Z [00:05:45.967]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_MM256_STOREU_SI256' from root:root to runner:runner
2025-08-20T22:52:32.3012175Z [00:05:45.967]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_SYS_PLATFORM_PPC_H' from root:root to runner:runner
2025-08-20T22:52:32.3013490Z [00:05:45.967]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_BUILTIN_SINL' from root:root to runner:runner
2025-08-20T22:52:32.3014762Z [00:05:45.967]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_XXHASH_H' from root:root to runner:runner
2025-08-20T22:52:32.3016189Z [00:05:45.967]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_TARGET_CLONES_GRANITERAPIDS' from root:root to runner:runner
2025-08-20T22:52:32.3017528Z [00:05:45.967]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_BUILTIN_CTZ' from root:root to runner:runner
2025-08-20T22:52:32.3018827Z [00:05:45.967]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_BUILTIN_SQRTL' from root:root to runner:runner
2025-08-20T22:52:32.3020201Z [00:05:45.967]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_BUILTIN_EXP10L' from root:root to runner:runner
2025-08-20T22:52:32.3021692Z [00:05:45.967]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_LOCKF' from root:root to runner:runner
2025-08-20T22:52:32.3022965Z [00:05:45.967]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_POSIX_FADVISE' from root:root to runner:runner
2025-08-20T22:52:32.3024254Z [00:05:45.967]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_CDROM_VOLCTRL' from root:root to runner:runner
2025-08-20T22:52:32.3025649Z [00:05:45.968]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_TARGET_CLONES_SSE' from root:root to runner:runner
2025-08-20T22:52:32.3027021Z [00:05:45.968]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_BUILTIN_COSL' from root:root to runner:runner
2025-08-20T22:52:32.3028307Z [00:05:45.968]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_UTIMENSAT' from root:root to runner:runner
2025-08-20T22:52:32.3029571Z [00:05:45.968]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_MLOCKALL' from root:root to runner:runner
2025-08-20T22:52:32.3031026Z [00:05:45.968]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_Float64' from root:root to runner:runner
2025-08-20T22:52:32.3032315Z [00:05:45.968]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_SCSI_SCSI_H' from root:root to runner:runner
2025-08-20T22:52:32.3033582Z [00:05:45.968]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_LSEARCH' from root:root to runner:runner
2025-08-20T22:52:32.3034837Z [00:05:45.968]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_FUTIMENS' from root:root to runner:runner
2025-08-20T22:52:32.3036137Z [00:05:45.968]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_ATTRIBUTE_NONSTRING' from root:root to runner:runner
2025-08-20T22:52:32.3037457Z [00:05:45.968]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_SYS_SYSCTL_H' from root:root to runner:runner
2025-08-20T22:52:32.3038746Z [00:05:45.968]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_SYS_APPARMOR_H' from root:root to runner:runner
2025-08-20T22:52:32.3039994Z [00:05:45.968]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_Y1' from root:root to runner:runner
2025-08-20T22:52:32.3041442Z [00:05:45.968]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_ASM_X86_INVD' from root:root to runner:runner
2025-08-20T22:52:32.3042695Z [00:05:45.968]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_SINH' from root:root to runner:runner
2025-08-20T22:52:32.3044019Z [00:05:45.968]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_SETRESGID' from root:root to runner:runner
2025-08-20T22:52:32.3045284Z [00:05:45.968]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_GETITIMER' from root:root to runner:runner
2025-08-20T22:52:32.3046533Z [00:05:45.968]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_CSINF' from root:root to runner:runner
2025-08-20T22:52:32.3047774Z [00:05:45.968]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_INOTIFY1' from root:root to runner:runner
2025-08-20T22:52:32.3049087Z [00:05:45.968]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_INT128_T' from root:root to runner:runner
2025-08-20T22:52:32.3050352Z [00:05:45.968]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_TERMIO_H' from root:root to runner:runner
2025-08-20T22:52:32.3051802Z [00:05:45.968]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_BUILTIN_SFENCE' from root:root to runner:runner
2025-08-20T22:52:32.3053110Z [00:05:45.968]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_BUILTIN_CLZLL' from root:root to runner:runner
2025-08-20T22:52:32.3054395Z [00:05:45.968]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_BUILTIN_J1F' from root:root to runner:runner
2025-08-20T22:52:32.3055656Z [00:05:45.968]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_STIME' from root:root to runner:runner
2025-08-20T22:52:32.3056930Z [00:05:45.968]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_ASM_PPC64_MSYNC' from root:root to runner:runner
2025-08-20T22:52:32.3058216Z [00:05:45.968]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_V4L2_AUDIO' from root:root to runner:runner
2025-08-20T22:52:32.3059477Z [00:05:45.968]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_LIBAIO_H' from root:root to runner:runner
2025-08-20T22:52:32.3060743Z [00:05:45.968]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_SCTP_RTOINFO' from root:root to runner:runner
2025-08-20T22:52:32.3062198Z [00:05:45.968]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_PTHREAD_MUTEXATTR_SETROBUST' from root:root to runner:runner
2025-08-20T22:52:32.3063581Z [00:05:45.968]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_BUILTIN_ROTATERIGHT16' from root:root to runner:runner
2025-08-20T22:52:32.3064980Z [00:05:45.968]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_SCTP_PADDRINFO' from root:root to runner:runner
2025-08-20T22:52:32.3066279Z [00:05:45.968]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_BUILTIN_EXP2F' from root:root to runner:runner
2025-08-20T22:52:32.3067645Z [00:05:45.968]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_UVM_UVM_EXTERN_H' from root:root to runner:runner
2025-08-20T22:52:32.3068945Z [00:05:45.968]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_BUILTIN_TANHL' from root:root to runner:runner
2025-08-20T22:52:32.3070229Z [00:05:45.968]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_BUILTIN_Y1L' from root:root to runner:runner
2025-08-20T22:52:32.3071724Z [00:05:45.968]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_BUILTIN_CABSL' from root:root to runner:runner
2025-08-20T22:52:32.3073025Z [00:05:45.968]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_BUILTIN_SINH' from root:root to runner:runner
2025-08-20T22:52:32.3074691Z [00:05:45.968]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_SYS_VMMETER_H' from root:root to runner:runner
2025-08-20T22:52:32.3076402Z [00:05:45.968]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_SINL' from root:root to runner:runner
2025-08-20T22:52:32.3077706Z [00:05:45.968]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_PTHREAD_MUTEX_INIT' from root:root to runner:runner
2025-08-20T22:52:32.3079007Z [00:05:45.968]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_CDROM_BLK' from root:root to runner:runner
2025-08-20T22:52:32.3080307Z [00:05:45.968]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_SYNC_SYNCHRONIZE' from root:root to runner:runner
2025-08-20T22:52:32.3081747Z [00:05:45.968]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_ASM_X86_LAHF' from root:root to runner:runner
2025-08-20T22:52:32.3083028Z [00:05:45.969]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_BUILTIN_J1L' from root:root to runner:runner
2025-08-20T22:52:32.3084319Z [00:05:45.969]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_LINUX_HIDRAW_H' from root:root to runner:runner
2025-08-20T22:52:32.3085595Z [00:05:45.969]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_RENAMEAT' from root:root to runner:runner
2025-08-20T22:52:32.3086873Z [00:05:45.969]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_PERSONALITY' from root:root to runner:runner
2025-08-20T22:52:32.3088155Z [00:05:45.969]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_ARC4RANDOM' from root:root to runner:runner
2025-08-20T22:52:32.3089503Z [00:05:45.969]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_BUILTIN_RINT' from root:root to runner:runner
2025-08-20T22:52:32.3090897Z [00:05:45.969]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_LINUX_DM_IOCTL_H' from root:root to runner:runner
2025-08-20T22:52:32.3092182Z [00:05:45.969]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_WCSCAT' from root:root to runner:runner
2025-08-20T22:52:32.3093519Z [00:05:45.969]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_BUILTIN_CLZ' from root:root to runner:runner
2025-08-20T22:52:32.3094788Z [00:05:45.969]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_BACKTRACE' from root:root to runner:runner
2025-08-20T22:52:32.3096046Z [00:05:45.969]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_TCFLUSH' from root:root to runner:runner
2025-08-20T22:52:32.3097306Z [00:05:45.969]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_DVD_STRUCT' from root:root to runner:runner
2025-08-20T22:52:32.3098623Z [00:05:45.969]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_PRAGMA' from root:root to runner:runner
2025-08-20T22:52:32.3099946Z [00:05:45.969]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_ASM_X86_HLT' from root:root to runner:runner
2025-08-20T22:52:32.3101469Z [00:05:45.969]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_LINUX_POSIX_TYPES_H' from root:root to runner:runner
2025-08-20T22:52:32.3102770Z [00:05:45.969]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_ACCEPT4' from root:root to runner:runner
2025-08-20T22:52:32.3104018Z [00:05:45.969]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_FUTIMES' from root:root to runner:runner
2025-08-20T22:52:32.3105275Z [00:05:45.969]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_Float64x' from root:root to runner:runner
2025-08-20T22:52:32.3106572Z [00:05:45.969]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_ASM_X86_PREFETCHWT1' from root:root to runner:runner
2025-08-20T22:52:32.3107865Z [00:05:45.969]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_PRLIMIT' from root:root to runner:runner
2025-08-20T22:52:32.3109107Z [00:05:45.969]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_CLOGL' from root:root to runner:runner
2025-08-20T22:52:32.3110371Z [00:05:45.969]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_FSTAT' from root:root to runner:runner
2025-08-20T22:52:32.3111819Z [00:05:45.969]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_FEATURES_H' from root:root to runner:runner
2025-08-20T22:52:32.3113097Z [00:05:45.969]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_BUILTIN_Y1F' from root:root to runner:runner
2025-08-20T22:52:32.3114443Z [00:05:45.969]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_FCHOWNAT' from root:root to runner:runner
2025-08-20T22:52:32.3115728Z [00:05:45.969]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_LINUX_NETLINK_H' from root:root to runner:runner
2025-08-20T22:52:32.3117104Z [00:05:45.969]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_ATOMIC_FETCH_XOR' from root:root to runner:runner
2025-08-20T22:52:32.3118400Z [00:05:45.970]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_ACL_LIBACL_H' from root:root to runner:runner
2025-08-20T22:52:32.3119665Z [00:05:45.970]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_SETPGRP' from root:root to runner:runner
2025-08-20T22:52:32.3121081Z [00:05:45.970]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_BUILTIN_IA32_MOVNTI' from root:root to runner:runner
2025-08-20T22:52:32.3122474Z [00:05:45.970]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_SCTP_SETADAPTION' from root:root to runner:runner
2025-08-20T22:52:32.3123836Z [00:05:45.970]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_INT_FAST32_T' from root:root to runner:runner
2025-08-20T22:52:32.3125143Z [00:05:45.970]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_LINUX_RTNETLINK_H' from root:root to runner:runner
2025-08-20T22:52:32.3126426Z [00:05:45.970]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_POLL_H' from root:root to runner:runner
2025-08-20T22:52:32.3127673Z [00:05:45.970]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_EGL_EXT_H' from root:root to runner:runner
2025-08-20T22:52:32.3128984Z [00:05:45.970]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_BUILTIN_SINCOSL' from root:root to runner:runner
2025-08-20T22:52:32.3130250Z [00:05:45.970]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_RFORK' from root:root to runner:runner
2025-08-20T22:52:32.3131626Z [00:05:45.970]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_NETINET_TCP_H' from root:root to runner:runner
2025-08-20T22:52:32.3132930Z [00:05:45.970]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_INTRINSIC_RORD' from root:root to runner:runner
2025-08-20T22:52:32.3134279Z [00:05:45.970]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_PTHREAD_MUTEXATTR_DESTROY' from root:root to runner:runner
2025-08-20T22:52:32.3135623Z [00:05:45.970]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_SYS_UTSNAME_H' from root:root to runner:runner
2025-08-20T22:52:32.3136878Z [00:05:45.970]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_CEXP' from root:root to runner:runner
2025-08-20T22:52:32.3138209Z [00:05:45.970]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_BUILTIN_Y0L' from root:root to runner:runner
2025-08-20T22:52:32.3139501Z [00:05:45.970]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_LINUX_BLKZONED_H' from root:root to runner:runner
2025-08-20T22:52:32.3140996Z [00:05:45.970]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_MQUERY' from root:root to runner:runner
2025-08-20T22:52:32.3142368Z [00:05:45.970]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_Float16x' from root:root to runner:runner
2025-08-20T22:52:32.3144249Z [00:05:45.970]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_VT_MODE' from root:root to runner:runner
2025-08-20T22:52:32.3145546Z [00:05:45.970]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_BSD_SYS_TREE_H' from root:root to runner:runner
2025-08-20T22:52:32.3146835Z [00:05:45.970]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_CDROM_MCN' from root:root to runner:runner
2025-08-20T22:52:32.3148245Z [00:05:45.970]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_BUILTIN_THREAD_POINTER' from root:root to runner:runner
2025-08-20T22:52:32.3149612Z [00:05:45.970]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_UNLINKAT' from root:root to runner:runner
2025-08-20T22:52:32.3151077Z [00:05:45.970]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_CSINL' from root:root to runner:runner
2025-08-20T22:52:32.3152342Z [00:05:45.970]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_LGAMMAL' from root:root to runner:runner
2025-08-20T22:52:32.3153626Z [00:05:45.970]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_ASM_X86_SFENCE' from root:root to runner:runner
2025-08-20T22:52:32.3154898Z [00:05:45.970]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_INO64_T' from root:root to runner:runner
2025-08-20T22:52:32.3156163Z [00:05:45.970]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_BUILTIN_TAN' from root:root to runner:runner
2025-08-20T22:52:32.3157420Z [00:05:45.970]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_KEY_T' from root:root to runner:runner
2025-08-20T22:52:32.3158654Z [00:05:45.970]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_INOTIFY' from root:root to runner:runner
2025-08-20T22:52:32.3159913Z [00:05:45.970]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_CSQRTL' from root:root to runner:runner
2025-08-20T22:52:32.3161262Z [00:05:45.970]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_PREADV2' from root:root to runner:runner
2025-08-20T22:52:32.3162626Z [00:05:45.970]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_ASM_PPC_DCBST' from root:root to runner:runner
2025-08-20T22:52:32.3163940Z [00:05:45.970]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_PTHREAD_MUTEX_T' from root:root to runner:runner
2025-08-20T22:52:32.3165232Z [00:05:45.970]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_ATOMIC_LOAD' from root:root to runner:runner
2025-08-20T22:52:32.3166576Z [00:05:45.970]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_GETGROUPS' from root:root to runner:runner
2025-08-20T22:52:32.3167839Z [00:05:45.970]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_KBDIACRS' from root:root to runner:runner
2025-08-20T22:52:32.3169101Z [00:05:45.970]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_SCSI_SG_H' from root:root to runner:runner
2025-08-20T22:52:32.3170397Z [00:05:45.970]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_RLIMIT_RESOURCE_T' from root:root to runner:runner
2025-08-20T22:52:32.3171856Z [00:05:45.970]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_FDATASYNC' from root:root to runner:runner
2025-08-20T22:52:32.3173177Z [00:05:45.970]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_AIO_READ' from root:root to runner:runner
2025-08-20T22:52:32.3174435Z [00:05:45.971]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_MQ_POSIX' from root:root to runner:runner
2025-08-20T22:52:32.3175724Z [00:05:45.971]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_ASM_X86_REP_STOSD' from root:root to runner:runner
2025-08-20T22:52:32.3177020Z [00:05:45.971]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_SYS_QUEUE_H' from root:root to runner:runner
2025-08-20T22:52:32.3178315Z [00:05:45.971]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_BUILTIN_LOG2L' from root:root to runner:runner
2025-08-20T22:52:32.3179594Z [00:05:45.971]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_BUILTIN_Y0' from root:root to runner:runner
2025-08-20T22:52:32.3181124Z [00:05:45.971]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_BUILTIN_HYPOT' from root:root to runner:runner
2025-08-20T22:52:32.3182448Z [00:05:45.971]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_BUILTIN_COSHL' from root:root to runner:runner
2025-08-20T22:52:32.3183750Z [00:05:45.971]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_BUILTIN_CLOGL' from root:root to runner:runner
2025-08-20T22:52:32.3185052Z [00:05:45.971]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_V4L2_DV_TIMINGS' from root:root to runner:runner
2025-08-20T22:52:32.3186352Z [00:05:45.971]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_ATTRIBUTE_WEAK' from root:root to runner:runner
2025-08-20T22:52:32.3187714Z [00:05:45.971]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_WAITID' from root:root to runner:runner
2025-08-20T22:52:32.3188960Z [00:05:45.971]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_WINSIZE' from root:root to runner:runner
2025-08-20T22:52:32.3190271Z [00:05:45.971]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_AIO_H' from root:root to runner:runner
2025-08-20T22:52:32.3191733Z [00:05:45.971]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_POWF' from root:root to runner:runner
2025-08-20T22:52:32.3192988Z [00:05:45.971]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_LINUX_LSM_H' from root:root to runner:runner
2025-08-20T22:52:32.3194244Z [00:05:45.971]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_RINTL' from root:root to runner:runner
2025-08-20T22:52:32.3195516Z [00:05:45.971]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_INTRINSIC_ROLW' from root:root to runner:runner
2025-08-20T22:52:32.3196877Z [00:05:45.971]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_Decimal64' from root:root to runner:runner
2025-08-20T22:52:32.3198207Z [00:05:45.971]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_SEM_SYSV' from root:root to runner:runner
2025-08-20T22:52:32.3199471Z [00:05:45.971]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_PWRITEV2' from root:root to runner:runner
2025-08-20T22:52:32.3200719Z [00:05:45.971]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_FLOAT_H' from root:root to runner:runner
2025-08-20T22:52:32.3202141Z [00:05:45.971]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_ATOMIC_STORE_DOUBLE' from root:root to runner:runner
2025-08-20T22:52:32.3203435Z [00:05:45.971]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_LIB_SCTP' from root:root to runner:runner
2025-08-20T22:52:32.3204678Z [00:05:45.971]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_COSHF' from root:root to runner:runner
2025-08-20T22:52:32.3205927Z [00:05:45.971]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_VT_STAT' from root:root to runner:runner
2025-08-20T22:52:32.3207185Z [00:05:45.971]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_MM_GETCSR' from root:root to runner:runner
2025-08-20T22:52:32.3208461Z [00:05:45.971]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_BSD_UNISTD_H' from root:root to runner:runner
2025-08-20T22:52:32.3209760Z [00:05:45.971]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_GETTIMEOFDAY' from root:root to runner:runner
2025-08-20T22:52:32.3211974Z [00:05:45.971]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_LIB_JPEG' from root:root to runner:runner
2025-08-20T22:52:32.3213255Z [00:05:45.971]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_SND_CTL_TLV' from root:root to runner:runner
2025-08-20T22:52:32.3214566Z [00:05:45.972]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_ASM_LOONG64_DBAR' from root:root to runner:runner
2025-08-20T22:52:32.3215949Z [00:05:45.972]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_VLA_ARG' from root:root to runner:runner
2025-08-20T22:52:32.3217199Z [00:05:45.972]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_READV' from root:root to runner:runner
2025-08-20T22:52:32.3218460Z [00:05:45.972]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_GETPAGESIZE' from root:root to runner:runner
2025-08-20T22:52:32.3219734Z [00:05:45.972]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_BUILTIN_CEXP' from root:root to runner:runner
2025-08-20T22:52:32.3221296Z [00:05:45.972]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_SYS_MOUNT_H' from root:root to runner:runner
2025-08-20T22:52:32.3222668Z [00:05:45.972]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_SOUND_ASOUND_H' from root:root to runner:runner
2025-08-20T22:52:32.3224026Z [00:05:45.972]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_TARGET_CLONES_PANTHERLAKE' from root:root to runner:runner
2025-08-20T22:52:32.3225334Z [00:05:45.972]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_OPENAT' from root:root to runner:runner
2025-08-20T22:52:32.3225976Z [00:05:45.972]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_WRITEV' from root:root to runner:runner
2025-08-20T22:52:32.3226684Z [00:05:45.972]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_BUILTIN_ROTATERIGHT64' from root:root to runner:runner
2025-08-20T22:52:32.3227357Z [00:05:45.972]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_BUILTIN_PARITY' from root:root to runner:runner
2025-08-20T22:52:32.3228033Z [00:05:45.972]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_BUILTIN_LOG10' from root:root to runner:runner
2025-08-20T22:52:32.3228714Z [00:05:45.972]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_BUILTIN_CONSTANT_P' from root:root to runner:runner
2025-08-20T22:52:32.3229358Z [00:05:45.972]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_EXP2L' from root:root to runner:runner
2025-08-20T22:52:32.3230015Z [00:05:45.972]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_LIB_IPSEC_MB' from root:root to runner:runner
2025-08-20T22:52:32.3230686Z [00:05:45.972]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_ASM_X86_CLFLUSH' from root:root to runner:runner
2025-08-20T22:52:32.3231672Z [00:05:45.972]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_BUILTIN_POPCOUNT' from root:root to runner:runner
2025-08-20T22:52:32.3232358Z [00:05:45.972]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_POSIX_FALLOCATE' from root:root to runner:runner
2025-08-20T22:52:32.3233142Z [00:05:45.972]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_BUILTIN_ROTATELEFT32' from root:root to runner:runner
2025-08-20T22:52:32.3233775Z [00:05:45.972]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_Y1F' from root:root to runner:runner
2025-08-20T22:52:32.3234431Z [00:05:45.972]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_SEM_POSIX' from root:root to runner:runner
2025-08-20T22:52:32.3235110Z [00:05:45.972]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_SCHED_GETAFFINITY' from root:root to runner:runner
2025-08-20T22:52:32.3235817Z [00:05:45.972]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_ADJTIME' from root:root to runner:runner
2025-08-20T22:52:32.3236620Z [00:05:45.972]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_SYS_CAPABILITY_H' from root:root to runner:runner
2025-08-20T22:52:32.3237303Z [00:05:45.972]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_BUILTIN_CSQRTF' from root:root to runner:runner
2025-08-20T22:52:32.3237937Z [00:05:45.972]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_UNAME' from root:root to runner:runner
2025-08-20T22:52:32.3238573Z [00:05:45.972]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_COSHL' from root:root to runner:runner
2025-08-20T22:52:32.3239244Z [00:05:45.972]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_BUILTIN_FABS' from root:root to runner:runner
2025-08-20T22:52:32.3239942Z [00:05:45.972]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_TARGET_CLONES_POWER11' from root:root to runner:runner
2025-08-20T22:52:32.3240618Z [00:05:45.972]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_LINUX_SOCKIOS_H' from root:root to runner:runner
2025-08-20T22:52:32.3241385Z [00:05:45.972]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_GETHOSTNAME' from root:root to runner:runner
2025-08-20T22:52:32.3242100Z [00:05:45.972]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_ATTRIBUTE_ALWAYS_INLINE' from root:root to runner:runner
2025-08-20T22:52:32.3242827Z [00:05:45.972]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_SYS_QUOTA_H' from root:root to runner:runner
2025-08-20T22:52:32.3243487Z [00:05:45.972]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_NETINET_IP_H' from root:root to runner:runner
2025-08-20T22:52:32.3244179Z [00:05:45.972]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_LIB_DL' from root:root to runner:runner
2025-08-20T22:52:32.3244849Z [00:05:45.972]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_BUILTIN_CPOWF' from root:root to runner:runner
2025-08-20T22:52:32.3245541Z [00:05:45.972]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_ASM_RISCV_CBO_ZERO' from root:root to runner:runner
2025-08-20T22:52:32.3246201Z [00:05:45.972]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_CLOCK_GETRES' from root:root to runner:runner
2025-08-20T22:52:32.3246889Z [00:05:45.973]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_ASM_X86_RDTSCP' from root:root to runner:runner
2025-08-20T22:52:32.3247566Z [00:05:45.973]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_CONSOLEFONTDESC' from root:root to runner:runner
2025-08-20T22:52:32.3248210Z [00:05:45.973]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_USTAT_H' from root:root to runner:runner
2025-08-20T22:52:32.3248941Z [00:05:45.973]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_BUILTIN_SUPPORTS' from root:root to runner:runner
2025-08-20T22:52:32.3249677Z [00:05:45.973]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_TARGET_CLONES_AVX' from root:root to runner:runner
2025-08-20T22:52:32.3250353Z [00:05:45.973]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_INIT_MB_MGR_AVX' from root:root to runner:runner
2025-08-20T22:52:32.3251225Z [00:05:45.973]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_SYS_ACL_H' from root:root to runner:runner
2025-08-20T22:52:32.3251923Z [00:05:45.973]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_INTRINSIC_RORW' from root:root to runner:runner
2025-08-20T22:52:32.3252567Z [00:05:45.973]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_LIB_ACL' from root:root to runner:runner
2025-08-20T22:52:32.3253232Z [00:05:45.973]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_BUILTIN_LOG2' from root:root to runner:runner
2025-08-20T22:52:32.3253904Z [00:05:45.973]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_LINUX_UNIX_DIAG_H' from root:root to runner:runner
2025-08-20T22:52:32.3254557Z [00:05:45.973]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_LINUX_FB_H' from root:root to runner:runner
2025-08-20T22:52:32.3255349Z [00:05:45.973]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_TARGET_CLONES_TIGERLAKE' from root:root to runner:runner
2025-08-20T22:52:32.3256021Z [00:05:45.973]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_LINUX_SCHED_H' from root:root to runner:runner
2025-08-20T22:52:32.3256722Z [00:05:45.973]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_LIB_MD' from root:root to runner:runner
2025-08-20T22:52:32.3257379Z [00:05:45.973]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_ASM_SH4_RTE' from root:root to runner:runner
2025-08-20T22:52:32.3258015Z [00:05:45.973]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_POW' from root:root to runner:runner
2025-08-20T22:52:32.3258689Z [00:05:45.973]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_ASM_PPC64_DCBTST' from root:root to runner:runner
2025-08-20T22:52:32.3259363Z [00:05:45.973]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_SCTP_ASSOC_VALUE' from root:root to runner:runner
2025-08-20T22:52:32.3260042Z [00:05:45.973]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_MM256_LOADU_SI256' from root:root to runner:runner
2025-08-20T22:52:32.3260674Z [00:05:45.973]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_POLL' from root:root to runner:runner
2025-08-20T22:52:32.3261621Z [00:05:45.973]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_BUILTIN_TANH' from root:root to runner:runner
2025-08-20T22:52:32.3262331Z [00:05:45.973]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_EXP10F' from root:root to runner:runner
2025-08-20T22:52:32.3262998Z [00:05:45.973]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_BUILTIN_POWL' from root:root to runner:runner
2025-08-20T22:52:32.3263671Z [00:05:45.973]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_ASM_M68K_EORI_SR' from root:root to runner:runner
2025-08-20T22:52:32.3264344Z [00:05:45.973]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_EPOLL_CREATE1' from root:root to runner:runner
2025-08-20T22:52:32.3264992Z [00:05:45.973]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_GETTID' from root:root to runner:runner
2025-08-20T22:52:32.3265626Z [00:05:45.973]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_INDEX' from root:root to runner:runner
2025-08-20T22:52:32.3266260Z [00:05:45.973]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_CEXPL' from root:root to runner:runner
2025-08-20T22:52:32.3266911Z [00:05:45.973]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_GETPGID' from root:root to runner:runner
2025-08-20T22:52:32.3267670Z [00:05:45.973]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_BUILTIN_ROTATERIGHT8' from root:root to runner:runner
2025-08-20T22:52:32.3268382Z [00:05:45.974]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_LINUX_ANDROID_BINDERFS_H' from root:root to runner:runner
2025-08-20T22:52:32.3269106Z [00:05:45.974]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_LINUX_UINPUT_H' from root:root to runner:runner
2025-08-20T22:52:32.3269778Z [00:05:45.974]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_MM_STREAM_SI64' from root:root to runner:runner
2025-08-20T22:52:32.3270438Z [00:05:45.974]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_SYS_STATFS_H' from root:root to runner:runner
2025-08-20T22:52:32.3271302Z [00:05:45.974]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_LINUX_FS_H' from root:root to runner:runner
2025-08-20T22:52:32.3271970Z [00:05:45.974]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_EXECINFO_H' from root:root to runner:runner
2025-08-20T22:52:32.3272614Z [00:05:45.974]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_LIB_BSD' from root:root to runner:runner
2025-08-20T22:52:32.3273283Z [00:05:45.974]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_ASM_ARM_DMB_SY' from root:root to runner:runner
2025-08-20T22:52:32.3273993Z [00:05:45.974]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_PIPE2' from root:root to runner:runner
2025-08-20T22:52:32.3274703Z [00:05:45.974]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_FCHMODAT' from root:root to runner:runner
2025-08-20T22:52:32.3275367Z [00:05:45.974]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_ATOMIC_CLEAR' from root:root to runner:runner
2025-08-20T22:52:32.3276044Z [00:05:45.974]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_LINUX_SECCOMP_H' from root:root to runner:runner
2025-08-20T22:52:32.3276680Z [00:05:45.974]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_PPOLL' from root:root to runner:runner
2025-08-20T22:52:32.3277368Z [00:05:45.974]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_INTEL_IPSEC_MB_H' from root:root to runner:runner
2025-08-20T22:52:32.3278361Z [00:05:45.974]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_ASM_PPC64_ICBI' from root:root to runner:runner
2025-08-20T22:52:32.3279378Z [00:05:45.974]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_LINUX_BTRFS_H' from root:root to runner:runner
2025-08-20T22:52:32.3280044Z [00:05:45.974]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_SWAPCONTEXT' from root:root to runner:runner
2025-08-20T22:52:32.3280935Z [00:05:45.974]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_LIB_GLES2' from root:root to runner:runner
2025-08-20T22:52:32.3281595Z [00:05:45.974]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_SETREUID' from root:root to runner:runner
2025-08-20T22:52:32.3282235Z [00:05:45.974]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_WCSCOLL' from root:root to runner:runner
2025-08-20T22:52:32.3282973Z [00:05:45.974]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_BUILTIN_CEXPF' from root:root to runner:runner
2025-08-20T22:52:32.3283640Z [00:05:45.974]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_TIMERFD_CREATE' from root:root to runner:runner
2025-08-20T22:52:32.3284293Z [00:05:45.974]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_WCSNCMP' from root:root to runner:runner
2025-08-20T22:52:32.3284942Z [00:05:45.974]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_KBSENTRY' from root:root to runner:runner
2025-08-20T22:52:32.3285611Z [00:05:45.974]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_LINUX_IF_TUN_H' from root:root to runner:runner
2025-08-20T22:52:32.3286256Z [00:05:45.974]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_VMSPLICE' from root:root to runner:runner
2025-08-20T22:52:32.3286991Z [00:05:45.974]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_LINUX_SYSCTL_H' from root:root to runner:runner
2025-08-20T22:52:32.3287661Z [00:05:45.974]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_BUILTIN_EXPL' from root:root to runner:runner
2025-08-20T22:52:32.3288366Z [00:05:45.974]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_BUILTIN_SIN' from root:root to runner:runner
2025-08-20T22:52:32.3289015Z [00:05:45.974]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_SYSLOG_H' from root:root to runner:runner
2025-08-20T22:52:32.3289687Z [00:05:45.974]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_FLOPPY_FDC_STATE' from root:root to runner:runner
2025-08-20T22:52:32.3290365Z [00:05:45.974]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_LINUX_SOCKET_H' from root:root to runner:runner
2025-08-20T22:52:32.3291240Z [00:05:45.974]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_LSEEK64' from root:root to runner:runner
2025-08-20T22:52:32.3291900Z [00:05:45.974]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_WCSLCAT' from root:root to runner:runner
2025-08-20T22:52:32.3292580Z [00:05:45.974]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_COPY_FILE_RANGE' from root:root to runner:runner
2025-08-20T22:52:32.3293219Z [00:05:45.974]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_WCSCPY' from root:root to runner:runner
2025-08-20T22:52:32.3293969Z [00:05:45.974]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_LINUX_KVM_H' from root:root to runner:runner
2025-08-20T22:52:32.3294642Z [00:05:45.974]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_ASM_X86_MOV_DR0' from root:root to runner:runner
2025-08-20T22:52:32.3295386Z [00:05:45.974]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_SND_CTL_CARD_INFO' from root:root to runner:runner
2025-08-20T22:52:32.3296035Z [00:05:45.975]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_FSETXATTR' from root:root to runner:runner
2025-08-20T22:52:32.3296703Z [00:05:45.975]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_SYS_PIDFD_H' from root:root to runner:runner
2025-08-20T22:52:32.3297349Z [00:05:45.975]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_RANDOM' from root:root to runner:runner
2025-08-20T22:52:32.3298005Z [00:05:45.975]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_BUILTIN_J0L' from root:root to runner:runner
2025-08-20T22:52:32.3298654Z [00:05:45.975]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_WCSXFRM' from root:root to runner:runner
2025-08-20T22:52:32.3299342Z [00:05:45.975]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_MACH_VM_STATISTICS_H' from root:root to runner:runner
2025-08-20T22:52:32.3300059Z [00:05:45.975]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_GETENTROPY' from root:root to runner:runner
2025-08-20T22:52:32.3300904Z [00:05:45.975]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_PRAGMA_INSIDE' from root:root to runner:runner
2025-08-20T22:52:32.3301578Z [00:05:45.975]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_CBRTL' from root:root to runner:runner
2025-08-20T22:52:32.3302273Z [00:05:45.975]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_FLOPPY_DRIVE_STRUCT' from root:root to runner:runner
2025-08-20T22:52:32.3302919Z [00:05:45.975]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_KBENTRY' from root:root to runner:runner
2025-08-20T22:52:32.3303579Z [00:05:45.975]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_CFGETISPEED' from root:root to runner:runner
2025-08-20T22:52:32.3304255Z [00:05:45.975]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_LABEL_AS_VALUE' from root:root to runner:runner
2025-08-20T22:52:32.3304907Z [00:05:45.975]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_FANOTIFY' from root:root to runner:runner
2025-08-20T22:52:32.3305590Z [00:05:45.975]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_LINUX_PERF_EVENT_H' from root:root to runner:runner
2025-08-20T22:52:32.3306291Z [00:05:45.975]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_J1L' from root:root to runner:runner
2025-08-20T22:52:32.3306947Z [00:05:45.975]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_BUILTIN_FMA' from root:root to runner:runner
2025-08-20T22:52:32.3307723Z [00:05:45.975]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_BUILTIN_NONTEMPORAL_STORE' from root:root to runner:runner
2025-08-20T22:52:32.3308418Z [00:05:45.975]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_PTHREAD_ATTR_SETSTACK' from root:root to runner:runner
2025-08-20T22:52:32.3309094Z [00:05:45.975]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_NETINET_SCTP_H' from root:root to runner:runner
2025-08-20T22:52:32.3309731Z [00:05:45.975]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_HYPOT' from root:root to runner:runner
2025-08-20T22:52:32.3310423Z [00:05:45.975]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_BUILTIN_COS' from root:root to runner:runner
2025-08-20T22:52:32.3311304Z [00:05:45.975]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_MM512_ADD_EPI8' from root:root to runner:runner
2025-08-20T22:52:32.3312009Z [00:05:45.975]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_SCHED_GET_PRIORITY_MAX' from root:root to runner:runner
2025-08-20T22:52:32.3312751Z [00:05:45.975]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_BSD_STDLIB_H' from root:root to runner:runner
2025-08-20T22:52:32.3313493Z [00:05:45.975]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_ATOMIC_LOAD_DOUBLE' from root:root to runner:runner
2025-08-20T22:52:32.3314144Z [00:05:45.975]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_CREALF' from root:root to runner:runner
2025-08-20T22:52:32.3314822Z [00:05:45.975]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_LINUX_CONNECTOR_H' from root:root to runner:runner
2025-08-20T22:52:32.3315500Z [00:05:45.975]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_BUILTIN_LOG10F' from root:root to runner:runner
2025-08-20T22:52:32.3316170Z [00:05:45.975]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_V4L2_AUDIOOUT' from root:root to runner:runner
2025-08-20T22:52:32.3316859Z [00:05:45.976]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_MM512_STOREU_SI512' from root:root to runner:runner
2025-08-20T22:52:32.3317518Z [00:05:45.976]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_SEMAPHORE_H' from root:root to runner:runner
2025-08-20T22:52:32.3318171Z [00:05:45.976]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_ALIGNED_64K' from root:root to runner:runner
2025-08-20T22:52:32.3318890Z [00:05:45.976]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_VT_CONSIZE' from root:root to runner:runner
2025-08-20T22:52:32.3319527Z [00:05:45.976]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_GBM_H' from root:root to runner:runner
2025-08-20T22:52:32.3320161Z [00:05:45.976]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_PRCTL' from root:root to runner:runner
2025-08-20T22:52:32.3320959Z [00:05:45.976]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_IPHDR' from root:root to runner:runner
2025-08-20T22:52:32.3321609Z [00:05:45.976]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_MSGINFO' from root:root to runner:runner
2025-08-20T22:52:32.3322286Z [00:05:45.976]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_INTRINSIC_ROLB' from root:root to runner:runner
2025-08-20T22:52:32.3322943Z [00:05:45.976]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_MUNLOCKALL' from root:root to runner:runner
2025-08-20T22:52:32.3323621Z [00:05:45.976]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_SERIAL_ICOUNTER' from root:root to runner:runner
2025-08-20T22:52:32.3324297Z [00:05:45.976]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_PIDFD_SEND_SIGNAL' from root:root to runner:runner
2025-08-20T22:52:32.3325024Z [00:05:45.976]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_ASM_X86_RDMSR' from root:root to runner:runner
2025-08-20T22:52:32.3325732Z [00:05:45.976]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_PIDFD_OPEN' from root:root to runner:runner
2025-08-20T22:52:32.3326397Z [00:05:45.976]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_TIMER_DELETE' from root:root to runner:runner
2025-08-20T22:52:32.3327042Z [00:05:45.976]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_JN' from root:root to runner:runner
2025-08-20T22:52:32.3327703Z [00:05:45.976]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_BUILTIN_LOGF' from root:root to runner:runner
2025-08-20T22:52:32.3328347Z [00:05:45.976]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_LOG10F' from root:root to runner:runner
2025-08-20T22:52:32.3328987Z [00:05:45.976]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_JUDY_H' from root:root to runner:runner
2025-08-20T22:52:32.3329675Z [00:05:45.976]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_MM256_DPWSSD_EPI32' from root:root to runner:runner
2025-08-20T22:52:32.3330350Z [00:05:45.976]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_MEDIA_DEVICE_INFO' from root:root to runner:runner
2025-08-20T22:52:32.3331225Z [00:05:45.976]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_SYS_RANDOM_H' from root:root to runner:runner
2025-08-20T22:52:32.3331987Z [00:05:45.976]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_CIMAGL' from root:root to runner:runner
2025-08-20T22:52:32.3332653Z [00:05:45.976]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_REGERROR' from root:root to runner:runner
2025-08-20T22:52:32.3333362Z [00:05:45.976]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_SYSCALL' from root:root to runner:runner
2025-08-20T22:52:32.3334037Z [00:05:45.976]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_OPEN_MEMSTREAM' from root:root to runner:runner
2025-08-20T22:52:32.3334717Z [00:05:45.976]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_LINUX_CDROM_H' from root:root to runner:runner
2025-08-20T22:52:32.3335423Z [00:05:45.976]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_TARGET_CLONES_POWER9' from root:root to runner:runner
2025-08-20T22:52:32.3336092Z [00:05:45.976]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_SERIAL_STRUCT' from root:root to runner:runner
2025-08-20T22:52:32.3336742Z [00:05:45.976]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_MKNODAT' from root:root to runner:runner
2025-08-20T22:52:32.3337381Z [00:05:45.976]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_WCSCHR' from root:root to runner:runner
2025-08-20T22:52:32.3338114Z [00:05:45.976]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_MM_STOREU_SI128' from root:root to runner:runner
2025-08-20T22:52:32.3338831Z [00:05:45.976]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_ATTR_XATTR_H' from root:root to runner:runner
2025-08-20T22:52:32.3339493Z [00:05:45.976]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_MTRR_GENTRY' from root:root to runner:runner
2025-08-20T22:52:32.3340148Z [00:05:45.976]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_BUILTIN_J1' from root:root to runner:runner
2025-08-20T22:52:32.3341042Z [00:05:45.976]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_SYS_SYSMACROS_H' from root:root to runner:runner
2025-08-20T22:52:32.3341721Z [00:05:45.976]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_QUOTACTL_FD' from root:root to runner:runner
2025-08-20T22:52:32.3342393Z [00:05:45.976]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_ASM_ALPHA_DRAINA' from root:root to runner:runner
2025-08-20T22:52:32.3343026Z [00:05:45.976]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_Y0L' from root:root to runner:runner
2025-08-20T22:52:32.3343686Z [00:05:45.977]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_TPACKET_REQ3' from root:root to runner:runner
2025-08-20T22:52:32.3344481Z [00:05:45.977]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_TARGET_CLONES_ROCKETLAKE' from root:root to runner:runner
2025-08-20T22:52:32.3345153Z [00:05:45.977]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_BUILTIN_CSINL' from root:root to runner:runner
2025-08-20T22:52:32.3345867Z [00:05:45.977]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_LISTXATTRAT' from root:root to runner:runner
2025-08-20T22:52:32.3346689Z [00:05:45.977]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_ARCH_PRCTL' from root:root to runner:runner
2025-08-20T22:52:32.3347875Z [00:05:45.977]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_LINUX_USERFAULTFD_H' from root:root to runner:runner
2025-08-20T22:52:32.3348524Z [00:05:45.977]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_TEE' from root:root to runner:runner
2025-08-20T22:52:32.3349201Z [00:05:45.977]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_BUILTIN_HYPOTL' from root:root to runner:runner
2025-08-20T22:52:32.3349856Z [00:05:45.977]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_GETPWENT' from root:root to runner:runner
2025-08-20T22:52:32.3350491Z [00:05:45.977]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_SINHF' from root:root to runner:runner
2025-08-20T22:52:32.3351444Z [00:05:45.977]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_SIGQUEUE' from root:root to runner:runner
2025-08-20T22:52:32.3352195Z [00:05:45.977]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_MM_STREAM_SI32' from root:root to runner:runner
2025-08-20T22:52:32.3352842Z [00:05:45.977]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_CREALL' from root:root to runner:runner
2025-08-20T22:52:32.3353515Z [00:05:45.977]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_POSIX_MEMALIGN' from root:root to runner:runner
2025-08-20T22:52:32.3354210Z [00:05:45.977]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_BUILTIN_ROTATERIGHT32' from root:root to runner:runner
2025-08-20T22:52:32.3354891Z [00:05:45.977]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_LINUX_FIEMAP_H' from root:root to runner:runner
2025-08-20T22:52:32.3355522Z [00:05:45.977]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_COSL' from root:root to runner:runner
2025-08-20T22:52:32.3356193Z [00:05:45.977]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_TARGET_CLONES' from root:root to runner:runner
2025-08-20T22:52:32.3356869Z [00:05:45.977]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_ASM_SPARC_MEMBAR' from root:root to runner:runner
2025-08-20T22:52:32.3357612Z [00:05:45.977]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_ASM_X86_PREFETCHW' from root:root to runner:runner
2025-08-20T22:52:32.3358268Z [00:05:45.977]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_SEMTIMEDOP' from root:root to runner:runner
2025-08-20T22:52:32.3358939Z [00:05:45.977]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_ASM_X86_MOV_CR0' from root:root to runner:runner
2025-08-20T22:52:32.3359658Z [00:05:45.977]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_DVD_AUTHINFO' from root:root to runner:runner
2025-08-20T22:52:32.3360311Z [00:05:45.977]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_BUILTIN_EXP2' from root:root to runner:runner
2025-08-20T22:52:32.3361067Z [00:05:45.977]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_EGL_H' from root:root to runner:runner
2025-08-20T22:52:32.3361723Z [00:05:45.977]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_BUILTIN_Y1' from root:root to runner:runner
2025-08-20T22:52:32.3362401Z [00:05:45.977]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_PRAGMA_PREFETCH' from root:root to runner:runner
2025-08-20T22:52:32.3363073Z [00:05:45.977]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_RUSAGE_RU_NVCSW' from root:root to runner:runner
2025-08-20T22:52:32.3363829Z [00:05:45.977]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_TARGET_CLONES_POWER10' from root:root to runner:runner
2025-08-20T22:52:32.3364548Z [00:05:45.977]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_LREMOVEXATTR' from root:root to runner:runner
2025-08-20T22:52:32.3365197Z [00:05:45.977]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_PKEY_FREE' from root:root to runner:runner
2025-08-20T22:52:32.3365832Z [00:05:45.977]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_CCOS' from root:root to runner:runner
2025-08-20T22:52:32.3366473Z [00:05:45.977]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_GETXATTR' from root:root to runner:runner
2025-08-20T22:52:32.3367128Z [00:05:45.978]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_SETFSGID' from root:root to runner:runner
2025-08-20T22:52:32.3367783Z [00:05:45.978]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_BUILTIN_EXP' from root:root to runner:runner
2025-08-20T22:52:32.3368466Z [00:05:45.978]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_LINUX_VIDEODEV2_H' from root:root to runner:runner
2025-08-20T22:52:32.3369118Z [00:05:45.978]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_SYS_TREE_H' from root:root to runner:runner
2025-08-20T22:52:32.3369744Z [00:05:45.978]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_LOG2' from root:root to runner:runner
2025-08-20T22:52:32.3370449Z [00:05:45.978]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_USTAT' from root:root to runner:runner
2025-08-20T22:52:32.3371330Z [00:05:45.978]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_BUILTIN_LOG' from root:root to runner:runner
2025-08-20T22:52:32.3372101Z [00:05:45.978]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_SYNC_FILE_RANGE' from root:root to runner:runner
2025-08-20T22:52:32.3372773Z [00:05:45.978]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_BUILTIN_LGAMMAL' from root:root to runner:runner
2025-08-20T22:52:32.3373417Z [00:05:45.978]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_MSEAL' from root:root to runner:runner
2025-08-20T22:52:32.3374079Z [00:05:45.978]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_BUILTIN_SINHL' from root:root to runner:runner
2025-08-20T22:52:32.3374752Z [00:05:45.978]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_ASM_X86_MOVDIRI' from root:root to runner:runner
2025-08-20T22:52:32.3375431Z [00:05:45.978]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_BUILTIN_SHUFFLE' from root:root to runner:runner
2025-08-20T22:52:32.3376096Z [00:05:45.978]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_MM_DPBUSD_EPI32' from root:root to runner:runner
2025-08-20T22:52:32.3376795Z [00:05:45.978]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_WAIT3' from root:root to runner:runner
2025-08-20T22:52:32.3377552Z [00:05:45.978]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_SCTP_GETADDRS' from root:root to runner:runner
2025-08-20T22:52:32.3378245Z [00:05:45.978]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_ATTRIBUTE_NORETURN' from root:root to runner:runner
2025-08-20T22:52:32.3378885Z [00:05:45.978]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_OPENAT2' from root:root to runner:runner
2025-08-20T22:52:32.3379535Z [00:05:45.978]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_LRAND48' from root:root to runner:runner
2025-08-20T22:52:32.3380180Z [00:05:45.978]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_MQUEUE_H' from root:root to runner:runner
2025-08-20T22:52:32.3380986Z [00:05:45.978]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_ATOMIC_TEST_AND_SET' from root:root to runner:runner
2025-08-20T22:52:32.3381671Z [00:05:45.978]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_REMAP_FILE_PAGES' from root:root to runner:runner
2025-08-20T22:52:32.3382298Z [00:05:45.978]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_NICE' from root:root to runner:runner
2025-08-20T22:52:32.3383054Z [00:05:45.978]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_ATOMIC_FETCH_AND' from root:root to runner:runner
2025-08-20T22:52:32.3383688Z [00:05:45.978]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_CBRT' from root:root to runner:runner
2025-08-20T22:52:32.3384401Z [00:05:45.978]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_ALIGNED_64' from root:root to runner:runner
2025-08-20T22:52:32.3385055Z [00:05:45.978]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_BUILTIN_CCOS' from root:root to runner:runner
2025-08-20T22:52:32.3385712Z [00:05:45.978]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_MEMBARRIER' from root:root to runner:runner
2025-08-20T22:52:32.3386333Z [00:05:45.978]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_Y0' from root:root to runner:runner
2025-08-20T22:52:32.3386969Z [00:05:45.978]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_fp16' from root:root to runner:runner
2025-08-20T22:52:32.3387620Z [00:05:45.978]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_LINUX_FD_H' from root:root to runner:runner
2025-08-20T22:52:32.3388292Z [00:05:45.978]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_BUILTIN_MEMCMP' from root:root to runner:runner
2025-08-20T22:52:32.3389001Z [00:05:45.978]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_APPARMOR' from root:root to runner:runner
2025-08-20T22:52:32.3389725Z [00:05:45.978]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_BUILTIN_FABSF' from root:root to runner:runner
2025-08-20T22:52:32.3390366Z [00:05:45.978]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_LOGBL' from root:root to runner:runner
2025-08-20T22:52:32.3391233Z [00:05:45.978]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_LOCALTIME_R' from root:root to runner:runner
2025-08-20T22:52:32.3391906Z [00:05:45.979]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_BUILTIN_CBRT' from root:root to runner:runner
2025-08-20T22:52:32.3392559Z [00:05:45.979]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_SYS_MSG_H' from root:root to runner:runner
2025-08-20T22:52:32.3393203Z [00:05:45.979]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_VALLOC' from root:root to runner:runner
2025-08-20T22:52:32.3393862Z [00:05:45.979]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_LINUX_LIRC_H' from root:root to runner:runner
2025-08-20T22:52:32.3394547Z [00:05:45.979]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_PRAGMA_NO_HARD_DFP' from root:root to runner:runner
2025-08-20T22:52:32.3395341Z [00:05:45.979]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_BUILTIN_STDC_ROTATE_LEFT' from root:root to runner:runner
2025-08-20T22:52:32.3396022Z [00:05:45.979]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_LINUX_GENETLINK_H' from root:root to runner:runner
2025-08-20T22:52:32.3396706Z [00:05:45.979]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_USBDEVFS_GETDRIVER' from root:root to runner:runner
2025-08-20T22:52:32.3397403Z [00:05:45.979]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_LIB_RT' from root:root to runner:runner
2025-08-20T22:52:32.3398063Z [00:05:45.979]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_ASM_X86_CLTS' from root:root to runner:runner
2025-08-20T22:52:32.3398766Z [00:05:45.979]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_FGETXATTR' from root:root to runner:runner
2025-08-20T22:52:32.3399421Z [00:05:45.979]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_MM_SETCSR' from root:root to runner:runner
2025-08-20T22:52:32.3400051Z [00:05:45.979]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_CCOSF' from root:root to runner:runner
2025-08-20T22:52:32.3400679Z [00:05:45.979]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_LOG' from root:root to runner:runner
2025-08-20T22:52:32.3401430Z [00:05:45.979]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_LIB_GBM' from root:root to runner:runner
2025-08-20T22:52:32.3402112Z [00:05:45.979]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_ATOMIC_FETCH_SUB' from root:root to runner:runner
2025-08-20T22:52:32.3402861Z [00:05:45.979]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_ASM_X86_PREFETCHT2' from root:root to runner:runner
2025-08-20T22:52:32.3403544Z [00:05:45.979]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_LINUX_PTP_CLOCK_H' from root:root to runner:runner
2025-08-20T22:52:32.3404193Z [00:05:45.979]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_SETFSUID' from root:root to runner:runner
2025-08-20T22:52:32.3404876Z [00:05:45.979]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_ATOMIC_XOR_FETCH' from root:root to runner:runner
2025-08-20T22:52:32.3405523Z [00:05:45.979]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_NET_IF_H' from root:root to runner:runner
2025-08-20T22:52:32.3406155Z [00:05:45.979]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_STATX' from root:root to runner:runner
2025-08-20T22:52:32.3406813Z [00:05:45.979]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_BUILTIN_POWF' from root:root to runner:runner
2025-08-20T22:52:32.3407490Z [00:05:45.979]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_PROCESS_VM_READV' from root:root to runner:runner
2025-08-20T22:52:32.3408205Z [00:05:45.979]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_SYS_IPC_H' from root:root to runner:runner
2025-08-20T22:52:32.3408858Z [00:05:45.979]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_SHM_OPEN' from root:root to runner:runner
2025-08-20T22:52:32.3409599Z [00:05:45.979]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_ASM_LOONG64_TLBSRCH' from root:root to runner:runner
2025-08-20T22:52:32.3410275Z [00:05:45.979]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_MKDIRAT' from root:root to runner:runner
2025-08-20T22:52:32.3411216Z [00:05:45.979]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_LINUX_MAGIC_H' from root:root to runner:runner
2025-08-20T22:52:32.3411934Z [00:05:45.979]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_MACH_MACHINE_H' from root:root to runner:runner
2025-08-20T22:52:32.3412608Z [00:05:45.979]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_FSXATTR_STRUCT' from root:root to runner:runner
2025-08-20T22:52:32.3413279Z [00:05:45.979]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_SYS_SYSINFO_H' from root:root to runner:runner
2025-08-20T22:52:32.3413931Z [00:05:45.979]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_SYS_VFS_H' from root:root to runner:runner
2025-08-20T22:52:32.3414792Z [00:05:45.979]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_POSIX_OPENPT' from root:root to runner:runner
2025-08-20T22:52:32.3416000Z [00:05:45.979]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_CDROM_TOCENTRY' from root:root to runner:runner
2025-08-20T22:52:32.3416700Z [00:05:45.979]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_ATOMIC_AND_FETCH' from root:root to runner:runner
2025-08-20T22:52:32.3417360Z [00:05:45.980]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_ASM_PRCTL_H' from root:root to runner:runner
2025-08-20T22:52:32.3418071Z [00:05:45.980]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_BUILTIN_ASSUME_ALIGNED' from root:root to runner:runner
2025-08-20T22:52:32.3418745Z [00:05:45.980]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_LINUX_HDREG_H' from root:root to runner:runner
2025-08-20T22:52:32.3419386Z [00:05:45.980]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_SINCOSL' from root:root to runner:runner
2025-08-20T22:52:32.3420063Z [00:05:45.980]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_ATOMIC_FETCH_OR' from root:root to runner:runner
2025-08-20T22:52:32.3420700Z [00:05:45.980]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_TCFLOW' from root:root to runner:runner
2025-08-20T22:52:32.3421693Z [00:05:45.980]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_GETPRIORITY' from root:root to runner:runner
2025-08-20T22:52:32.3422361Z [00:05:45.980]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_POSIX_SPAWN' from root:root to runner:runner
2025-08-20T22:52:32.3423138Z [00:05:45.980]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_BUILTIN_CPU_IS_POWER11' from root:root to runner:runner
2025-08-20T22:52:32.3423782Z [00:05:45.980]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_UTIMBUF' from root:root to runner:runner
2025-08-20T22:52:32.3424514Z [00:05:45.980]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_ASM_X86_SERIALIZE' from root:root to runner:runner
2025-08-20T22:52:32.3425183Z [00:05:45.980]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_FREMOVEXATTR' from root:root to runner:runner
2025-08-20T22:52:32.3425834Z [00:05:45.980]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_AIO_CANCEL' from root:root to runner:runner
2025-08-20T22:52:32.3426501Z [00:05:45.980]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_SYS_STATVFS_H' from root:root to runner:runner
2025-08-20T22:52:32.3427174Z [00:05:45.980]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_LINUX_LANDLOCK_H' from root:root to runner:runner
2025-08-20T22:52:32.3427830Z [00:05:45.980]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_LIB_KMOD' from root:root to runner:runner
2025-08-20T22:52:32.3428525Z [00:05:45.980]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_LOG10' from root:root to runner:runner
2025-08-20T22:52:32.3429195Z [00:05:45.980]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_ASM_X86_PAUSE' from root:root to runner:runner
2025-08-20T22:52:32.3429869Z [00:05:45.980]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_ATOMIC_SUB_FETCH' from root:root to runner:runner
2025-08-20T22:52:32.3430516Z [00:05:45.980]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_FCHMODAT2' from root:root to runner:runner
2025-08-20T22:52:32.3431398Z [00:05:45.980]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_BUILTIN_COSHF' from root:root to runner:runner
2025-08-20T22:52:32.3432071Z [00:05:45.980]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_LINUX_MEMFD_H' from root:root to runner:runner
2025-08-20T22:52:32.3432741Z [00:05:45.980]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_LINUX_FUTEX_H' from root:root to runner:runner
2025-08-20T22:52:32.3433382Z [00:05:45.980]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_PKEY_GET' from root:root to runner:runner
2025-08-20T22:52:32.3434121Z [00:05:45.980]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_LSETXATTR' from root:root to runner:runner
2025-08-20T22:52:32.3434813Z [00:05:45.980]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_MM256_DPBUSD_EPI32' from root:root to runner:runner
2025-08-20T22:52:32.3435459Z [00:05:45.980]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_SYSCALL_H' from root:root to runner:runner
2025-08-20T22:52:32.3436228Z [00:05:45.980]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_TARGET_CLONES_LUNARLAKE' from root:root to runner:runner
2025-08-20T22:52:32.3436869Z [00:05:45.980]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_FEXECVE' from root:root to runner:runner
2025-08-20T22:52:32.3437606Z [00:05:45.980]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_BUILTIN_LOGBL' from root:root to runner:runner
2025-08-20T22:52:32.3438308Z [00:05:45.980]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_PTHREAD_MUTEX_DESTROY' from root:root to runner:runner
2025-08-20T22:52:32.3438960Z [00:05:45.980]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_SCTP_PRIM' from root:root to runner:runner
2025-08-20T22:52:32.3439623Z [00:05:45.980]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_BUILTIN_LOG2F' from root:root to runner:runner
2025-08-20T22:52:32.3440291Z [00:05:45.981]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_LIB_PTHREAD' from root:root to runner:runner
2025-08-20T22:52:32.3441176Z [00:05:45.981]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_LINUX_TASKSTATS_H' from root:root to runner:runner
2025-08-20T22:52:32.3441883Z [00:05:45.981]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_BUILTIN_CPU_IS_POWER10' from root:root to runner:runner
2025-08-20T22:52:32.3442539Z [00:05:45.981]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_SETGROUPS' from root:root to runner:runner
2025-08-20T22:52:32.3443200Z [00:05:45.981]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_ASM_X86_LGDT' from root:root to runner:runner
2025-08-20T22:52:32.3443876Z [00:05:45.981]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_UNIMAPDESC' from root:root to runner:runner
2025-08-20T22:52:32.3444554Z [00:05:45.981]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_SCTP_ASSOC_STATS' from root:root to runner:runner
2025-08-20T22:52:32.3445187Z [00:05:45.981]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_YNF' from root:root to runner:runner
2025-08-20T22:52:32.3445842Z [00:05:45.981]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_BUILTIN_CLZL' from root:root to runner:runner
2025-08-20T22:52:32.3446490Z [00:05:45.981]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_LIB_MPFR' from root:root to runner:runner
2025-08-20T22:52:32.3447232Z [00:05:45.981]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_INT_FAST64_T' from root:root to runner:runner
2025-08-20T22:52:32.3447894Z [00:05:45.981]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_POSIX_MADVISE' from root:root to runner:runner
2025-08-20T22:52:32.3448595Z [00:05:45.981]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_VECMATH' from root:root to runner:runner
2025-08-20T22:52:32.3449319Z [00:05:45.981]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_TARGET_CLONES_SKYLAKE_AVX512' from root:root to runner:runner
2025-08-20T22:52:32.3450031Z [00:05:45.981]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_KBKEYCODE' from root:root to runner:runner
2025-08-20T22:52:32.3450758Z [00:05:45.981]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_TARGET_CLONES_AVX2' from root:root to runner:runner
2025-08-20T22:52:32.3451651Z [00:05:45.981]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_LINUX_VT_H' from root:root to runner:runner
2025-08-20T22:52:32.3452320Z [00:05:45.981]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_ASM_ARM_PRFM' from root:root to runner:runner
2025-08-20T22:52:32.3452981Z [00:05:45.981]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_GETEXECNAME' from root:root to runner:runner
2025-08-20T22:52:32.3453665Z [00:05:45.981]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_FSVERITY_DIGEST' from root:root to runner:runner
2025-08-20T22:52:32.3454299Z [00:05:45.981]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_EXP2F' from root:root to runner:runner
2025-08-20T22:52:32.3454940Z [00:05:45.981]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_HYPOTF' from root:root to runner:runner
2025-08-20T22:52:32.3455595Z [00:05:45.981]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_BUILTIN_J0F' from root:root to runner:runner
2025-08-20T22:52:32.3456261Z [00:05:45.981]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_ASM_X86_LLDT' from root:root to runner:runner
2025-08-20T22:52:32.3456897Z [00:05:45.981]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_MLOCK' from root:root to runner:runner
2025-08-20T22:52:32.3457544Z [00:05:45.981]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_SYSINFO' from root:root to runner:runner
2025-08-20T22:52:32.3458280Z [00:05:45.981]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_LINUX_PCI_H' from root:root to runner:runner
2025-08-20T22:52:32.3458943Z [00:05:45.981]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_SETTIMEOFDAY' from root:root to runner:runner
2025-08-20T22:52:32.3459702Z [00:05:45.981]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_ASM_RISCV_SFENCE_VMA' from root:root to runner:runner
2025-08-20T22:52:32.3460408Z [00:05:45.981]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_TARGET_CLONES_ARROWLAKE' from root:root to runner:runner
2025-08-20T22:52:32.3461207Z [00:05:45.981]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_ATTRIBUTE_PURE' from root:root to runner:runner
2025-08-20T22:52:32.3461897Z [00:05:45.981]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_TARGET_CLONES_SSSE3' from root:root to runner:runner
2025-08-20T22:52:32.3462619Z [00:05:45.981]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_READLINKAT' from root:root to runner:runner
2025-08-20T22:52:32.3463303Z [00:05:45.981]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_FMA' from root:root to runner:runner
2025-08-20T22:52:32.3463956Z [00:05:45.981]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_LINKAT' from root:root to runner:runner
2025-08-20T22:52:32.3464597Z [00:05:45.981]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_CSQRTF' from root:root to runner:runner
2025-08-20T22:52:32.3465246Z [00:05:45.981]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_FALLOCATE' from root:root to runner:runner
2025-08-20T22:52:32.3465910Z [00:05:45.982]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_BUILTIN_POW' from root:root to runner:runner
2025-08-20T22:52:32.3466584Z [00:05:45.982]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_BUILTIN_LOG10L' from root:root to runner:runner
2025-08-20T22:52:32.3467259Z [00:05:45.982]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_ASM_X86_WRINVD' from root:root to runner:runner
2025-08-20T22:52:32.3467918Z [00:05:45.982]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_BUILTIN_LOGL' from root:root to runner:runner
2025-08-20T22:52:32.3468516Z [00:05:45.982]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs' from root:root to runner:runner
2025-08-20T22:52:32.3469160Z [00:05:45.982]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-forkheavy.o' from root:root to runner:runner
2025-08-20T22:52:32.3469781Z [00:05:45.982]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-config.o' from root:root to runner:runner
2025-08-20T22:52:32.3470473Z [00:05:45.982]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-timerfd.o' from root:root to runner:runner
2025-08-20T22:52:32.3471367Z [00:05:45.982]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-revio.c' from root:root to runner:runner
2025-08-20T22:52:32.3472118Z [00:05:45.982]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-bind-mount.o' from root:root to runner:runner
2025-08-20T22:52:32.3472793Z [00:05:45.982]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-eventfd.o' from root:root to runner:runner
2025-08-20T22:52:32.3473421Z [00:05:45.982]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-pci.o' from root:root to runner:runner
2025-08-20T22:52:32.3474038Z [00:05:45.982]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-tree.o' from root:root to runner:runner
2025-08-20T22:52:32.3474705Z [00:05:45.982]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/bash-completion/stress-ng' from root:root to runner:runner
2025-08-20T22:52:32.3475428Z [00:05:45.982]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/bash-completion' from root:root to runner:runner
2025-08-20T22:52:32.3476120Z [00:05:45.982]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-loadavg.o' from root:root to runner:runner
2025-08-20T22:52:32.3476737Z [00:05:45.982]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-vmstat.c' from root:root to runner:runner
2025-08-20T22:52:32.3477374Z [00:05:45.982]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-vforkmany.o' from root:root to runner:runner
2025-08-20T22:52:32.3478001Z [00:05:45.982]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-mmapfork.o' from root:root to runner:runner
2025-08-20T22:52:32.3478614Z [00:05:45.982]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-cpu.c' from root:root to runner:runner
2025-08-20T22:52:32.3479243Z [00:05:45.982]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-locka.c' from root:root to runner:runner
2025-08-20T22:52:32.3479880Z [00:05:45.982]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-asm-loong64.h' from root:root to runner:runner
2025-08-20T22:52:32.3480507Z [00:05:45.982]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-lockofd.c' from root:root to runner:runner
2025-08-20T22:52:32.3481241Z [00:05:45.982]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-memcpy.o' from root:root to runner:runner
2025-08-20T22:52:32.3481882Z [00:05:45.982]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-sigxfsz.c' from root:root to runner:runner
2025-08-20T22:52:32.3482510Z [00:05:45.982]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-sigtrap.o' from root:root to runner:runner
2025-08-20T22:52:32.3483211Z [00:05:45.982]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-rawsock.o' from root:root to runner:runner
2025-08-20T22:52:32.3483839Z [00:05:45.982]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-sysinval.o' from root:root to runner:runner
2025-08-20T22:52:32.3484860Z [00:05:45.982]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-revio.o' from root:root to runner:runner
2025-08-20T22:52:32.3485769Z [00:05:45.982]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-module.c' from root:root to runner:runner
2025-08-20T22:52:32.3486409Z [00:05:45.982]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-prio-inv.c' from root:root to runner:runner
2025-08-20T22:52:32.3487041Z [00:05:45.982]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-fiemap.c' from root:root to runner:runner
2025-08-20T22:52:32.3487651Z [00:05:45.982]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-module.o' from root:root to runner:runner
2025-08-20T22:52:32.3488365Z [00:05:45.982]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-munmap.c' from root:root to runner:runner
2025-08-20T22:52:32.3489051Z [00:05:45.983]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-workload.c' from root:root to runner:runner
2025-08-20T22:52:32.3489688Z [00:05:45.983]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-physmmap.o' from root:root to runner:runner
2025-08-20T22:52:32.3490295Z [00:05:45.983]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-sync.c' from root:root to runner:runner
2025-08-20T22:52:32.3491148Z [00:05:45.983]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-iomix.c' from root:root to runner:runner
2025-08-20T22:52:32.3491788Z [00:05:45.983]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-kcmp.c' from root:root to runner:runner
2025-08-20T22:52:32.3492416Z [00:05:45.983]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-vm-rw.c' from root:root to runner:runner
2025-08-20T22:52:32.3493070Z [00:05:45.983]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-min-nanosleep.c' from root:root to runner:runner
2025-08-20T22:52:32.3493680Z [00:05:45.983]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-mmap.o' from root:root to runner:runner
2025-08-20T22:52:32.3494298Z [00:05:45.983]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-fstat.c' from root:root to runner:runner
2025-08-20T22:52:32.3494913Z [00:05:45.983]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-msg.c' from root:root to runner:runner
2025-08-20T22:52:32.3495533Z [00:05:45.983]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-jpeg.o' from root:root to runner:runner
2025-08-20T22:52:32.3496223Z [00:05:45.983]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-log.c' from root:root to runner:runner
2025-08-20T22:52:32.3496850Z [00:05:45.983]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-sockfd.o' from root:root to runner:runner
2025-08-20T22:52:32.3497459Z [00:05:45.983]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-sctp.o' from root:root to runner:runner
2025-08-20T22:52:32.3498154Z [00:05:45.983]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-sendfile.o' from root:root to runner:runner
2025-08-20T22:52:32.3498782Z [00:05:45.983]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-mincore.o' from root:root to runner:runner
2025-08-20T22:52:32.3499414Z [00:05:45.983]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-inotify.c' from root:root to runner:runner
2025-08-20T22:52:32.3500030Z [00:05:45.983]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-ftrace.c' from root:root to runner:runner
2025-08-20T22:52:32.3500705Z [00:05:45.983]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-full.o' from root:root to runner:runner
2025-08-20T22:52:32.3501647Z [00:05:45.983]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-poll.o' from root:root to runner:runner
2025-08-20T22:52:32.3502302Z [00:05:45.983]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-thermal-zone.o' from root:root to runner:runner
2025-08-20T22:52:32.3502936Z [00:05:45.983]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-umount.c' from root:root to runner:runner
2025-08-20T22:52:32.3503560Z [00:05:45.983]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-lockbus.o' from root:root to runner:runner
2025-08-20T22:52:32.3504193Z [00:05:45.983]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-dynlib.o' from root:root to runner:runner
2025-08-20T22:52:32.3504835Z [00:05:45.984]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-memhotplug.c' from root:root to runner:runner
2025-08-20T22:52:32.3505456Z [00:05:45.984]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-ioport.c' from root:root to runner:runner
2025-08-20T22:52:32.3506095Z [00:05:45.984]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-mergesort.c' from root:root to runner:runner
2025-08-20T22:52:32.3506713Z [00:05:45.984]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-vecfp.c' from root:root to runner:runner
2025-08-20T22:52:32.3507362Z [00:05:45.984]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-ring-pipe.o' from root:root to runner:runner
2025-08-20T22:52:32.3507973Z [00:05:45.984]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-smi.c' from root:root to runner:runner
2025-08-20T22:52:32.3508665Z [00:05:45.984]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-vecshuf.o' from root:root to runner:runner
2025-08-20T22:52:32.3509285Z [00:05:45.984]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-affinity.h' from root:root to runner:runner
2025-08-20T22:52:32.3509929Z [00:05:45.984]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-thrash.c' from root:root to runner:runner
2025-08-20T22:52:32.3510630Z [00:05:45.984]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-bigheap.c' from root:root to runner:runner
2025-08-20T22:52:32.3511465Z [00:05:45.984]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-loop.c' from root:root to runner:runner
2025-08-20T22:52:32.3512103Z [00:05:45.984]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-signest.c' from root:root to runner:runner
2025-08-20T22:52:32.3512746Z [00:05:45.984]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-stackmmap.o' from root:root to runner:runner
2025-08-20T22:52:32.3513446Z [00:05:45.984]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-attribute.h' from root:root to runner:runner
2025-08-20T22:52:32.3514066Z [00:05:45.984]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-set.o' from root:root to runner:runner
2025-08-20T22:52:32.3514775Z [00:05:45.984]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-mmaptorture.c' from root:root to runner:runner
2025-08-20T22:52:32.3515482Z [00:05:45.984]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-module.o' from root:root to runner:runner
2025-08-20T22:52:32.3516118Z [00:05:45.984]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-fsize.o' from root:root to runner:runner
2025-08-20T22:52:32.3516750Z [00:05:45.984]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-dynlib.c' from root:root to runner:runner
2025-08-20T22:52:32.3517383Z [00:05:45.984]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-urandom.c' from root:root to runner:runner
2025-08-20T22:52:32.3518013Z [00:05:45.984]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-fp-error.o' from root:root to runner:runner
2025-08-20T22:52:32.3518645Z [00:05:45.984]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-handle.c' from root:root to runner:runner
2025-08-20T22:52:32.3519263Z [00:05:45.984]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-dentry.o' from root:root to runner:runner
2025-08-20T22:52:32.3519899Z [00:05:45.984]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-pthread.o' from root:root to runner:runner
2025-08-20T22:52:32.3520529Z [00:05:45.984]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-sigsegv.o' from root:root to runner:runner
2025-08-20T22:52:32.3521354Z [00:05:45.984]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-bitonicsort.o' from root:root to runner:runner
2025-08-20T22:52:32.3522008Z [00:05:45.984]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-easy-opcode.c' from root:root to runner:runner
2025-08-20T22:52:32.3522634Z [00:05:45.984]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-fractal.o' from root:root to runner:runner
2025-08-20T22:52:32.3523339Z [00:05:45.984]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-funccall.o' from root:root to runner:runner
2025-08-20T22:52:32.3523963Z [00:05:45.984]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-mutex.o' from root:root to runner:runner
2025-08-20T22:52:32.3524593Z [00:05:45.984]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-sigpipe.o' from root:root to runner:runner
2025-08-20T22:52:32.3525198Z [00:05:45.984]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-smart.c' from root:root to runner:runner
2025-08-20T22:52:32.3525808Z [00:05:45.984]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-wcs.c' from root:root to runner:runner
2025-08-20T22:52:32.3526472Z [00:05:45.984]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-ng' from root:root to runner:runner
2025-08-20T22:52:32.3527171Z [00:05:45.984]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-sigpending.o' from root:root to runner:runner
2025-08-20T22:52:32.3527802Z [00:05:45.984]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-mlock.o' from root:root to runner:runner
2025-08-20T22:52:32.3528413Z [00:05:45.984]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-numa.c' from root:root to runner:runner
2025-08-20T22:52:32.3529043Z [00:05:45.984]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-msync.o' from root:root to runner:runner
2025-08-20T22:52:32.3529688Z [00:05:45.984]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-monte-carlo.o' from root:root to runner:runner
2025-08-20T22:52:32.3530279Z [00:05:45.984]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/config' from root:root to runner:runner
2025-08-20T22:52:32.3531082Z [00:05:45.984]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-personality.c' from root:root to runner:runner
2025-08-20T22:52:32.3531794Z [00:05:45.984]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-xattr.c' from root:root to runner:runner
2025-08-20T22:52:32.3532439Z [00:05:45.984]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-pagemove.o' from root:root to runner:runner
2025-08-20T22:52:32.3533055Z [00:05:45.984]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-acl.o' from root:root to runner:runner
2025-08-20T22:52:32.3533671Z [00:05:45.984]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-chown.c' from root:root to runner:runner
2025-08-20T22:52:32.3534406Z [00:05:45.984]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-hyperbolic.c' from root:root to runner:runner
2025-08-20T22:52:32.3535019Z [00:05:45.984]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-smi.o' from root:root to runner:runner
2025-08-20T22:52:32.3535705Z [00:05:45.984]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/git-commit-id.h' from root:root to runner:runner
2025-08-20T22:52:32.3536328Z [00:05:45.984]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-fault.o' from root:root to runner:runner
2025-08-20T22:52:32.3536939Z [00:05:45.985]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-wcs.o' from root:root to runner:runner
2025-08-20T22:52:32.3537543Z [00:05:45.985]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-mwc.c' from root:root to runner:runner
2025-08-20T22:52:32.3538212Z [00:05:45.985]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-af-alg-defconfigs.h' from root:root to runner:runner
2025-08-20T22:52:32.3538869Z [00:05:45.985]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/config.h' from root:root to runner:runner
2025-08-20T22:52:32.3539539Z [00:05:45.985]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-eigen.o' from root:root to runner:runner
2025-08-20T22:52:32.3540157Z [00:05:45.985]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-brk.c' from root:root to runner:runner
2025-08-20T22:52:32.3540872Z [00:05:45.985]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-job.h' from root:root to runner:runner
2025-08-20T22:52:32.3541503Z [00:05:45.985]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-pidfd.c' from root:root to runner:runner
2025-08-20T22:52:32.3542122Z [00:05:45.985]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-limit.o' from root:root to runner:runner
2025-08-20T22:52:32.3542764Z [00:05:45.985]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-membarrier.c' from root:root to runner:runner
2025-08-20T22:52:32.3543398Z [00:05:45.985]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-getdent.o' from root:root to runner:runner
2025-08-20T22:52:32.3544039Z [00:05:45.985]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-personality.o' from root:root to runner:runner
2025-08-20T22:52:32.3544667Z [00:05:45.985]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-fsize.c' from root:root to runner:runner
2025-08-20T22:52:32.3545286Z [00:05:45.985]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-mlock.c' from root:root to runner:runner
2025-08-20T22:52:32.3545924Z [00:05:45.985]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-cacheline.o' from root:root to runner:runner
2025-08-20T22:52:32.3546602Z [00:05:45.985]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-sort.o' from root:root to runner:runner
2025-08-20T22:52:32.3547218Z [00:05:45.985]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-crypt.o' from root:root to runner:runner
2025-08-20T22:52:32.3547916Z [00:05:45.985]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-funccall.c' from root:root to runner:runner
2025-08-20T22:52:32.3548554Z [00:05:45.985]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/kernel-coverage.sh' from root:root to runner:runner
2025-08-20T22:52:32.3549172Z [00:05:45.985]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-futex.o' from root:root to runner:runner
2025-08-20T22:52:32.3549781Z [00:05:45.985]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-rapl.c' from root:root to runner:runner
2025-08-20T22:52:32.3550415Z [00:05:45.985]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-fd-abuse.c' from root:root to runner:runner
2025-08-20T22:52:32.3551304Z [00:05:45.985]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-cache.c' from root:root to runner:runner
2025-08-20T22:52:32.3552021Z [00:05:45.985]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-logmath.c' from root:root to runner:runner
2025-08-20T22:52:32.3552640Z [00:05:45.986]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-aio.o' from root:root to runner:runner
2025-08-20T22:52:32.3553767Z [00:05:45.986]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-shared-heap.h' from root:root to runner:runner
2025-08-20T22:52:32.3554666Z [00:05:45.986]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-regex.o' from root:root to runner:runner
2025-08-20T22:52:32.3555328Z [00:05:45.986]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-waitcpu.o' from root:root to runner:runner
2025-08-20T22:52:32.3555966Z [00:05:45.986]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-veccmp.o' from root:root to runner:runner
2025-08-20T22:52:32.3556598Z [00:05:45.986]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-filerace.o' from root:root to runner:runner
2025-08-20T22:52:32.3557236Z [00:05:45.986]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-getrandom.c' from root:root to runner:runner
2025-08-20T22:52:32.3557849Z [00:05:45.986]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-mlock.c' from root:root to runner:runner
2025-08-20T22:52:32.3558473Z [00:05:45.986]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-seal.c' from root:root to runner:runner
2025-08-20T22:52:32.3559101Z [00:05:45.986]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-context.o' from root:root to runner:runner
2025-08-20T22:52:32.3559832Z [00:05:45.986]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/code-of-conduct.txt' from root:root to runner:runner
2025-08-20T22:52:32.3560446Z [00:05:45.986]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-dccp.c' from root:root to runner:runner
2025-08-20T22:52:32.3561265Z [00:05:45.986]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-madvise.o' from root:root to runner:runner
2025-08-20T22:52:32.3561914Z [00:05:45.986]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-interrupts.o' from root:root to runner:runner
2025-08-20T22:52:32.3562537Z [00:05:45.986]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-reboot.o' from root:root to runner:runner
2025-08-20T22:52:32.3563162Z [00:05:45.986]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-setting.c' from root:root to runner:runner
2025-08-20T22:52:32.3563791Z [00:05:45.986]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-perf-event.c' from root:root to runner:runner
2025-08-20T22:52:32.3564473Z [00:05:45.986]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-smart.o' from root:root to runner:runner
2025-08-20T22:52:32.3565139Z [00:05:45.986]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-mq.o' from root:root to runner:runner
2025-08-20T22:52:32.3565755Z [00:05:45.986]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-klog.c' from root:root to runner:runner
2025-08-20T22:52:32.3566381Z [00:05:45.986]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-lockofd.o' from root:root to runner:runner
2025-08-20T22:52:32.3566997Z [00:05:45.986]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-zlib.c' from root:root to runner:runner
2025-08-20T22:52:32.3567652Z [00:05:45.986]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-shared-cache.h' from root:root to runner:runner
2025-08-20T22:52:32.3568298Z [00:05:45.986]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-config-check.o' from root:root to runner:runner
2025-08-20T22:52:32.3568919Z [00:05:45.986]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-poll.c' from root:root to runner:runner
2025-08-20T22:52:32.3569520Z [00:05:45.986]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-net.h' from root:root to runner:runner
2025-08-20T22:52:32.3570135Z [00:05:45.986]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-sigq.o' from root:root to runner:runner
2025-08-20T22:52:32.3570879Z [00:05:45.986]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-shared-cache.o' from root:root to runner:runner
2025-08-20T22:52:32.3571640Z [00:05:45.986]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-prime.h' from root:root to runner:runner
2025-08-20T22:52:32.3572367Z [00:05:45.986]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-netdev.o' from root:root to runner:runner
2025-08-20T22:52:32.3573000Z [00:05:45.986]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-rseq.c' from root:root to runner:runner
2025-08-20T22:52:32.3573735Z [00:05:45.986]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-dev-shm.c' from root:root to runner:runner
2025-08-20T22:52:32.3574392Z [00:05:45.986]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-file-ioctl.c' from root:root to runner:runner
2025-08-20T22:52:32.3575014Z [00:05:45.986]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-sigio.o' from root:root to runner:runner
2025-08-20T22:52:32.3575644Z [00:05:45.986]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-vm-segv.c' from root:root to runner:runner
2025-08-20T22:52:32.3576266Z [00:05:45.986]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-nt-store.h' from root:root to runner:runner
2025-08-20T22:52:32.3576954Z [00:05:45.986]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-hrtimers.c' from root:root to runner:runner
2025-08-20T22:52:32.3577632Z [00:05:45.986]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-futex.c' from root:root to runner:runner
2025-08-20T22:52:32.3578264Z [00:05:45.986]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-sigxfsz.o' from root:root to runner:runner
2025-08-20T22:52:32.3578898Z [00:05:45.986]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-rotate.o' from root:root to runner:runner
2025-08-20T22:52:32.3579527Z [00:05:45.986]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-vecshuf.c' from root:root to runner:runner
2025-08-20T22:52:32.3580148Z [00:05:45.986]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-opts.c' from root:root to runner:runner
2025-08-20T22:52:32.3580934Z [00:05:45.986]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-kcmp.o' from root:root to runner:runner
2025-08-20T22:52:32.3581641Z [00:05:45.986]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-vm-splice.c' from root:root to runner:runner
2025-08-20T22:52:32.3582260Z [00:05:45.987]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-null.c' from root:root to runner:runner
2025-08-20T22:52:32.3582867Z [00:05:45.987]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-pty.o' from root:root to runner:runner
2025-08-20T22:52:32.3583509Z [00:05:45.987]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-sockmany.c' from root:root to runner:runner
2025-08-20T22:52:32.3584129Z [00:05:45.987]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-asm-ret.c' from root:root to runner:runner
2025-08-20T22:52:32.3584830Z [00:05:45.987]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-exec.c' from root:root to runner:runner
2025-08-20T22:52:32.3585478Z [00:05:45.987]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-userfaultfd.c' from root:root to runner:runner
2025-08-20T22:52:32.3586116Z [00:05:45.987]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-fibsearch.o' from root:root to runner:runner
2025-08-20T22:52:32.3586806Z [00:05:45.987]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-rlimit.o' from root:root to runner:runner
2025-08-20T22:52:32.3587450Z [00:05:45.987]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-secretmem.c' from root:root to runner:runner
2025-08-20T22:52:32.3588073Z [00:05:45.987]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-mincore.h' from root:root to runner:runner
2025-08-20T22:52:32.3588684Z [00:05:45.987]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-mincore.c' from root:root to runner:runner
2025-08-20T22:52:32.3589371Z [00:05:45.987]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-itimer.o' from root:root to runner:runner
2025-08-20T22:52:32.3590044Z [00:05:45.987]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-vecmath.h' from root:root to runner:runner
2025-08-20T22:52:32.3590675Z [00:05:45.987]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/apparmor-data.o' from root:root to runner:runner
2025-08-20T22:52:32.3591500Z [00:05:45.987]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-swap.o' from root:root to runner:runner
2025-08-20T22:52:32.3592129Z [00:05:45.987]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-cache.o' from root:root to runner:runner
2025-08-20T22:52:32.3592764Z [00:05:45.987]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-longjmp.c' from root:root to runner:runner
2025-08-20T22:52:32.3593386Z [00:05:45.987]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-rmap.o' from root:root to runner:runner
2025-08-20T22:52:32.3593992Z [00:05:45.987]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-nop.o' from root:root to runner:runner
2025-08-20T22:52:32.3594623Z [00:05:45.987]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-vecwide.c' from root:root to runner:runner
2025-08-20T22:52:32.3595248Z [00:05:45.987]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-memcpy.c' from root:root to runner:runner
2025-08-20T22:52:32.3595975Z [00:05:45.987]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-sysbadaddr.o' from root:root to runner:runner
2025-08-20T22:52:32.3596610Z [00:05:45.987]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-processes.o' from root:root to runner:runner
2025-08-20T22:52:32.3597280Z [00:05:45.987]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-kvm.c' from root:root to runner:runner
2025-08-20T22:52:32.3597921Z [00:05:45.987]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-cgroup.o' from root:root to runner:runner
2025-08-20T22:52:32.3598532Z [00:05:45.987]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-exec.o' from root:root to runner:runner
2025-08-20T22:52:32.3599168Z [00:05:45.987]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-logmath.o' from root:root to runner:runner
2025-08-20T22:52:32.3599801Z [00:05:45.987]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-shm-sysv.o' from root:root to runner:runner
2025-08-20T22:52:32.3600416Z [00:05:45.987]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-limit.h' from root:root to runner:runner
2025-08-20T22:52:32.3601148Z [00:05:45.987]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-signal.o' from root:root to runner:runner
2025-08-20T22:52:32.3601839Z [00:05:45.988]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-sigchld.o' from root:root to runner:runner
2025-08-20T22:52:32.3602474Z [00:05:45.988]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-signest.o' from root:root to runner:runner
2025-08-20T22:52:32.3603152Z [00:05:45.988]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-enosys.o' from root:root to runner:runner
2025-08-20T22:52:32.3603785Z [00:05:45.988]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-verity.c' from root:root to runner:runner
2025-08-20T22:52:32.3604424Z [00:05:45.988]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-cpu-online.o' from root:root to runner:runner
2025-08-20T22:52:32.3605059Z [00:05:45.988]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-sigfpe.c' from root:root to runner:runner
2025-08-20T22:52:32.3605680Z [00:05:45.988]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-try-open.h' from root:root to runner:runner
2025-08-20T22:52:32.3606309Z [00:05:45.988]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-l1cache.o' from root:root to runner:runner
2025-08-20T22:52:32.3606949Z [00:05:45.988]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-forkheavy.c' from root:root to runner:runner
2025-08-20T22:52:32.3607569Z [00:05:45.988]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-fcntl.c' from root:root to runner:runner
2025-08-20T22:52:32.3608280Z [00:05:45.988]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-shared-heap.o' from root:root to runner:runner
2025-08-20T22:52:32.3608910Z [00:05:45.988]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-sigchld.c' from root:root to runner:runner
2025-08-20T22:52:32.3609587Z [00:05:45.988]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-signal.h' from root:root to runner:runner
2025-08-20T22:52:32.3610235Z [00:05:45.988]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-pkey.c' from root:root to runner:runner
2025-08-20T22:52:32.3610939Z [00:05:45.988]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-lock.h' from root:root to runner:runner
2025-08-20T22:52:32.3611695Z [00:05:45.988]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-thrash.o' from root:root to runner:runner
2025-08-20T22:52:32.3612322Z [00:05:45.988]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-killpid.h' from root:root to runner:runner
2025-08-20T22:52:32.3612930Z [00:05:45.988]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-tsc.c' from root:root to runner:runner
2025-08-20T22:52:32.3613560Z [00:05:45.988]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-processes.h' from root:root to runner:runner
2025-08-20T22:52:32.3614192Z [00:05:45.988]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/Makefile.machine' from root:root to runner:runner
2025-08-20T22:52:32.3614891Z [00:05:45.988]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-clock.c' from root:root to runner:runner
2025-08-20T22:52:32.3615562Z [00:05:45.988]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-opts.h' from root:root to runner:runner
2025-08-20T22:52:32.3616192Z [00:05:45.988]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-resched.o' from root:root to runner:runner
2025-08-20T22:52:32.3616799Z [00:05:45.988]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-mwc.o' from root:root to runner:runner
2025-08-20T22:52:32.3617430Z [00:05:45.989]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-spinmem.c' from root:root to runner:runner
2025-08-20T22:52:32.3618043Z [00:05:45.989]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-mtx.c' from root:root to runner:runner
2025-08-20T22:52:32.3618674Z [00:05:45.989]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-prefetch.o' from root:root to runner:runner
2025-08-20T22:52:32.3619284Z [00:05:45.989]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-net.c' from root:root to runner:runner
2025-08-20T22:52:32.3619917Z [00:05:45.989]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-mmapfixed.c' from root:root to runner:runner
2025-08-20T22:52:32.3620611Z [00:05:45.989]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-unlink.c' from root:root to runner:runner
2025-08-20T22:52:32.3621382Z [00:05:45.989]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-sparsematrix.c' from root:root to runner:runner
2025-08-20T22:52:32.3622408Z [00:05:45.989]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-flipflop.o' from root:root to runner:runner
2025-08-20T22:52:32.3623358Z [00:05:45.989]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-tsearch.c' from root:root to runner:runner
2025-08-20T22:52:32.3623989Z [00:05:45.989]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-asm-x86.h' from root:root to runner:runner
2025-08-20T22:52:32.3624635Z [00:05:45.989]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-parse-opts.c' from root:root to runner:runner
2025-08-20T22:52:32.3625259Z [00:05:45.989]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-enosys.c' from root:root to runner:runner
2025-08-20T22:52:32.3625876Z [00:05:45.989]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-brk.o' from root:root to runner:runner
2025-08-20T22:52:32.3626490Z [00:05:45.989]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-madvise.h' from root:root to runner:runner
2025-08-20T22:52:32.3627133Z [00:05:45.989]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-copy-file.c' from root:root to runner:runner
2025-08-20T22:52:32.3627827Z [00:05:45.989]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-mounts.h' from root:root to runner:runner
2025-08-20T22:52:32.3628509Z [00:05:45.989]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-tsc.o' from root:root to runner:runner
2025-08-20T22:52:32.3629179Z [00:05:45.989]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-cachehammer.c' from root:root to runner:runner
2025-08-20T22:52:32.3629806Z [00:05:45.989]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-fiemap.o' from root:root to runner:runner
2025-08-20T22:52:32.3630455Z [00:05:45.989]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-priv-instr.o' from root:root to runner:runner
2025-08-20T22:52:32.3631296Z [00:05:45.989]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-procfs.o' from root:root to runner:runner
2025-08-20T22:52:32.3631951Z [00:05:45.989]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-personality.c' from root:root to runner:runner
2025-08-20T22:52:32.3632564Z [00:05:45.989]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-stack.o' from root:root to runner:runner
2025-08-20T22:52:32.3633180Z [00:05:45.989]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-module.c' from root:root to runner:runner
2025-08-20T22:52:32.3633879Z [00:05:45.989]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-zlib.o' from root:root to runner:runner
2025-08-20T22:52:32.3634522Z [00:05:45.989]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-clocksource.c' from root:root to runner:runner
2025-08-20T22:52:32.3635155Z [00:05:45.989]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-peterson.c' from root:root to runner:runner
2025-08-20T22:52:32.3635858Z [00:05:45.989]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-capabilities.c' from root:root to runner:runner
2025-08-20T22:52:32.3636486Z [00:05:45.989]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-plugin.o' from root:root to runner:runner
2025-08-20T22:52:32.3637110Z [00:05:45.989]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-asm-arm.h' from root:root to runner:runner
2025-08-20T22:52:32.3637744Z [00:05:45.989]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-session.c' from root:root to runner:runner
2025-08-20T22:52:32.3638361Z [00:05:45.989]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-remap.o' from root:root to runner:runner
2025-08-20T22:52:32.3639011Z [00:05:45.989]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-bad-altstack.c' from root:root to runner:runner
2025-08-20T22:52:32.3640111Z [00:05:45.989]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-memthrash.c' from root:root to runner:runner
2025-08-20T22:52:32.3640972Z [00:05:45.989]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-net.o' from root:root to runner:runner
2025-08-20T22:52:32.3641668Z [00:05:45.989]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-chattr.o' from root:root to runner:runner
2025-08-20T22:52:32.3642303Z [00:05:45.989]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-seek.o' from root:root to runner:runner
2025-08-20T22:52:32.3642921Z [00:05:45.989]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-trig.c' from root:root to runner:runner
2025-08-20T22:52:32.3643534Z [00:05:45.989]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-mounts.o' from root:root to runner:runner
2025-08-20T22:52:32.3644146Z [00:05:45.989]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-job.o' from root:root to runner:runner
2025-08-20T22:52:32.3644757Z [00:05:45.989]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-time.o' from root:root to runner:runner
2025-08-20T22:52:32.3645394Z [00:05:45.989]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-lockmix.o' from root:root to runner:runner
2025-08-20T22:52:32.3646009Z [00:05:45.989]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-sysfs.o' from root:root to runner:runner
2025-08-20T22:52:32.3646633Z [00:05:45.989]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-utime.o' from root:root to runner:runner
2025-08-20T22:52:32.3647301Z [00:05:45.989]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-mtx.o' from root:root to runner:runner
2025-08-20T22:52:32.3647939Z [00:05:45.989]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-prefetch.c' from root:root to runner:runner
2025-08-20T22:52:32.3648642Z [00:05:45.989]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-eigen-ops.o' from root:root to runner:runner
2025-08-20T22:52:32.3649283Z [00:05:45.989]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-sigsuspend.o' from root:root to runner:runner
2025-08-20T22:52:32.3649920Z [00:05:45.989]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-uprobe.c' from root:root to runner:runner
2025-08-20T22:52:32.3650546Z [00:05:45.990]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-umount.o' from root:root to runner:runner
2025-08-20T22:52:32.3651387Z [00:05:45.990]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-rtc.o' from root:root to runner:runner
2025-08-20T22:52:32.3652013Z [00:05:45.990]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-shim.o' from root:root to runner:runner
2025-08-20T22:52:32.3652644Z [00:05:45.990]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-memrate.c' from root:root to runner:runner
2025-08-20T22:52:32.3653334Z [00:05:45.990]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-key.o' from root:root to runner:runner
2025-08-20T22:52:32.3654025Z [00:05:45.990]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-try-open.o' from root:root to runner:runner
2025-08-20T22:52:32.3654643Z [00:05:45.990]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-udp.o' from root:root to runner:runner
2025-08-20T22:52:32.3655264Z [00:05:45.990]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-builtin.h' from root:root to runner:runner
2025-08-20T22:52:32.3655891Z [00:05:45.990]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-resources.c' from root:root to runner:runner
2025-08-20T22:52:32.3656510Z [00:05:45.990]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-msg.o' from root:root to runner:runner
2025-08-20T22:52:32.3657160Z [00:05:45.990]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-x86syscall.c' from root:root to runner:runner
2025-08-20T22:52:32.3657778Z [00:05:45.990]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-timer.o' from root:root to runner:runner
2025-08-20T22:52:32.3658401Z [00:05:45.990]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-matrix.c' from root:root to runner:runner
2025-08-20T22:52:32.3659015Z [00:05:45.990]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-mpfr.o' from root:root to runner:runner
2025-08-20T22:52:32.3659699Z [00:05:45.990]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-helper.o' from root:root to runner:runner
2025-08-20T22:52:32.3660332Z [00:05:45.990]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-sendfile.c' from root:root to runner:runner
2025-08-20T22:52:32.3661227Z [00:05:45.990]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-gpu.o' from root:root to runner:runner
2025-08-20T22:52:32.3661837Z [00:05:45.990]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/Makefile' from root:root to runner:runner
2025-08-20T22:52:32.3662459Z [00:05:45.990]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-fifo.o' from root:root to runner:runner
2025-08-20T22:52:32.3663115Z [00:05:45.990]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-capabilities.h' from root:root to runner:runner
2025-08-20T22:52:32.3663736Z [00:05:45.990]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-clock.o' from root:root to runner:runner
2025-08-20T22:52:32.3669960Z [00:05:45.990]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-sleep.c' from root:root to runner:runner
2025-08-20T22:52:32.3670737Z [00:05:45.990]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-besselmath.o' from root:root to runner:runner
2025-08-20T22:52:32.3671788Z [00:05:45.990]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-null.o' from root:root to runner:runner
2025-08-20T22:52:32.3672508Z [00:05:45.991]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-hdd.o' from root:root to runner:runner
2025-08-20T22:52:32.3673137Z [00:05:45.991]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-numa.o' from root:root to runner:runner
2025-08-20T22:52:32.3673780Z [00:05:45.991]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-asm-riscv.h' from root:root to runner:runner
2025-08-20T22:52:32.3674401Z [00:05:45.991]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-mmap.c' from root:root to runner:runner
2025-08-20T22:52:32.3675043Z [00:05:45.991]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-intmath.c' from root:root to runner:runner
2025-08-20T22:52:32.3675701Z [00:05:45.991]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/mascot/stress-ng.svg' from root:root to runner:runner
2025-08-20T22:52:32.3676293Z [00:05:45.991]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/mascot' from root:root to runner:runner
2025-08-20T22:52:32.3676916Z [00:05:45.991]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-kill.c' from root:root to runner:runner
2025-08-20T22:52:32.3677529Z [00:05:45.991]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-dev.c' from root:root to runner:runner
2025-08-20T22:52:32.3678288Z [00:05:45.991]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-resources.c' from root:root to runner:runner
2025-08-20T22:52:32.3678915Z [00:05:45.991]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-flock.c' from root:root to runner:runner
2025-08-20T22:52:32.3679606Z [00:05:45.991]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-ptrace.c' from root:root to runner:runner
2025-08-20T22:52:32.3680232Z [00:05:45.991]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-workload.o' from root:root to runner:runner
2025-08-20T22:52:32.3680981Z [00:05:45.991]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-veccmp.c' from root:root to runner:runner
2025-08-20T22:52:32.3681603Z [00:05:45.991]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-limit.c' from root:root to runner:runner
2025-08-20T22:52:32.3682244Z [00:05:45.991]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-parse-opts.o' from root:root to runner:runner
2025-08-20T22:52:32.3682863Z [00:05:45.991]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-nice.c' from root:root to runner:runner
2025-08-20T22:52:32.3683482Z [00:05:45.991]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-opcode.o' from root:root to runner:runner
2025-08-20T22:52:32.3684161Z [00:05:45.991]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-sched.o' from root:root to runner:runner
2025-08-20T22:52:32.3684813Z [00:05:45.991]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-membarrier.o' from root:root to runner:runner
2025-08-20T22:52:32.3685485Z [00:05:45.991]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-dir.c' from root:root to runner:runner
2025-08-20T22:52:32.3686130Z [00:05:45.991]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-far-branch.c' from root:root to runner:runner
2025-08-20T22:52:32.3686770Z [00:05:45.991]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-mmapfiles.c' from root:root to runner:runner
2025-08-20T22:52:32.3687413Z [00:05:45.991]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-ipsec-mb.o' from root:root to runner:runner
2025-08-20T22:52:32.3688032Z [00:05:45.991]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-link.c' from root:root to runner:runner
2025-08-20T22:52:32.3688651Z [00:05:45.991]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-qsort.c' from root:root to runner:runner
2025-08-20T22:52:32.3689262Z [00:05:45.991]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-fp.o' from root:root to runner:runner
2025-08-20T22:52:32.3690060Z [00:05:45.991]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-pty.c' from root:root to runner:runner
2025-08-20T22:52:32.3691403Z [00:05:45.991]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-memfd.o' from root:root to runner:runner
2025-08-20T22:52:32.3692090Z [00:05:45.991]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-exit-group.o' from root:root to runner:runner
2025-08-20T22:52:32.3692793Z [00:05:45.991]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-time.h' from root:root to runner:runner
2025-08-20T22:52:32.3693453Z [00:05:45.991]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-idle-page.c' from root:root to runner:runner
2025-08-20T22:52:32.3694089Z [00:05:45.991]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-sem-sysv.c' from root:root to runner:runner
2025-08-20T22:52:32.3694726Z [00:05:45.991]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-utime.c' from root:root to runner:runner
2025-08-20T22:52:32.3695357Z [00:05:45.991]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-dirmany.c' from root:root to runner:runner
2025-08-20T22:52:32.3695977Z [00:05:45.991]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-mpfr.c' from root:root to runner:runner
2025-08-20T22:52:32.3696619Z [00:05:45.991]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-bind-mount.c' from root:root to runner:runner
2025-08-20T22:52:32.3697226Z [00:05:45.991]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-arch.c' from root:root to runner:runner
2025-08-20T22:52:32.3697921Z [00:05:45.991]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-mknod.c' from root:root to runner:runner
2025-08-20T22:52:32.3698594Z [00:05:45.991]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-cpu.o' from root:root to runner:runner
2025-08-20T22:52:32.3699222Z [00:05:45.991]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-numa.c' from root:root to runner:runner
2025-08-20T22:52:32.3699847Z [00:05:45.991]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-access.o' from root:root to runner:runner
2025-08-20T22:52:32.3700499Z [00:05:45.991]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-ptr-chase.o' from root:root to runner:runner
2025-08-20T22:52:32.3701333Z [00:05:45.991]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-eventfd.c' from root:root to runner:runner
2025-08-20T22:52:32.3701987Z [00:05:45.991]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-resources.o' from root:root to runner:runner
2025-08-20T22:52:32.3702605Z [00:05:45.991]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-memory.c' from root:root to runner:runner
2025-08-20T22:52:32.3703228Z [00:05:45.991]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-lease.o' from root:root to runner:runner
2025-08-20T22:52:32.3703933Z [00:05:45.991]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-touch.o' from root:root to runner:runner
2025-08-20T22:52:32.3704548Z [00:05:45.992]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-regs.c' from root:root to runner:runner
2025-08-20T22:52:32.3705183Z [00:05:45.992]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-vforkmany.c' from root:root to runner:runner
2025-08-20T22:52:32.3705868Z [00:05:45.992]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-syscall.c' from root:root to runner:runner
2025-08-20T22:52:32.3706482Z [00:05:45.992]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-tree.c' from root:root to runner:runner
2025-08-20T22:52:32.3707110Z [00:05:45.992]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-ramfs.o' from root:root to runner:runner
2025-08-20T22:52:32.3707729Z [00:05:45.992]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-syslog.h' from root:root to runner:runner
2025-08-20T22:52:32.3708346Z [00:05:45.992]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-cpuidle.h' from root:root to runner:runner
2025-08-20T22:52:32.3708952Z [00:05:45.992]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-hash.o' from root:root to runner:runner
2025-08-20T22:52:32.3709574Z [00:05:45.992]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-dekker.c' from root:root to runner:runner
2025-08-20T22:52:32.3710308Z [00:05:45.992]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-memhotplug.o' from root:root to runner:runner
2025-08-20T22:52:32.3711219Z [00:05:45.992]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-msync.c' from root:root to runner:runner
2025-08-20T22:52:32.3711879Z [00:05:45.992]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-mmapmany.o' from root:root to runner:runner
2025-08-20T22:52:32.3712497Z [00:05:45.992]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-link.o' from root:root to runner:runner
2025-08-20T22:52:32.3713106Z [00:05:45.992]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-udp.c' from root:root to runner:runner
2025-08-20T22:52:32.3713727Z [00:05:45.992]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-fma.o' from root:root to runner:runner
2025-08-20T22:52:32.3714344Z [00:05:45.992]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-sigq.c' from root:root to runner:runner
2025-08-20T22:52:32.3714979Z [00:05:45.992]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-cyclic.c' from root:root to runner:runner
2025-08-20T22:52:32.3715588Z [00:05:45.992]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-rseq.o' from root:root to runner:runner
2025-08-20T22:52:32.3716212Z [00:05:45.992]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/README.Android' from root:root to runner:runner
2025-08-20T22:52:32.3716895Z [00:05:45.992]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-open.c' from root:root to runner:runner
2025-08-20T22:52:32.3717503Z [00:05:45.992]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-fma.c' from root:root to runner:runner
2025-08-20T22:52:32.3718204Z [00:05:45.992]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-cpu-sched.o' from root:root to runner:runner
2025-08-20T22:52:32.3718830Z [00:05:45.992]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-dirmany.o' from root:root to runner:runner
2025-08-20T22:52:32.3719469Z [00:05:45.992]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-hrtimers.o' from root:root to runner:runner
2025-08-20T22:52:32.3720083Z [00:05:45.992]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-memory.h' from root:root to runner:runner
2025-08-20T22:52:32.3720697Z [00:05:45.992]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-aiol.c' from root:root to runner:runner
2025-08-20T22:52:32.3721451Z [00:05:45.993]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-mmaphuge.o' from root:root to runner:runner
2025-08-20T22:52:32.3722063Z [00:05:45.993]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-klog.o' from root:root to runner:runner
2025-08-20T22:52:32.3722757Z [00:05:45.993]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-binderfs.o' from root:root to runner:runner
2025-08-20T22:52:32.3723433Z [00:05:45.993]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-vmstat.h' from root:root to runner:runner
2025-08-20T22:52:32.3724093Z [00:05:45.993]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/usr.bin.pulseaudio.eg' from root:root to runner:runner
2025-08-20T22:52:32.3724723Z [00:05:45.993]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-skiplist.o' from root:root to runner:runner
2025-08-20T22:52:32.3725344Z [00:05:45.993]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-mknod.o' from root:root to runner:runner
2025-08-20T22:52:32.3725986Z [00:05:45.993]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-radixsort.o' from root:root to runner:runner
2025-08-20T22:52:32.3726601Z [00:05:45.993]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-perf.h' from root:root to runner:runner
2025-08-20T22:52:32.3727221Z [00:05:45.993]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-fstat.o' from root:root to runner:runner
2025-08-20T22:52:32.3727846Z [00:05:45.993]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-rename.o' from root:root to runner:runner
2025-08-20T22:52:32.3728472Z [00:05:45.993]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-getdent.c' from root:root to runner:runner
2025-08-20T22:52:32.3729151Z [00:05:45.993]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-mlock.h' from root:root to runner:runner
2025-08-20T22:52:32.3729808Z [00:05:45.993]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-eigen-ops.cpp' from root:root to runner:runner
2025-08-20T22:52:32.3730478Z [00:05:45.993]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-ftrace.o' from root:root to runner:runner
2025-08-20T22:52:32.3731218Z [00:05:45.993]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-nanosleep.o' from root:root to runner:runner
2025-08-20T22:52:32.3731842Z [00:05:45.993]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-vma.c' from root:root to runner:runner
2025-08-20T22:52:32.3732452Z [00:05:45.993]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-job.c' from root:root to runner:runner
2025-08-20T22:52:32.3733066Z [00:05:45.993]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-quota.c' from root:root to runner:runner
2025-08-20T22:52:32.3733682Z [00:05:45.993]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-sched.c' from root:root to runner:runner
2025-08-20T22:52:32.3734299Z [00:05:45.993]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-stream.c' from root:root to runner:runner
2025-08-20T22:52:32.3734993Z [00:05:45.993]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-factor.o' from root:root to runner:runner
2025-08-20T22:52:32.3735671Z [00:05:45.993]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-stack.c' from root:root to runner:runner
2025-08-20T22:52:32.3736303Z [00:05:45.993]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-sighup.o' from root:root to runner:runner
2025-08-20T22:52:32.3736930Z [00:05:45.993]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-chdir.o' from root:root to runner:runner
2025-08-20T22:52:32.3737553Z [00:05:45.993]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-resources.o' from root:root to runner:runner
2025-08-20T22:52:32.3738209Z [00:05:45.993]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-cachehammer.o' from root:root to runner:runner
2025-08-20T22:52:32.3738865Z [00:05:45.993]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-min-nanosleep.o' from root:root to runner:runner
2025-08-20T22:52:32.3739477Z [00:05:45.993]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-numa.h' from root:root to runner:runner
2025-08-20T22:52:32.3740120Z [00:05:45.993]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-bad-altstack.o' from root:root to runner:runner
2025-08-20T22:52:32.3740747Z [00:05:45.993]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-icache.o' from root:root to runner:runner
2025-08-20T22:52:32.3741696Z [00:05:45.993]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-msyncmany.c' from root:root to runner:runner
2025-08-20T22:52:32.3742369Z [00:05:45.994]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-sysinval.c' from root:root to runner:runner
2025-08-20T22:52:32.3743086Z [00:05:45.994]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-longjmp.o' from root:root to runner:runner
2025-08-20T22:52:32.3743702Z [00:05:45.994]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-hash.c' from root:root to runner:runner
2025-08-20T22:52:32.3744378Z [00:05:45.994]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/io-uring.h' from root:root to runner:runner
2025-08-20T22:52:32.3745027Z [00:05:45.994]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-pragma.h' from root:root to runner:runner
2025-08-20T22:52:32.3745654Z [00:05:45.994]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-hash.c' from root:root to runner:runner
2025-08-20T22:52:32.3746293Z [00:05:45.994]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-msyncmany.o' from root:root to runner:runner
2025-08-20T22:52:32.3746921Z [00:05:45.994]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-rdrand.c' from root:root to runner:runner
2025-08-20T22:52:32.3747556Z [00:05:45.994]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-unshare.c' from root:root to runner:runner
2025-08-20T22:52:32.3748236Z [00:05:45.994]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-bitops.c' from root:root to runner:runner
2025-08-20T22:52:32.3748864Z [00:05:45.994]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-dirdeep.o' from root:root to runner:runner
2025-08-20T22:52:32.3749522Z [00:05:45.994]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-thermal-zone.c' from root:root to runner:runner
2025-08-20T22:52:32.3750169Z [00:05:45.994]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-hyperbolic.o' from root:root to runner:runner
2025-08-20T22:52:32.3750969Z [00:05:45.994]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-sock.c' from root:root to runner:runner
2025-08-20T22:52:32.3751625Z [00:05:45.994]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-mq.c' from root:root to runner:runner
2025-08-20T22:52:32.3752267Z [00:05:45.994]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-readahead.c' from root:root to runner:runner
2025-08-20T22:52:32.3752898Z [00:05:45.994]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-cpu-cache.h' from root:root to runner:runner
2025-08-20T22:52:32.3753515Z [00:05:45.994]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-pthread.h' from root:root to runner:runner
2025-08-20T22:52:32.3754231Z [00:05:45.994]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-af-alg.c' from root:root to runner:runner
2025-08-20T22:52:32.3754874Z [00:05:45.994]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-shm.c' from root:root to runner:runner
2025-08-20T22:52:32.3755597Z [00:05:45.994]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-chroot.c' from root:root to runner:runner
2025-08-20T22:52:32.3756243Z [00:05:45.994]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-file-ioctl.o' from root:root to runner:runner
2025-08-20T22:52:32.3756864Z [00:05:45.994]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-sigbus.o' from root:root to runner:runner
2025-08-20T22:52:32.3757542Z [00:05:45.994]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-seek.c' from root:root to runner:runner
2025-08-20T22:52:32.3758171Z [00:05:45.994]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-cpu-freq.h' from root:root to runner:runner
2025-08-20T22:52:32.3758794Z [00:05:45.994]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-loop.o' from root:root to runner:runner
2025-08-20T22:52:32.3759693Z [00:05:45.994]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-io-priority.c' from root:root to runner:runner
2025-08-20T22:52:32.3760747Z [00:05:45.994]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-inode-flags.o' from root:root to runner:runner
2025-08-20T22:52:32.3761579Z [00:05:45.994]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-sigbus.c' from root:root to runner:runner
2025-08-20T22:52:32.3762234Z [00:05:45.994]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-mmapcow.o' from root:root to runner:runner
2025-08-20T22:52:32.3762860Z [00:05:45.994]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-pseek.c' from root:root to runner:runner
2025-08-20T22:52:32.3763487Z [00:05:45.994]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-close.c' from root:root to runner:runner
2025-08-20T22:52:32.3764127Z [00:05:45.994]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-cpu-freq.c' from root:root to runner:runner
2025-08-20T22:52:32.3764755Z [00:05:45.994]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-verity.o' from root:root to runner:runner
2025-08-20T22:52:32.3765403Z [00:05:45.994]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-target-clones.h' from root:root to runner:runner
2025-08-20T22:52:32.3766034Z [00:05:45.994]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-sigxcpu.o' from root:root to runner:runner
2025-08-20T22:52:32.3766645Z [00:05:45.994]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-vm.c' from root:root to runner:runner
2025-08-20T22:52:32.3767340Z [00:05:45.994]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-eigen.c' from root:root to runner:runner
2025-08-20T22:52:32.3767960Z [00:05:45.994]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-kvm.o' from root:root to runner:runner
2025-08-20T22:52:32.3768652Z [00:05:45.994]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-filesystem.h' from root:root to runner:runner
2025-08-20T22:52:32.3769270Z [00:05:45.994]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-vma.o' from root:root to runner:runner
2025-08-20T22:52:32.3769897Z [00:05:45.995]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-funcret.o' from root:root to runner:runner
2025-08-20T22:52:32.3770594Z [00:05:45.995]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-sockmany.o' from root:root to runner:runner
2025-08-20T22:52:32.3771346Z [00:05:45.995]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-ping-sock.c' from root:root to runner:runner
2025-08-20T22:52:32.3771992Z [00:05:45.995]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-time-warp.c' from root:root to runner:runner
2025-08-20T22:52:32.3772640Z [00:05:45.995]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-flushcache.o' from root:root to runner:runner
2025-08-20T22:52:32.3773277Z [00:05:45.995]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-mlockmany.o' from root:root to runner:runner
2025-08-20T22:52:32.3773891Z [00:05:45.995]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-dfp.c' from root:root to runner:runner
2025-08-20T22:52:32.3774601Z [00:05:45.995]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-full.c' from root:root to runner:runner
2025-08-20T22:52:32.3775254Z [00:05:45.995]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-mlockmany.c' from root:root to runner:runner
2025-08-20T22:52:32.3775876Z [00:05:45.995]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-sighup.c' from root:root to runner:runner
2025-08-20T22:52:32.3776530Z [00:05:45.995]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-capabilities.o' from root:root to runner:runner
2025-08-20T22:52:32.3777180Z [00:05:45.995]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-easy-opcode.o' from root:root to runner:runner
2025-08-20T22:52:32.3777808Z [00:05:45.995]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-peterson.o' from root:root to runner:runner
2025-08-20T22:52:32.3778445Z [00:05:45.995]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-shm-sysv.c' from root:root to runner:runner
2025-08-20T22:52:32.3779089Z [00:05:45.995]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-mmaptorture.o' from root:root to runner:runner
2025-08-20T22:52:32.3779785Z [00:05:45.995]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-fpunch.o' from root:root to runner:runner
2025-08-20T22:52:32.3780432Z [00:05:45.995]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-cpu-online.c' from root:root to runner:runner
2025-08-20T22:52:32.3781232Z [00:05:45.995]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-rawudp.o' from root:root to runner:runner
2025-08-20T22:52:32.3781870Z [00:05:45.995]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-copy-file.o' from root:root to runner:runner
2025-08-20T22:52:32.3782485Z [00:05:45.995]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-pci.c' from root:root to runner:runner
2025-08-20T22:52:32.3783174Z [00:05:45.995]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-switch.o' from root:root to runner:runner
2025-08-20T22:52:32.3783802Z [00:05:45.995]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-vnni.c' from root:root to runner:runner
2025-08-20T22:52:32.3784430Z [00:05:45.995]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-crypt.c' from root:root to runner:runner
2025-08-20T22:52:32.3785066Z [00:05:45.995]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-time-warp.o' from root:root to runner:runner
2025-08-20T22:52:32.3785692Z [00:05:45.996]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-try-open.c' from root:root to runner:runner
2025-08-20T22:52:32.3786322Z [00:05:45.996]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-x86cpuid.o' from root:root to runner:runner
2025-08-20T22:52:32.3787003Z [00:05:45.996]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-asm-ret.o' from root:root to runner:runner
2025-08-20T22:52:32.3787620Z [00:05:45.996]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-rapl.h' from root:root to runner:runner
2025-08-20T22:52:32.3788264Z [00:05:45.996]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-perf-event.h' from root:root to runner:runner
2025-08-20T22:52:32.3788893Z [00:05:45.996]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-qsort.o' from root:root to runner:runner
2025-08-20T22:52:32.3789526Z [00:05:45.996]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-itimer.c' from root:root to runner:runner
2025-08-20T22:52:32.3790140Z [00:05:45.996]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-nop.c' from root:root to runner:runner
2025-08-20T22:52:32.3790759Z [00:05:45.996]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-epoll.c' from root:root to runner:runner
2025-08-20T22:52:32.3791598Z [00:05:45.996]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-killpid.c' from root:root to runner:runner
2025-08-20T22:52:32.3792322Z [00:05:45.996]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-shellsort.o' from root:root to runner:runner
2025-08-20T22:52:32.3792941Z [00:05:45.996]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-prime.o' from root:root to runner:runner
2025-08-20T22:52:32.3793602Z [00:05:45.996]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-insertionsort.c' from root:root to runner:runner
2025-08-20T22:52:32.3794288Z [00:05:45.996]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-tmpfs.o' from root:root to runner:runner
2025-08-20T22:52:32.3794906Z [00:05:45.996]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-rotate.c' from root:root to runner:runner
2025-08-20T22:52:32.3795615Z [00:05:45.996]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-inode-flags.c' from root:root to runner:runner
2025-08-20T22:52:32.3796269Z [00:05:45.996]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-bitonicsort.c' from root:root to runner:runner
2025-08-20T22:52:32.3796905Z [00:05:45.996]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-vm-addr.o' from root:root to runner:runner
2025-08-20T22:52:32.3797528Z [00:05:45.996]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-prctl.o' from root:root to runner:runner
2025-08-20T22:52:32.3798142Z [00:05:45.996]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-tmpfs.c' from root:root to runner:runner
2025-08-20T22:52:32.3798760Z [00:05:45.996]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-str.c' from root:root to runner:runner
2025-08-20T22:52:32.3799448Z [00:05:45.996]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-dnotify.c' from root:root to runner:runner
2025-08-20T22:52:32.3800080Z [00:05:45.996]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-branch.c' from root:root to runner:runner
2025-08-20T22:52:32.3800700Z [00:05:45.996]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-chmod.c' from root:root to runner:runner
2025-08-20T22:52:32.3801424Z [00:05:45.996]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-sync.o' from root:root to runner:runner
2025-08-20T22:52:32.3802037Z [00:05:45.996]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-aio.c' from root:root to runner:runner
2025-08-20T22:52:32.3802654Z [00:05:45.996]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-mutex.c' from root:root to runner:runner
2025-08-20T22:52:32.3803338Z [00:05:45.996]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-fork.c' from root:root to runner:runner
2025-08-20T22:52:32.3803952Z [00:05:45.996]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-setting.h' from root:root to runner:runner
2025-08-20T22:52:32.3804642Z [00:05:45.996]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-rename.c' from root:root to runner:runner
2025-08-20T22:52:32.3805256Z [00:05:45.996]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-signal.c' from root:root to runner:runner
2025-08-20T22:52:32.3805877Z [00:05:45.996]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-setting.o' from root:root to runner:runner
2025-08-20T22:52:32.3806504Z [00:05:45.996]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-munmap.o' from root:root to runner:runner
2025-08-20T22:52:32.3807140Z [00:05:45.996]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-idle-page.o' from root:root to runner:runner
2025-08-20T22:52:32.3807831Z [00:05:45.996]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-mmaphuge.c' from root:root to runner:runner
2025-08-20T22:52:32.3808515Z [00:05:45.996]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-lsearch.o' from root:root to runner:runner
2025-08-20T22:52:32.3809134Z [00:05:45.996]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-tun.o' from root:root to runner:runner
2025-08-20T22:52:32.3809758Z [00:05:45.996]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-mincore.c' from root:root to runner:runner
2025-08-20T22:52:32.3810416Z [00:05:45.996]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-timerfd.c' from root:root to runner:runner
2025-08-20T22:52:32.3811153Z [00:05:45.996]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-eigen-ops.c' from root:root to runner:runner
2025-08-20T22:52:32.3811789Z [00:05:45.996]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-factor.c' from root:root to runner:runner
2025-08-20T22:52:32.3812424Z [00:05:45.996]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-expmath.o' from root:root to runner:runner
2025-08-20T22:52:32.3813062Z [00:05:45.996]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-race-sched.o' from root:root to runner:runner
2025-08-20T22:52:32.3813687Z [00:05:45.996]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-sigurg.o' from root:root to runner:runner
2025-08-20T22:52:32.3814304Z [00:05:45.996]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-key.c' from root:root to runner:runner
2025-08-20T22:52:32.3814936Z [00:05:45.996]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-hsearch.o' from root:root to runner:runner
2025-08-20T22:52:32.3815626Z [00:05:45.996]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-asm-s390.h' from root:root to runner:runner
2025-08-20T22:52:32.3816241Z [00:05:45.996]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-acl.c' from root:root to runner:runner
2025-08-20T22:52:32.3816939Z [00:05:45.996]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-cacheline.c' from root:root to runner:runner
2025-08-20T22:52:32.3817555Z [00:05:45.997]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-dfp.o' from root:root to runner:runner
2025-08-20T22:52:32.3818175Z [00:05:45.997]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-sigill.c' from root:root to runner:runner
2025-08-20T22:52:32.3818838Z [00:05:45.997]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-tlb-shootdown.o' from root:root to runner:runner
2025-08-20T22:52:32.3819448Z [00:05:45.998]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-dev.o' from root:root to runner:runner
2025-08-20T22:52:32.3820122Z [00:05:45.998]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-vmstat.o' from root:root to runner:runner
2025-08-20T22:52:32.3820974Z [00:05:45.998]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-io-uring.o' from root:root to runner:runner
2025-08-20T22:52:32.3821674Z [00:05:45.998]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-mprotect.c' from root:root to runner:runner
2025-08-20T22:52:32.3822343Z [00:05:45.998]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-misaligned.o' from root:root to runner:runner
2025-08-20T22:52:32.3822966Z [00:05:45.998]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-switch.c' from root:root to runner:runner
2025-08-20T22:52:32.3823627Z [00:05:45.998]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-netlink-proc.c' from root:root to runner:runner
2025-08-20T22:52:32.3824252Z [00:05:45.998]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-efivar.o' from root:root to runner:runner
2025-08-20T22:52:32.3824878Z [00:05:45.998]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-plugin.c' from root:root to runner:runner
2025-08-20T22:52:32.3825512Z [00:05:45.998]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-sockpair.c' from root:root to runner:runner
2025-08-20T22:52:32.3826165Z [00:05:45.998]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-unimapdesc.c' from root:root to runner:runner
2025-08-20T22:52:32.3826803Z [00:05:45.998]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-rfork.c' from root:root to runner:runner
2025-08-20T22:52:32.3827911Z [00:05:45.998]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-attr-noreturn.c' from root:root to runner:runner
2025-08-20T22:52:32.3828832Z [00:05:45.998]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-sctp_status.c' from root:root to runner:runner
2025-08-20T22:52:32.3829507Z [00:05:45.998]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-asm-x86-sfence.c' from root:root to runner:runner
2025-08-20T22:52:32.3830280Z [00:05:45.998]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-seccomp_notif_sizes.c' from root:root to runner:runner
2025-08-20T22:52:32.3831133Z [00:05:45.998]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-openat.c' from root:root to runner:runner
2025-08-20T22:52:32.3831796Z [00:05:45.998]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-lsearch.c' from root:root to runner:runner
2025-08-20T22:52:32.3832473Z [00:05:45.998]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-consolefontdesc.c' from root:root to runner:runner
2025-08-20T22:52:32.3833142Z [00:05:45.998]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-atomic_or_fetch.c' from root:root to runner:runner
2025-08-20T22:52:32.3833917Z [00:05:45.998]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-asm-loong64-cpucfg.c' from root:root to runner:runner
2025-08-20T22:52:32.3834616Z [00:05:45.998]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-mode_t.c' from root:root to runner:runner
2025-08-20T22:52:32.3835309Z [00:05:45.998]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-process-vm-readv.c' from root:root to runner:runner
2025-08-20T22:52:32.3835937Z [00:05:45.998]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-lockf.c' from root:root to runner:runner
2025-08-20T22:52:32.3836613Z [00:05:45.998]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-posix-memalign.c' from root:root to runner:runner
2025-08-20T22:52:32.3837316Z [00:05:45.998]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-builtin-ia32_movnti64.c' from root:root to runner:runner
2025-08-20T22:52:32.3837949Z [00:05:45.998]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-uname.c' from root:root to runner:runner
2025-08-20T22:52:32.3838617Z [00:05:45.998]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-atomic_fetch_xor.c' from root:root to runner:runner
2025-08-20T22:52:32.3839277Z [00:05:45.998]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-posix-madvise.c' from root:root to runner:runner
2025-08-20T22:52:32.3839979Z [00:05:45.998]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-v4l2_jpegcompression.c' from root:root to runner:runner
2025-08-20T22:52:32.3840612Z [00:05:45.998]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-libacl.c' from root:root to runner:runner
2025-08-20T22:52:32.3841436Z [00:05:45.998]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-kbentry.c' from root:root to runner:runner
2025-08-20T22:52:32.3842153Z [00:05:45.998]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-pthread-mutexattr-init.c' from root:root to runner:runner
2025-08-20T22:52:32.3842835Z [00:05:45.998]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-sync-file-range.c' from root:root to runner:runner
2025-08-20T22:52:32.3843541Z [00:05:45.998]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-fsxattr.c' from root:root to runner:runner
2025-08-20T22:52:32.3844192Z [00:05:45.998]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-getresuid.c' from root:root to runner:runner
2025-08-20T22:52:32.3844864Z [00:05:45.998]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-mm_dpwssd_epi32.c' from root:root to runner:runner
2025-08-20T22:52:32.3845506Z [00:05:45.998]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-fexecve.c' from root:root to runner:runner
2025-08-20T22:52:32.3846250Z [00:05:45.998]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-builtin-prefetch.c' from root:root to runner:runner
2025-08-20T22:52:32.3846947Z [00:05:45.998]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-ptsname.c' from root:root to runner:runner
2025-08-20T22:52:32.3847592Z [00:05:45.998]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-gettid.c' from root:root to runner:runner
2025-08-20T22:52:32.3848239Z [00:05:45.998]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-mtx-init.c' from root:root to runner:runner
2025-08-20T22:52:32.3848907Z [00:05:45.998]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-mm_dpbusd_epi32.c' from root:root to runner:runner
2025-08-20T22:52:32.3849572Z [00:05:45.998]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-asm-arm-tlbi.c' from root:root to runner:runner
2025-08-20T22:52:32.3850243Z [00:05:45.999]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-builtin-rintl.c' from root:root to runner:runner
2025-08-20T22:52:32.3851037Z [00:05:45.999]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-pthread-mutexattr_t.c' from root:root to runner:runner
2025-08-20T22:52:32.3851703Z [00:05:45.999]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-gettimeofday.c' from root:root to runner:runner
2025-08-20T22:52:32.3852387Z [00:05:45.999]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-asm-m68k-eori-sr.c' from root:root to runner:runner
2025-08-20T22:52:32.3853043Z [00:05:45.999]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-setxattrat.c' from root:root to runner:runner
2025-08-20T22:52:32.3853698Z [00:05:45.999]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-endmntent.c' from root:root to runner:runner
2025-08-20T22:52:32.3854428Z [00:05:45.999]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-machine.c' from root:root to runner:runner
2025-08-20T22:52:32.3855104Z [00:05:45.999]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-timer-create.c' from root:root to runner:runner
2025-08-20T22:52:32.3855822Z [00:05:45.999]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-v4l2_audio.c' from root:root to runner:runner
2025-08-20T22:52:32.3856489Z [00:05:45.999]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-sched-yield.c' from root:root to runner:runner
2025-08-20T22:52:32.3857166Z [00:05:45.999]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-mm256_loadu_si256.c' from root:root to runner:runner
2025-08-20T22:52:32.3857834Z [00:05:45.999]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-timer-settime.c' from root:root to runner:runner
2025-08-20T22:52:32.3858476Z [00:05:45.999]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-msginfo.c' from root:root to runner:runner
2025-08-20T22:52:32.3859259Z [00:05:45.999]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-pthread-mutexattr-destroy.c' from root:root to runner:runner
2025-08-20T22:52:32.3859976Z [00:05:45.999]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-arc4random.c' from root:root to runner:runner
2025-08-20T22:52:32.3860629Z [00:05:45.999]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-listxattr.c' from root:root to runner:runner
2025-08-20T22:52:32.3861430Z [00:05:45.999]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-asm-x86-prefetchnta.c' from root:root to runner:runner
2025-08-20T22:52:32.3862081Z [00:05:45.999]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-tsearch.c' from root:root to runner:runner
2025-08-20T22:52:32.3862747Z [00:05:45.999]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-asm-ppc-dcbt.c' from root:root to runner:runner
2025-08-20T22:52:32.3863455Z [00:05:45.999]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-builtin-cpu-is-power10.c' from root:root to runner:runner
2025-08-20T22:52:32.3864122Z [00:05:45.999]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-pkey-mprotect.c' from root:root to runner:runner
2025-08-20T22:52:32.3864759Z [00:05:45.999]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-pipe2.c' from root:root to runner:runner
2025-08-20T22:52:32.3865407Z [00:05:45.999]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-setfsuid.c' from root:root to runner:runner
2025-08-20T22:52:32.3866058Z [00:05:46.000]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-memalign.c' from root:root to runner:runner
2025-08-20T22:52:32.3866754Z [00:05:46.000]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-flock.c' from root:root to runner:runner
2025-08-20T22:52:32.3867411Z [00:05:46.000]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-close-range.c' from root:root to runner:runner
2025-08-20T22:52:32.3868180Z [00:05:46.000]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-libpthread-spinlock.c' from root:root to runner:runner
2025-08-20T22:52:32.3868853Z [00:05:46.000]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-mm_loadu_si128.c' from root:root to runner:runner
2025-08-20T22:52:32.3869493Z [00:05:46.000]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-mallopt.c' from root:root to runner:runner
2025-08-20T22:52:32.3870130Z [00:05:46.000]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-mknod.c' from root:root to runner:runner
2025-08-20T22:52:32.3871000Z [00:05:46.000]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-mm256_dpbusd_epi32.c' from root:root to runner:runner
2025-08-20T22:52:32.3871790Z [00:05:46.000]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-setitimer.c' from root:root to runner:runner
2025-08-20T22:52:32.3872525Z [00:05:46.000]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-setdomainname.c' from root:root to runner:runner
2025-08-20T22:52:32.3873170Z [00:05:46.000]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-ino64_t.c' from root:root to runner:runner
2025-08-20T22:52:32.3873814Z [00:05:46.000]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-prlimit.c' from root:root to runner:runner
2025-08-20T22:52:32.3874466Z [00:05:46.000]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-__rseq_offset.c' from root:root to runner:runner
2025-08-20T22:52:32.3875132Z [00:05:46.000]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-atomic_clear.c' from root:root to runner:runner
2025-08-20T22:52:32.3875805Z [00:05:46.000]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-pragma-prefetch.c' from root:root to runner:runner
2025-08-20T22:52:32.3876469Z [00:05:46.000]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-asm-ppc-icbi.c' from root:root to runner:runner
2025-08-20T22:52:32.3877115Z [00:05:46.000]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-semtimedop.c' from root:root to runner:runner
2025-08-20T22:52:32.3877768Z [00:05:46.000]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-fgetxattr.c' from root:root to runner:runner
2025-08-20T22:52:32.3878422Z [00:05:46.000]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-libkmod.c' from root:root to runner:runner
2025-08-20T22:52:32.3879080Z [00:05:46.000]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-finit-module.c' from root:root to runner:runner
2025-08-20T22:52:32.3879829Z [00:05:46.000]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-asm-x86-rep-stosd.c' from root:root to runner:runner
2025-08-20T22:52:32.3880469Z [00:05:46.000]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-fchownat.c' from root:root to runner:runner
2025-08-20T22:52:32.3881299Z [00:05:46.000]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-lsetxattr.c' from root:root to runner:runner
2025-08-20T22:52:32.3881987Z [00:05:46.000]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-atomic_fetch_add_8.c' from root:root to runner:runner
2025-08-20T22:52:32.3882625Z [00:05:46.000]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-float.c' from root:root to runner:runner
2025-08-20T22:52:32.3883327Z [00:05:46.000]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-builtin-rotateleft16.c' from root:root to runner:runner
2025-08-20T22:52:32.3884074Z [00:05:46.000]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-asm-sparc-membar.c' from root:root to runner:runner
2025-08-20T22:52:32.3884787Z [00:05:46.000]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-getmntinfo.c' from root:root to runner:runner
2025-08-20T22:52:32.3885471Z [00:05:46.000]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-mm256_dpwssd_epi32.c' from root:root to runner:runner
2025-08-20T22:52:32.3886112Z [00:05:46.000]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-ustat.c' from root:root to runner:runner
2025-08-20T22:52:32.3886791Z [00:05:46.000]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-process-vm-writev.c' from root:root to runner:runner
2025-08-20T22:52:32.3887467Z [00:05:46.000]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-dirent-d_type.c' from root:root to runner:runner
2025-08-20T22:52:32.3888120Z [00:05:46.000]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-int_fast16_t.c' from root:root to runner:runner
2025-08-20T22:52:32.3888766Z [00:05:46.000]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-unshare.c' from root:root to runner:runner
2025-08-20T22:52:32.3889442Z [00:05:46.000]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-setproctitle_init.c' from root:root to runner:runner
2025-08-20T22:52:32.3890154Z [00:05:46.000]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-pthread-mutex-destroy.c' from root:root to runner:runner
2025-08-20T22:52:32.3890922Z [00:05:46.000]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-asm-hppa-diag.c' from root:root to runner:runner
2025-08-20T22:52:32.3891707Z [00:05:46.000]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-adjtimex.c' from root:root to runner:runner
2025-08-20T22:52:32.3892433Z [00:05:46.000]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-libmd.c' from root:root to runner:runner
2025-08-20T22:52:32.3893140Z [00:05:46.000]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-builtin-rotateright32.c' from root:root to runner:runner
2025-08-20T22:52:32.3893846Z [00:05:46.000]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-asm-nop.c' from root:root to runner:runner
2025-08-20T22:52:32.3894526Z [00:05:46.000]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-atomic_sub_fetch.c' from root:root to runner:runner
2025-08-20T22:52:32.3895506Z [00:05:46.000]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-v4l2_framebuffer.c' from root:root to runner:runner
2025-08-20T22:52:32.3896589Z [00:05:46.000]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-asm-loong64-tlbrd.c' from root:root to runner:runner
2025-08-20T22:52:32.3897232Z [00:05:46.000]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-iopl.c' from root:root to runner:runner
2025-08-20T22:52:32.3897967Z [00:05:46.000]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-vfork.c' from root:root to runner:runner
2025-08-20T22:52:32.3898673Z [00:05:46.001]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-vt_stat.c' from root:root to runner:runner
2025-08-20T22:52:32.3899345Z [00:05:46.001]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-v4l2_audioout.c' from root:root to runner:runner
2025-08-20T22:52:32.3900012Z [00:05:46.001]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-v4l2_dv_timings.c' from root:root to runner:runner
2025-08-20T22:52:32.3900697Z [00:05:46.001]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-rusage_ru_minflt.c' from root:root to runner:runner
2025-08-20T22:52:32.3901617Z [00:05:46.001]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-sctp_stream_value.c' from root:root to runner:runner
2025-08-20T22:52:32.3902253Z [00:05:46.001]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-libz.c' from root:root to runner:runner
2025-08-20T22:52:32.3902914Z [00:05:46.001]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-asm-x86-clwb.c' from root:root to runner:runner
2025-08-20T22:52:32.3903589Z [00:05:46.001]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-pthread_sigqueue.c' from root:root to runner:runner
2025-08-20T22:52:32.3904256Z [00:05:46.001]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-malloc-trim.c' from root:root to runner:runner
2025-08-20T22:52:32.3904922Z [00:05:46.001]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-asm-mips-wait.c' from root:root to runner:runner
2025-08-20T22:52:32.3905667Z [00:05:46.001]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-asm-s390-ptlb.c' from root:root to runner:runner
2025-08-20T22:52:32.3906292Z [00:05:46.001]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-sbrk.c' from root:root to runner:runner
2025-08-20T22:52:32.3906934Z [00:05:46.001]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-winsize.c' from root:root to runner:runner
2025-08-20T22:52:32.3907644Z [00:05:46.001]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-int_fast8_t.c' from root:root to runner:runner
2025-08-20T22:52:32.3908291Z [00:05:46.001]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-crypt-r.c' from root:root to runner:runner
2025-08-20T22:52:32.3908973Z [00:05:46.001]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-atomic_fetch_add_4.c' from root:root to runner:runner
2025-08-20T22:52:32.3909652Z [00:05:46.001]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-rlimit_resource_t.c' from root:root to runner:runner
2025-08-20T22:52:32.3910557Z [00:05:46.001]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-munlockall.c' from root:root to runner:runner
2025-08-20T22:52:32.3911476Z [00:05:46.001]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-setpwent.c' from root:root to runner:runner
2025-08-20T22:52:32.3912130Z [00:05:46.001]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-prctl.c' from root:root to runner:runner
2025-08-20T22:52:32.3912779Z [00:05:46.001]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-snd_ctl_tlv.c' from root:root to runner:runner
2025-08-20T22:52:32.3913410Z [00:05:46.001]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-judy.c' from root:root to runner:runner
2025-08-20T22:52:32.3914093Z [00:05:46.001]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-asm-ppc64-dcbtst.c' from root:root to runner:runner
2025-08-20T22:52:32.3914764Z [00:05:46.002]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-builtin-rint.c' from root:root to runner:runner
2025-08-20T22:52:32.3915432Z [00:05:46.002]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-v4l2_capability.c' from root:root to runner:runner
2025-08-20T22:52:32.3916116Z [00:05:46.002]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-atomic_test_and_set.c' from root:root to runner:runner
2025-08-20T22:52:32.3916785Z [00:05:46.002]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-sctp_udpencaps.c' from root:root to runner:runner
2025-08-20T22:52:32.3917431Z [00:05:46.002]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-getcpu.c' from root:root to runner:runner
2025-08-20T22:52:32.3918122Z [00:05:46.002]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-builtin-popcountll.c' from root:root to runner:runner
2025-08-20T22:52:32.3918854Z [00:05:46.002]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-label-as-value.c' from root:root to runner:runner
2025-08-20T22:52:32.3919501Z [00:05:46.002]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-libmpfr.c' from root:root to runner:runner
2025-08-20T22:52:32.3920266Z [00:05:46.002]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-builtin-rotateright16.c' from root:root to runner:runner
2025-08-20T22:52:32.3921029Z [00:05:46.002]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-getxattr.c' from root:root to runner:runner
2025-08-20T22:52:32.3921708Z [00:05:46.002]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-builtin-shuffle.c' from root:root to runner:runner
2025-08-20T22:52:32.3922351Z [00:05:46.002]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-hsearch.c' from root:root to runner:runner
2025-08-20T22:52:32.3923039Z [00:05:46.002]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-stat.c' from root:root to runner:runner
2025-08-20T22:52:32.3923716Z [00:05:46.002]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-clock-gettime.c' from root:root to runner:runner
2025-08-20T22:52:32.3924423Z [00:05:46.002]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-shm-unlink.c' from root:root to runner:runner
2025-08-20T22:52:32.3925074Z [00:05:46.002]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-getresgid.c' from root:root to runner:runner
2025-08-20T22:52:32.3925730Z [00:05:46.002]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-setpriority.c' from root:root to runner:runner
2025-08-20T22:52:32.3926382Z [00:05:46.002]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-tcgetattr.c' from root:root to runner:runner
2025-08-20T22:52:32.3927028Z [00:05:46.002]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-wcsfunc.c' from root:root to runner:runner
2025-08-20T22:52:32.3927748Z [00:05:46.002]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-builtin-cpu-is-power11.c' from root:root to runner:runner
2025-08-20T22:52:32.3928434Z [00:05:46.002]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-sctp_default_prinfo.c' from root:root to runner:runner
2025-08-20T22:52:32.3929075Z [00:05:46.002]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-cdrom_blk.c' from root:root to runner:runner
2025-08-20T22:52:32.3929761Z [00:05:46.002]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-asm-x86-serialize.c' from root:root to runner:runner
2025-08-20T22:52:32.3930404Z [00:05:46.002]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-umount2.c' from root:root to runner:runner
2025-08-20T22:52:32.3931358Z [00:05:46.002]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-sctp_paddrinfo.c' from root:root to runner:runner
2025-08-20T22:52:32.3932027Z [00:05:46.002]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-cfgetispeed.c' from root:root to runner:runner
2025-08-20T22:52:32.3932801Z [00:05:46.002]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-floppy_write_errors.c' from root:root to runner:runner
2025-08-20T22:52:32.3933480Z [00:05:46.002]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-asm-ppc64-dcbst.c' from root:root to runner:runner
2025-08-20T22:52:32.3934147Z [00:05:46.002]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-builtin-memcpy.c' from root:root to runner:runner
2025-08-20T22:52:32.3934785Z [00:05:46.002]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-__rorq.c' from root:root to runner:runner
2025-08-20T22:52:32.3935452Z [00:05:46.002]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-atomic_and_fetch.c' from root:root to runner:runner
2025-08-20T22:52:32.3936169Z [00:05:46.002]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-sem-posix.c' from root:root to runner:runner
2025-08-20T22:52:32.3936872Z [00:05:46.002]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-pid_type.c' from root:root to runner:runner
2025-08-20T22:52:32.3937520Z [00:05:46.002]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-mq-posix.c' from root:root to runner:runner
2025-08-20T22:52:32.3938188Z [00:05:46.002]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-mm256_add_epi8.c' from root:root to runner:runner
2025-08-20T22:52:32.3938847Z [00:05:46.002]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-sigaltstack.c' from root:root to runner:runner
2025-08-20T22:52:32.3939511Z [00:05:46.002]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-membarrier.c' from root:root to runner:runner
2025-08-20T22:52:32.3940188Z [00:05:46.002]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-atomic_load_double.c' from root:root to runner:runner
2025-08-20T22:52:32.3940972Z [00:05:46.002]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-settimeofday.c' from root:root to runner:runner
2025-08-20T22:52:32.3941639Z [00:05:46.002]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-asm-arm-yield.c' from root:root to runner:runner
2025-08-20T22:52:32.3942375Z [00:05:46.002]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-removexattr.c' from root:root to runner:runner
2025-08-20T22:52:32.3943013Z [00:05:46.002]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-srandom.c' from root:root to runner:runner
2025-08-20T22:52:32.3943746Z [00:05:46.002]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-pthread-mutex_t.c' from root:root to runner:runner
2025-08-20T22:52:32.3944420Z [00:05:46.002]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-atomic_fetch_and.c' from root:root to runner:runner
2025-08-20T22:52:32.3945075Z [00:05:46.002]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-cdrom_tochdr.c' from root:root to runner:runner
2025-08-20T22:52:32.3945724Z [00:05:46.002]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-mkdirat.c' from root:root to runner:runner
2025-08-20T22:52:32.3946349Z [00:05:46.002]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-brk.c' from root:root to runner:runner
2025-08-20T22:52:32.3946993Z [00:05:46.003]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-termios.c' from root:root to runner:runner
2025-08-20T22:52:32.3947640Z [00:05:46.003]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-getxattrat.c' from root:root to runner:runner
2025-08-20T22:52:32.3948371Z [00:05:46.003]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-asm-x86-mfence.c' from root:root to runner:runner
2025-08-20T22:52:32.3949107Z [00:05:46.003]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-pidfd-send-signal.c' from root:root to runner:runner
2025-08-20T22:52:32.3949798Z [00:05:46.003]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-floppy_drive_struct.c' from root:root to runner:runner
2025-08-20T22:52:32.3950448Z [00:05:46.003]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-fsetxattr.c' from root:root to runner:runner
2025-08-20T22:52:32.3951396Z [00:05:46.003]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-asm-x86-invd.c' from root:root to runner:runner
2025-08-20T22:52:32.3952058Z [00:05:46.003]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-lrand48.c' from root:root to runner:runner
2025-08-20T22:52:32.3952706Z [00:05:46.003]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-fallocate.c' from root:root to runner:runner
2025-08-20T22:52:32.3953367Z [00:05:46.003]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-asm-sh4-rte.c' from root:root to runner:runner
2025-08-20T22:52:32.3953994Z [00:05:46.003]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-readv.c' from root:root to runner:runner
2025-08-20T22:52:32.3954673Z [00:05:46.003]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-builtin-bswap32.c' from root:root to runner:runner
2025-08-20T22:52:32.3955441Z [00:05:46.003]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-builtin-constant_p.c' from root:root to runner:runner
2025-08-20T22:52:32.3956090Z [00:05:46.003]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-clearenv.c' from root:root to runner:runner
2025-08-20T22:52:32.3956798Z [00:05:46.003]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-fchmodat2.c' from root:root to runner:runner
2025-08-20T22:52:32.3957436Z [00:05:46.003]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-int128_t.c' from root:root to runner:runner
2025-08-20T22:52:32.3958138Z [00:05:46.003]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-asm-x86-prefetchw.c' from root:root to runner:runner
2025-08-20T22:52:32.3958778Z [00:05:46.003]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-fsuuid2.c' from root:root to runner:runner
2025-08-20T22:52:32.3959428Z [00:05:46.003]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-setresgid.c' from root:root to runner:runner
2025-08-20T22:52:32.3960082Z [00:05:46.003]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-tpacket_req3.c' from root:root to runner:runner
2025-08-20T22:52:32.3960750Z [00:05:46.003]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-asm-x86-clts.c' from root:root to runner:runner
2025-08-20T22:52:32.3961605Z [00:05:46.003]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-atomic_fetch_or.c' from root:root to runner:runner
2025-08-20T22:52:32.3962342Z [00:05:46.003]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-floppy_fdc_state.c' from root:root to runner:runner
2025-08-20T22:52:32.3963174Z [00:05:46.004]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-sctp_paddrparams.c' from root:root to runner:runner
2025-08-20T22:52:32.3964414Z [00:05:46.004]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-asm-x86-tpause.c' from root:root to runner:runner
2025-08-20T22:52:32.3965191Z [00:05:46.004]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-cfgetospeed.c' from root:root to runner:runner
2025-08-20T22:52:32.3965844Z [00:05:46.004]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-ppoll.c' from root:root to runner:runner
2025-08-20T22:52:32.3966495Z [00:05:46.004]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-cpu_set_t.c' from root:root to runner:runner
2025-08-20T22:52:32.3967140Z [00:05:46.004]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-ptrace.c' from root:root to runner:runner
2025-08-20T22:52:32.3967863Z [00:05:46.004]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-pthread-setaffinity-np.c' from root:root to runner:runner
2025-08-20T22:52:32.3968616Z [00:05:46.004]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-pidfd-open.c' from root:root to runner:runner
2025-08-20T22:52:32.3969291Z [00:05:46.004]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-asm-x86-rdmsr.c' from root:root to runner:runner
2025-08-20T22:52:32.3970132Z [00:05:46.004]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-sync-bool-compare-and-swap.c' from root:root to runner:runner
2025-08-20T22:52:32.3970979Z [00:05:46.004]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-libgles.c' from root:root to runner:runner
2025-08-20T22:52:32.3971717Z [00:05:46.004]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-getlogin.c' from root:root to runner:runner
2025-08-20T22:52:32.3972376Z [00:05:46.004]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-recvmmsg.c' from root:root to runner:runner
2025-08-20T22:52:32.3973112Z [00:05:46.004]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-builtin-nontemporal-load.c' from root:root to runner:runner
2025-08-20T22:52:32.3973756Z [00:05:46.004]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-asm-mb.c' from root:root to runner:runner
2025-08-20T22:52:32.3974412Z [00:05:46.004]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-siglongjmp.c' from root:root to runner:runner
2025-08-20T22:52:32.3975166Z [00:05:46.004]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-asm-x86-rdrand.c' from root:root to runner:runner
2025-08-20T22:52:32.3975872Z [00:05:46.004]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-random.c' from root:root to runner:runner
2025-08-20T22:52:32.3976537Z [00:05:46.004]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-pidfd-getfd.c' from root:root to runner:runner
2025-08-20T22:52:32.3977187Z [00:05:46.004]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-renameat2.c' from root:root to runner:runner
2025-08-20T22:52:32.3977858Z [00:05:46.004]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-builtin-clzll.c' from root:root to runner:runner
2025-08-20T22:52:32.3978496Z [00:05:46.004]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-swap.c' from root:root to runner:runner
2025-08-20T22:52:32.3979141Z [00:05:46.004]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-accept4.c' from root:root to runner:runner
2025-08-20T22:52:32.3979817Z [00:05:46.004]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-sctp_assoc_value.c' from root:root to runner:runner
2025-08-20T22:52:32.3980483Z [00:05:46.004]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-removexattrat.c' from root:root to runner:runner
2025-08-20T22:52:32.3981470Z [00:05:46.004]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-sctp_probeinterval.c' from root:root to runner:runner
2025-08-20T22:52:32.3982199Z [00:05:46.004]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-builtin-rotateright64.c' from root:root to runner:runner
2025-08-20T22:52:32.3982845Z [00:05:46.004]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-setmntent.c' from root:root to runner:runner
2025-08-20T22:52:32.3983585Z [00:05:46.004]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-posix-spawn.c' from root:root to runner:runner
2025-08-20T22:52:32.3984227Z [00:05:46.004]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-drand48.c' from root:root to runner:runner
2025-08-20T22:52:32.3984917Z [00:05:46.004]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-builtin-memmove.c' from root:root to runner:runner
2025-08-20T22:52:32.3985568Z [00:05:46.004]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-libcrypt.c' from root:root to runner:runner
2025-08-20T22:52:32.3986203Z [00:05:46.004]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-librt.c' from root:root to runner:runner
2025-08-20T22:52:32.3986865Z [00:05:46.004]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-fs_sysfs_path.c' from root:root to runner:runner
2025-08-20T22:52:32.3987563Z [00:05:46.004]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-pwritev.c' from root:root to runner:runner
2025-08-20T22:52:32.3988219Z [00:05:46.004]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-setgroups.c' from root:root to runner:runner
2025-08-20T22:52:32.3988937Z [00:05:46.004]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-posix-fadvise.c' from root:root to runner:runner
2025-08-20T22:52:32.3989629Z [00:05:46.004]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-cdrom_read_audio.c' from root:root to runner:runner
2025-08-20T22:52:32.3990335Z [00:05:46.004]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-sched-rr-get-interval.c' from root:root to runner:runner
2025-08-20T22:52:32.3991220Z [00:05:46.004]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-executable_start.c' from root:root to runner:runner
2025-08-20T22:52:32.3991879Z [00:05:46.004]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-madvise.c' from root:root to runner:runner
2025-08-20T22:52:32.3992578Z [00:05:46.004]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-attr-returns-nonnull.c' from root:root to runner:runner
2025-08-20T22:52:32.3993222Z [00:05:46.004]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-setpgrp.c' from root:root to runner:runner
2025-08-20T22:52:32.3993855Z [00:05:46.004]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-__rorw.c' from root:root to runner:runner
2025-08-20T22:52:32.3994587Z [00:05:46.004]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-aio-fsync.c' from root:root to runner:runner
2025-08-20T22:52:32.3995299Z [00:05:46.004]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-landlock_ruleset_attr.c' from root:root to runner:runner
2025-08-20T22:52:32.3996019Z [00:05:46.005]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-listxattrat.c' from root:root to runner:runner
2025-08-20T22:52:32.3996651Z [00:05:46.005]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-mtx_t.c' from root:root to runner:runner
2025-08-20T22:52:32.3997300Z [00:05:46.005]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-timezone.c' from root:root to runner:runner
2025-08-20T22:52:32.3997996Z [00:05:46.005]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-asm-riscv-fence_i.c' from root:root to runner:runner
2025-08-20T22:52:32.3998638Z [00:05:46.005]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-endpwent.c' from root:root to runner:runner
2025-08-20T22:52:32.3999286Z [00:05:46.005]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-mm_setcsr.c' from root:root to runner:runner
2025-08-20T22:52:32.3999922Z [00:05:46.005]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-icmphdr.c' from root:root to runner:runner
2025-08-20T22:52:32.4000678Z [00:05:46.005]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-builtin-rotateleft8.c' from root:root to runner:runner
2025-08-20T22:52:32.4001533Z [00:05:46.005]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-builtin-sfence.c' from root:root to runner:runner
2025-08-20T22:52:32.4002188Z [00:05:46.005]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-pselect.c' from root:root to runner:runner
2025-08-20T22:52:32.4002833Z [00:05:46.005]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-gethostid.c' from root:root to runner:runner
2025-08-20T22:52:32.4003486Z [00:05:46.005]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-rtc_param.c' from root:root to runner:runner
2025-08-20T22:52:32.4004133Z [00:05:46.005]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-libaio.c' from root:root to runner:runner
2025-08-20T22:52:32.4004795Z [00:05:46.005]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-sctp_getaddrs.c' from root:root to runner:runner
2025-08-20T22:52:32.4005441Z [00:05:46.005]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-openat2.c' from root:root to runner:runner
2025-08-20T22:52:32.4006120Z [00:05:46.005]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-mm512_dpbusd_epi32.c' from root:root to runner:runner
2025-08-20T22:52:32.4006844Z [00:05:46.005]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-aligned-64.c' from root:root to runner:runner
2025-08-20T22:52:32.4007520Z [00:05:46.005]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-sctp_assocparams.c' from root:root to runner:runner
2025-08-20T22:52:32.4008201Z [00:05:46.005]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/config.h' from root:root to runner:runner
2025-08-20T22:52:32.4008868Z [00:05:46.005]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-timer-delete.c' from root:root to runner:runner
2025-08-20T22:52:32.4009552Z [00:05:46.005]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-atomic_fetch_add_2.c' from root:root to runner:runner
2025-08-20T22:52:32.4010252Z [00:05:46.005]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-cdrom_volctrl.c' from root:root to runner:runner
2025-08-20T22:52:32.4011026Z [00:05:46.005]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-sigqueue.c' from root:root to runner:runner
2025-08-20T22:52:32.4011818Z [00:05:46.006]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-clock-nanosleep.c' from root:root to runner:runner
2025-08-20T22:52:32.4012462Z [00:05:46.006]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-futimens.c' from root:root to runner:runner
2025-08-20T22:52:32.4013186Z [00:05:46.006]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-libjpeg.c' from root:root to runner:runner
2025-08-20T22:52:32.4013910Z [00:05:46.006]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-fremovexattr.c' from root:root to runner:runner
2025-08-20T22:52:32.4014552Z [00:05:46.006]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-loff_t.c' from root:root to runner:runner
2025-08-20T22:52:32.4015192Z [00:05:46.006]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-vhangup.c' from root:root to runner:runner
2025-08-20T22:52:32.4015862Z [00:05:46.006]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-aligned-alloc.c' from root:root to runner:runner
2025-08-20T22:52:32.4016527Z [00:05:46.006]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-mtrr_sentry.c' from root:root to runner:runner
2025-08-20T22:52:32.4017216Z [00:05:46.006]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-asm-x86-clflushopt.c' from root:root to runner:runner
2025-08-20T22:52:32.4017890Z [00:05:46.006]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-asm-x86-invlpg.c' from root:root to runner:runner
2025-08-20T22:52:32.4018521Z [00:05:46.006]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-statfs.c' from root:root to runner:runner
2025-08-20T22:52:32.4019169Z [00:05:46.006]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-mnt_id_req.c' from root:root to runner:runner
2025-08-20T22:52:32.4019905Z [00:05:46.006]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-mm512_add_epi8.c' from root:root to runner:runner
2025-08-20T22:52:32.4020683Z [00:05:46.006]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-pthread-mutexattr-setprioceiling.c' from root:root to runner:runner
2025-08-20T22:52:32.4021501Z [00:05:46.006]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-utimes.c' from root:root to runner:runner
2025-08-20T22:52:32.4022155Z [00:05:46.006]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-cdrom_mcn.c' from root:root to runner:runner
2025-08-20T22:52:32.4022855Z [00:05:46.006]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-asm-x86-prefetcht0.c' from root:root to runner:runner
2025-08-20T22:52:32.4023516Z [00:05:46.006]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-rusage_who_t.c' from root:root to runner:runner
2025-08-20T22:52:32.4024157Z [00:05:46.006]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-stime.c' from root:root to runner:runner
2025-08-20T22:52:32.4024892Z [00:05:46.006]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-pthread-mutexattr-setrobust.c' from root:root to runner:runner
2025-08-20T22:52:32.4025537Z [00:05:46.006]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-execveat.c' from root:root to runner:runner
2025-08-20T22:52:32.4026248Z [00:05:46.006]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-utimensat.c' from root:root to runner:runner
2025-08-20T22:52:32.4026944Z [00:05:46.006]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-pwrite.c' from root:root to runner:runner
2025-08-20T22:52:32.4027586Z [00:05:46.006]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-linkat.c' from root:root to runner:runner
2025-08-20T22:52:32.4028287Z [00:05:46.006]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-builtin-ia32_movntdq.c' from root:root to runner:runner
2025-08-20T22:52:32.4028931Z [00:05:46.006]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-splice.c' from root:root to runner:runner
2025-08-20T22:52:32.4029604Z [00:05:46.006]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-asm-x86-clflush.c' from root:root to runner:runner
2025-08-20T22:52:32.4030242Z [00:05:46.006]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-libegl.c' from root:root to runner:runner
2025-08-20T22:52:32.4031075Z [00:05:46.006]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-getpgid.c' from root:root to runner:runner
2025-08-20T22:52:32.4032297Z [00:05:46.006]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-__rolw.c' from root:root to runner:runner
2025-08-20T22:52:32.4033185Z [00:05:46.006]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-fsverity_enable_arg.c' from root:root to runner:runner
2025-08-20T22:52:32.4033893Z [00:05:46.006]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-asm-x86-prefetchwt1.c' from root:root to runner:runner
2025-08-20T22:52:32.4034647Z [00:05:46.006]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-icc-mm_stream_si32.c' from root:root to runner:runner
2025-08-20T22:52:32.4035324Z [00:05:46.006]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-asm-ppc64-dcbt.c' from root:root to runner:runner
2025-08-20T22:52:32.4035975Z [00:05:46.006]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-dm_ioctl.c' from root:root to runner:runner
2025-08-20T22:52:32.4036656Z [00:05:46.006]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-atomic_fetch_nand.c' from root:root to runner:runner
2025-08-20T22:52:32.4037291Z [00:05:46.006]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-libdl.c' from root:root to runner:runner
2025-08-20T22:52:32.4037962Z [00:05:46.006]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-sched-getcpu.c' from root:root to runner:runner
2025-08-20T22:52:32.4038601Z [00:05:46.006]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-getsid.c' from root:root to runner:runner
2025-08-20T22:52:32.4039333Z [00:05:46.006]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-lookup-dcookie.c' from root:root to runner:runner
2025-08-20T22:52:32.4040068Z [00:05:46.006]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-snd_ctl_card_info.c' from root:root to runner:runner
2025-08-20T22:52:32.4040710Z [00:05:46.006]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-preadv.c' from root:root to runner:runner
2025-08-20T22:52:32.4041473Z [00:05:46.006]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-wchar.c' from root:root to runner:runner
2025-08-20T22:52:32.4042117Z [00:05:46.006]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-syscall.c' from root:root to runner:runner
2025-08-20T22:52:32.4042801Z [00:05:46.006]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-priority_which_t.c' from root:root to runner:runner
2025-08-20T22:52:32.4043472Z [00:05:46.006]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-lremovexattr.c' from root:root to runner:runner
2025-08-20T22:52:32.4044114Z [00:05:46.006]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-srand48.c' from root:root to runner:runner
2025-08-20T22:52:32.4044805Z [00:05:46.007]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-pragma-no-hard-dfp.c' from root:root to runner:runner
2025-08-20T22:52:32.4045548Z [00:05:46.007]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-builtin-memset.c' from root:root to runner:runner
2025-08-20T22:52:32.4046204Z [00:05:46.007]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-futimesat.c' from root:root to runner:runner
2025-08-20T22:52:32.4046873Z [00:05:46.007]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-asm-alpha-halt.c' from root:root to runner:runner
2025-08-20T22:52:32.4047602Z [00:05:46.007]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-builtin-fabsf.c' from root:root to runner:runner
2025-08-20T22:52:32.4048274Z [00:05:46.007]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-asm-sparc-tick.c' from root:root to runner:runner
2025-08-20T22:52:32.4048953Z [00:05:46.007]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-pthread-barrier.c' from root:root to runner:runner
2025-08-20T22:52:32.4049608Z [00:05:46.007]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-bsd-wchar.c' from root:root to runner:runner
2025-08-20T22:52:32.4050284Z [00:05:46.007]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-media_device_info.c' from root:root to runner:runner
2025-08-20T22:52:32.4051166Z [00:05:46.007]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-builtin-parity.c' from root:root to runner:runner
2025-08-20T22:52:32.4051935Z [00:05:46.007]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-kernel_long_t.c' from root:root to runner:runner
2025-08-20T22:52:32.4052679Z [00:05:46.007]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-builtin-llabs.c' from root:root to runner:runner
2025-08-20T22:52:32.4053326Z [00:05:46.007]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-pkey-get.c' from root:root to runner:runner
2025-08-20T22:52:32.4054006Z [00:05:46.007]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-builtin-expect.c' from root:root to runner:runner
2025-08-20T22:52:32.4054654Z [00:05:46.007]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-getgroups.c' from root:root to runner:runner
2025-08-20T22:52:32.4055337Z [00:05:46.007]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-builtin-supports.c' from root:root to runner:runner
2025-08-20T22:52:32.4055976Z [00:05:46.007]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-nice.c' from root:root to runner:runner
2025-08-20T22:52:32.4056660Z [00:05:46.007]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-asm-riscv-cbo_zero.c' from root:root to runner:runner
2025-08-20T22:52:32.4057313Z [00:05:46.007]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-pwritev2.c' from root:root to runner:runner
2025-08-20T22:52:32.4057983Z [00:05:46.007]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-timerfd-create.c' from root:root to runner:runner
2025-08-20T22:52:32.4058692Z [00:05:46.007]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-mlock.c' from root:root to runner:runner
2025-08-20T22:52:32.4059349Z [00:05:46.007]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-getpagesize.c' from root:root to runner:runner
2025-08-20T22:52:32.4060055Z [00:05:46.007]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-strfunc.c' from root:root to runner:runner
2025-08-20T22:52:32.4060686Z [00:05:46.008]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-clone.c' from root:root to runner:runner
2025-08-20T22:52:32.4061589Z [00:05:46.008]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-clock-getres.c' from root:root to runner:runner
2025-08-20T22:52:32.4062236Z [00:05:46.008]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-pragma.c' from root:root to runner:runner
2025-08-20T22:52:32.4062872Z [00:05:46.008]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-acl-cmp.c' from root:root to runner:runner
2025-08-20T22:52:32.4063553Z [00:05:46.008]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-asm-riscv-fence.c' from root:root to runner:runner
2025-08-20T22:52:32.4064188Z [00:05:46.008]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-__rorb.c' from root:root to runner:runner
2025-08-20T22:52:32.4064906Z [00:05:46.008]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-libgmp.c' from root:root to runner:runner
2025-08-20T22:52:32.4065661Z [00:05:46.008]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-sctp_event_subscribe.c' from root:root to runner:runner
2025-08-20T22:52:32.4066314Z [00:05:46.008]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-mq-sysv.c' from root:root to runner:runner
2025-08-20T22:52:32.4066946Z [00:05:46.008]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-sysinfo.c' from root:root to runner:runner
2025-08-20T22:52:32.4067613Z [00:05:46.008]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-asm-x86-wrmsr.c' from root:root to runner:runner
2025-08-20T22:52:32.4068293Z [00:05:46.008]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-fsverity_digest.c' from root:root to runner:runner
2025-08-20T22:52:32.4068968Z [00:05:46.008]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-asm-ppc64-msync.c' from root:root to runner:runner
2025-08-20T22:52:32.4069639Z [00:05:46.008]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-itimer_which_t.c' from root:root to runner:runner
2025-08-20T22:52:32.4070294Z [00:05:46.008]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-getexecname.c' from root:root to runner:runner
2025-08-20T22:52:32.4071248Z [00:05:46.008]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-pread.c' from root:root to runner:runner
2025-08-20T22:52:32.4071901Z [00:05:46.008]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-tcflush.c' from root:root to runner:runner
2025-08-20T22:52:32.4072546Z [00:05:46.008]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-pkey-set.c' from root:root to runner:runner
2025-08-20T22:52:32.4073309Z [00:05:46.008]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-attr-always_inline.c' from root:root to runner:runner
2025-08-20T22:52:32.4073952Z [00:05:46.008]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-inotify.c' from root:root to runner:runner
2025-08-20T22:52:32.4074672Z [00:05:46.008]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-pthread-setschedparam.c' from root:root to runner:runner
2025-08-20T22:52:32.4075313Z [00:05:46.008]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-ttyname.c' from root:root to runner:runner
2025-08-20T22:52:32.4075968Z [00:05:46.008]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-lgetxattr.c' from root:root to runner:runner
2025-08-20T22:52:32.4076599Z [00:05:46.008]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-off64_t.c' from root:root to runner:runner
2025-08-20T22:52:32.4077341Z [00:05:46.008]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-usbdevfs_getdriver.c' from root:root to runner:runner
2025-08-20T22:52:32.4078109Z [00:05:46.008]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-sched-get-priority-max.c' from root:root to runner:runner
2025-08-20T22:52:32.4078794Z [00:05:46.008]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-mm512_storeu_si512.c' from root:root to runner:runner
2025-08-20T22:52:32.4079432Z [00:05:46.008]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-tcflow.c' from root:root to runner:runner
2025-08-20T22:52:32.4080111Z [00:05:46.008]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-asm-x86-cldemote.c' from root:root to runner:runner
2025-08-20T22:52:32.4080761Z [00:05:46.008]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-signalfd.c' from root:root to runner:runner
2025-08-20T22:52:32.4081553Z [00:05:46.008]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-ppc-get-timebase.c' from root:root to runner:runner
2025-08-20T22:52:32.4082220Z [00:05:46.008]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-getpriority.c' from root:root to runner:runner
2025-08-20T22:52:32.4082849Z [00:05:46.008]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-key_t.c' from root:root to runner:runner
2025-08-20T22:52:32.4083516Z [00:05:46.008]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-pragma-inside.c' from root:root to runner:runner
2025-08-20T22:52:32.4084248Z [00:05:46.008]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-asm-x86-lmsw.c' from root:root to runner:runner
2025-08-20T22:52:32.4084926Z [00:05:46.008]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-atomic_fetch_sub.c' from root:root to runner:runner
2025-08-20T22:52:32.4085623Z [00:05:46.008]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-sendmsg.c' from root:root to runner:runner
2025-08-20T22:52:32.4086272Z [00:05:46.008]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-vt_consize.c' from root:root to runner:runner
2025-08-20T22:52:32.4086967Z [00:05:46.008]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-asm-x86-prefetcht2.c' from root:root to runner:runner
2025-08-20T22:52:32.4087632Z [00:05:46.008]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-timer-gettime.c' from root:root to runner:runner
2025-08-20T22:52:32.4088324Z [00:05:46.008]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-sched-setscheduler.c' from root:root to runner:runner
2025-08-20T22:52:32.4089001Z [00:05:46.008]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-name-to-handle-at.c' from root:root to runner:runner
2025-08-20T22:52:32.4089640Z [00:05:46.008]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-iphdr.c' from root:root to runner:runner
2025-08-20T22:52:32.4090371Z [00:05:46.008]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-atomic_add_fetch.c' from root:root to runner:runner
2025-08-20T22:52:32.4091300Z [00:05:46.008]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-tcdrain.c' from root:root to runner:runner
2025-08-20T22:52:32.4091959Z [00:05:46.008]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-lstat.c' from root:root to runner:runner
2025-08-20T22:52:32.4092599Z [00:05:46.009]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-libbsd.c' from root:root to runner:runner
2025-08-20T22:52:32.4093281Z [00:05:46.009]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-mm_storeu_si128.c' from root:root to runner:runner
2025-08-20T22:52:32.4093953Z [00:05:46.009]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-epoll-create1.c' from root:root to runner:runner
2025-08-20T22:52:32.4094620Z [00:05:46.009]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-cdrom_tocentry.c' from root:root to runner:runner
2025-08-20T22:52:32.4095292Z [00:05:46.009]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-attr-nonstring.c' from root:root to runner:runner
2025-08-20T22:52:32.4095945Z [00:05:46.009]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-readahead.c' from root:root to runner:runner
2025-08-20T22:52:32.4096728Z [00:05:46.009]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-builtin-assume-aligned.c' from root:root to runner:runner
2025-08-20T22:52:32.4097418Z [00:05:46.009]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-pthread-prio-none.c' from root:root to runner:runner
2025-08-20T22:52:32.4098165Z [00:05:46.009]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-pthread-mutex-init.c' from root:root to runner:runner
2025-08-20T22:52:32.4098832Z [00:05:46.009]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-v4l2_enc_idx.c' from root:root to runner:runner
2025-08-20T22:52:32.4099552Z [00:05:46.009]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-asm-x86-wbinvd.c' from root:root to runner:runner
2025-08-20T22:52:32.4100738Z [00:05:46.009]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-asm-x86-rep-stosb.c' from root:root to runner:runner
2025-08-20T22:52:32.4101790Z [00:05:46.009]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-clock-settime.c' from root:root to runner:runner
2025-08-20T22:52:32.4102457Z [00:05:46.009]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-__restrict.c' from root:root to runner:runner
2025-08-20T22:52:32.4103144Z [00:05:46.009]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-builtin-popcount.c' from root:root to runner:runner
2025-08-20T22:52:32.4103795Z [00:05:46.009]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-pathconf.c' from root:root to runner:runner
2025-08-20T22:52:32.4104520Z [00:05:46.009]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-dup3.c' from root:root to runner:runner
2025-08-20T22:52:32.4105213Z [00:05:46.009]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-sched-getaffinity.c' from root:root to runner:runner
2025-08-20T22:52:32.4105849Z [00:05:46.009]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-mkfifo.c' from root:root to runner:runner
2025-08-20T22:52:32.4106494Z [00:05:46.009]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-kbkeycode.c' from root:root to runner:runner
2025-08-20T22:52:32.4107146Z [00:05:46.009]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-setfsgid.c' from root:root to runner:runner
2025-08-20T22:52:32.4107786Z [00:05:46.009]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-utime.c' from root:root to runner:runner
2025-08-20T22:52:32.4108476Z [00:05:46.009]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-sched-setaffinity.c' from root:root to runner:runner
2025-08-20T22:52:32.4109125Z [00:05:46.010]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-attr-weak.c' from root:root to runner:runner
2025-08-20T22:52:32.4109845Z [00:05:46.010]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-sockaddr_un.c' from root:root to runner:runner
2025-08-20T22:52:32.4110593Z [00:05:46.010]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-builtin-cpu-is-power9.c' from root:root to runner:runner
2025-08-20T22:52:32.4111459Z [00:05:46.010]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-quotactl-fd.c' from root:root to runner:runner
2025-08-20T22:52:32.4112230Z [00:05:46.010]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-timerfd-gettime.c' from root:root to runner:runner
2025-08-20T22:52:32.4112883Z [00:05:46.010]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-flistxattr.c' from root:root to runner:runner
2025-08-20T22:52:32.4113650Z [00:05:46.010]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-builtin-rotateright8.c' from root:root to runner:runner
2025-08-20T22:52:32.4114294Z [00:05:46.010]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-tgkill.c' from root:root to runner:runner
2025-08-20T22:52:32.4114939Z [00:05:46.010]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-shmid-ds.c' from root:root to runner:runner
2025-08-20T22:52:32.4115573Z [00:05:46.010]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-off_t.c' from root:root to runner:runner
2025-08-20T22:52:32.4116226Z [00:05:46.010]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-atomic_load.c' from root:root to runner:runner
2025-08-20T22:52:32.4116868Z [00:05:46.010]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-liblzma.c' from root:root to runner:runner
2025-08-20T22:52:32.4117564Z [00:05:46.010]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-regfree.c' from root:root to runner:runner
2025-08-20T22:52:32.4118244Z [00:05:46.010]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-asm-x86-lahf.c' from root:root to runner:runner
2025-08-20T22:52:32.4118909Z [00:05:46.010]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-aio-cancel.c' from root:root to runner:runner
2025-08-20T22:52:32.4119562Z [00:05:46.010]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-sock-diag.c' from root:root to runner:runner
2025-08-20T22:52:32.4120253Z [00:05:46.010]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-icc-mm_stream_si128.c' from root:root to runner:runner
2025-08-20T22:52:32.4121027Z [00:05:46.010]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-mtx-destroy.c' from root:root to runner:runner
2025-08-20T22:52:32.4121679Z [00:05:46.010]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-shm-open.c' from root:root to runner:runner
2025-08-20T22:52:32.4122320Z [00:05:46.010]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-setxattr.c' from root:root to runner:runner
2025-08-20T22:52:32.4123083Z [00:05:46.010]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-mm512_loadu_si512.c' from root:root to runner:runner
2025-08-20T22:52:32.4123759Z [00:05:46.010]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-asm-x86-mov-dr0.c' from root:root to runner:runner
2025-08-20T22:52:32.4124470Z [00:05:46.010]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-inotify1.c' from root:root to runner:runner
2025-08-20T22:52:32.4125146Z [00:05:46.010]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-asm-arm-dmb-sy.c' from root:root to runner:runner
2025-08-20T22:52:32.4125838Z [00:05:46.010]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-chroot.c' from root:root to runner:runner
2025-08-20T22:52:32.4126525Z [00:05:46.010]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-sync-synchronize.c' from root:root to runner:runner
2025-08-20T22:52:32.4127193Z [00:05:46.010]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-asm-x86-mov-cr0.c' from root:root to runner:runner
2025-08-20T22:52:32.4127853Z [00:05:46.010]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-getentropy.c' from root:root to runner:runner
2025-08-20T22:52:32.4128488Z [00:05:46.010]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-regcomp.c' from root:root to runner:runner
2025-08-20T22:52:32.4129121Z [00:05:46.010]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-tee.c' from root:root to runner:runner
2025-08-20T22:52:32.4129817Z [00:05:46.010]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-vt_sizes.c' from root:root to runner:runner
2025-08-20T22:52:32.4130500Z [00:05:46.010]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-asm-sparc-rdpr.c' from root:root to runner:runner
2025-08-20T22:52:32.4131262Z [00:05:46.010]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-attr-packed.c' from root:root to runner:runner
2025-08-20T22:52:32.4131909Z [00:05:46.010]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-kbdiacrs.c' from root:root to runner:runner
2025-08-20T22:52:32.4132571Z [00:05:46.010]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-getloadavg.c' from root:root to runner:runner
2025-08-20T22:52:32.4133205Z [00:05:46.010]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-timex.c' from root:root to runner:runner
2025-08-20T22:52:32.4133846Z [00:05:46.010]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-waitid.c' from root:root to runner:runner
2025-08-20T22:52:32.4134487Z [00:05:46.010]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-apparmor.c' from root:root to runner:runner
2025-08-20T22:52:32.4135247Z [00:05:46.010]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-landlock_rule_type.c' from root:root to runner:runner
2025-08-20T22:52:32.4135886Z [00:05:46.010]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-fstatat.c' from root:root to runner:runner
2025-08-20T22:52:32.4136565Z [00:05:46.010]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-vla-arg.c' from root:root to runner:runner
2025-08-20T22:52:32.4137296Z [00:05:46.010]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-atomic_xor_fetch.c' from root:root to runner:runner
2025-08-20T22:52:32.4137958Z [00:05:46.010]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-libipsec-mb.c' from root:root to runner:runner
2025-08-20T22:52:32.4138680Z [00:05:46.010]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-int_fast32_t.c' from root:root to runner:runner
2025-08-20T22:52:32.4139353Z [00:05:46.010]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-asm-x86-lfence.c' from root:root to runner:runner
2025-08-20T22:52:32.4140019Z [00:05:46.010]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-setproctitle.c' from root:root to runner:runner
2025-08-20T22:52:32.4140651Z [00:05:46.010]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-mlock2.c' from root:root to runner:runner
2025-08-20T22:52:32.4141583Z [00:05:46.011]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-asm-hppa-rfi.c' from root:root to runner:runner
2025-08-20T22:52:32.4142232Z [00:05:46.011]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-writev.c' from root:root to runner:runner
2025-08-20T22:52:32.4142956Z [00:05:46.011]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-preadv2.c' from root:root to runner:runner
2025-08-20T22:52:32.4143606Z [00:05:46.011]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-shminfo.c' from root:root to runner:runner
2025-08-20T22:52:32.4144285Z [00:05:46.011]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-sctp_setadaption.c' from root:root to runner:runner
2025-08-20T22:52:32.4144941Z [00:05:46.011]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-mm_getcsr.c' from root:root to runner:runner
2025-08-20T22:52:32.4145606Z [00:05:46.011]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-ptrace_request.c' from root:root to runner:runner
2025-08-20T22:52:32.4146269Z [00:05:46.011]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-sctp_initmsg.c' from root:root to runner:runner
2025-08-20T22:52:32.4146937Z [00:05:46.011]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-asm-x86-movdiri.c' from root:root to runner:runner
2025-08-20T22:52:32.4147581Z [00:05:46.011]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-cdrom_ti.c' from root:root to runner:runner
2025-08-20T22:52:32.4148300Z [00:05:46.011]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-getpwent.c' from root:root to runner:runner
2025-08-20T22:52:32.4148960Z [00:05:46.011]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-cacheflush.c' from root:root to runner:runner
2025-08-20T22:52:32.4149682Z [00:05:46.011]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-getdtablesize.c' from root:root to runner:runner
2025-08-20T22:52:32.4150326Z [00:05:46.011]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-complex.c' from root:root to runner:runner
2025-08-20T22:52:32.4151285Z [00:05:46.011]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-asm-alpha-draina.c' from root:root to runner:runner
2025-08-20T22:52:32.4151949Z [00:05:46.011]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-mlockall.c' from root:root to runner:runner
2025-08-20T22:52:32.4152615Z [00:05:46.011]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-cdrom_subchnl.c' from root:root to runner:runner
2025-08-20T22:52:32.4153301Z [00:05:46.011]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-atomic_store_double.c' from root:root to runner:runner
2025-08-20T22:52:32.4153983Z [00:05:46.011]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-atomic_nand_fetch.c' from root:root to runner:runner
2025-08-20T22:52:32.4154655Z [00:05:46.011]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-target-clones.c' from root:root to runner:runner
2025-08-20T22:52:32.4155361Z [00:05:46.011]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-cdrom_msf.c' from root:root to runner:runner
2025-08-20T22:52:32.4156002Z [00:05:46.011]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-mremap.c' from root:root to runner:runner
2025-08-20T22:52:32.4156661Z [00:05:46.011]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-dvd_authinfo.c' from root:root to runner:runner
2025-08-20T22:52:32.4157308Z [00:05:46.012]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-mprotect.c' from root:root to runner:runner
2025-08-20T22:52:32.4158007Z [00:05:46.012]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-builtin-__clear_cache.c' from root:root to runner:runner
2025-08-20T22:52:32.4158669Z [00:05:46.012]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-personality.c' from root:root to runner:runner
2025-08-20T22:52:32.4159370Z [00:05:46.012]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-eventfd.c' from root:root to runner:runner
2025-08-20T22:52:32.4160013Z [00:05:46.012]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-unlinkat.c' from root:root to runner:runner
2025-08-20T22:52:32.4160877Z [00:05:46.012]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-pthread-prio-protect.c' from root:root to runner:runner
2025-08-20T22:52:32.4161549Z [00:05:46.012]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-builtin-ctz.c' from root:root to runner:runner
2025-08-20T22:52:32.4162204Z [00:05:46.012]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-aligned-64K.c' from root:root to runner:runner
2025-08-20T22:52:32.4162864Z [00:05:46.012]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-builtin-clzl.c' from root:root to runner:runner
2025-08-20T22:52:32.4163506Z [00:05:46.012]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-munlock.c' from root:root to runner:runner
2025-08-20T22:52:32.4164213Z [00:05:46.012]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-setreuid.c' from root:root to runner:runner
2025-08-20T22:52:32.4164946Z [00:05:46.012]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-ioport.c' from root:root to runner:runner
2025-08-20T22:52:32.4165662Z [00:05:46.012]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-ipsec-mb-init_mb_mgr_avx.c' from root:root to runner:runner
2025-08-20T22:52:32.4166326Z [00:05:46.012]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-atomic_store.c' from root:root to runner:runner
2025-08-20T22:52:32.4166964Z [00:05:46.012]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-__rolb.c' from root:root to runner:runner
2025-08-20T22:52:32.4167639Z [00:05:46.012]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-memfd-create.c' from root:root to runner:runner
2025-08-20T22:52:32.4168869Z [00:05:46.012]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-mm_add_epi8.c' from root:root to runner:runner
2025-08-20T22:52:32.4169639Z [00:05:46.012]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-aio-write.c' from root:root to runner:runner
2025-08-20T22:52:32.4170311Z [00:05:46.012]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-delete-module.c' from root:root to runner:runner
2025-08-20T22:52:32.4171080Z [00:05:46.012]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-vt_mode.c' from root:root to runner:runner
2025-08-20T22:52:32.4171736Z [00:05:46.012]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-vmsplice.c' from root:root to runner:runner
2025-08-20T22:52:32.4172496Z [00:05:46.012]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-asm-x86-pause.c' from root:root to runner:runner
2025-08-20T22:52:32.4173192Z [00:05:46.012]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-builtin-ia32_movnti.c' from root:root to runner:runner
2025-08-20T22:52:32.4173851Z [00:05:46.012]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-aligned-128.c' from root:root to runner:runner
2025-08-20T22:52:32.4174555Z [00:05:46.012]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-mseal.c' from root:root to runner:runner
2025-08-20T22:52:32.4175225Z [00:05:46.012]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-asm-x86-rdtscp.c' from root:root to runner:runner
2025-08-20T22:52:32.4175885Z [00:05:46.012]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-sctp_rtoinfo.c' from root:root to runner:runner
2025-08-20T22:52:32.4176533Z [00:05:46.012]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-swapcontext.c' from root:root to runner:runner
2025-08-20T22:52:32.4177272Z [00:05:46.012]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-asm-ppc64-tlbie.c' from root:root to runner:runner
2025-08-20T22:52:32.4177994Z [00:05:46.012]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-epoll-create.c' from root:root to runner:runner
2025-08-20T22:52:32.4178658Z [00:05:46.012]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-nanosleep.c' from root:root to runner:runner
2025-08-20T22:52:32.4179303Z [00:05:46.012]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-fanotify.c' from root:root to runner:runner
2025-08-20T22:52:32.4179959Z [00:05:46.012]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-builtin-fabs.c' from root:root to runner:runner
2025-08-20T22:52:32.4180653Z [00:05:46.012]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-mm256_storeu_si256.c' from root:root to runner:runner
2025-08-20T22:52:32.4181565Z [00:05:46.012]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-icc-mm_stream_si64.c' from root:root to runner:runner
2025-08-20T22:52:32.4182237Z [00:05:46.012]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-asm-x86-hlt.c' from root:root to runner:runner
2025-08-20T22:52:32.4182945Z [00:05:46.012]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-builtin-thread-pointer.c' from root:root to runner:runner
2025-08-20T22:52:32.4183621Z [00:05:46.012]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-asm-sh4-sleep.c' from root:root to runner:runner
2025-08-20T22:52:32.4184285Z [00:05:46.012]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-asm-x86-lldt.c' from root:root to runner:runner
2025-08-20T22:52:32.4184918Z [00:05:46.012]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-__rolq.c' from root:root to runner:runner
2025-08-20T22:52:32.4185647Z [00:05:46.012]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-mathfunc.c' from root:root to runner:runner
2025-08-20T22:52:32.4186316Z [00:05:46.012]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-timerfd-settime.c' from root:root to runner:runner
2025-08-20T22:52:32.4187036Z [00:05:46.012]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-mtrr_gentry.c' from root:root to runner:runner
2025-08-20T22:52:32.4187676Z [00:05:46.012]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-libsctp.c' from root:root to runner:runner
2025-08-20T22:52:32.4188322Z [00:05:46.012]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-mquery.c' from root:root to runner:runner
2025-08-20T22:52:32.4188954Z [00:05:46.012]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-setns.c' from root:root to runner:runner
2025-08-20T22:52:32.4189610Z [00:05:46.012]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-int_fast64_t.c' from root:root to runner:runner
2025-08-20T22:52:32.4190389Z [00:05:46.013]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-builtin-rotateleft32.c' from root:root to runner:runner
2025-08-20T22:52:32.4191339Z [00:05:46.013]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-attr-noinline.c' from root:root to runner:runner
2025-08-20T22:52:32.4192036Z [00:05:46.013]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-attr-fast-math.c' from root:root to runner:runner
2025-08-20T22:52:32.4192708Z [00:05:46.013]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-rusage_ru_maxrss.c' from root:root to runner:runner
2025-08-20T22:52:32.4193369Z [00:05:46.013]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-arch_prctl.c' from root:root to runner:runner
2025-08-20T22:52:32.4194001Z [00:05:46.013]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-fstat.c' from root:root to runner:runner
2025-08-20T22:52:32.4194652Z [00:05:46.013]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-getrandom.c' from root:root to runner:runner
2025-08-20T22:52:32.4195291Z [00:05:46.013]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-renameat.c' from root:root to runner:runner
2025-08-20T22:52:32.4195997Z [00:05:46.013]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-program_invocation_name.c' from root:root to runner:runner
2025-08-20T22:52:32.4196639Z [00:05:46.013]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-pause.c' from root:root to runner:runner
2025-08-20T22:52:32.4197281Z [00:05:46.013]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-sendmmsg.c' from root:root to runner:runner
2025-08-20T22:52:32.4197985Z [00:05:46.013]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-__rold.c' from root:root to runner:runner
2025-08-20T22:52:32.4198676Z [00:05:46.013]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-asm-loong64-tlbsrch.c' from root:root to runner:runner
2025-08-20T22:52:32.4199408Z [00:05:46.013]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-sctp_sched_type.c' from root:root to runner:runner
2025-08-20T22:52:32.4200110Z [00:05:46.013]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-builtin-rotateleft64.c' from root:root to runner:runner
2025-08-20T22:52:32.4200744Z [00:05:46.013]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-fsync.c' from root:root to runner:runner
2025-08-20T22:52:32.4201505Z [00:05:46.013]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-setregid.c' from root:root to runner:runner
2025-08-20T22:52:32.4202150Z [00:05:46.013]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-recvmsg.c' from root:root to runner:runner
2025-08-20T22:52:32.4202880Z [00:05:46.013]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-asm-arm-prfm.c' from root:root to runner:runner
2025-08-20T22:52:32.4203588Z [00:05:46.013]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-user-desc.c' from root:root to runner:runner
2025-08-20T22:52:32.4204244Z [00:05:46.013]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-fchmodat.c' from root:root to runner:runner
2025-08-20T22:52:32.4204895Z [00:05:46.013]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-faccessat2.c' from root:root to runner:runner
2025-08-20T22:52:32.4205555Z [00:05:46.013]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-asm-x86-lgdt.c' from root:root to runner:runner
2025-08-20T22:52:32.4206214Z [00:05:46.013]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-attr-unused.c' from root:root to runner:runner
2025-08-20T22:52:32.4206906Z [00:05:46.013]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-asm-loong64-rdtime.c' from root:root to runner:runner
2025-08-20T22:52:32.4207558Z [00:05:46.014]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-getmntent.c' from root:root to runner:runner
2025-08-20T22:52:32.4208200Z [00:05:46.014]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-waitpid.c' from root:root to runner:runner
2025-08-20T22:52:32.4208837Z [00:05:46.014]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-time.c' from root:root to runner:runner
2025-08-20T22:52:32.4209525Z [00:05:46.014]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-open-by-handle-at.c' from root:root to runner:runner
2025-08-20T22:52:32.4210194Z [00:05:46.014]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-daddr_t.c' from root:root to runner:runner
2025-08-20T22:52:32.4211003Z [00:05:46.014]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-symlinkat.c' from root:root to runner:runner
2025-08-20T22:52:32.4211683Z [00:05:46.014]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-posix-fallocate.c' from root:root to runner:runner
2025-08-20T22:52:32.4212418Z [00:05:46.014]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-getdomainname.c' from root:root to runner:runner
2025-08-20T22:52:32.4213063Z [00:05:46.014]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-lseek64.c' from root:root to runner:runner
2025-08-20T22:52:32.4213701Z [00:05:46.014]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-ifconf.c' from root:root to runner:runner
2025-08-20T22:52:32.4214413Z [00:05:46.014]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-sched-get-priority-min.c' from root:root to runner:runner
2025-08-20T22:52:32.4215113Z [00:05:46.014]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-regerror.c' from root:root to runner:runner
2025-08-20T22:52:32.4215845Z [00:05:46.014]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-asm-ppc64-darn.c' from root:root to runner:runner
2025-08-20T22:52:32.4216536Z [00:05:46.014]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-asm-x86-prefetcht1.c' from root:root to runner:runner
2025-08-20T22:52:32.4217202Z [00:05:46.014]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-kernel_ulong_t.c' from root:root to runner:runner
2025-08-20T22:52:32.4217853Z [00:05:46.014]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-faccessat.c' from root:root to runner:runner
2025-08-20T22:52:32.4218493Z [00:05:46.014]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-statx.c' from root:root to runner:runner
2025-08-20T22:52:32.4219163Z [00:05:46.014]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-asm-x86-rdpmc.c' from root:root to runner:runner
2025-08-20T22:52:32.4219868Z [00:05:46.014]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-atomic_compare_exchange.c' from root:root to runner:runner
2025-08-20T22:52:32.4220566Z [00:05:46.014]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-pthread-prio-inherit.c' from root:root to runner:runner
2025-08-20T22:52:32.4221469Z [00:05:46.014]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-kbsentry.c' from root:root to runner:runner
2025-08-20T22:52:32.4222156Z [00:05:46.014]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-serial-struct.c' from root:root to runner:runner
2025-08-20T22:52:32.4222826Z [00:05:46.014]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-posix-openpt.c' from root:root to runner:runner
2025-08-20T22:52:32.4223548Z [00:05:46.014]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-sync.c' from root:root to runner:runner
2025-08-20T22:52:32.4224207Z [00:05:46.014]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-localtime_r.c' from root:root to runner:runner
2025-08-20T22:52:32.4224943Z [00:05:46.014]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-asm-x86-rdtsc.c' from root:root to runner:runner
2025-08-20T22:52:32.4225634Z [00:05:46.014]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-builtin-strdup.c' from root:root to runner:runner
2025-08-20T22:52:32.4226282Z [00:05:46.014]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-fdatasync.c' from root:root to runner:runner
2025-08-20T22:52:32.4226970Z [00:05:46.014]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-builtin-bitreverse.c' from root:root to runner:runner
2025-08-20T22:52:32.4227637Z [00:05:46.014]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-atomic_fetch_add.c' from root:root to runner:runner
2025-08-20T22:52:32.4228344Z [00:05:46.014]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-valloc.c' from root:root to runner:runner
2025-08-20T22:52:32.4229060Z [00:05:46.014]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-gethostname.c' from root:root to runner:runner
2025-08-20T22:52:32.4229775Z [00:05:46.014]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-builtin_stdc_rotate_left.c' from root:root to runner:runner
2025-08-20T22:52:32.4230418Z [00:05:46.014]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-syncfs.c' from root:root to runner:runner
2025-08-20T22:52:32.4231298Z [00:05:46.014]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-sctp_assoc_stats.c' from root:root to runner:runner
2025-08-20T22:52:32.4232004Z [00:05:46.014]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-malloc-usable-size.c' from root:root to runner:runner
2025-08-20T22:52:32.4232647Z [00:05:46.014]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-aio-read.c' from root:root to runner:runner
2025-08-20T22:52:32.4233302Z [00:05:46.014]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-__rord.c' from root:root to runner:runner
2025-08-20T22:52:32.4233988Z [00:05:46.014]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-builtin-popcountl.c' from root:root to runner:runner
2025-08-20T22:52:32.4234639Z [00:05:46.014]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-futimes.c' from root:root to runner:runner
2025-08-20T22:52:32.4235296Z [00:05:46.014]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-builtin-clz.c' from root:root to runner:runner
2025-08-20T22:52:32.4236026Z [00:05:46.014]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-getrusage.c' from root:root to runner:runner
2025-08-20T22:52:32.4237020Z [00:05:46.014]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-getauxval.c' from root:root to runner:runner
2025-08-20T22:52:32.4238128Z [00:05:46.014]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-sync_val_compare_and_swap.c' from root:root to runner:runner
2025-08-20T22:52:32.4239583Z [00:05:46.015]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-asm-ppc-dcbtst.c' from root:root to runner:runner
2025-08-20T22:52:32.4241041Z [00:05:46.015]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-rusage_ru_nvcsw.c' from root:root to runner:runner
2025-08-20T22:52:32.4242301Z [00:05:46.015]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-libxxhash.c' from root:root to runner:runner
2025-08-20T22:52:32.4243576Z [00:05:46.015]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-asm-x86-rdseed.c' from root:root to runner:runner
2025-08-20T22:52:32.4244914Z [00:05:46.015]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-adjtime.c' from root:root to runner:runner
2025-08-20T22:52:32.4246282Z [00:05:46.015]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-mm512_dpwssd_epi32.c' from root:root to runner:runner
2025-08-20T22:52:32.4247373Z [00:05:46.015]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-timer-getoverrun.c' from root:root to runner:runner
2025-08-20T22:52:32.4248114Z [00:05:46.015]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-pthread-attr-setstack.c' from root:root to runner:runner
2025-08-20T22:52:32.4248770Z [00:05:46.015]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-attr-pure.c' from root:root to runner:runner
2025-08-20T22:52:32.4249413Z [00:05:46.015]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-cap.c' from root:root to runner:runner
2025-08-20T22:52:32.4250095Z [00:05:46.015]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-asm-loong64-dbar.c' from root:root to runner:runner
2025-08-20T22:52:32.4250743Z [00:05:46.015]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-select.c' from root:root to runner:runner
2025-08-20T22:52:32.4251603Z [00:05:46.015]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-sendfile.c' from root:root to runner:runner
2025-08-20T22:52:32.4252257Z [00:05:46.015]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-getpgrp.c' from root:root to runner:runner
2025-08-20T22:52:32.4252908Z [00:05:46.015]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-dvd_struct.c' from root:root to runner:runner
2025-08-20T22:52:32.4253543Z [00:05:46.015]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-wait4.c' from root:root to runner:runner
2025-08-20T22:52:32.4254394Z [00:05:46.015]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-pthread-mutexattr-setprotocol.c' from root:root to runner:runner
2025-08-20T22:52:32.4255030Z [00:05:46.015]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-utimbuf.c' from root:root to runner:runner
2025-08-20T22:52:32.4255751Z [00:05:46.015]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-v4l2_std_id.c' from root:root to runner:runner
2025-08-20T22:52:32.4256433Z [00:05:46.015]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-remap-file-pages.c' from root:root to runner:runner
2025-08-20T22:52:32.4257085Z [00:05:46.015]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-setresuid.c' from root:root to runner:runner
2025-08-20T22:52:32.4257719Z [00:05:46.015]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-mincore.c' from root:root to runner:runner
2025-08-20T22:52:32.4258417Z [00:05:46.015]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-eigen.cpp' from root:root to runner:runner
2025-08-20T22:52:32.4259158Z [00:05:46.015]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-asm-x86-rep-stosq.c' from root:root to runner:runner
2025-08-20T22:52:32.4259817Z [00:05:46.016]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-llistxattr.c' from root:root to runner:runner
2025-08-20T22:52:32.4260474Z [00:05:46.016]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-modify-ldt.c' from root:root to runner:runner
2025-08-20T22:52:32.4261302Z [00:05:46.016]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-open_how.c' from root:root to runner:runner
2025-08-20T22:52:32.4262019Z [00:05:46.016]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-asm-riscv-sfence-vma.c' from root:root to runner:runner
2025-08-20T22:52:32.4262656Z [00:05:46.016]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-libgbm.c' from root:root to runner:runner
2025-08-20T22:52:32.4263295Z [00:05:46.016]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-poll.c' from root:root to runner:runner
2025-08-20T22:52:32.4263962Z [00:05:46.016]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-open_memstream.c' from root:root to runner:runner
2025-08-20T22:52:32.4264615Z [00:05:46.016]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-libpthread.c' from root:root to runner:runner
2025-08-20T22:52:32.4265264Z [00:05:46.016]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-getitimer.c' from root:root to runner:runner
2025-08-20T22:52:32.4265942Z [00:05:46.016]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-asm-ppc64-icbi.c' from root:root to runner:runner
2025-08-20T22:52:32.4266698Z [00:05:46.016]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-copy-file-range.c' from root:root to runner:runner
2025-08-20T22:52:32.4267361Z [00:05:46.016]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-clock-adjtime.c' from root:root to runner:runner
2025-08-20T22:52:32.4268063Z [00:05:46.016]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-msync.c' from root:root to runner:runner
2025-08-20T22:52:32.4268721Z [00:05:46.016]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-sigwaitinfo.c' from root:root to runner:runner
2025-08-20T22:52:32.4269373Z [00:05:46.016]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-readlinkat.c' from root:root to runner:runner
2025-08-20T22:52:32.4270018Z [00:05:46.016]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-pkey-free.c' from root:root to runner:runner
2025-08-20T22:52:32.4270684Z [00:05:46.016]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-builtin-fabsl.c' from root:root to runner:runner
2025-08-20T22:52:32.4271737Z [00:05:46.016]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-asm-ppc-dcbst.c' from root:root to runner:runner
2025-08-20T22:52:32.4272446Z [00:05:46.016]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-ifreq.c' from root:root to runner:runner
2025-08-20T22:52:32.4273180Z [00:05:46.016]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-builtin-nontemporal-store.c' from root:root to runner:runner
2025-08-20T22:52:32.4273839Z [00:05:46.016]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-asm-nothing.c' from root:root to runner:runner
2025-08-20T22:52:32.4274526Z [00:05:46.016]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-lsm_get_self_attr.c' from root:root to runner:runner
2025-08-20T22:52:32.4275214Z [00:05:46.016]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-asm-x86-rep-stosw.c' from root:root to runner:runner
2025-08-20T22:52:32.4275860Z [00:05:46.016]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-sem-sysv.c' from root:root to runner:runner
2025-08-20T22:52:32.4276505Z [00:05:46.016]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-shm-sysv.c' from root:root to runner:runner
2025-08-20T22:52:32.4277179Z [00:05:46.016]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-lsm_list_modules.c' from root:root to runner:runner
2025-08-20T22:52:32.4277854Z [00:05:46.016]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-builtin-memcmp.c' from root:root to runner:runner
2025-08-20T22:52:32.4278490Z [00:05:46.016]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-v2di.c' from root:root to runner:runner
2025-08-20T22:52:32.4279221Z [00:05:46.016]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-serial-icounter.c' from root:root to runner:runner
2025-08-20T22:52:32.4279863Z [00:05:46.016]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-regexec.c' from root:root to runner:runner
2025-08-20T22:52:32.4280516Z [00:05:46.016]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-backtrace.c' from root:root to runner:runner
2025-08-20T22:52:32.4281431Z [00:05:46.016]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-sctp_prim.c' from root:root to runner:runner
2025-08-20T22:52:32.4282109Z [00:05:46.016]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-floppy_struct.c' from root:root to runner:runner
2025-08-20T22:52:32.4282764Z [00:05:46.016]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-pkey-alloc.c' from root:root to runner:runner
2025-08-20T22:52:32.4283407Z [00:05:46.016]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-mknodat.c' from root:root to runner:runner
2025-08-20T22:52:32.4284112Z [00:05:46.016]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-wait3.c' from root:root to runner:runner
2025-08-20T22:52:32.4284887Z [00:05:46.016]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-builtin_stdc_rotate_right.c' from root:root to runner:runner
2025-08-20T22:52:32.4285526Z [00:05:46.016]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-setpgid.c' from root:root to runner:runner
2025-08-20T22:52:32.4286170Z [00:05:46.016]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-bsearch.c' from root:root to runner:runner
2025-08-20T22:52:32.4286756Z [00:05:46.016]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test' from root:root to runner:runner
2025-08-20T22:52:32.4287393Z [00:05:46.016]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-dnotify.o' from root:root to runner:runner
2025-08-20T22:52:32.4287991Z [00:05:46.016]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/COPYING' from root:root to runner:runner
2025-08-20T22:52:32.4288616Z [00:05:46.016]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-chattr.c' from root:root to runner:runner
2025-08-20T22:52:32.4289238Z [00:05:46.016]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-netdev.c' from root:root to runner:runner
2025-08-20T22:52:32.4289847Z [00:05:46.016]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-vm.o' from root:root to runner:runner
2025-08-20T22:52:32.4290500Z [00:05:46.016]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-sigsuspend.c' from root:root to runner:runner
2025-08-20T22:52:32.4291468Z [00:05:46.017]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-sysinfo.o' from root:root to runner:runner
2025-08-20T22:52:32.4292195Z [00:05:46.017]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-hash.h' from root:root to runner:runner
2025-08-20T22:52:32.4292953Z [00:05:46.017]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/.github/workflows/container-image-edge.yml' from root:root to runner:runner
2025-08-20T22:52:32.4293716Z [00:05:46.017]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/.github/workflows/container-image-stable.yml' from root:root to runner:runner
2025-08-20T22:52:32.4294426Z [00:05:46.017]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/.github/workflows' from root:root to runner:runner
2025-08-20T22:52:32.4295063Z [00:05:46.017]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/.github/FUNDING.yml' from root:root to runner:runner
2025-08-20T22:52:32.4295661Z [00:05:46.017]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/.github' from root:root to runner:runner
2025-08-20T22:52:32.4296273Z [00:05:46.017]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-dup.o' from root:root to runner:runner
2025-08-20T22:52:32.4296964Z [00:05:46.017]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-atomic.o' from root:root to runner:runner
2025-08-20T22:52:32.4297666Z [00:05:46.017]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-softlockup.o' from root:root to runner:runner
2025-08-20T22:52:32.4298301Z [00:05:46.017]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-sigpipe.c' from root:root to runner:runner
2025-08-20T22:52:32.4298933Z [00:05:46.017]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-sysfs.c' from root:root to runner:runner
2025-08-20T22:52:32.4299559Z [00:05:46.017]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-af-alg.o' from root:root to runner:runner
2025-08-20T22:52:32.4300186Z [00:05:46.017]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-list.c' from root:root to runner:runner
2025-08-20T22:52:32.4300970Z [00:05:46.017]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-klog.h' from root:root to runner:runner
2025-08-20T22:52:32.4301611Z [00:05:46.017]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-perf.c' from root:root to runner:runner
2025-08-20T22:52:32.4302243Z [00:05:46.017]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-mmapmany.c' from root:root to runner:runner
2025-08-20T22:52:32.4302886Z [00:05:46.017]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-priv-instr.c' from root:root to runner:runner
2025-08-20T22:52:32.4303583Z [00:05:46.017]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-thrash.h' from root:root to runner:runner
2025-08-20T22:52:32.4304198Z [00:05:46.017]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-io.o' from root:root to runner:runner
2025-08-20T22:52:32.4304877Z [00:05:46.017]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-vm-rw.o' from root:root to runner:runner
2025-08-20T22:52:32.4305505Z [00:05:46.017]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-zombie.c' from root:root to runner:runner
2025-08-20T22:52:32.4306131Z [00:05:46.017]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-rawsock.c' from root:root to runner:runner
2025-08-20T22:52:32.4306782Z [00:05:46.017]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-shared-cache.c' from root:root to runner:runner
2025-08-20T22:52:32.4307418Z [00:05:46.018]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-sigabrt.o' from root:root to runner:runner
2025-08-20T22:52:32.4308050Z [00:05:46.018]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-asm-ppc64.h' from root:root to runner:runner
2025-08-20T22:52:32.4308693Z [00:05:46.018]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-sockpair.o' from root:root to runner:runner
2025-08-20T22:52:32.4309363Z [00:05:46.018]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-perf.o' from root:root to runner:runner
2025-08-20T22:52:32.4310357Z [00:05:46.018]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-klog.o' from root:root to runner:runner
2025-08-20T22:52:32.4311538Z [00:05:46.018]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-mmapaddr.c' from root:root to runner:runner
2025-08-20T22:52:32.4312194Z [00:05:46.018]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-mremap.o' from root:root to runner:runner
2025-08-20T22:52:32.4312837Z [00:05:46.018]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-secretmem.o' from root:root to runner:runner
2025-08-20T22:52:32.4313466Z [00:05:46.018]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-env.c' from root:root to runner:runner
2025-08-20T22:52:32.4314097Z [00:05:46.018]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-affinity.o' from root:root to runner:runner
2025-08-20T22:52:32.4314713Z [00:05:46.018]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-yield.c' from root:root to runner:runner
2025-08-20T22:52:32.4315361Z [00:05:46.018]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-mmaprandom.o' from root:root to runner:runner
2025-08-20T22:52:32.4315987Z [00:05:46.018]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-syncload.o' from root:root to runner:runner
2025-08-20T22:52:32.4316699Z [00:05:46.018]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-clone.o' from root:root to runner:runner
2025-08-20T22:52:32.4317330Z [00:05:46.018]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-rlimit.c' from root:root to runner:runner
2025-08-20T22:52:32.4318009Z [00:05:46.018]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-fifo.c' from root:root to runner:runner
2025-08-20T22:52:32.4318619Z [00:05:46.018]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-lsm.o' from root:root to runner:runner
2025-08-20T22:52:32.4319240Z [00:05:46.018]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-regex.c' from root:root to runner:runner
2025-08-20T22:52:32.4319897Z [00:05:46.018]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-netlink-task.o' from root:root to runner:runner
2025-08-20T22:52:32.4320528Z [00:05:46.018]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-sigfpe.o' from root:root to runner:runner
2025-08-20T22:52:32.4321402Z [00:05:46.018]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-memthrash.o' from root:root to runner:runner
2025-08-20T22:52:32.4322039Z [00:05:46.018]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-vecwide.o' from root:root to runner:runner
2025-08-20T22:52:32.4322729Z [00:05:46.018]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-get.o' from root:root to runner:runner
2025-08-20T22:52:32.4323363Z [00:05:46.018]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-mremap.c' from root:root to runner:runner
2025-08-20T22:52:32.4324051Z [00:05:46.018]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-pthread.c' from root:root to runner:runner
2025-08-20T22:52:32.4324673Z [00:05:46.018]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-dccp.o' from root:root to runner:runner
2025-08-20T22:52:32.4325256Z [00:05:46.018]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/TODO' from root:root to runner:runner
2025-08-20T22:52:32.4325886Z [00:05:46.018]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-stream.o' from root:root to runner:runner
2025-08-20T22:52:32.4326512Z [00:05:46.018]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-memfd.c' from root:root to runner:runner
2025-08-20T22:52:32.4327149Z [00:05:46.018]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-matrix-3d.c' from root:root to runner:runner
2025-08-20T22:52:32.4327786Z [00:05:46.018]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-pipeherd.c' from root:root to runner:runner
2025-08-20T22:52:32.4328401Z [00:05:46.018]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-set.c' from root:root to runner:runner
2025-08-20T22:52:32.4329082Z [00:05:46.018]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-module.h' from root:root to runner:runner
2025-08-20T22:52:32.4329713Z [00:05:46.018]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-sigfd.o' from root:root to runner:runner
2025-08-20T22:52:32.4330416Z [00:05:46.018]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-out-of-memory.c' from root:root to runner:runner
2025-08-20T22:52:32.4331257Z [00:05:46.018]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-spawn.o' from root:root to runner:runner
2025-08-20T22:52:32.4331876Z [00:05:46.018]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-mmap.c' from root:root to runner:runner
2025-08-20T22:52:32.4332496Z [00:05:46.018]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-lock.c' from root:root to runner:runner
2025-08-20T22:52:32.4333108Z [00:05:46.018]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-mlock.o' from root:root to runner:runner
2025-08-20T22:52:32.4333751Z [00:05:46.018]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-mmapfixed.o' from root:root to runner:runner
2025-08-20T22:52:32.4334366Z [00:05:46.018]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-ftrace.h' from root:root to runner:runner
2025-08-20T22:52:32.4334972Z [00:05:46.018]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-lock.o' from root:root to runner:runner
2025-08-20T22:52:32.4335655Z [00:05:46.018]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/.travis.yml' from root:root to runner:runner
2025-08-20T22:52:32.4336331Z [00:05:46.018]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-open.o' from root:root to runner:runner
2025-08-20T22:52:32.4336994Z [00:05:46.018]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-vm-splice.o' from root:root to runner:runner
2025-08-20T22:52:32.4337617Z [00:05:46.018]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-atomic.c' from root:root to runner:runner
2025-08-20T22:52:32.4338255Z [00:05:46.018]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-ignite-cpu.c' from root:root to runner:runner
2025-08-20T22:52:32.4338975Z [00:05:46.018]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/.git/hooks/push-to-checkout.sample' from root:root to runner:runner
2025-08-20T22:52:32.4339657Z [00:05:46.018]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/.git/hooks/post-update.sample' from root:root to runner:runner
2025-08-20T22:52:32.4340368Z [00:05:46.019]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/.git/hooks/prepare-commit-msg.sample' from root:root to runner:runner
2025-08-20T22:52:32.4341139Z [00:05:46.019]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/.git/hooks/update.sample' from root:root to runner:runner
2025-08-20T22:52:32.4341910Z [00:05:46.019]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/.git/hooks/pre-receive.sample' from root:root to runner:runner
2025-08-20T22:52:32.4342626Z [00:05:46.019]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/.git/hooks/sendemail-validate.sample' from root:root to runner:runner
2025-08-20T22:52:32.4343370Z [00:05:46.019]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/.git/hooks/pre-commit.sample' from root:root to runner:runner
2025-08-20T22:52:32.4344039Z [00:05:46.019]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/.git/hooks/commit-msg.sample' from root:root to runner:runner
2025-08-20T22:52:32.4344736Z [00:05:46.019]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/.git/hooks/pre-applypatch.sample' from root:root to runner:runner
2025-08-20T22:52:32.4345408Z [00:05:46.019]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/.git/hooks/pre-rebase.sample' from root:root to runner:runner
2025-08-20T22:52:32.4346086Z [00:05:46.019]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/.git/hooks/pre-push.sample' from root:root to runner:runner
2025-08-20T22:52:32.4346782Z [00:05:46.019]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/.git/hooks/applypatch-msg.sample' from root:root to runner:runner
2025-08-20T22:52:32.4347499Z [00:05:46.019]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/.git/hooks/pre-merge-commit.sample' from root:root to runner:runner
2025-08-20T22:52:32.4348277Z [00:05:46.019]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/.git/hooks/fsmonitor-watchman.sample' from root:root to runner:runner
2025-08-20T22:52:32.4348937Z [00:05:46.019]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/.git/hooks' from root:root to runner:runner
2025-08-20T22:52:32.4349615Z [00:05:46.019]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/.git/logs/refs/heads/master' from root:root to runner:runner
2025-08-20T22:52:32.4350259Z [00:05:46.019]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/.git/logs/refs/heads' from root:root to runner:runner
2025-08-20T22:52:32.4351203Z [00:05:46.019]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/.git/logs/refs/remotes/origin/HEAD' from root:root to runner:runner
2025-08-20T22:52:32.4351907Z [00:05:46.019]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/.git/logs/refs/remotes/origin' from root:root to runner:runner
2025-08-20T22:52:32.4352561Z [00:05:46.019]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/.git/logs/refs/remotes' from root:root to runner:runner
2025-08-20T22:52:32.4353177Z [00:05:46.019]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/.git/logs/refs' from root:root to runner:runner
2025-08-20T22:52:32.4353794Z [00:05:46.019]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/.git/logs/HEAD' from root:root to runner:runner
2025-08-20T22:52:32.4354483Z [00:05:46.019]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/.git/logs' from root:root to runner:runner
2025-08-20T22:52:32.4355133Z [00:05:46.019]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/.git/refs/heads/master' from root:root to runner:runner
2025-08-20T22:52:32.4355755Z [00:05:46.019]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/.git/refs/heads' from root:root to runner:runner
2025-08-20T22:52:32.4356503Z [00:05:46.020]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/.git/refs/remotes/origin/HEAD' from root:root to runner:runner
2025-08-20T22:52:32.4357162Z [00:05:46.020]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/.git/refs/remotes/origin' from root:root to runner:runner
2025-08-20T22:52:32.4357798Z [00:05:46.020]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/.git/refs/remotes' from root:root to runner:runner
2025-08-20T22:52:32.4358416Z [00:05:46.020]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/.git/refs/tags' from root:root to runner:runner
2025-08-20T22:52:32.4359013Z [00:05:46.020]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/.git/refs' from root:root to runner:runner
2025-08-20T22:52:32.4359619Z [00:05:46.020]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/.git/config' from root:root to runner:runner
2025-08-20T22:52:32.4360230Z [00:05:46.020]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/.git/shallow' from root:root to runner:runner
2025-08-20T22:52:32.4361130Z [00:05:46.020]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/.git/packed-refs' from root:root to runner:runner
2025-08-20T22:52:32.4361839Z [00:05:46.020]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/.git/description' from root:root to runner:runner
2025-08-20T22:52:32.4362444Z [00:05:46.020]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/.git/HEAD' from root:root to runner:runner
2025-08-20T22:52:32.4363365Z [00:05:46.020]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/.git/objects/pack/pack-63282bc1ea36c31cf670b06cc934abafaca1dca1.promisor' from root:root to runner:runner
2025-08-20T22:52:32.4364234Z [00:05:46.020]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/.git/objects/pack/pack-831b7992da98c59c0d2c6d8a134cd428316d9ecc.rev' from root:root to runner:runner
2025-08-20T22:52:32.4365121Z [00:05:46.020]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/.git/objects/pack/pack-831b7992da98c59c0d2c6d8a134cd428316d9ecc.promisor' from root:root to runner:runner
2025-08-20T22:52:32.4366006Z [00:05:46.020]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/.git/objects/pack/pack-831b7992da98c59c0d2c6d8a134cd428316d9ecc.pack' from root:root to runner:runner
2025-08-20T22:52:32.4366869Z [00:05:46.020]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/.git/objects/pack/pack-63282bc1ea36c31cf670b06cc934abafaca1dca1.rev' from root:root to runner:runner
2025-08-20T22:52:32.4367827Z [00:05:46.020]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/.git/objects/pack/pack-63282bc1ea36c31cf670b06cc934abafaca1dca1.pack' from root:root to runner:runner
2025-08-20T22:52:32.4368699Z [00:05:46.020]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/.git/objects/pack/pack-63282bc1ea36c31cf670b06cc934abafaca1dca1.idx' from root:root to runner:runner
2025-08-20T22:52:32.4369647Z [00:05:46.020]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/.git/objects/pack/pack-831b7992da98c59c0d2c6d8a134cd428316d9ecc.idx' from root:root to runner:runner
2025-08-20T22:52:32.4370281Z [00:05:46.020]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/.git/objects/pack' from root:root to runner:runner
2025-08-20T22:52:32.4371035Z [00:05:46.020]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/.git/objects/info' from root:root to runner:runner
2025-08-20T22:52:32.4371652Z [00:05:46.020]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/.git/objects' from root:root to runner:runner
2025-08-20T22:52:32.4372284Z [00:05:46.020]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/.git/info/exclude' from root:root to runner:runner
2025-08-20T22:52:32.4372883Z [00:05:46.021]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/.git/info' from root:root to runner:runner
2025-08-20T22:52:32.4373483Z [00:05:46.021]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/.git/index' from root:root to runner:runner
2025-08-20T22:52:32.4374134Z [00:05:46.021]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/.git' from root:root to runner:runner
2025-08-20T22:52:32.4374808Z [00:05:46.021]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-rtc.c' from root:root to runner:runner
2025-08-20T22:52:32.4375454Z [00:05:46.021]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-watchdog.c' from root:root to runner:runner
2025-08-20T22:52:32.4376061Z [00:05:46.021]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-tun.c' from root:root to runner:runner
2025-08-20T22:52:32.4376711Z [00:05:46.021]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-userfaultfd.o' from root:root to runner:runner
2025-08-20T22:52:32.4377361Z [00:05:46.021]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-usersyscall.o' from root:root to runner:runner
2025-08-20T22:52:32.4378535Z [00:05:46.021]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-fork.o' from root:root to runner:runner
2025-08-20T22:52:32.4379410Z [00:05:46.021]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-madvise.c' from root:root to runner:runner
2025-08-20T22:52:32.4380113Z [00:05:46.021]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-madvise.o' from root:root to runner:runner
2025-08-20T22:52:32.4380736Z [00:05:46.021]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-ng.c' from root:root to runner:runner
2025-08-20T22:52:32.4381714Z [00:05:46.021]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-nanosleep.c' from root:root to runner:runner
2025-08-20T22:52:32.4382354Z [00:05:46.021]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-splice.o' from root:root to runner:runner
2025-08-20T22:52:32.4383195Z [00:05:46.021]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-cgroup.c' from root:root to runner:runner
2025-08-20T22:52:32.4383832Z [00:05:46.021]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-filesystem.c' from root:root to runner:runner
2025-08-20T22:52:32.4384463Z [00:05:46.021]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-efivar.c' from root:root to runner:runner
2025-08-20T22:52:32.4385113Z [00:05:46.021]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-sigpending.c' from root:root to runner:runner
2025-08-20T22:52:32.4385738Z [00:05:46.021]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-sigsegv.c' from root:root to runner:runner
2025-08-20T22:52:32.4386372Z [00:05:46.021]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-sysinfo.c' from root:root to runner:runner
2025-08-20T22:52:32.4387005Z [00:05:46.021]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-heapsort.c' from root:root to runner:runner
2025-08-20T22:52:32.4387695Z [00:05:46.021]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/debian/changelog' from root:root to runner:runner
2025-08-20T22:52:32.4388368Z [00:05:46.021]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/debian/watch' from root:root to runner:runner
2025-08-20T22:52:32.4389327Z [00:05:46.021]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/debian/tests/lite-test' from root:root to runner:runner
2025-08-20T22:52:32.4390017Z [00:05:46.021]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/debian/tests/control' from root:root to runner:runner
2025-08-20T22:52:32.4390706Z [00:05:46.021]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/debian/tests/fast-test-all' from root:root to runner:runner
2025-08-20T22:52:32.4391583Z [00:05:46.021]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/debian/tests' from root:root to runner:runner
2025-08-20T22:52:32.4392240Z [00:05:46.021]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/debian/copyright' from root:root to runner:runner
2025-08-20T22:52:32.4392900Z [00:05:46.021]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/debian/source/format' from root:root to runner:runner
2025-08-20T22:52:32.4393517Z [00:05:46.021]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/debian/source' from root:root to runner:runner
2025-08-20T22:52:32.4394154Z [00:05:46.021]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/debian/control' from root:root to runner:runner
2025-08-20T22:52:32.4394870Z [00:05:46.021]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/debian/rules' from root:root to runner:runner
2025-08-20T22:52:32.4395463Z [00:05:46.021]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/debian' from root:root to runner:runner
2025-08-20T22:52:32.4396152Z [00:05:46.021]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-nt-load.h' from root:root to runner:runner
2025-08-20T22:52:32.4396773Z [00:05:46.021]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-fcntl.o' from root:root to runner:runner
2025-08-20T22:52:32.4397412Z [00:05:46.021]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-branch.o' from root:root to runner:runner
2025-08-20T22:52:32.4398047Z [00:05:46.021]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-affinity.o' from root:root to runner:runner
2025-08-20T22:52:32.4398705Z [00:05:46.021]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-netlink-proc.o' from root:root to runner:runner
2025-08-20T22:52:32.4399350Z [00:05:46.021]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-ptr-chase.c' from root:root to runner:runner
2025-08-20T22:52:32.4399982Z [00:05:46.021]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-fd-fork.o' from root:root to runner:runner
2025-08-20T22:52:32.4400675Z [00:05:46.021]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-ptrace.o' from root:root to runner:runner
2025-08-20T22:52:32.4401606Z [00:05:46.021]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-signal.c' from root:root to runner:runner
2025-08-20T22:52:32.4402240Z [00:05:46.021]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-lsm.c' from root:root to runner:runner
2025-08-20T22:52:32.4402884Z [00:05:46.021]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-far-branch.o' from root:root to runner:runner
2025-08-20T22:52:32.4403509Z [00:05:46.021]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-alarm.c' from root:root to runner:runner
2025-08-20T22:52:32.4404145Z [00:05:46.021]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-bigheap.o' from root:root to runner:runner
2025-08-20T22:52:32.4404785Z [00:05:46.021]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-oom-pipe.c' from root:root to runner:runner
2025-08-20T22:52:32.4405425Z [00:05:46.021]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-clocksource.o' from root:root to runner:runner
2025-08-20T22:52:32.4406048Z [00:05:46.021]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-mincore.o' from root:root to runner:runner
2025-08-20T22:52:32.4406684Z [00:05:46.022]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-sockabuse.c' from root:root to runner:runner
2025-08-20T22:52:32.4407403Z [00:05:46.022]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-bubblesort.c' from root:root to runner:runner
2025-08-20T22:52:32.4408045Z [00:05:46.022]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-readahead.o' from root:root to runner:runner
2025-08-20T22:52:32.4408724Z [00:05:46.022]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-judy.o' from root:root to runner:runner
2025-08-20T22:52:32.4409359Z [00:05:46.022]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-bsearch.o' from root:root to runner:runner
2025-08-20T22:52:32.4409980Z [00:05:46.022]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-wait.c' from root:root to runner:runner
2025-08-20T22:52:32.4410636Z [00:05:46.022]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-led.c' from root:root to runner:runner
2025-08-20T22:52:32.4411373Z [00:05:46.022]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-lockbus.c' from root:root to runner:runner
2025-08-20T22:52:32.4412026Z [00:05:46.022]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-fallocate.o' from root:root to runner:runner
2025-08-20T22:52:32.4412663Z [00:05:46.022]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-ramfs.c' from root:root to runner:runner
2025-08-20T22:52:32.4413362Z [00:05:46.022]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-uprobe.o' from root:root to runner:runner
2025-08-20T22:52:32.4414062Z [00:05:46.022]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-shellsort.c' from root:root to runner:runner
2025-08-20T22:52:32.4414720Z [00:05:46.022]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-besselmath.c' from root:root to runner:runner
2025-08-20T22:52:32.4415598Z [00:05:46.022]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/presentations/linux-foundation-webinar-2022-05-19/stress-ng-2021.pdf' from root:root to runner:runner
2025-08-20T22:52:32.4416390Z [00:05:46.022]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/presentations/linux-foundation-webinar-2022-05-19' from root:root to runner:runner
2025-08-20T22:52:32.4417309Z [00:05:46.022]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/presentations/elisa-presentation-2024-06-26/elisa-presentation-2024-06-26.pdf' from root:root to runner:runner
2025-08-20T22:52:32.4418067Z [00:05:46.022]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/presentations/elisa-presentation-2024-06-26' from root:root to runner:runner
2025-08-20T22:52:32.4418897Z [00:05:46.022]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/presentations/kernel-recipes-2023/kernel-recipes-2023.pdf' from root:root to runner:runner
2025-08-20T22:52:32.4419606Z [00:05:46.022]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/presentations/kernel-recipes-2023' from root:root to runner:runner
2025-08-20T22:52:32.4420296Z [00:05:46.022]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/presentations' from root:root to runner:runner
2025-08-20T22:52:32.4421046Z [00:05:46.022]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-mmapaddr.o' from root:root to runner:runner
2025-08-20T22:52:32.4421732Z [00:05:46.022]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-vnni.o' from root:root to runner:runner
2025-08-20T22:52:32.4422358Z [00:05:46.023]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-epoll.o' from root:root to runner:runner
2025-08-20T22:52:32.4422987Z [00:05:46.023]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-close.o' from root:root to runner:runner
2025-08-20T22:52:32.4423627Z [00:05:46.023]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-sem-sysv.o' from root:root to runner:runner
2025-08-20T22:52:32.4424243Z [00:05:46.023]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-sigrt.o' from root:root to runner:runner
2025-08-20T22:52:32.4424873Z [00:05:46.023]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-daemon.c' from root:root to runner:runner
2025-08-20T22:52:32.4425517Z [00:05:46.023]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-usersyscall.c' from root:root to runner:runner
2025-08-20T22:52:32.4426225Z [00:05:46.023]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-mmapfiles.o' from root:root to runner:runner
2025-08-20T22:52:32.4426910Z [00:05:46.023]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-seccomp.c' from root:root to runner:runner
2025-08-20T22:52:32.4427534Z [00:05:46.023]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-list.o' from root:root to runner:runner
2025-08-20T22:52:32.4428174Z [00:05:46.023]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-heapsort.o' from root:root to runner:runner
2025-08-20T22:52:32.4428803Z [00:05:46.023]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-watchdog.o' from root:root to runner:runner
2025-08-20T22:52:32.4429443Z [00:05:46.023]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-sigxcpu.c' from root:root to runner:runner
2025-08-20T22:52:32.4430068Z [00:05:46.023]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-bitops.o' from root:root to runner:runner
2025-08-20T22:52:32.4430724Z [00:05:46.023]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-schedpolicy.o' from root:root to runner:runner
2025-08-20T22:52:32.4431585Z [00:05:46.023]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-lease.c' from root:root to runner:runner
2025-08-20T22:52:32.4432209Z [00:05:46.023]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-tee.c' from root:root to runner:runner
2025-08-20T22:52:32.4432927Z [00:05:46.023]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-cpuidle.c' from root:root to runner:runner
2025-08-20T22:52:32.4433556Z [00:05:46.023]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-chown.o' from root:root to runner:runner
2025-08-20T22:52:32.4434247Z [00:05:46.023]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-opcode.c' from root:root to runner:runner
2025-08-20T22:52:32.4434894Z [00:05:46.023]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-schedpolicy.c' from root:root to runner:runner
2025-08-20T22:52:32.4435536Z [00:05:46.023]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-unshare.o' from root:root to runner:runner
2025-08-20T22:52:32.4436164Z [00:05:46.023]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-vecmath.c' from root:root to runner:runner
2025-08-20T22:52:32.4436778Z [00:05:46.023]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-ng.h' from root:root to runner:runner
2025-08-20T22:52:32.4437406Z [00:05:46.023]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-sigill.o' from root:root to runner:runner
2025-08-20T22:52:32.4438022Z [00:05:46.023]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-dir.o' from root:root to runner:runner
2025-08-20T22:52:32.4438714Z [00:05:46.024]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-fanotify.c' from root:root to runner:runner
2025-08-20T22:52:32.4439402Z [00:05:46.024]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-context.c' from root:root to runner:runner
2025-08-20T22:52:32.4440040Z [00:05:46.024]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-pageswap.o' from root:root to runner:runner
2025-08-20T22:52:32.4440669Z [00:05:46.024]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-cpu-freq.o' from root:root to runner:runner
2025-08-20T22:52:32.4441507Z [00:05:46.024]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-pipe.c' from root:root to runner:runner
2025-08-20T22:52:32.4442182Z [00:05:46.024]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-tlb-shootdown.c' from root:root to runner:runner
2025-08-20T22:52:32.4442824Z [00:05:46.024]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-prio-inv.o' from root:root to runner:runner
2025-08-20T22:52:32.4443455Z [00:05:46.024]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-fd-race.o' from root:root to runner:runner
2025-08-20T22:52:32.4444087Z [00:05:46.024]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-fd-race.c' from root:root to runner:runner
2025-08-20T22:52:32.4444711Z [00:05:46.024]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-urandom.o' from root:root to runner:runner
2025-08-20T22:52:32.4445449Z [00:05:46.024]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-llc-affinity.c' from root:root to runner:runner
2025-08-20T22:52:32.4446078Z [00:05:46.024]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-rawdev.c' from root:root to runner:runner
2025-08-20T22:52:32.4447116Z [00:05:46.024]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-metamix.c' from root:root to runner:runner
2025-08-20T22:52:32.4448077Z [00:05:46.024]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-numa.o' from root:root to runner:runner
2025-08-20T22:52:32.4448777Z [00:05:46.024]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-sort.c' from root:root to runner:runner
2025-08-20T22:52:32.4449422Z [00:05:46.024]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-mseal.o' from root:root to runner:runner
2025-08-20T22:52:32.4449993Z [00:05:46.024]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO' from root:root to runner:runner
2025-08-20T22:52:32.4450529Z [00:05:46.024]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV' from root:root to runner:runner
2025-08-20T22:52:32.4451194Z [00:05:46.024]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/lto-llvm-41d974.o' from root:root to runner:runner
2025-08-20T22:52:32.4451738Z [00:05:46.024]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/lto-llvm-2c3390.o' from root:root to runner:runner
2025-08-20T22:52:32.4452278Z [00:05:46.024]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/lto-llvm-643a7e.o' from root:root to runner:runner
﻿2025-08-20T22:52:32.4459325Z [00:05:46.024]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp' from root:root to runner:runner
2025-08-20T22:52:32.4459884Z [00:05:46.024]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/stress-ng' from runner:docker to runner:runner
2025-08-20T22:52:32.4460464Z [00:05:46.024]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/kernel-coverage.sh' from runner:docker to runner:runner
2025-08-20T22:52:32.4461335Z [00:05:46.024]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE' from runner:docker to runner:runner
2025-08-20T22:52:32.4461886Z [00:05:46.024]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/MANIFEST.json' from runner:docker to runner:runner
2025-08-20T22:52:32.4462383Z [00:05:46.024]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP' from runner:docker to runner:runner
2025-08-20T22:52:32.4462880Z [00:05:46.024]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD' from runner:docker to runner:runner
2025-08-20T22:52:32.4463352Z [00:05:46.024]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/stress-ng' from runner:docker to runner:runner
2025-08-20T22:52:32.4463847Z [00:05:46.024]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/kernel-coverage.sh' from runner:docker to runner:runner
2025-08-20T22:52:32.4464368Z [00:05:46.024]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/stress-ng.static.version' from runner:docker to runner:runner
2025-08-20T22:52:32.4464832Z [00:05:46.024]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/LICENSE' from runner:docker to runner:runner
2025-08-20T22:52:32.4465267Z [00:05:46.024]➜  changed ownership of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR' from runner:docker to runner:runner
2025-08-20T22:52:32.4465804Z [00:05:46.033]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/stress-ng.version' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:32.4466468Z [00:05:46.040]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/lto-llvm-82e9d6.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:32.4467007Z [00:05:46.047]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/lto-llvm-fe67e4.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:32.4467550Z [00:05:46.054]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/lto-llvm-f7108a.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:32.4468143Z [00:05:46.061]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/lto-llvm-57ad7d.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:32.4468691Z [00:05:46.067]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.pgepFZ8PFM' changed from 0600 (rw-------) to 0755 (rwxr-xr-x)
2025-08-20T22:52:32.4469337Z [00:05:46.075]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-stack.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:32.4469958Z [00:05:46.082]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-mounts.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:32.4470604Z [00:05:46.089]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-session.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:32.4471438Z [00:05:46.095]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-ioprio.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:32.4472271Z [00:05:46.102]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-fp-error.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:32.4472916Z [00:05:46.109]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-io-uring.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:32.4473552Z [00:05:46.116]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-rawpkt.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:32.4474173Z [00:05:46.123]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-stack.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:32.4474808Z [00:05:46.130]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-sigfd.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:32.4475432Z [00:05:46.136]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-klog.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:32.4476057Z [00:05:46.143]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-config.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:32.4476691Z [00:05:46.150]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-resched.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:32.4477314Z [00:05:46.157]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-mmap.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:32.4477939Z [00:05:46.164]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-zero.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:32.4478614Z [00:05:46.171]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-log.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:32.4479247Z [00:05:46.178]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-mseal.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:32.4479877Z [00:05:46.184]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-mmapcow.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:32.4480569Z [00:05:46.191]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-powmath.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:32.4481441Z [00:05:46.198]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-goto.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:32.4482078Z [00:05:46.205]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-rapl.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:32.4482704Z [00:05:46.212]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-lockf.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:32.4483350Z [00:05:46.219]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-stackmmap.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:32.4484065Z [00:05:46.226]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-splice.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:32.4484774Z [00:05:46.233]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-affinity.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:32.4485411Z [00:05:46.240]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-ioprio.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:32.4517256Z [00:05:46.247]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-rdrand.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:32.4586772Z [00:05:46.254]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-sleep.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:32.4655282Z [00:05:46.260]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-funcret.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:32.4722961Z [00:05:46.267]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-loadavg.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:32.4791439Z [00:05:46.274]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-powmath.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:32.4858158Z [00:05:46.281]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-chdir.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:32.4925393Z [00:05:46.287]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-cpu-cache.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:32.4992024Z [00:05:46.294]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-skiplist.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:32.5058450Z [00:05:46.301]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-io.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:32.5126733Z [00:05:46.308]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-access.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:32.5194005Z [00:05:46.314]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-sched.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:32.5260968Z [00:05:46.321]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-cpu.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:32.5327369Z [00:05:46.328]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-judy.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:32.5394995Z [00:05:46.334]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-madvise.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:32.5462694Z [00:05:46.341]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-intmath.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:32.5531673Z [00:05:46.348]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-prctl.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:32.5599086Z [00:05:46.355]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-x86syscall.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:32.5667245Z [00:05:46.362]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-flock.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:32.5734089Z [00:05:46.368]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-dup.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:32.5800685Z [00:05:46.375]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-yield.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:32.5873994Z [00:05:46.382]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-oom-pipe.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:32.5944481Z [00:05:46.389]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-lsearch.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:32.6012556Z [00:05:46.396]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-apparmor.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:32.6080158Z [00:05:46.403]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-getrandom.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:32.6147508Z [00:05:46.410]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-memory.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:32.6214787Z [00:05:46.416]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-hsearch.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:32.6281947Z [00:05:46.423]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-kill.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:32.6349012Z [00:05:46.430]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-vecfp.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:32.6415835Z [00:05:46.436]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-syscall.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:32.6482352Z [00:05:46.443]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/example-jobs/pipe.job' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:32.6551281Z [00:05:46.450]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/example-jobs/scheduler.job' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:32.6618826Z [00:05:46.457]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/example-jobs/vm.job' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:32.6685948Z [00:05:46.463]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/example-jobs/interrupt.job' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:32.6754052Z [00:05:46.470]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/example-jobs/cpu-cache.job' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:32.6821469Z [00:05:46.477]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/example-jobs/network.job' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:32.6888896Z [00:05:46.484]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/example-jobs/device.job' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:32.6955371Z [00:05:46.490]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/example-jobs/io.job' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:32.7022110Z [00:05:46.497]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/example-jobs/filesystem.job' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:32.7090565Z [00:05:46.504]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/example-jobs/hot-cpu.job' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:32.7158333Z [00:05:46.511]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/example-jobs/example.job' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:32.7225304Z [00:05:46.517]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/example-jobs/matrix-methods.job' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:32.7293243Z [00:05:46.524]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/example-jobs/security.job' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:32.7361889Z [00:05:46.531]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/example-jobs/memory.job' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:32.7429107Z [00:05:46.538]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/example-jobs/cpu.job' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:32.7496321Z [00:05:46.544]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-interrupts.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:32.7563992Z [00:05:46.551]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-rawdev.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:32.7630618Z [00:05:46.558]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-helper.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:32.7698152Z [00:05:46.565]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-ipsec-mb.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:32.7764829Z [00:05:46.571]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-physpage.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:32.7832218Z [00:05:46.578]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/.gitignore' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:32.7899658Z [00:05:46.585]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-pkey.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:32.7966565Z [00:05:46.592]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-led.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:32.8034677Z [00:05:46.598]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-monte-carlo.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:32.8101076Z [00:05:46.605]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-icmp-flood.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:32.8170430Z [00:05:46.612]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-handle.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:32.8237649Z [00:05:46.619]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-resources.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:32.8305474Z [00:05:46.625]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-radixsort.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:32.8371885Z [00:05:46.632]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-out-of-memory.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:32.8440133Z [00:05:46.639]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-signal.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:32.8507284Z [00:05:46.646]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-chmod.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:32.8574154Z [00:05:46.652]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-zero.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:32.8640990Z [00:05:46.659]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-wait.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:32.8708531Z [00:05:46.666]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-cpu.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:32.8776326Z [00:05:46.672]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-vdso.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:32.8843342Z [00:05:46.679]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-hash.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:32.8910579Z [00:05:46.686]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-shim.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:32.8978964Z [00:05:46.693]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-bitops.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:32.9046572Z [00:05:46.699]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-thermal-zone.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:32.9115865Z [00:05:46.706]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-tsearch.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:32.9183924Z [00:05:46.713]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-landlock.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:32.9251445Z [00:05:46.720]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-clocksource.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:32.9319135Z [00:05:46.727]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-goto.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:32.9386427Z [00:05:46.733]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-mmapfork.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:32.9455210Z [00:05:46.740]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-sctp.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:32.9522496Z [00:05:46.747]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-opts.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:32.9590179Z [00:05:46.754]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-mergesort.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:32.9657833Z [00:05:46.761]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-physpage.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:32.9726041Z [00:05:46.767]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-processes.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:32.9793748Z [00:05:46.774]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-inotify.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:32.9861007Z [00:05:46.781]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-rawudp.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:32.9927868Z [00:05:46.788]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-sigurg.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:32.9994443Z [00:05:46.794]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-fibsearch.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:33.0062063Z [00:05:46.801]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-landlock.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:33.0128531Z [00:05:46.808]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-x86cpuid.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:33.0196147Z [00:05:46.814]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-asm-ret.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:33.0262686Z [00:05:46.821]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-cap.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:33.0330458Z [00:05:46.828]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-sigio.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:33.0403231Z [00:05:46.835]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-dentry.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:33.0476341Z [00:05:46.842]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/Dockerfile' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:33.0546110Z [00:05:46.849]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-bubblesort.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:33.0622535Z [00:05:46.857]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-sockdiag.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:33.0692873Z [00:05:46.864]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-fd-abuse.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:33.0767205Z [00:05:46.872]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-filename.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:33.0835671Z [00:05:46.878]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-randlist.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:33.0906615Z [00:05:46.885]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-sparsematrix.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:33.0973572Z [00:05:46.892]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-get.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:33.1042808Z [00:05:46.899]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-put.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:33.1112380Z [00:05:46.906]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-io-priority.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:33.1181440Z [00:05:46.913]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-swap.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:33.1251132Z [00:05:46.920]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-reboot.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:33.1323441Z [00:05:46.927]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-sigabrt.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:33.1393526Z [00:05:46.934]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-seccomp.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:33.1462738Z [00:05:46.941]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-cap.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:33.1530993Z [00:05:46.948]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-cpu-sched.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:33.1598060Z [00:05:46.955]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-shm.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:33.1665606Z [00:05:46.961]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-iomix.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:33.1733122Z [00:05:46.968]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-hdd.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:33.1799928Z [00:05:46.975]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-regs.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:33.1867875Z [00:05:46.982]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-pipe.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:33.1934379Z [00:05:46.988]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-daemon.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:33.2004311Z [00:05:46.995]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-time.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:33.2072545Z [00:05:47.002]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-eigen-ops.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:33.2144385Z [00:05:47.009]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-pipeherd.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:33.2213523Z [00:05:47.016]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-physmmap.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:33.2281352Z [00:05:47.023]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-sockdiag.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:33.2352185Z [00:05:47.030]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-fault.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:33.2418943Z [00:05:47.037]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-prime.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:33.2485593Z [00:05:47.043]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-dev-shm.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:33.2554042Z [00:05:47.050]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-prime.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:33.2621180Z [00:05:47.057]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-misaligned.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:33.2687740Z [00:05:47.064]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-mcontend.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:33.2755636Z [00:05:47.070]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-remap.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:33.2824470Z [00:05:47.077]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-syncload.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:33.2893502Z [00:05:47.084]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/CITATIONS.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:33.2962299Z [00:05:47.091]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-ping-sock.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:33.3030063Z [00:05:47.098]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-ng.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:33.3098245Z [00:05:47.105]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-sem.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:33.3166601Z [00:05:47.112]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-asm-generic.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:33.3234146Z [00:05:47.118]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/personality.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:33.3302266Z [00:05:47.125]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-tee.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:33.3368283Z [00:05:47.132]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-matrix-3d.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:33.3434800Z [00:05:47.138]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-matrix.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:33.3501678Z [00:05:47.145]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-sigvtalrm.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:33.3571204Z [00:05:47.152]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-sort.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:33.3634808Z [00:05:47.158]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-log.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:33.3701233Z [00:05:47.165]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-lockmix.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:33.3768550Z [00:05:47.172]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-l1cache.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:33.3835172Z [00:05:47.178]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-out-of-memory.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:33.3901850Z [00:05:47.185]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-mwc.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:33.3968482Z [00:05:47.192]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-randlist.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:33.4036176Z [00:05:47.198]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-sigvtalrm.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:33.4102332Z [00:05:47.205]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-stressors.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:33.4170358Z [00:05:47.212]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-mcontend.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:33.4237508Z [00:05:47.219]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:33.4304614Z [00:05:47.225]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-fractal.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:33.4371913Z [00:05:47.232]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-vdso.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:33.4439558Z [00:05:47.239]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-filerace.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:33.4507242Z [00:05:47.246]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-race-sched.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:33.4575090Z [00:05:47.252]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-sigrt.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:33.4642015Z [00:05:47.259]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-config-check.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:33.4709306Z [00:05:47.266]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-sync-file.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:33.4776328Z [00:05:47.272]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-unlink.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:33.4843479Z [00:05:47.279]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-shared-heap.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:33.4910243Z [00:05:47.286]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-killpid.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:33.4976773Z [00:05:47.293]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-vm-addr.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:33.5043715Z [00:05:47.299]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-mmaprandom.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:33.5110448Z [00:05:47.306]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-config-check.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:33.5177971Z [00:05:47.313]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-sync.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:33.5244990Z [00:05:47.319]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-binderfs.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:33.5311382Z [00:05:47.326]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/Makefile.config' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:33.5380400Z [00:05:47.333]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-affinity.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:33.5448460Z [00:05:47.340]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-version.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:33.5516747Z [00:05:47.347]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-udp-flood.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:33.5583860Z [00:05:47.353]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-ignite-cpu.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:33.5650486Z [00:05:47.360]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-sem.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:33.5717743Z [00:05:47.367]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-parse-opts.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:33.5786000Z [00:05:47.373]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-dirdeep.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:33.5853219Z [00:05:47.380]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-pseek.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:33.5920744Z [00:05:47.387]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-fpunch.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:33.5989426Z [00:05:47.394]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-timer.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:33.6057134Z [00:05:47.401]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-pageswap.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:33.6128402Z [00:05:47.408]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-bad-ioctl.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:33.6196177Z [00:05:47.414]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-mmap.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:33.6264481Z [00:05:47.421]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-fd-fork.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:33.6332436Z [00:05:47.428]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-cpu.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:33.6399860Z [00:05:47.435]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-icache.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:33.6468880Z [00:05:47.442]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-io-uring.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:33.6535738Z [00:05:47.448]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-vm-segv.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:33.6603653Z [00:05:47.455]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-dekker.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:33.6671456Z [00:05:47.462]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-icmp-flood.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:33.6739009Z [00:05:47.469]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-mprotect.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:33.6806391Z [00:05:47.475]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-gpu.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:33.6873876Z [00:05:47.482]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-fp.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:33.6941269Z [00:05:47.489]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-schedmix.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:33.7009491Z [00:05:47.496]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-pidfd.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:33.7076400Z [00:05:47.502]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-statmount.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:33.7144478Z [00:05:47.509]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-cpu-cache.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:33.7210986Z [00:05:47.516]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-sock.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:33.7278908Z [00:05:47.523]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-spinmem.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:33.7347277Z [00:05:47.530]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-env.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:33.7415596Z [00:05:47.536]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-str.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:33.7482291Z [00:05:47.543]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-bad-ioctl.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:33.7549593Z [00:05:47.550]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-sockfd.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:33.7616940Z [00:05:47.557]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-schedmix.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:33.7685873Z [00:05:47.563]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-vecmath.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:33.7752343Z [00:05:47.570]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-insertionsort.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:33.7818947Z [00:05:47.577]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-exit-group.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:33.7885963Z [00:05:47.583]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/syscalls.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:33.7952288Z [00:05:47.590]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-prime.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:33.8019054Z [00:05:47.597]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-sockabuse.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:33.8085826Z [00:05:47.603]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-malloc.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:33.8152672Z [00:05:47.610]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-jpeg.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:33.8219987Z [00:05:47.617]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-flipflop.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:33.8286502Z [00:05:47.623]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-statmount.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:33.8352626Z [00:05:47.630]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-umask.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:33.8419184Z [00:05:47.637]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-smart.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:33.8486056Z [00:05:47.643]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-fanotify.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:33.8553746Z [00:05:47.650]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-helper.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:33.8619783Z [00:05:47.657]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-waitcpu.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:33.8686059Z [00:05:47.663]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-shim.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:33.8752913Z [00:05:47.670]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-trig.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:33.8820616Z [00:05:47.677]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-udp-flood.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:33.8887630Z [00:05:47.684]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-filesystem.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:33.8954079Z [00:05:47.690]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-metamix.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:33.9020449Z [00:05:47.697]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-ignite-cpu.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:33.9086861Z [00:05:47.704]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-malloc.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:33.9155354Z [00:05:47.710]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-zombie.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:33.9221406Z [00:05:47.717]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-memrate.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:33.9289229Z [00:05:47.724]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-spawn.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:33.9357143Z [00:05:47.731]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-quota.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:33.9423570Z [00:05:47.737]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-filename.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:33.9490560Z [00:05:47.744]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-io-priority.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:33.9560177Z [00:05:47.751]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-ng.1' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:33.9627031Z [00:05:47.758]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-seal.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:33.9695164Z [00:05:47.764]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-rawpkt.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:33.9761992Z [00:05:47.771]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-umask.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:33.9828448Z [00:05:47.778]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-aiol.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:33.9896171Z [00:05:47.784]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-stack.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:33.9963837Z [00:05:47.791]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-locka.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:34.0032059Z [00:05:47.798]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-llc-affinity.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:34.0099463Z [00:05:47.805]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-procfs.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:34.0167698Z [00:05:47.812]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-fallocate.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:34.0234623Z [00:05:47.818]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-clone.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:34.0301931Z [00:05:47.825]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-rmap.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:34.0368164Z [00:05:47.832]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-interrupts.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:34.0434918Z [00:05:47.838]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-softlockup.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:34.0501595Z [00:05:47.845]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-nice.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:34.0567996Z [00:05:47.852]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-alarm.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:34.0636081Z [00:05:47.858]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-netlink-task.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:34.0703296Z [00:05:47.865]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-cpuidle.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:34.0771458Z [00:05:47.872]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-ring-pipe.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:34.0838216Z [00:05:47.879]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-sigtrap.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:34.0904791Z [00:05:47.885]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-sync-file.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:34.0972882Z [00:05:47.892]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-asm-sparc.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:34.1039101Z [00:05:47.899]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-touch.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:34.1105512Z [00:05:47.905]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-xattr.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:34.1173662Z [00:05:47.912]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-sysbadaddr.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:34.1240654Z [00:05:47.919]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-bsearch.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:34.1307931Z [00:05:47.926]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-lockf.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:34.1374994Z [00:05:47.932]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-pagemove.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:34.1441083Z [00:05:47.939]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-chroot.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:34.1507607Z [00:05:47.946]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-apparmor.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:34.1575845Z [00:05:47.952]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-arch.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:34.1642087Z [00:05:47.959]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-ioport.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:34.1709428Z [00:05:47.966]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-flushcache.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:34.1776610Z [00:05:47.972]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-expmath.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:34.1844076Z [00:05:47.979]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-cyclic.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:34.1911798Z [00:05:47.986]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-io-uring.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:34.1979325Z [00:05:47.993]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-arch.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:34.2057852Z [00:05:48.001]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_CRYPT_R' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:34.2126014Z [00:05:48.007]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_CBRTF' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:34.2204873Z [00:05:48.015]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_FACCESSAT2' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:34.2274573Z [00:05:48.022]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_J0' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:34.2344668Z [00:05:48.029]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_SYS_IO_H' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:34.2413133Z [00:05:48.036]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_LINUX_MODULE_H' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:34.2484752Z [00:05:48.043]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_WCSNCASECMP' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:34.2554944Z [00:05:48.050]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_CLOGF' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:34.2622002Z [00:05:48.057]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_BUILTIN_HYPOTF' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:34.2689237Z [00:05:48.064]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_ASM_NOTHING' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:34.2755969Z [00:05:48.070]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_LINUX_HPET_H' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:34.2822806Z [00:05:48.077]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_BUILTIN_MEMSET' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:34.2888594Z [00:05:48.084]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_GETHOSTID' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:34.2957805Z [00:05:48.091]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_ASM_LOONG64_TLBRD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:34.3024954Z [00:05:48.097]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_SETRESUID' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:34.3093282Z [00:05:48.104]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_ASM_PPC_ICBI' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:34.3159074Z [00:05:48.111]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_INT_FAST8_T' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:34.3227431Z [00:05:48.118]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_TANHL' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:34.3295011Z [00:05:48.124]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_MM_DPWSSD_EPI32' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:34.3362197Z [00:05:48.131]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_CLOCK_GETTIME' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:34.3428885Z [00:05:48.138]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_RUSAGE_WHO_T' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:34.3498243Z [00:05:48.145]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_PREAD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:34.3567303Z [00:05:48.152]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_LINUX_FSVERITY_H' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:34.3638803Z [00:05:48.159]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_TARGET_CLONES_ALDERLAKE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:34.3706709Z [00:05:48.165]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_CDROM_READ_AUDIO' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:34.3776579Z [00:05:48.172]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_STRINGS_H' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:34.3847738Z [00:05:48.180]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_SIGALTSTACK' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:34.3916364Z [00:05:48.186]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_DELETE_MODULE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:34.3984541Z [00:05:48.193]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_ATTRIBUTE_RETURNS_NONNULL' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:34.4052374Z [00:05:48.200]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_INT_FAST16_T' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:34.4119840Z [00:05:48.207]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_BUILTIN_CBRTL' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:34.4186506Z [00:05:48.213]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_PROCESS_VM_WRITEV' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:34.4253333Z [00:05:48.220]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_PREADV' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:34.4318796Z [00:05:48.227]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_HSEARCH' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:34.4385727Z [00:05:48.233]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_BUILTIN_LLABS' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:34.4453424Z [00:05:48.240]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_COMPLEX' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:34.4520551Z [00:05:48.247]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_LOGF' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:34.4586985Z [00:05:48.254]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_ASM_RISCV_FENCE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:34.4653555Z [00:05:48.260]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_ASM_SH4_SLEEP' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:34.4720993Z [00:05:48.267]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_WCSNCAT' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:34.4789816Z [00:05:48.274]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_OFF_T' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:34.4859887Z [00:05:48.281]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_ASM_HPPA_RFI' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:34.4926592Z [00:05:48.287]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_LOFF_T' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:34.4992107Z [00:05:48.294]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_PID_TYPE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:34.5059117Z [00:05:48.301]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_SETPRIORITY' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:34.5127050Z [00:05:48.308]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_TERMIOS' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:34.5194824Z [00:05:48.314]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_DADDR_T' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:34.5261775Z [00:05:48.321]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_BSEARCH' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:34.5330064Z [00:05:48.328]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_MKFIFO' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:34.5397444Z [00:05:48.335]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_MTRR_SENTRY' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:34.5465042Z [00:05:48.341]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_LIB_CRYPT' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:34.5532294Z [00:05:48.348]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_LIB_LZMA' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:34.5600103Z [00:05:48.355]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_MTX_INIT' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:34.5667098Z [00:05:48.362]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_SYS_FSUID_H' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:34.5734136Z [00:05:48.368]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_FLISTXATTR' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:34.5801786Z [00:05:48.375]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_PWRITEV' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:34.5869809Z [00:05:48.382]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_LIBGEN_H' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:34.5937645Z [00:05:48.389]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_EXECUTABLE_START' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:34.6006210Z [00:05:48.395]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_LGETXATTR' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:34.6075487Z [00:05:48.402]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_LINUX_IF_PACKET_H' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:34.6142670Z [00:05:48.409]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_SYS_SWAP_H' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:34.6209339Z [00:05:48.416]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_Y0F' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:34.6276455Z [00:05:48.422]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_CSQRT' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:34.6343377Z [00:05:48.429]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_ASM_X86_PREFETCHT0' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:34.6411300Z [00:05:48.436]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_BSD_STRLCPY' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:34.6479193Z [00:05:48.443]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_ASM_X86_MFENCE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:34.6547178Z [00:05:48.450]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_MQ_SYSV' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:34.6614436Z [00:05:48.456]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_PWRITE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:34.6681150Z [00:05:48.463]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_CREAL' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:34.6748494Z [00:05:48.470]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_BSD_STRING_H' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:34.6817146Z [00:05:48.477]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_LINUX_WATCHDOG_H' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:34.6884901Z [00:05:48.483]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_SETPWENT' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:34.6951849Z [00:05:48.490]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_LOOKUP_DCOOKIE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:34.7018552Z [00:05:48.497]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_READAHEAD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:34.7085902Z [00:05:48.503]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_LINUX_SOCK_DIAG_H' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:34.7154294Z [00:05:48.510]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_LIBJPEG_H' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:34.7222415Z [00:05:48.517]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_FACCESSAT' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:34.7290651Z [00:05:48.524]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_CDROM_MSF' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:34.7359555Z [00:05:48.531]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_SETXATTR' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:34.7427554Z [00:05:48.538]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_SETNS' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:34.7495119Z [00:05:48.544]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_CIMAGF' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:34.7562141Z [00:05:48.551]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_SYS_UCRED_H' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:34.7629511Z [00:05:48.558]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_BUILTIN_CSINF' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:34.7697281Z [00:05:48.565]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_CABSL' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:34.7764730Z [00:05:48.571]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_BUILTIN_TANL' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:34.7831420Z [00:05:48.578]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_TANL' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:34.7898087Z [00:05:48.585]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_WCSRCHR' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:34.7965601Z [00:05:48.591]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_DUP3' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:34.8034987Z [00:05:48.598]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_LOG10L' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:34.8102941Z [00:05:48.605]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_MADVISE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:34.8171781Z [00:05:48.612]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_MODIFY_LDT' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:34.8237887Z [00:05:48.619]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_TARGET_CLONES_SSE3' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:34.8305260Z [00:05:48.625]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_LIBKMOD_H' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:34.8372794Z [00:05:48.632]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_ASM_X86_REP_STOSB' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:34.8440358Z [00:05:48.639]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_CLONE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:34.8508283Z [00:05:48.646]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_MEMFD_CREATE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:34.8575134Z [00:05:48.652]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_ASM_PPC_DCBT' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:34.8642251Z [00:05:48.659]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_EXPF' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:34.8708711Z [00:05:48.666]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_LINUX_LOOP_H' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:34.8775196Z [00:05:48.672]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_BUILTIN_STRDUP' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:34.8843005Z [00:05:48.679]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_ASM_ARM_TLBI' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:34.8910172Z [00:05:48.686]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_OPEN_HOW' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:34.8978580Z [00:05:48.693]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_SOCKADDR_UN' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:34.9046768Z [00:05:48.699]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_GETAUXVAL' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:34.9114255Z [00:05:48.706]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_V4L2_JPEGCOMPRESSION' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:34.9181518Z [00:05:48.713]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_AIO_FSYNC' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:34.9248009Z [00:05:48.720]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_FENV_H' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:34.9314330Z [00:05:48.726]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_VHANGUP' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:34.9382254Z [00:05:48.733]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_EXP' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:34.9449350Z [00:05:48.740]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_MALLOC_H' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:34.9517911Z [00:05:48.747]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_SCHED_SETSCHEDULER' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:34.9585395Z [00:05:48.753]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_LSTAT' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:34.9652577Z [00:05:48.760]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_ITIMER_WHICH_T' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:34.9720561Z [00:05:48.767]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_BUILTIN_BITREVERSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:34.9787536Z [00:05:48.774]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_PTHREAD_MUTEXATTR_SETPROTOCOL' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:34.9855382Z [00:05:48.780]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_SCTP_PADDRPARAMS' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:34.9922055Z [00:05:48.787]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_CDROM_TOCHDR' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:34.9989644Z [00:05:48.794]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_BUILTIN_CBRTF' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:35.0058235Z [00:05:48.801]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_UTIME_H' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:35.0124840Z [00:05:48.807]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_BUILTIN_SINCOSF' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:35.0191577Z [00:05:48.814]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_ASM_X86_PREFETCHNTA' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:35.0259887Z [00:05:48.821]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE___RSEQ_OFFSET' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:35.0326791Z [00:05:48.828]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_IOPL' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:35.0393617Z [00:05:48.834]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_CDROM_SUBCHNL' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:35.0461307Z [00:05:48.841]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_SIGWAITINFO' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:35.0528398Z [00:05:48.848]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_BUILTIN_ROUNDL' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:35.0595983Z [00:05:48.854]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_LOGL' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:35.0662871Z [00:05:48.861]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_Float128' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:35.0730984Z [00:05:48.868]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_ASM_LOONG64_RDTIME' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:35.0798064Z [00:05:48.875]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_ATTRIBUTE_NOINLINE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:35.0864598Z [00:05:48.881]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_Float32x' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:35.0931676Z [00:05:48.888]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_NANOSLEEP' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:35.1000542Z [00:05:48.895]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_INTRINSIC_ROLD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:35.1068609Z [00:05:48.902]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_FUTIMESAT_DEPRECATED' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:35.1136165Z [00:05:48.908]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_IMMINTRIN_H' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:35.1202896Z [00:05:48.915]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_PTHREAD_SETSCHEDPARAM' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:35.1270054Z [00:05:48.922]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_LIB_Z' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:35.1336600Z [00:05:48.928]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_SYS_PERSONALITY_H' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:35.1403556Z [00:05:48.935]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_LOG2F' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:35.1472012Z [00:05:48.942]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_BUILTIN_ROTATELEFT64' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:35.1541076Z [00:05:48.949]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_MM256_ADD_EPI8' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:35.1608850Z [00:05:48.956]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_EPOLL_CREATE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:35.1676502Z [00:05:48.962]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_GETXATTRAT' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:35.1742994Z [00:05:48.969]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_LLISTXATTR' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:35.1809669Z [00:05:48.976]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_OFF64_T' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:35.1876330Z [00:05:48.982]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_PTHREAD_SIGQUEUE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:35.1942940Z [00:05:48.989]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_PIDFD_GETFD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:35.2010431Z [00:05:48.996]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_ASM_MB' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:35.2078756Z [00:05:49.003]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_DIRENT_D_TYPE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:35.2146811Z [00:05:49.009]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_CPU_SET_T' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:35.2215540Z [00:05:49.016]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_DM_IOCTL' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:35.2283313Z [00:05:49.023]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_SETXATTRAT' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:35.2349273Z [00:05:49.030]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_J1' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:35.2416051Z [00:05:49.036]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_MALLOC_USABLE_SIZE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:35.2481946Z [00:05:49.043]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_SETDOMAINNAME' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:35.2548495Z [00:05:49.050]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_TIMER_SETTIME' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:35.2616404Z [00:05:49.056]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_GETCPU' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:35.2684331Z [00:05:49.063]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_TARGET_CLONES_SAPPHIRERAPIDS' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:35.2751246Z [00:05:49.070]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_FLOPPY_WRITE_ERRORS' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:35.2817773Z [00:05:49.077]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_BUILTIN_LOGB' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:35.2884977Z [00:05:49.083]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_SYS_PARAM_H' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:35.2953081Z [00:05:49.090]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_ASM_S390_PTLB' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:35.3021346Z [00:05:49.097]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_SCTP_EVENT_SUBSCRIBE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:35.3088460Z [00:05:49.104]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_BUILTIN_IA32_MOVNTDQ' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:35.3156447Z [00:05:49.110]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_PPC_GET_TIMEBASE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:35.3223822Z [00:05:49.117]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_SETITIMER' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:35.3291357Z [00:05:49.124]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_EXP10' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:35.3357976Z [00:05:49.131]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_ATOMIC_OR_FETCH' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:35.3425101Z [00:05:49.137]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_SCSI_SCSI_IOCTL_H' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:35.3493355Z [00:05:49.144]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_ASM_X86_PREFETCHT1' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:35.3561506Z [00:05:49.151]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_Float80x' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:35.3628839Z [00:05:49.158]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_BUILTIN_SQRT' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:35.3696211Z [00:05:49.164]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_MM_STREAM_SI128' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:35.3764334Z [00:05:49.171]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_PTHREAD_MUTEXATTR_INIT' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:35.3832322Z [00:05:49.178]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_PSELECT' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:35.3899389Z [00:05:49.185]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_LINUX_VERSION_H' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:35.3967139Z [00:05:49.192]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_SRANDOM' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:35.4033124Z [00:05:49.198]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_FMAF' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:35.4100927Z [00:05:49.205]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_SQRT' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:35.4166482Z [00:05:49.211]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_LINUX_FILTER_H' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:35.4233983Z [00:05:49.218]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_PTHREAD_SETAFFINITY_NP' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:35.4300758Z [00:05:49.225]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_SIGNALFD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:35.4368172Z [00:05:49.232]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_MM512_LOADU_SI512' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:35.4435910Z [00:05:49.238]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_SWAP' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:35.4502726Z [00:05:49.245]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_RINDEX' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:35.4569741Z [00:05:49.252]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_SENDMMSG' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:35.4636719Z [00:05:49.259]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_Float32' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:35.4704758Z [00:05:49.265]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_PATHCONF' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:35.4772071Z [00:05:49.272]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_MINCORE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:35.4838256Z [00:05:49.279]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_USER_DESC' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:35.4907634Z [00:05:49.286]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_PTHREAD_PRIO_PROTECT' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:35.4974620Z [00:05:49.292]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_Decimal128' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:35.5042696Z [00:05:49.299]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_ALIGNED_128' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:35.5108835Z [00:05:49.306]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_TIMERFD_SETTIME' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:35.5176725Z [00:05:49.313]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_FSYNC' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:35.5243685Z [00:05:49.319]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_V4L2_CAPABILITY' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:35.5310069Z [00:05:49.326]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_TARGET_CLONES_SSE4_2' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:35.5379920Z [00:05:49.333]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_WAIT4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:35.5446773Z [00:05:49.340]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_ASM_X86_LFENCE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:35.5514144Z [00:05:49.346]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_PTHREAD_PRIO_NONE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:35.5583118Z [00:05:49.353]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_ASM_RISCV_FENCE_I' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:35.5650007Z [00:05:49.360]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_TIMER_GETOVERRUN' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:35.5717079Z [00:05:49.367]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_EXECVEAT' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:35.5785292Z [00:05:49.373]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_BUILTIN_POPCOUNTLL' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:35.5852505Z [00:05:49.380]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_TSEARCH' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:35.5919928Z [00:05:49.387]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_ALIGNED_ALLOC' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:35.5989376Z [00:05:49.394]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_LANDLOCK_RULE_TYPE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:35.6058143Z [00:05:49.401]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_BUILTIN_CPU_IS_POWER9' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:35.6126249Z [00:05:49.407]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_SHMINFO' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:35.6193386Z [00:05:49.414]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_BRK' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:35.6261765Z [00:05:49.421]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_BUILTIN_SQRTF' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:35.6329579Z [00:05:49.428]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_LIB_AIO' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:35.6397770Z [00:05:49.435]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_GETSID' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:35.6466733Z [00:05:49.442]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_VT_SIZES' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:35.6534779Z [00:05:49.448]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_GETRANDOM' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:35.6602518Z [00:05:49.455]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE__ibm128' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:35.6669825Z [00:05:49.462]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_SYS_UN_H' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:35.6739139Z [00:05:49.469]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_V4L2_FRAMEBUFFER' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:35.6806844Z [00:05:49.476]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_MODE_T' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:35.6874937Z [00:05:49.482]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_ASM_ARM_YIELD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:35.6944269Z [00:05:49.489]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_SYS_TIMERFD_H' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:35.7012490Z [00:05:49.496]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_SYS_SENDFILE_H' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:35.7079901Z [00:05:49.503]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_SHMID_DS' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:35.7147285Z [00:05:49.510]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_CPOW' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:35.7215677Z [00:05:49.516]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_LINUX_MEMPOLICY_H' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:35.7283571Z [00:05:49.523]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_MNT_ID_REQ' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:35.7351332Z [00:05:49.530]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_ASM_X86_RDTSC' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:35.7418610Z [00:05:49.537]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_BUILTIN_TANF' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:35.7486891Z [00:05:49.544]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_WCSLEN' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:35.7555248Z [00:05:49.550]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_BUILTIN_YNF' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:35.7623179Z [00:05:49.557]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_CLOSE_RANGE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:35.7691888Z [00:05:49.564]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_ATOMIC_FETCH_ADD_4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:35.7759602Z [00:05:49.571]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_UTIMES' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:35.7827127Z [00:05:49.578]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_LINUX_UDP_H' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:35.7894622Z [00:05:49.584]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_EXP10L' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:35.7959874Z [00:05:49.591]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_WCSLCPY' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:35.8027022Z [00:05:49.598]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_UTIME' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:35.8092445Z [00:05:49.604]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_LISTXATTR' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:35.8158338Z [00:05:49.611]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_SPAWN_H' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:35.8224742Z [00:05:49.617]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_UNSHARE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:35.8290390Z [00:05:49.624]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_PTHREAD_MUTEXATTR_SETPRIOCEILING' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:35.8358257Z [00:05:49.631]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_SCTP_INITMSG' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:35.8425367Z [00:05:49.637]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_MSYNC' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:35.8492422Z [00:05:49.644]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_BUILTIN_YN' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:35.8559384Z [00:05:49.651]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_J0F' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:35.8627138Z [00:05:49.658]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_ASM_X86_INVLPG' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:35.8694677Z [00:05:49.664]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_JNF' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:35.8762639Z [00:05:49.671]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_SYS_FILE_H' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:35.8830671Z [00:05:49.678]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_ASM_X86_RDRAND' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:35.8898262Z [00:05:49.685]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_MTX_T' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:35.8966606Z [00:05:49.692]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_SCTP_ASSOCPARAMS' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:35.9033842Z [00:05:49.698]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_BUILTIN_PREFETCH' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:35.9100563Z [00:05:49.705]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_BUILTIN_CEXPL' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:35.9166786Z [00:05:49.712]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_ASM_X86_RDSEED' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:35.9232772Z [00:05:49.718]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_SCTP_PROBEINTERVAL' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:35.9299473Z [00:05:49.725]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_BUILTIN_CABSF' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:35.9368632Z [00:05:49.732]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_FSUUID2' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:35.9436109Z [00:05:49.738]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_J0L' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:35.9503389Z [00:05:49.745]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_ROUNDL' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:35.9571488Z [00:05:49.752]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_LOGB' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:35.9639281Z [00:05:49.759]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_NETINET_UDP_H' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:35.9706827Z [00:05:49.765]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_PROGRAM_INVOCATION_NAME' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:35.9773873Z [00:05:49.772]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_RTC_PARAM' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:35.9839884Z [00:05:49.779]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_PKEY_ALLOC' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:35.9906684Z [00:05:49.785]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_MEMALIGN' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:35.9973487Z [00:05:49.792]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_J1F' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:36.0041268Z [00:05:49.799]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_VFORK' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:36.0107995Z [00:05:49.806]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_XMMINTRIN_H' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:36.0175739Z [00:05:49.812]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_GETMNTENT' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:36.0242317Z [00:05:49.819]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_MALLOPT' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:36.0308944Z [00:05:49.826]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_BUILTIN_STDC_ROTATE_RIGHT' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:36.0376029Z [00:05:49.832]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_SCTP_DEFAULT_PRINFO' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:36.0443340Z [00:05:49.839]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_SCHED_SETAFFINITY' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:36.0511711Z [00:05:49.846]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_SYMLINKAT' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:36.0579348Z [00:05:49.853]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_CLOCK_NANOSLEEP' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:36.0646987Z [00:05:49.860]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_SYS_EVENTFD_H' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:36.0715430Z [00:05:49.866]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_WAITPID' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:36.0782991Z [00:05:49.873]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE__float128' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:36.0851031Z [00:05:49.880]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE___RESTRICT' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:36.0918583Z [00:05:49.887]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_TIMER_GETTIME' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:36.0989470Z [00:05:49.894]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_UMOUNT2' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:36.1057422Z [00:05:49.901]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_BUILTIN_MEMCPY' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:36.1125418Z [00:05:49.907]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_ASM_PPC64_DCBT' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:36.1192898Z [00:05:49.914]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_SYS_LOADAVG_H' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:36.1260497Z [00:05:49.921]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_GETDTABLESIZE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:36.1328383Z [00:05:49.928]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_ASM_X86_REP_STOSQ' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:36.1394873Z [00:05:49.934]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_ASM_HPPA_DIAG' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:36.1464524Z [00:05:49.941]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_PTHREAD_MUTEXATTR_T' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:36.1532734Z [00:05:49.948]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_SQRTL' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:36.1599725Z [00:05:49.955]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_MNTENT_H' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:36.1666867Z [00:05:49.962]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_STAT' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:36.1734461Z [00:05:49.968]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_LZMA_H' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:36.1801656Z [00:05:49.975]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_MM_ADD_EPI8' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:36.1869287Z [00:05:49.982]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_LINK_H' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:36.1936242Z [00:05:49.988]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_EVENTFD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:36.2002495Z [00:05:49.995]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_EXP2' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:36.2070026Z [00:05:50.002]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_LINUX_CN_PROC_H' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:36.2137863Z [00:05:50.009]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_WCSCASECMP' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:36.2208342Z [00:05:50.016]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_SECCOMP_NOTIF_SIZES' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:36.2276217Z [00:05:50.022]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_GETDOMAINNAME' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:36.2343216Z [00:05:50.029]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_BUILTIN_CPOW' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:36.2410433Z [00:05:50.036]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_MTX_DESTROY' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:36.2478108Z [00:05:50.043]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_ASM_X86_RDPMC' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:36.2546496Z [00:05:50.049]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_NAME_TO_HANDLE_AT' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:36.2615654Z [00:05:50.056]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_ASM_PPC64_TLBIE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:36.2683744Z [00:05:50.063]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_SYS_FANOTIFY_H' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:36.2751021Z [00:05:50.070]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_BUILTIN_CSQRTL' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:36.2818445Z [00:05:50.077]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_ASM_MTRR_H' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:36.2885518Z [00:05:50.083]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_TCDRAIN' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:36.2953079Z [00:05:50.090]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_SIGLONGJMP' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:36.3019896Z [00:05:50.097]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_FSTATAT' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:36.3087639Z [00:05:50.104]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_SCHED_RR_GET_INTERVAL' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:36.3155435Z [00:05:50.110]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_ASM_X86_WRMSR' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:36.3222206Z [00:05:50.117]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_LIB_EGL' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:36.3288834Z [00:05:50.124]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_SINCOS' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:36.3354585Z [00:05:50.130]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_MREMAP' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:36.3421258Z [00:05:50.137]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_ASM_X86_LMSW' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:36.3487924Z [00:05:50.144]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_MACH_MACH_H' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:36.3556289Z [00:05:50.150]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_LIB_XXHASH' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:36.3624463Z [00:05:50.157]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_TARGET_CLONES_MMX' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:36.3690430Z [00:05:50.164]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_BUILTIN_IA32_MOVNTI64' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:36.3757019Z [00:05:50.171]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_LINUX_USBDEVICE_FS_H' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:36.3823857Z [00:05:50.177]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_SINHL' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:36.3891663Z [00:05:50.184]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_FS_SYSFS_PATH' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:36.3958276Z [00:05:50.191]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE__bf16' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:36.4027517Z [00:05:50.198]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_KEYUTILS_H' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:36.4094227Z [00:05:50.204]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_REGEXEC' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:36.4161168Z [00:05:50.211]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_PKEY_SET' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:36.4227745Z [00:05:50.218]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_CLEARENV' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:36.4296420Z [00:05:50.224]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_PTHREAD_H' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:36.4362669Z [00:05:50.231]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_AIO_WRITE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:36.4429719Z [00:05:50.238]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_SETPGID' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:36.4497380Z [00:05:50.245]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_LINUX_ANDROID_BINDER_H' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:36.4567162Z [00:05:50.252]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_MM_LOADU_SI128' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:36.4634056Z [00:05:50.258]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_BUILTIN___CLEAR_CACHE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:36.4700517Z [00:05:50.265]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_SYNC' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:36.4767553Z [00:05:50.272]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_SINCOSF' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:36.4834686Z [00:05:50.278]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_CACHEFLUSH' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:36.4901784Z [00:05:50.285]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_SYS_XATTR_H' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:36.4968985Z [00:05:50.292]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_MUNLOCK' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:36.5035609Z [00:05:50.298]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_PTHREAD_BARRIER' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:36.5103815Z [00:05:50.305]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_INTRINSIC_RORQ' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:36.5172557Z [00:05:50.312]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_RECVMMSG' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:36.5239945Z [00:05:50.319]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_TARGET_CLONES_AVXVNNI' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:36.5308695Z [00:05:50.326]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_CPOWF' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:36.5377284Z [00:05:50.333]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_FINIT_MODULE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:36.5444895Z [00:05:50.339]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_IFADDRS_H' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:36.5512092Z [00:05:50.346]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_RUSAGE_RU_MINFLT' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:36.5580399Z [00:05:50.353]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_ATTRIBUTE_PACKED' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:36.5647395Z [00:05:50.360]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_ASM_PPC_DCBTST' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:36.5715434Z [00:05:50.366]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_RECVMSG' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:36.5782080Z [00:05:50.373]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_LINUX_MEMBARRIER_H' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:36.5848821Z [00:05:50.380]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_ATOMIC_FETCH_ADD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:36.5916751Z [00:05:50.387]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_BUILTIN_ROTATELEFT8' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:36.5984828Z [00:05:50.393]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_RUSAGE_RU_MAXRSS' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:36.6057672Z [00:05:50.400]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_SYS_PRCTL_H' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:36.6117748Z [00:05:50.407]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_GETLOGIN' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:36.6186500Z [00:05:50.413]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_BUILTIN_RINTL' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:36.6254527Z [00:05:50.420]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_Decimal32' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:36.6322869Z [00:05:50.427]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_LINUX_RSEQ_H' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:36.6392562Z [00:05:50.434]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_MM512_DPWSSD_EPI32' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:36.6461988Z [00:05:50.441]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_LINUX_IF_ALG_H' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:36.6529162Z [00:05:50.448]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_SQRTF' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:36.6597034Z [00:05:50.455]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_THREADS_H' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:36.6664750Z [00:05:50.461]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_V2DI' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:36.6732228Z [00:05:50.468]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_GRP_H' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:36.6800271Z [00:05:50.475]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_ASM_NOP' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:36.6868591Z [00:05:50.482]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_INTRINSIC_RORB' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:36.6936296Z [00:05:50.488]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_Y1L' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:36.7004143Z [00:05:50.495]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_SYS_AUXV_H' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:36.7072082Z [00:05:50.502]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_REMOVEXATTRAT' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:36.7139666Z [00:05:50.509]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_SCHED_GETCPU' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:36.7207621Z [00:05:50.516]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_COMPLEX_H' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:36.7275255Z [00:05:50.522]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_ASM_LOONG64_CPUCFG' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:36.7343228Z [00:05:50.529]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_ASM_SPARC_RDPR' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:36.7412328Z [00:05:50.536]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_BUILTIN_EXP10F' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:36.7479650Z [00:05:50.543]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_PTRACE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:36.7547529Z [00:05:50.550]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_ATOMIC_FETCH_NAND' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:36.7615686Z [00:05:50.556]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_ADJTIMEX' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:36.7684377Z [00:05:50.563]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_SETREGID' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:36.7751717Z [00:05:50.570]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_LINUX_KD_H' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:36.7818936Z [00:05:50.577]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_ASM_LDT_H' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:36.7888892Z [00:05:50.584]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_TARGET_CLONES_SSE4_1' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:36.7956488Z [00:05:50.590]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_BUILTIN_CSQRT' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:36.8023494Z [00:05:50.597]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_CSIN' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:36.8091595Z [00:05:50.604]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_ASM_X86_CLDEMOTE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:36.8159273Z [00:05:50.611]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_WCHAR_H' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:36.8226567Z [00:05:50.617]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_SEARCH_H' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:36.8294466Z [00:05:50.624]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_ASM_CACHECTL_H' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:36.8360654Z [00:05:50.631]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_SETPROCTITLE_INIT' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:36.8428229Z [00:05:50.638]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_SCTP_STREAM_VALUE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:36.8496974Z [00:05:50.645]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_BUILTIN_SINHF' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:36.8563726Z [00:05:50.651]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_LOCALE_H' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:36.8631412Z [00:05:50.658]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_SYS_RSEQ_H' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:36.8699845Z [00:05:50.665]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_SCTP_STATUS' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:36.8768692Z [00:05:50.672]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_BUILTIN_SINF' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:36.8836092Z [00:05:50.678]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_GLES2_H' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:36.8902663Z [00:05:50.685]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_SENDMSG' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:36.8971334Z [00:05:50.692]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_ENDPWENT' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:36.9038544Z [00:05:50.699]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_SYS_UIO_H' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:36.9105785Z [00:05:50.705]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_ASM_PPC64_DCBST' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:36.9172811Z [00:05:50.712]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_SYS_SELECT_H' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:36.9239601Z [00:05:50.719]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_KERNEL_ULONG_T' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:36.9306565Z [00:05:50.725]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_JNL' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:36.9373747Z [00:05:50.732]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_BUILTIN_EXPF' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:36.9440628Z [00:05:50.739]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_PTHREAD_PRIO_INHERIT' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:36.9507129Z [00:05:50.746]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_MLOCK2' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:36.9576410Z [00:05:50.752]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_MPFR_H' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:36.9643162Z [00:05:50.759]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_ASM_PPC64_DARN' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:36.9710112Z [00:05:50.766]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_BUILTIN_BSWAP32' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:36.9777469Z [00:05:50.773]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_SHM_SYSV' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:36.9844645Z [00:05:50.779]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_GETRESGID' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:36.9911493Z [00:05:50.786]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_STATFS' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:36.9977853Z [00:05:50.793]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_LINUX_RANDOM_H' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:37.0044791Z [00:05:50.799]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_CLOCK_ADJTIME' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:37.0110734Z [00:05:50.806]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_SRAND48' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:37.0180126Z [00:05:50.813]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_INTRINSIC_ROLQ' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:37.0247526Z [00:05:50.820]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_PTHREAD_NP_H' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:37.0315126Z [00:05:50.826]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_ATOMIC' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:37.0383436Z [00:05:50.833]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_ATOMIC_NAND_FETCH' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:37.0450481Z [00:05:50.840]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_CFGETOSPEED' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:37.0518081Z [00:05:50.847]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_TGKILL_LIBC' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:37.0584818Z [00:05:50.853]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_SCHED_YIELD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:37.0652911Z [00:05:50.860]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_TARGET_CLONES_DIAMONDRAPIDS' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:37.0720630Z [00:05:50.867]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_CDROM_TI' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:37.0788289Z [00:05:50.874]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_BUILTIN_CLOGF' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:37.0856530Z [00:05:50.880]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_TIMERFD_GETTIME' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:37.0924485Z [00:05:50.887]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_SYS_TIMEX_H' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:37.0994812Z [00:05:50.894]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_EXPL' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:37.1063857Z [00:05:50.901]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_ATOMIC_ADD_FETCH' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:37.1133157Z [00:05:50.908]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_ASM_X86_CLFLUSHOPT' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:37.1200660Z [00:05:50.915]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_PKEY_MPROTECT' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:37.1269545Z [00:05:50.922]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_GETLOADAVG' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:37.1338398Z [00:05:50.929]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_BUILTIN_TANHF' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:37.1405813Z [00:05:50.935]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_CPOWL' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:37.1474080Z [00:05:50.942]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_ATTRIBUTE_FAST_MATH' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:37.1540653Z [00:05:50.949]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_LINUX_SERIAL_H' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:37.1607957Z [00:05:50.956]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_SYS_INOTIFY_H' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:37.1675162Z [00:05:50.962]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_OPEN_BY_HANDLE_AT' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:37.1743599Z [00:05:50.969]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_V4L2_STD_ID' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:37.1810670Z [00:05:50.976]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_LINUX_IO_URING_H' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:37.1878085Z [00:05:50.983]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_YN' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:37.1946904Z [00:05:50.989]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_LINUX_MEDIA_H' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:37.2013961Z [00:05:50.996]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_CCOSL' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:37.2082264Z [00:05:51.003]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_REGCOMP' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:37.2150165Z [00:05:51.010]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_LINUX_USB_CDC_WDM_H' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:37.2223679Z [00:05:51.017]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_TTYNAME' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:37.2291157Z [00:05:51.024]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_TARGET_CLONES_SSE2' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:37.2359912Z [00:05:51.031]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_ASM_MIPS_WAIT' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:37.2427173Z [00:05:51.038]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_LOG2L' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:37.2496399Z [00:05:51.044]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_ATTRIBUTE_WARN_UNUSED_RESULT' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:37.2563754Z [00:05:51.051]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_V4L2_ENC_IDX' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:37.2631526Z [00:05:51.058]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_X86INTRIN_H' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:37.2698498Z [00:05:51.065]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_ATOMIC_FETCH_ADD_2' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:37.2765958Z [00:05:51.071]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_IFREQ' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:37.2833054Z [00:05:51.078]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_BUILTIN_JNF' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:37.2899130Z [00:05:51.085]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_DRAND48' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:37.2966788Z [00:05:51.091]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_FLOCK' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:37.3034525Z [00:05:51.098]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_ASM_ALPHA_HALT' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:37.3101488Z [00:05:51.105]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_TIMER_CREATE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:37.3169284Z [00:05:51.112]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_SYNC_VAL_COMPARE_AND_SWAP' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:37.3236440Z [00:05:51.118]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_CIMAG' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:37.3304838Z [00:05:51.125]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_SELECT' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:37.3371637Z [00:05:51.132]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_ASM_X86_TPAUSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:37.3438108Z [00:05:51.139]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_TIMEX' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:37.3505700Z [00:05:51.145]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_PAUSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:37.3571725Z [00:05:51.152]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_GMP_H' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:37.3638108Z [00:05:51.159]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_BUILTIN_J0' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:37.3705163Z [00:05:51.165]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_ATOMIC_FETCH_ADD_8' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:37.3771522Z [00:05:51.172]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_GETRUSAGE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:37.3837803Z [00:05:51.179]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_MALLOC_TRIM' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:37.3904411Z [00:05:51.185]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_LINUX_AUDIT_H' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:37.3970317Z [00:05:51.192]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_LIB_JUDY' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:37.4036571Z [00:05:51.198]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_TARGET_CLONES_COOPERLAKE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:37.4101827Z [00:05:51.205]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_BUILTIN_Y0F' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:37.4168453Z [00:05:51.212]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_SYNC_BOOL_COMPARE_AND_SWAP' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:37.4235950Z [00:05:51.218]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_ASM_X86_CLWB' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:37.4301513Z [00:05:51.225]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_SYS_EPOLL_H' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:37.4368055Z [00:05:51.232]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_IFCONF' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:37.4433758Z [00:05:51.238]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_LSM_LIST_MODULES' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:37.4500380Z [00:05:51.245]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_LINUX_AUTO_DEV_IOCTL_H' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:37.4567130Z [00:05:51.252]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_IOPORT' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:37.4634989Z [00:05:51.258]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_SETMNTENT' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:37.4702381Z [00:05:51.265]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_BUILTIN_POPCOUNTL' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:37.4769383Z [00:05:51.272]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_CRYPT_H' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:37.4837392Z [00:05:51.279]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_LIB_GMP' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:37.4904878Z [00:05:51.285]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_Float16' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:37.4972017Z [00:05:51.292]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_Float80' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:37.5039840Z [00:05:51.299]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_LIB_PTHREAD_SPINLOCK' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:37.5107608Z [00:05:51.306]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_BUILTIN_FABSL' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:37.5175880Z [00:05:51.312]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_BUILTIN_EXPECT' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:37.5243780Z [00:05:51.319]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_BUILTIN_JNL' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:37.5310460Z [00:05:51.326]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_HYPOTL' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:37.5378657Z [00:05:51.333]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_BUILTIN_NONTEMPORAL_LOAD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:37.5446620Z [00:05:51.339]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_LINUX_PPDEV_H' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:37.5513371Z [00:05:51.346]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_PRIORITY_WHICH_T' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:37.5580505Z [00:05:51.353]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_MM512_DPBUSD_EPI32' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:37.5647780Z [00:05:51.360]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_BUILTIN_CLOG' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:37.5714417Z [00:05:51.366]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_REMOVEXATTR' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:37.5782795Z [00:05:51.373]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_UCONTEXT_H' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:37.5851041Z [00:05:51.380]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_ASM_X86_REP_STOSW' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:37.5919489Z [00:05:51.387]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_FSVERITY_ENABLE_ARG' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:37.5987042Z [00:05:51.394]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_SPLICE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:37.6056944Z [00:05:51.401]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_BUILTIN_ROTATELEFT16' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:37.6123962Z [00:05:51.407]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_GETRESUID' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:37.6191882Z [00:05:51.414]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_PTSNAME' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:37.6258818Z [00:05:51.421]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_LINUX_RTC_H' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:37.6325277Z [00:05:51.427]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_BUILTIN_EXP10' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:37.6392393Z [00:05:51.434]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_SYNCFS' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:37.6459743Z [00:05:51.441]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_SENDFILE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:37.6527678Z [00:05:51.448]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_Float128x' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:37.6595545Z [00:05:51.454]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_POWL' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:37.6663456Z [00:05:51.461]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_TIME' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:37.6731606Z [00:05:51.468]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_SYS_PROCCTL_H' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:37.6798807Z [00:05:51.475]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_LINUX_HIDDEV' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:37.6866223Z [00:05:51.481]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_BUILTIN_MEMMOVE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:37.6933826Z [00:05:51.488]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_CLOG' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:37.7001676Z [00:05:51.495]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_CEXPF' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:37.7069173Z [00:05:51.502]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_WCSCMP' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:37.7137002Z [00:05:51.509]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_TIMEZONE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:37.7204510Z [00:05:51.515]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_LOGBF' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:37.7272495Z [00:05:51.522]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_BUILTIN_CABS' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:37.7339556Z [00:05:51.529]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_BUILTIN_JN' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:37.7408353Z [00:05:51.536]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_SYS_SIGNALFD_H' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:37.7475823Z [00:05:51.542]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_TCGETATTR' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:37.7544387Z [00:05:51.549]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_REGFREE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:37.7613258Z [00:05:51.556]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_PTRACE_REQUEST' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:37.7681201Z [00:05:51.563]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_SCTP_SCHED_TYPE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:37.7748228Z [00:05:51.570]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_COSH' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:37.7816401Z [00:05:51.576]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_BUILTIN_FMAF' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:37.7883717Z [00:05:51.583]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_ASM_SPARC_TICK' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:37.7951559Z [00:05:51.590]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE__float80' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:37.8019244Z [00:05:51.597]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_KERNEL_LONG_T' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:37.8087371Z [00:05:51.604]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_GETPGRP' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:37.8154307Z [00:05:51.610]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_MKNOD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:37.8221286Z [00:05:51.617]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_REGEX_H' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:37.8289186Z [00:05:51.624]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_LINUX_INPUT_H' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:37.8356663Z [00:05:51.630]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_SCHED_GET_PRIORITY_MIN' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:37.8424431Z [00:05:51.637]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_ICMPHDR' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:37.8492347Z [00:05:51.644]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_LSM_GET_SELF_ATTR' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:37.8560634Z [00:05:51.651]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_SETPROCTITLE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:37.8628207Z [00:05:51.658]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_MPROTECT' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:37.8695187Z [00:05:51.664]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_CHROOT' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:37.8763121Z [00:05:51.671]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_RENAMEAT2' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:37.8829775Z [00:05:51.678]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_BUILTIN_CCOSL' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:37.8896692Z [00:05:51.684]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_ATOMIC_STORE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:37.8964026Z [00:05:51.691]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_BSD_WCHAR_H' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:37.9030946Z [00:05:51.698]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_SHM_UNLINK' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:37.9099201Z [00:05:51.705]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_ENDMNTENT' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:37.9168117Z [00:05:51.712]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_BUILTIN_SINCOS' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:37.9234982Z [00:05:51.718]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_BUILTIN_COSF' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:37.9301227Z [00:05:51.725]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_BUILTIN_CCOSF' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:37.9368109Z [00:05:51.732]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_ATOMIC_COMPARE_EXCHANGE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:37.9436047Z [00:05:51.738]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_TERMIOS_H' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:37.9503855Z [00:05:51.745]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_BUILTIN_EXP2L' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:37.9571782Z [00:05:51.752]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_LINUX_OPENAT2_H' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:37.9639070Z [00:05:51.759]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_BUILTIN_LOGBF' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:37.9706811Z [00:05:51.765]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_SYS_MKDEV_H' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:37.9773464Z [00:05:51.772]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_BUILTIN_YNL' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:37.9841986Z [00:05:51.779]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_SBRK' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:37.9909842Z [00:05:51.786]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_NETINET_IP_ICMP_H' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:37.9979451Z [00:05:51.793]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_GETMNTINFO' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:38.0047730Z [00:05:51.800]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_LANDLOCK_RULESET_ATTR' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:38.0115184Z [00:05:51.806]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_BUILTIN_CPOWL' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:38.0184643Z [00:05:51.813]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_YNL' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:38.0252439Z [00:05:51.820]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_FLOPPY_STRUCT' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:38.0320021Z [00:05:51.827]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_SYS_SHM_H' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:38.0387066Z [00:05:51.834]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_BUILTIN_CSIN' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:38.0454342Z [00:05:51.840]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_SCTP_UDPENCAPS' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:38.0521775Z [00:05:51.847]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_CLOCK_SETTIME' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:38.0588272Z [00:05:51.854]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_BSD_STRLCAT' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:38.0656533Z [00:05:51.860]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_MM256_STOREU_SI256' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:38.0724266Z [00:05:51.867]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_SYS_PLATFORM_PPC_H' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:38.0792883Z [00:05:51.874]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_BUILTIN_SINL' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:38.0860517Z [00:05:51.881]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_XXHASH_H' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:38.0928277Z [00:05:51.888]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_TARGET_CLONES_GRANITERAPIDS' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:38.0998507Z [00:05:51.895]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_BUILTIN_CTZ' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:38.1066765Z [00:05:51.902]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_BUILTIN_SQRTL' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:38.1135994Z [00:05:51.908]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_BUILTIN_EXP10L' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:38.1203855Z [00:05:51.915]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_LOCKF' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:38.1271874Z [00:05:51.922]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_POSIX_FADVISE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:38.1339602Z [00:05:51.929]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_CDROM_VOLCTRL' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:38.1407635Z [00:05:51.936]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_TARGET_CLONES_SSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:38.1475194Z [00:05:51.942]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_BUILTIN_COSL' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:38.1543834Z [00:05:51.949]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_UTIMENSAT' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:38.1611848Z [00:05:51.956]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_MLOCKALL' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:38.1679717Z [00:05:51.963]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_Float64' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:38.1748547Z [00:05:51.970]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_SCSI_SCSI_H' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:38.1816294Z [00:05:51.976]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_LSEARCH' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:38.1884651Z [00:05:51.983]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_FUTIMENS' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:38.1952982Z [00:05:51.990]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_ATTRIBUTE_NONSTRING' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:38.2020661Z [00:05:51.997]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_SYS_SYSCTL_H' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:38.2088019Z [00:05:52.004]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_SYS_APPARMOR_H' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:38.2157019Z [00:05:52.011]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_Y1' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:38.2227513Z [00:05:52.018]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_ASM_X86_INVD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:38.2294319Z [00:05:52.024]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_SINH' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:38.2361863Z [00:05:52.031]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_SETRESGID' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:38.2428529Z [00:05:52.038]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_GETITIMER' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:38.2498651Z [00:05:52.045]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_CSINF' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:38.2566587Z [00:05:52.051]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_INOTIFY1' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:38.2635435Z [00:05:52.058]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_INT128_T' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:38.2703512Z [00:05:52.065]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_TERMIO_H' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:38.2771858Z [00:05:52.072]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_BUILTIN_SFENCE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:38.2839334Z [00:05:52.079]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_BUILTIN_CLZLL' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:38.2906599Z [00:05:52.085]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_BUILTIN_J1F' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:38.2974611Z [00:05:52.092]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_STIME' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:38.3044083Z [00:05:52.099]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_ASM_PPC64_MSYNC' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:38.3110518Z [00:05:52.106]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_V4L2_AUDIO' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:38.3178749Z [00:05:52.113]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_LIBAIO_H' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:38.3247625Z [00:05:52.120]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_SCTP_RTOINFO' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:38.3316223Z [00:05:52.126]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_PTHREAD_MUTEXATTR_SETROBUST' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:38.3384560Z [00:05:52.133]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_BUILTIN_ROTATERIGHT16' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:38.3452482Z [00:05:52.140]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_SCTP_PADDRINFO' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:38.3520729Z [00:05:52.147]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_BUILTIN_EXP2F' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:38.3589539Z [00:05:52.154]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_UVM_UVM_EXTERN_H' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:38.3657409Z [00:05:52.161]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_BUILTIN_TANHL' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:38.3725030Z [00:05:52.167]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_BUILTIN_Y1L' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:38.3793193Z [00:05:52.174]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_BUILTIN_CABSL' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:38.3861098Z [00:05:52.181]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_BUILTIN_SINH' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:38.3928924Z [00:05:52.188]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_SYS_VMMETER_H' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:38.3998349Z [00:05:52.195]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_SINL' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:38.4068129Z [00:05:52.202]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_PTHREAD_MUTEX_INIT' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:38.4146853Z [00:05:52.209]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_CDROM_BLK' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:38.4215399Z [00:05:52.216]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_SYNC_SYNCHRONIZE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:38.4283436Z [00:05:52.223]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_ASM_X86_LAHF' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:38.4351786Z [00:05:52.230]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_BUILTIN_J1L' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:38.4418985Z [00:05:52.237]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_LINUX_HIDRAW_H' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:38.4485753Z [00:05:52.243]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_RENAMEAT' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:38.4554009Z [00:05:52.250]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_PERSONALITY' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:38.4621662Z [00:05:52.257]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_ARC4RANDOM' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:38.4688400Z [00:05:52.264]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_BUILTIN_RINT' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:38.4755929Z [00:05:52.270]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_LINUX_DM_IOCTL_H' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:38.4823073Z [00:05:52.277]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_WCSCAT' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:38.4890058Z [00:05:52.284]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_BUILTIN_CLZ' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:38.4957459Z [00:05:52.291]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_BACKTRACE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:38.5026611Z [00:05:52.297]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_TCFLUSH' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:38.5094386Z [00:05:52.304]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_DVD_STRUCT' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:38.5161968Z [00:05:52.311]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_PRAGMA' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:38.5228564Z [00:05:52.318]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_ASM_X86_HLT' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:38.5295572Z [00:05:52.324]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_LINUX_POSIX_TYPES_H' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:38.5363099Z [00:05:52.331]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_ACCEPT4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:38.5433662Z [00:05:52.338]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_FUTIMES' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:38.5501071Z [00:05:52.345]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_Float64x' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:38.5568650Z [00:05:52.352]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_ASM_X86_PREFETCHWT1' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:38.5636033Z [00:05:52.358]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_PRLIMIT' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:38.5703709Z [00:05:52.365]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_CLOGL' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:38.5771852Z [00:05:52.372]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_FSTAT' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:38.5840541Z [00:05:52.379]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_FEATURES_H' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:38.5908256Z [00:05:52.386]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_BUILTIN_Y1F' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:38.5975457Z [00:05:52.392]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_FCHOWNAT' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:38.6044071Z [00:05:52.399]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_LINUX_NETLINK_H' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:38.6111856Z [00:05:52.406]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_ATOMIC_FETCH_XOR' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:38.6178585Z [00:05:52.413]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_ACL_LIBACL_H' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:38.6245168Z [00:05:52.419]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_SETPGRP' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:38.6312447Z [00:05:52.426]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_BUILTIN_IA32_MOVNTI' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:38.6379430Z [00:05:52.433]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_SCTP_SETADAPTION' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:38.6450202Z [00:05:52.440]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_INT_FAST32_T' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:38.6519457Z [00:05:52.447]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_LINUX_RTNETLINK_H' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:38.6587298Z [00:05:52.454]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_POLL_H' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:38.6654466Z [00:05:52.460]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_EGL_EXT_H' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:38.6722031Z [00:05:52.467]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_BUILTIN_SINCOSL' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:38.6788744Z [00:05:52.474]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_RFORK' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:38.6856587Z [00:05:52.480]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_NETINET_TCP_H' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:38.6924224Z [00:05:52.487]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_INTRINSIC_RORD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:38.6991220Z [00:05:52.494]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_PTHREAD_MUTEXATTR_DESTROY' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:38.7058506Z [00:05:52.501]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_SYS_UTSNAME_H' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:38.7126281Z [00:05:52.507]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_CEXP' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:38.7193304Z [00:05:52.514]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_BUILTIN_Y0L' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:38.7261475Z [00:05:52.521]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_LINUX_BLKZONED_H' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:38.7328304Z [00:05:52.528]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_MQUERY' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:38.7395569Z [00:05:52.534]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_Float16x' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:38.7462383Z [00:05:52.541]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_VT_MODE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:38.7529511Z [00:05:52.548]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_BSD_SYS_TREE_H' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:38.7597060Z [00:05:52.555]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_CDROM_MCN' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:38.7666806Z [00:05:52.561]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_BUILTIN_THREAD_POINTER' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:38.7734094Z [00:05:52.568]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_UNLINKAT' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:38.7801140Z [00:05:52.575]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_CSINL' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:38.7869065Z [00:05:52.582]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_LGAMMAL' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:38.7935442Z [00:05:52.588]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_ASM_X86_SFENCE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:38.8002350Z [00:05:52.595]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_INO64_T' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:38.8069044Z [00:05:52.602]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_BUILTIN_TAN' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:38.8136300Z [00:05:52.608]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_KEY_T' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:38.8204574Z [00:05:52.615]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_INOTIFY' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:38.8270673Z [00:05:52.622]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_CSQRTL' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:38.8339146Z [00:05:52.629]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_PREADV2' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:38.8406307Z [00:05:52.635]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_ASM_PPC_DCBST' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:38.8474272Z [00:05:52.642]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_PTHREAD_MUTEX_T' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:38.8543448Z [00:05:52.649]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_ATOMIC_LOAD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:38.8611667Z [00:05:52.656]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_GETGROUPS' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:38.8679545Z [00:05:52.663]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_KBDIACRS' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:38.8748448Z [00:05:52.670]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_SCSI_SG_H' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:38.8815654Z [00:05:52.676]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_RLIMIT_RESOURCE_T' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:38.8884404Z [00:05:52.683]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_FDATASYNC' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:38.8951851Z [00:05:52.690]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_AIO_READ' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:38.9019546Z [00:05:52.697]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_MQ_POSIX' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:38.9087512Z [00:05:52.704]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_ASM_X86_REP_STOSD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:38.9154503Z [00:05:52.710]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_SYS_QUEUE_H' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:38.9222651Z [00:05:52.717]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_BUILTIN_LOG2L' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:38.9289175Z [00:05:52.724]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_BUILTIN_Y0' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:38.9356087Z [00:05:52.730]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_BUILTIN_HYPOT' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:38.9423052Z [00:05:52.737]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_BUILTIN_COSHL' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:38.9489757Z [00:05:52.744]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_BUILTIN_CLOGL' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:38.9556368Z [00:05:52.750]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_V4L2_DV_TIMINGS' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:38.9624361Z [00:05:52.757]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_ATTRIBUTE_WEAK' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:38.9690465Z [00:05:52.764]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_WAITID' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:38.9757530Z [00:05:52.771]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_WINSIZE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:38.9827027Z [00:05:52.778]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_AIO_H' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:38.9894913Z [00:05:52.784]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_POWF' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:38.9962739Z [00:05:52.791]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_LINUX_LSM_H' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:39.0030244Z [00:05:52.798]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_RINTL' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:39.0098232Z [00:05:52.805]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_INTRINSIC_ROLW' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:39.0165141Z [00:05:52.811]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_Decimal64' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:39.0231537Z [00:05:52.818]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_SEM_SYSV' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:39.0298042Z [00:05:52.825]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_PWRITEV2' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:39.0365343Z [00:05:52.831]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_FLOAT_H' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:39.0432810Z [00:05:52.838]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_ATOMIC_STORE_DOUBLE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:39.0500034Z [00:05:52.845]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_LIB_SCTP' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:39.0567242Z [00:05:52.852]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_COSHF' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:39.0636957Z [00:05:52.858]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_VT_STAT' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:39.0706504Z [00:05:52.865]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_MM_GETCSR' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:39.0777162Z [00:05:52.873]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_BSD_UNISTD_H' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:39.0846105Z [00:05:52.879]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_GETTIMEOFDAY' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:39.0914482Z [00:05:52.886]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_LIB_JPEG' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:39.0983158Z [00:05:52.893]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_SND_CTL_TLV' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:39.1052314Z [00:05:52.900]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_ASM_LOONG64_DBAR' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:39.1120421Z [00:05:52.907]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_VLA_ARG' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:39.1188285Z [00:05:52.914]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_READV' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:39.1256036Z [00:05:52.920]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_GETPAGESIZE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:39.1325387Z [00:05:52.927]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_BUILTIN_CEXP' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:39.1393756Z [00:05:52.934]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_SYS_MOUNT_H' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:39.1461139Z [00:05:52.941]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_SOUND_ASOUND_H' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:39.1529367Z [00:05:52.948]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_TARGET_CLONES_PANTHERLAKE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:39.1597771Z [00:05:52.955]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_OPENAT' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:39.1667223Z [00:05:52.962]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_WRITEV' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:39.1735464Z [00:05:52.968]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_BUILTIN_ROTATERIGHT64' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:39.1803919Z [00:05:52.975]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_BUILTIN_PARITY' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:39.1872198Z [00:05:52.982]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_BUILTIN_LOG10' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:39.1940098Z [00:05:52.989]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_BUILTIN_CONSTANT_P' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:39.2008254Z [00:05:52.996]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_EXP2L' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:39.2076595Z [00:05:53.003]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_LIB_IPSEC_MB' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:39.2144372Z [00:05:53.009]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_ASM_X86_CLFLUSH' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:39.2212074Z [00:05:53.016]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_BUILTIN_POPCOUNT' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:39.2281146Z [00:05:53.023]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_POSIX_FALLOCATE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:39.2348350Z [00:05:53.030]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_BUILTIN_ROTATELEFT32' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:39.2416095Z [00:05:53.036]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_Y1F' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:39.2483777Z [00:05:53.043]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_SEM_POSIX' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:39.2551471Z [00:05:53.050]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_SCHED_GETAFFINITY' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:39.2619773Z [00:05:53.057]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_ADJTIME' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:39.2687312Z [00:05:53.064]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_SYS_CAPABILITY_H' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:39.2754885Z [00:05:53.070]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_BUILTIN_CSQRTF' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:39.2823458Z [00:05:53.077]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_UNAME' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:39.2891515Z [00:05:53.084]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_COSHL' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:39.2958135Z [00:05:53.091]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_BUILTIN_FABS' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:39.3025642Z [00:05:53.097]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_TARGET_CLONES_POWER11' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:39.3093940Z [00:05:53.104]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_LINUX_SOCKIOS_H' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:39.3162512Z [00:05:53.111]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_GETHOSTNAME' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:39.3231091Z [00:05:53.118]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_ATTRIBUTE_ALWAYS_INLINE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:39.3298877Z [00:05:53.125]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_SYS_QUOTA_H' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:39.3366003Z [00:05:53.131]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_NETINET_IP_H' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:39.3433420Z [00:05:53.138]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_LIB_DL' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:39.3500444Z [00:05:53.145]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_BUILTIN_CPOWF' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:39.3569349Z [00:05:53.152]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_ASM_RISCV_CBO_ZERO' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:39.3640273Z [00:05:53.159]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_CLOCK_GETRES' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:39.3707675Z [00:05:53.166]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_ASM_X86_RDTSCP' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:39.3774837Z [00:05:53.172]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_CONSOLEFONTDESC' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:39.3841649Z [00:05:53.179]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_USTAT_H' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:39.3909956Z [00:05:53.186]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_BUILTIN_SUPPORTS' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:39.3977168Z [00:05:53.193]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_TARGET_CLONES_AVX' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:39.4044045Z [00:05:53.199]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_INIT_MB_MGR_AVX' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:39.4111390Z [00:05:53.206]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_SYS_ACL_H' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:39.4178029Z [00:05:53.213]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_INTRINSIC_RORW' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:39.4245445Z [00:05:53.219]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_LIB_ACL' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:39.4312466Z [00:05:53.226]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_BUILTIN_LOG2' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:39.4378940Z [00:05:53.233]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_LINUX_UNIX_DIAG_H' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:39.4445822Z [00:05:53.239]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_LINUX_FB_H' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:39.4514232Z [00:05:53.246]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_TARGET_CLONES_TIGERLAKE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:39.4580447Z [00:05:53.253]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_LINUX_SCHED_H' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:39.4647523Z [00:05:53.260]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_LIB_MD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:39.4715127Z [00:05:53.266]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_ASM_SH4_RTE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:39.4783650Z [00:05:53.273]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_POW' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:39.4850043Z [00:05:53.280]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_ASM_PPC64_DCBTST' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:39.4918133Z [00:05:53.287]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_SCTP_ASSOC_VALUE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:39.4986585Z [00:05:53.293]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_MM256_LOADU_SI256' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:39.5053761Z [00:05:53.300]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_POLL' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:39.5121253Z [00:05:53.307]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_BUILTIN_TANH' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:39.5188298Z [00:05:53.314]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_EXP10F' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:39.5255609Z [00:05:53.320]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_BUILTIN_POWL' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:39.5323438Z [00:05:53.327]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_ASM_M68K_EORI_SR' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:39.5390946Z [00:05:53.334]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_EPOLL_CREATE1' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:39.5458770Z [00:05:53.341]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_GETTID' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:39.5526878Z [00:05:53.348]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_INDEX' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:39.5594440Z [00:05:53.354]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_CEXPL' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:39.5662398Z [00:05:53.361]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_GETPGID' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:39.5728379Z [00:05:53.368]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_BUILTIN_ROTATERIGHT8' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:39.5796401Z [00:05:53.374]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_LINUX_ANDROID_BINDERFS_H' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:39.5863868Z [00:05:53.381]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_LINUX_UINPUT_H' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:39.5931314Z [00:05:53.388]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_MM_STREAM_SI64' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:39.5998760Z [00:05:53.395]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_SYS_STATFS_H' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:39.6067873Z [00:05:53.402]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_LINUX_FS_H' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:39.6135373Z [00:05:53.408]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_EXECINFO_H' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:39.6202674Z [00:05:53.415]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_LIB_BSD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:39.6270210Z [00:05:53.422]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_ASM_ARM_DMB_SY' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:39.6337635Z [00:05:53.429]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_PIPE2' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:39.6404635Z [00:05:53.435]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_FCHMODAT' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:39.6475492Z [00:05:53.442]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_ATOMIC_CLEAR' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:39.6542492Z [00:05:53.449]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_LINUX_SECCOMP_H' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:39.6610018Z [00:05:53.456]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_PPOLL' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:39.6677640Z [00:05:53.463]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_INTEL_IPSEC_MB_H' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:39.6746332Z [00:05:53.469]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_ASM_PPC64_ICBI' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:39.6813451Z [00:05:53.476]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_LINUX_BTRFS_H' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:39.6881207Z [00:05:53.483]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_SWAPCONTEXT' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:39.6949007Z [00:05:53.490]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_LIB_GLES2' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:39.7017385Z [00:05:53.497]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_SETREUID' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:39.7085063Z [00:05:53.503]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_WCSCOLL' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:39.7152109Z [00:05:53.510]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_BUILTIN_CEXPF' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:39.7219555Z [00:05:53.517]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_TIMERFD_CREATE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:39.7287137Z [00:05:53.524]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_WCSNCMP' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:39.7355148Z [00:05:53.530]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_KBSENTRY' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:39.7422327Z [00:05:53.537]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_LINUX_IF_TUN_H' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:39.7489716Z [00:05:53.544]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_VMSPLICE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:39.7557263Z [00:05:53.551]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_LINUX_SYSCTL_H' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:39.7625083Z [00:05:53.557]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_BUILTIN_EXPL' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:39.7692929Z [00:05:53.564]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_BUILTIN_SIN' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:39.7760298Z [00:05:53.571]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_SYSLOG_H' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:39.7827726Z [00:05:53.578]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_FLOPPY_FDC_STATE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:39.7895504Z [00:05:53.584]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_LINUX_SOCKET_H' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:39.7963001Z [00:05:53.591]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_LSEEK64' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:39.8030564Z [00:05:53.598]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_WCSLCAT' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:39.8097588Z [00:05:53.605]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_COPY_FILE_RANGE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:39.8166151Z [00:05:53.611]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_WCSCPY' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:39.8234406Z [00:05:53.618]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_LINUX_KVM_H' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:39.8301479Z [00:05:53.625]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_ASM_X86_MOV_DR0' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:39.8370679Z [00:05:53.632]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_SND_CTL_CARD_INFO' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:39.8439408Z [00:05:53.639]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_FSETXATTR' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:39.8507903Z [00:05:53.646]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_SYS_PIDFD_H' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:39.8577049Z [00:05:53.653]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_RANDOM' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:39.8645225Z [00:05:53.659]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_BUILTIN_J0L' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:39.8712117Z [00:05:53.666]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_WCSXFRM' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:39.8779712Z [00:05:53.673]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_MACH_VM_STATISTICS_H' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:39.8847888Z [00:05:53.680]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_GETENTROPY' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:39.8916270Z [00:05:53.686]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_PRAGMA_INSIDE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:39.8983946Z [00:05:53.693]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_CBRTL' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:39.9051507Z [00:05:53.700]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_FLOPPY_DRIVE_STRUCT' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:39.9118629Z [00:05:53.707]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_KBENTRY' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:39.9186917Z [00:05:53.714]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_CFGETISPEED' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:39.9254032Z [00:05:53.720]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_LABEL_AS_VALUE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:39.9320236Z [00:05:53.727]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_FANOTIFY' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:39.9389409Z [00:05:53.734]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_LINUX_PERF_EVENT_H' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:39.9458363Z [00:05:53.741]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_J1L' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:39.9526465Z [00:05:53.747]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_BUILTIN_FMA' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:39.9597760Z [00:05:53.755]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_BUILTIN_NONTEMPORAL_STORE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:39.9669513Z [00:05:53.762]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_PTHREAD_ATTR_SETSTACK' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:39.9736550Z [00:05:53.768]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_NETINET_SCTP_H' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:39.9803831Z [00:05:53.775]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_HYPOT' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:39.9871179Z [00:05:53.782]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_BUILTIN_COS' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:39.9938897Z [00:05:53.789]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_MM512_ADD_EPI8' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:40.0006275Z [00:05:53.795]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_SCHED_GET_PRIORITY_MAX' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:40.0074445Z [00:05:53.802]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_BSD_STDLIB_H' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:40.0143131Z [00:05:53.809]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_ATOMIC_LOAD_DOUBLE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:40.0210367Z [00:05:53.816]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_CREALF' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:40.0277631Z [00:05:53.823]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_LINUX_CONNECTOR_H' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:40.0345887Z [00:05:53.829]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_BUILTIN_LOG10F' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:40.0412566Z [00:05:53.836]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_V4L2_AUDIOOUT' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:40.0479797Z [00:05:53.843]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_MM512_STOREU_SI512' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:40.0547481Z [00:05:53.850]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_SEMAPHORE_H' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:40.0614321Z [00:05:53.856]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_ALIGNED_64K' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:40.0682599Z [00:05:53.863]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_VT_CONSIZE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:40.0751360Z [00:05:53.870]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_GBM_H' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:40.0820143Z [00:05:53.877]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_PRCTL' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:40.0891146Z [00:05:53.884]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_IPHDR' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:40.0959029Z [00:05:53.891]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_MSGINFO' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:40.1026717Z [00:05:53.898]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_INTRINSIC_ROLB' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:40.1095102Z [00:05:53.904]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_MUNLOCKALL' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:40.1162463Z [00:05:53.911]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_SERIAL_ICOUNTER' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:40.1229570Z [00:05:53.918]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_PIDFD_SEND_SIGNAL' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:40.1297302Z [00:05:53.925]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_ASM_X86_RDMSR' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:40.1365254Z [00:05:53.931]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_PIDFD_OPEN' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:40.1433342Z [00:05:53.938]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_TIMER_DELETE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:40.1500654Z [00:05:53.945]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_JN' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:40.1568296Z [00:05:53.952]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_BUILTIN_LOGF' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:40.1636880Z [00:05:53.959]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_LOG10F' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:40.1704638Z [00:05:53.965]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_JUDY_H' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:40.1773469Z [00:05:53.972]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_MM256_DPWSSD_EPI32' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:40.1840449Z [00:05:53.979]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_MEDIA_DEVICE_INFO' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:40.1907830Z [00:05:53.986]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_SYS_RANDOM_H' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:40.1975842Z [00:05:53.992]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_CIMAGL' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:40.2043683Z [00:05:53.999]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_REGERROR' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:40.2110390Z [00:05:54.006]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_SYSCALL' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:40.2179092Z [00:05:54.013]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_OPEN_MEMSTREAM' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:40.2251389Z [00:05:54.020]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_LINUX_CDROM_H' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:40.2319210Z [00:05:54.027]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_TARGET_CLONES_POWER9' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:40.2387347Z [00:05:54.034]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_SERIAL_STRUCT' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:40.2456019Z [00:05:54.040]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_MKNODAT' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:40.2523959Z [00:05:54.047]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_WCSCHR' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:40.2591050Z [00:05:54.054]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_MM_STOREU_SI128' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:40.2659401Z [00:05:54.061]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_ATTR_XATTR_H' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:40.2726283Z [00:05:54.067]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_MTRR_GENTRY' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:40.2793604Z [00:05:54.074]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_BUILTIN_J1' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:40.2861926Z [00:05:54.081]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_SYS_SYSMACROS_H' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:40.2931001Z [00:05:54.088]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_QUOTACTL_FD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:40.2999095Z [00:05:54.095]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_ASM_ALPHA_DRAINA' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:40.3066437Z [00:05:54.101]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_Y0L' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:40.3134965Z [00:05:54.108]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_TPACKET_REQ3' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:40.3202779Z [00:05:54.115]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_TARGET_CLONES_ROCKETLAKE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:40.3269186Z [00:05:54.122]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_BUILTIN_CSINL' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:40.3337549Z [00:05:54.129]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_LISTXATTRAT' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:40.3406281Z [00:05:54.135]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_ARCH_PRCTL' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:40.3473791Z [00:05:54.142]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_LINUX_USERFAULTFD_H' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:40.3540305Z [00:05:54.149]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_TEE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:40.3609469Z [00:05:54.156]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_BUILTIN_HYPOTL' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:40.3678330Z [00:05:54.163]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_GETPWENT' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:40.3746759Z [00:05:54.170]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_SINHF' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:40.3814146Z [00:05:54.176]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_SIGQUEUE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:40.3882492Z [00:05:54.183]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_MM_STREAM_SI32' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:40.3949574Z [00:05:54.190]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_CREALL' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:40.4017187Z [00:05:54.197]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_POSIX_MEMALIGN' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:40.4084848Z [00:05:54.203]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_BUILTIN_ROTATERIGHT32' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:40.4154791Z [00:05:54.210]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_LINUX_FIEMAP_H' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:40.4221725Z [00:05:54.217]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_COSL' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:40.4289598Z [00:05:54.224]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_TARGET_CLONES' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:40.4356806Z [00:05:54.231]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_ASM_SPARC_MEMBAR' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:40.4424022Z [00:05:54.237]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_ASM_X86_PREFETCHW' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:40.4490435Z [00:05:54.244]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_SEMTIMEDOP' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:40.4559131Z [00:05:54.251]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_ASM_X86_MOV_CR0' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:40.4626822Z [00:05:54.258]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_DVD_AUTHINFO' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:40.4693858Z [00:05:54.264]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_BUILTIN_EXP2' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:40.4761420Z [00:05:54.271]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_EGL_H' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:40.4829888Z [00:05:54.278]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_BUILTIN_Y1' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:40.4897923Z [00:05:54.285]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_PRAGMA_PREFETCH' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:40.4964675Z [00:05:54.291]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_RUSAGE_RU_NVCSW' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:40.5032061Z [00:05:54.298]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_TARGET_CLONES_POWER10' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:40.5099813Z [00:05:54.305]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_LREMOVEXATTR' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:40.5167191Z [00:05:54.312]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_PKEY_FREE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:40.5234102Z [00:05:54.318]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_CCOS' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:40.5301360Z [00:05:54.325]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_GETXATTR' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:40.5368828Z [00:05:54.332]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_SETFSGID' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:40.5435755Z [00:05:54.338]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_BUILTIN_EXP' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:40.5503437Z [00:05:54.345]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_LINUX_VIDEODEV2_H' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:40.5570477Z [00:05:54.352]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_SYS_TREE_H' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:40.5637099Z [00:05:54.359]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_LOG2' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:40.5704465Z [00:05:54.365]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_USTAT' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:40.5771490Z [00:05:54.372]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_BUILTIN_LOG' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:40.5839004Z [00:05:54.379]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_SYNC_FILE_RANGE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:40.5906952Z [00:05:54.386]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_BUILTIN_LGAMMAL' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:40.5975378Z [00:05:54.392]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_MSEAL' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:40.6045916Z [00:05:54.399]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_BUILTIN_SINHL' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:40.6115634Z [00:05:54.406]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_ASM_X86_MOVDIRI' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:40.6185769Z [00:05:54.413]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_BUILTIN_SHUFFLE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:40.6252509Z [00:05:54.420]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_MM_DPBUSD_EPI32' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:40.6319842Z [00:05:54.427]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_WAIT3' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:40.6388844Z [00:05:54.434]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_SCTP_GETADDRS' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:40.6456661Z [00:05:54.440]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_ATTRIBUTE_NORETURN' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:40.6523998Z [00:05:54.447]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_OPENAT2' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:40.6591612Z [00:05:54.454]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_LRAND48' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:40.6658086Z [00:05:54.461]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_MQUEUE_H' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:40.6726283Z [00:05:54.467]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_ATOMIC_TEST_AND_SET' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:40.6792138Z [00:05:54.474]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_REMAP_FILE_PAGES' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:40.6859133Z [00:05:54.481]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_NICE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:40.6926725Z [00:05:54.488]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_ATOMIC_FETCH_AND' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:40.6996518Z [00:05:54.494]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_CBRT' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:40.7062977Z [00:05:54.501]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_ALIGNED_64' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:40.7130156Z [00:05:54.508]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_BUILTIN_CCOS' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:40.7197407Z [00:05:54.515]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_MEMBARRIER' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:40.7265017Z [00:05:54.521]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_Y0' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:40.7333756Z [00:05:54.528]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_fp16' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:40.7400703Z [00:05:54.535]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_LINUX_FD_H' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:40.7468890Z [00:05:54.542]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_BUILTIN_MEMCMP' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:40.7536549Z [00:05:54.548]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_APPARMOR' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:40.7612243Z [00:05:54.555]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_BUILTIN_FABSF' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:40.7673064Z [00:05:54.562]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_LOGBL' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:40.7740536Z [00:05:54.569]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_LOCALTIME_R' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:40.7807626Z [00:05:54.576]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_BUILTIN_CBRT' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:40.7875415Z [00:05:54.582]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_SYS_MSG_H' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:40.7942852Z [00:05:54.589]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_VALLOC' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:40.8009829Z [00:05:54.596]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_LINUX_LIRC_H' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:40.8076931Z [00:05:54.603]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_PRAGMA_NO_HARD_DFP' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:40.8144630Z [00:05:54.609]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_BUILTIN_STDC_ROTATE_LEFT' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:40.8211086Z [00:05:54.616]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_LINUX_GENETLINK_H' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:40.8278316Z [00:05:54.623]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_USBDEVFS_GETDRIVER' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:40.8346166Z [00:05:54.629]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_LIB_RT' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:40.8412868Z [00:05:54.636]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_ASM_X86_CLTS' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:40.8480439Z [00:05:54.643]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_FGETXATTR' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:40.8548274Z [00:05:54.650]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_MM_SETCSR' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:40.8617869Z [00:05:54.657]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_CCOSF' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:40.8684789Z [00:05:54.663]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_LOG' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:40.8752494Z [00:05:54.670]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_LIB_GBM' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:40.8820660Z [00:05:54.677]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_ATOMIC_FETCH_SUB' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:40.8888095Z [00:05:54.684]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_ASM_X86_PREFETCHT2' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:40.8955988Z [00:05:54.690]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_LINUX_PTP_CLOCK_H' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:40.9023104Z [00:05:54.697]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_SETFSUID' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:40.9090072Z [00:05:54.704]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_ATOMIC_XOR_FETCH' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:40.9157627Z [00:05:54.711]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_NET_IF_H' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:40.9225042Z [00:05:54.717]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_STATX' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:40.9293378Z [00:05:54.724]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_BUILTIN_POWF' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:40.9360431Z [00:05:54.731]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_PROCESS_VM_READV' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:40.9428319Z [00:05:54.738]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_SYS_IPC_H' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:40.9495880Z [00:05:54.744]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_SHM_OPEN' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:40.9562637Z [00:05:54.751]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_ASM_LOONG64_TLBSRCH' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:40.9629955Z [00:05:54.758]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_MKDIRAT' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:40.9697997Z [00:05:54.765]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_LINUX_MAGIC_H' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:40.9764557Z [00:05:54.771]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_MACH_MACHINE_H' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:40.9831369Z [00:05:54.778]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_FSXATTR_STRUCT' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:40.9898989Z [00:05:54.785]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_SYS_SYSINFO_H' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:40.9966482Z [00:05:54.791]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_SYS_VFS_H' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:41.0033143Z [00:05:54.798]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_POSIX_OPENPT' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:41.0099955Z [00:05:54.805]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_CDROM_TOCENTRY' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:41.0168845Z [00:05:54.812]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_ATOMIC_AND_FETCH' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:41.0236019Z [00:05:54.818]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_ASM_PRCTL_H' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:41.0303981Z [00:05:54.825]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_BUILTIN_ASSUME_ALIGNED' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:41.0371523Z [00:05:54.832]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_LINUX_HDREG_H' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:41.0438203Z [00:05:54.839]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_SINCOSL' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:41.0506476Z [00:05:54.845]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_ATOMIC_FETCH_OR' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:41.0572494Z [00:05:54.852]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_TCFLOW' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:41.0641457Z [00:05:54.859]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_GETPRIORITY' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:41.0708581Z [00:05:54.866]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_POSIX_SPAWN' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:41.0775665Z [00:05:54.872]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_BUILTIN_CPU_IS_POWER11' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:41.0842747Z [00:05:54.879]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_UTIMBUF' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:41.0910176Z [00:05:54.886]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_ASM_X86_SERIALIZE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:41.0976792Z [00:05:54.892]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_FREMOVEXATTR' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:41.1046173Z [00:05:54.899]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_AIO_CANCEL' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:41.1114596Z [00:05:54.906]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_SYS_STATVFS_H' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:41.1182431Z [00:05:54.913]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_LINUX_LANDLOCK_H' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:41.1249501Z [00:05:54.920]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_LIB_KMOD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:41.1315778Z [00:05:54.926]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_LOG10' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:41.1381950Z [00:05:54.933]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_ASM_X86_PAUSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:41.1448389Z [00:05:54.940]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_ATOMIC_SUB_FETCH' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:41.1515740Z [00:05:54.946]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_FCHMODAT2' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:41.1581060Z [00:05:54.953]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_BUILTIN_COSHF' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:41.1647223Z [00:05:54.960]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_LINUX_MEMFD_H' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:41.1714209Z [00:05:54.966]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_LINUX_FUTEX_H' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:41.1780523Z [00:05:54.973]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_PKEY_GET' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:41.1847526Z [00:05:54.980]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_LSETXATTR' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:41.1915632Z [00:05:54.986]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_MM256_DPBUSD_EPI32' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:41.1982143Z [00:05:54.993]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_SYSCALL_H' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:41.2048885Z [00:05:55.000]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_TARGET_CLONES_LUNARLAKE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:41.2115321Z [00:05:55.006]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_FEXECVE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:41.2182220Z [00:05:55.013]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_BUILTIN_LOGBL' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:41.2252416Z [00:05:55.020]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_PTHREAD_MUTEX_DESTROY' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:41.2318246Z [00:05:55.027]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_SCTP_PRIM' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:41.2385674Z [00:05:55.033]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_BUILTIN_LOG2F' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:41.2451584Z [00:05:55.040]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_LIB_PTHREAD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:41.2519115Z [00:05:55.047]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_LINUX_TASKSTATS_H' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:41.2586531Z [00:05:55.053]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_BUILTIN_CPU_IS_POWER10' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:41.2653605Z [00:05:55.060]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_SETGROUPS' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:41.2721292Z [00:05:55.067]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_ASM_X86_LGDT' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:41.2788512Z [00:05:55.074]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_UNIMAPDESC' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:41.2856148Z [00:05:55.080]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_SCTP_ASSOC_STATS' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:41.2923225Z [00:05:55.087]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_YNF' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:41.2991055Z [00:05:55.094]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_BUILTIN_CLZL' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:41.3058197Z [00:05:55.101]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_LIB_MPFR' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:41.3124508Z [00:05:55.107]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_INT_FAST64_T' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:41.3191109Z [00:05:55.114]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_POSIX_MADVISE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:41.3258477Z [00:05:55.121]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_VECMATH' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:41.3326970Z [00:05:55.128]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_TARGET_CLONES_SKYLAKE_AVX512' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:41.3394074Z [00:05:55.134]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_KBKEYCODE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:41.3461288Z [00:05:55.141]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_TARGET_CLONES_AVX2' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:41.3528362Z [00:05:55.148]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_LINUX_VT_H' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:41.3596394Z [00:05:55.154]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_ASM_ARM_PRFM' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:41.3666746Z [00:05:55.161]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_GETEXECNAME' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:41.3734762Z [00:05:55.168]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_FSVERITY_DIGEST' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:41.3802253Z [00:05:55.175]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_EXP2F' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:41.3869707Z [00:05:55.182]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_HYPOTF' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:41.3937371Z [00:05:55.189]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_BUILTIN_J0F' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:41.4005204Z [00:05:55.195]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_ASM_X86_LLDT' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:41.4072439Z [00:05:55.202]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_MLOCK' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:41.4140534Z [00:05:55.209]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_SYSINFO' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:41.4209001Z [00:05:55.216]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_LINUX_PCI_H' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:41.4276893Z [00:05:55.223]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_SETTIMEOFDAY' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:41.4343812Z [00:05:55.229]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_ASM_RISCV_SFENCE_VMA' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:41.4411230Z [00:05:55.236]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_TARGET_CLONES_ARROWLAKE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:41.4478402Z [00:05:55.243]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_ATTRIBUTE_PURE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:41.4544870Z [00:05:55.249]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_TARGET_CLONES_SSSE3' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:41.4612385Z [00:05:55.256]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_READLINKAT' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:41.4679286Z [00:05:55.263]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_FMA' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:41.4747298Z [00:05:55.270]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_LINKAT' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:41.4815146Z [00:05:55.276]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_CSQRTF' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:41.4883041Z [00:05:55.283]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_FALLOCATE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:41.4951032Z [00:05:55.290]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_BUILTIN_POW' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:41.5019446Z [00:05:55.297]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_BUILTIN_LOG10L' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:41.5087071Z [00:05:55.304]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_ASM_X86_WRINVD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:41.5155312Z [00:05:55.310]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/configs/HAVE_BUILTIN_LOGL' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:41.5223690Z [00:05:55.317]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-forkheavy.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:41.5290506Z [00:05:55.324]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-config.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:41.5358631Z [00:05:55.331]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-timerfd.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:41.5425912Z [00:05:55.337]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-revio.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:41.5493476Z [00:05:55.344]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-bind-mount.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:41.5560350Z [00:05:55.351]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-eventfd.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:41.5628069Z [00:05:55.358]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-pci.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:41.5695612Z [00:05:55.364]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-tree.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:41.5764171Z [00:05:55.371]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/bash-completion/stress-ng' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:41.5831269Z [00:05:55.378]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-loadavg.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:41.5898454Z [00:05:55.385]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-vmstat.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:41.5966467Z [00:05:55.392]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-vforkmany.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:41.6036674Z [00:05:55.399]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-mmapfork.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:41.6103575Z [00:05:55.405]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-cpu.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:41.6170301Z [00:05:55.412]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-locka.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:41.6238664Z [00:05:55.419]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-asm-loong64.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:41.6308969Z [00:05:55.426]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-lockofd.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:41.6376529Z [00:05:55.432]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-memcpy.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:41.6443742Z [00:05:55.439]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-sigxfsz.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:41.6512033Z [00:05:55.446]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-sigtrap.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:41.6579255Z [00:05:55.453]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-rawsock.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:41.6645939Z [00:05:55.459]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-sysinval.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:41.6713817Z [00:05:55.466]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-revio.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:41.6780749Z [00:05:55.473]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-module.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:41.6847568Z [00:05:55.480]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-prio-inv.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:41.6915434Z [00:05:55.486]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-fiemap.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:41.6982372Z [00:05:55.493]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-module.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:41.7049817Z [00:05:55.500]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-munmap.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:41.7117022Z [00:05:55.507]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-workload.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:41.7183631Z [00:05:55.513]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-physmmap.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:41.7251198Z [00:05:55.520]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-sync.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:41.7318294Z [00:05:55.527]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-iomix.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:41.7386806Z [00:05:55.534]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-kcmp.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:41.7454371Z [00:05:55.540]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-vm-rw.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:41.7520527Z [00:05:55.547]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-min-nanosleep.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:41.7587718Z [00:05:55.554]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-mmap.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:41.7656875Z [00:05:55.561]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-fstat.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:41.7725324Z [00:05:55.567]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-msg.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:41.7791364Z [00:05:55.574]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-jpeg.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:41.7858872Z [00:05:55.581]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-log.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:41.7926374Z [00:05:55.587]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-sockfd.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:41.7993604Z [00:05:55.594]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-sctp.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:41.8060071Z [00:05:55.601]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-sendfile.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:41.8128148Z [00:05:55.608]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-mincore.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:41.8195911Z [00:05:55.614]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-inotify.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:41.8263608Z [00:05:55.621]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-ftrace.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:41.8330476Z [00:05:55.628]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-full.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:41.8397829Z [00:05:55.635]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-poll.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:41.8466049Z [00:05:55.641]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-thermal-zone.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:41.8533193Z [00:05:55.648]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-umount.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:41.8601435Z [00:05:55.655]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-lockbus.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:41.8669978Z [00:05:55.662]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-dynlib.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:41.8737591Z [00:05:55.669]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-memhotplug.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:41.8805449Z [00:05:55.675]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-ioport.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:41.8873102Z [00:05:55.682]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-mergesort.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:41.8941677Z [00:05:55.689]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-vecfp.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:41.9009327Z [00:05:55.696]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-ring-pipe.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:41.9076102Z [00:05:55.702]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-smi.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:41.9143057Z [00:05:55.709]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-vecshuf.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:41.9210398Z [00:05:55.716]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-affinity.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:41.9278526Z [00:05:55.723]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-thrash.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:41.9346996Z [00:05:55.730]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-bigheap.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:41.9415035Z [00:05:55.736]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-loop.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:41.9483030Z [00:05:55.743]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-signest.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:41.9549961Z [00:05:55.750]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-stackmmap.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:41.9617785Z [00:05:55.757]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-attribute.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:41.9686336Z [00:05:55.763]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-set.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:41.9754220Z [00:05:55.770]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-mmaptorture.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:41.9821476Z [00:05:55.777]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-module.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:41.9889650Z [00:05:55.784]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-fsize.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:41.9959044Z [00:05:55.791]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-dynlib.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:42.0028233Z [00:05:55.798]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-urandom.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:42.0096924Z [00:05:55.805]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-fp-error.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:42.0165028Z [00:05:55.811]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-handle.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:42.0233360Z [00:05:55.818]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-dentry.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:42.0301951Z [00:05:55.825]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-pthread.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:42.0368752Z [00:05:55.832]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-sigsegv.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:42.0437050Z [00:05:55.839]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-bitonicsort.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:42.0504208Z [00:05:55.845]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-easy-opcode.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:42.0570481Z [00:05:55.852]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-fractal.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:42.0638605Z [00:05:55.859]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-funccall.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:42.0706399Z [00:05:55.865]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-mutex.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:42.0774470Z [00:05:55.872]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-sigpipe.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:42.0842492Z [00:05:55.879]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-smart.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:42.0908951Z [00:05:55.886]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-wcs.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:42.0976311Z [00:05:55.892]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-ng' retained as 0755 (rwxr-xr-x)
2025-08-20T22:52:42.1045742Z [00:05:55.899]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-sigpending.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:42.1114063Z [00:05:55.906]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-mlock.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:42.1181558Z [00:05:55.913]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-numa.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:42.1248115Z [00:05:55.920]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-msync.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:42.1315848Z [00:05:55.926]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-monte-carlo.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:42.1383249Z [00:05:55.933]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/config' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:42.1450471Z [00:05:55.940]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-personality.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:42.1517634Z [00:05:55.947]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-xattr.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:42.1584786Z [00:05:55.953]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-pagemove.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:42.1652100Z [00:05:55.960]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-acl.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:42.1719362Z [00:05:55.967]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-chown.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:42.1786981Z [00:05:55.974]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-hyperbolic.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:42.1853352Z [00:05:55.980]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-smi.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:42.1919822Z [00:05:55.987]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/git-commit-id.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:42.1986803Z [00:05:55.994]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-fault.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:42.2054673Z [00:05:56.000]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-wcs.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:42.2122408Z [00:05:56.007]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-mwc.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:42.2189519Z [00:05:56.014]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-af-alg-defconfigs.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:42.2258262Z [00:05:56.021]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/config.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:42.2328848Z [00:05:56.028]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-eigen.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:42.2396501Z [00:05:56.034]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-brk.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:42.2463452Z [00:05:56.041]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-job.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:42.2531572Z [00:05:56.048]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-pidfd.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:42.2601319Z [00:05:56.055]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-limit.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:42.2669011Z [00:05:56.062]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-membarrier.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:42.2737474Z [00:05:56.069]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-getdent.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:42.2804136Z [00:05:56.075]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-personality.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:42.2870726Z [00:05:56.082]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-fsize.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:42.2938242Z [00:05:56.089]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-mlock.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:42.3005841Z [00:05:56.095]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-cacheline.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:42.3073387Z [00:05:56.102]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-sort.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:42.3141014Z [00:05:56.109]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-crypt.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:42.3207648Z [00:05:56.116]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-funccall.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:42.3273672Z [00:05:56.122]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/kernel-coverage.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T22:52:42.3341309Z [00:05:56.129]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-futex.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:42.3410750Z [00:05:56.136]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-rapl.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:42.3478611Z [00:05:56.143]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-fd-abuse.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:42.3546332Z [00:05:56.149]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-cache.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:42.3614075Z [00:05:56.156]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-logmath.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:42.3682835Z [00:05:56.163]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-aio.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:42.3750227Z [00:05:56.170]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-shared-heap.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:42.3818081Z [00:05:56.177]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-regex.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:42.3886214Z [00:05:56.183]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-waitcpu.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:42.3953364Z [00:05:56.190]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-veccmp.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:42.4021645Z [00:05:56.197]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-filerace.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:42.4089934Z [00:05:56.204]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-getrandom.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:42.4157230Z [00:05:56.211]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-mlock.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:42.4225143Z [00:05:56.217]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-seal.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:42.4291220Z [00:05:56.224]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-context.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:42.4358222Z [00:05:56.231]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/code-of-conduct.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:42.4426611Z [00:05:56.237]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-dccp.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:42.4492212Z [00:05:56.244]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-madvise.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:42.4559110Z [00:05:56.251]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-interrupts.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:42.4626643Z [00:05:56.257]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-reboot.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:42.4694832Z [00:05:56.264]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-setting.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:42.4762189Z [00:05:56.271]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-perf-event.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:42.4829424Z [00:05:56.278]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-smart.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:42.4896801Z [00:05:56.285]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-mq.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:42.4964374Z [00:05:56.291]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-klog.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:42.5034457Z [00:05:56.298]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-lockofd.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:42.5102030Z [00:05:56.305]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-zlib.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:42.5169425Z [00:05:56.312]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-shared-cache.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:42.5235809Z [00:05:56.318]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-config-check.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:42.5303692Z [00:05:56.325]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-poll.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:42.5370004Z [00:05:56.332]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-net.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:42.5439443Z [00:05:56.339]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-sigq.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:42.5505424Z [00:05:56.345]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-shared-cache.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:42.5571279Z [00:05:56.352]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-prime.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:42.5637387Z [00:05:56.359]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-netdev.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:42.5703949Z [00:05:56.365]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-rseq.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:42.5769538Z [00:05:56.372]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-dev-shm.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:42.5835594Z [00:05:56.378]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-file-ioctl.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:42.5901488Z [00:05:56.385]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-sigio.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:42.5967305Z [00:05:56.392]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-vm-segv.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:42.6034399Z [00:05:56.398]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-nt-store.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:42.6100435Z [00:05:56.405]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-hrtimers.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:42.6167449Z [00:05:56.412]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-futex.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:42.6232633Z [00:05:56.418]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-sigxfsz.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:42.6299314Z [00:05:56.425]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-rotate.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:42.6366030Z [00:05:56.431]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-vecshuf.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:42.6431866Z [00:05:56.438]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-opts.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:42.6499349Z [00:05:56.445]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-kcmp.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:42.6567315Z [00:05:56.452]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-vm-splice.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:42.6633543Z [00:05:56.458]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-null.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:42.6700127Z [00:05:56.465]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-pty.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:42.6767979Z [00:05:56.472]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-sockmany.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:42.6834395Z [00:05:56.478]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-asm-ret.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:42.6900566Z [00:05:56.485]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-exec.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:42.6967291Z [00:05:56.492]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-userfaultfd.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:42.7034063Z [00:05:56.498]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-fibsearch.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:42.7100119Z [00:05:56.505]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-rlimit.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:42.7166564Z [00:05:56.511]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-secretmem.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:42.7234493Z [00:05:56.518]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-mincore.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:42.7300292Z [00:05:56.525]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-mincore.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:42.7367250Z [00:05:56.532]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-itimer.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:42.7435586Z [00:05:56.538]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-vecmath.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:42.7501743Z [00:05:56.545]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/apparmor-data.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:42.7569364Z [00:05:56.552]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-swap.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:42.7636861Z [00:05:56.559]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-cache.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:42.7703999Z [00:05:56.565]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-longjmp.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:42.7770417Z [00:05:56.572]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-rmap.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:42.7838205Z [00:05:56.579]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-nop.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:42.7905979Z [00:05:56.585]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-vecwide.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:42.7972993Z [00:05:56.592]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-memcpy.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:42.8040447Z [00:05:56.599]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-sysbadaddr.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:42.8108200Z [00:05:56.606]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-processes.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:42.8176275Z [00:05:56.612]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-kvm.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:42.8242696Z [00:05:56.619]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-cgroup.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:42.8311056Z [00:05:56.626]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-exec.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:42.8378087Z [00:05:56.633]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-logmath.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:42.8445400Z [00:05:56.639]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-shm-sysv.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:42.8511659Z [00:05:56.646]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-limit.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:42.8578699Z [00:05:56.653]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-signal.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:42.8645946Z [00:05:56.659]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-sigchld.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:42.8713827Z [00:05:56.666]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-signest.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:42.8780748Z [00:05:56.673]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-enosys.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:42.8848447Z [00:05:56.680]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-verity.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:42.8915671Z [00:05:56.686]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-cpu-online.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:42.8983294Z [00:05:56.693]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-sigfpe.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:42.9048887Z [00:05:56.700]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-try-open.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:42.9115923Z [00:05:56.706]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-l1cache.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:42.9183212Z [00:05:56.713]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-forkheavy.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:42.9250588Z [00:05:56.720]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-fcntl.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:42.9318285Z [00:05:56.727]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-shared-heap.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:42.9386264Z [00:05:56.733]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-sigchld.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:42.9453862Z [00:05:56.740]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-signal.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:42.9519807Z [00:05:56.747]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-pkey.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:42.9586685Z [00:05:56.754]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-lock.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:42.9653668Z [00:05:56.760]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-thrash.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:42.9721011Z [00:05:56.767]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-killpid.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:42.9788255Z [00:05:56.774]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-tsc.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:42.9854155Z [00:05:56.780]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-processes.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:42.9921163Z [00:05:56.787]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/Makefile.machine' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:42.9988518Z [00:05:56.794]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-clock.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:43.0055812Z [00:05:56.800]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-opts.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:43.0122239Z [00:05:56.807]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-resched.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:43.0188273Z [00:05:56.814]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-mwc.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:43.0254531Z [00:05:56.820]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-spinmem.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:43.0322466Z [00:05:56.827]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-mtx.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:43.0387975Z [00:05:56.834]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-prefetch.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:43.0453689Z [00:05:56.840]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-net.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:43.0521312Z [00:05:56.847]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-mmapfixed.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:43.0588572Z [00:05:56.854]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-unlink.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:43.0655662Z [00:05:56.860]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-sparsematrix.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:43.0722677Z [00:05:56.867]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-flipflop.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:43.0788412Z [00:05:56.874]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-tsearch.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:43.0857514Z [00:05:56.881]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-asm-x86.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:43.0923052Z [00:05:56.887]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-parse-opts.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:43.0989057Z [00:05:56.894]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-enosys.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:43.1060197Z [00:05:56.901]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-brk.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:43.1126996Z [00:05:56.908]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-madvise.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:43.1195274Z [00:05:56.914]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-copy-file.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:43.1262110Z [00:05:56.921]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-mounts.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:43.1327625Z [00:05:56.928]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-tsc.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:43.1394457Z [00:05:56.934]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-cachehammer.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:43.1461631Z [00:05:56.941]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-fiemap.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:43.1527937Z [00:05:56.948]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-priv-instr.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:43.1594965Z [00:05:56.954]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-procfs.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:43.1661213Z [00:05:56.961]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-personality.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:43.1727638Z [00:05:56.968]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-stack.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:43.1794430Z [00:05:56.974]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-module.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:43.1860556Z [00:05:56.981]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-zlib.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:43.1927412Z [00:05:56.988]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-clocksource.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:43.1994333Z [00:05:56.994]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-peterson.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:43.2060505Z [00:05:57.001]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-capabilities.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:43.2126893Z [00:05:57.008]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-plugin.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:43.2193264Z [00:05:57.014]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-asm-arm.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:43.2259756Z [00:05:57.021]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-session.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:43.2331207Z [00:05:57.028]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-remap.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:43.2397248Z [00:05:57.035]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-bad-altstack.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:43.2464609Z [00:05:57.041]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-memthrash.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:43.2531991Z [00:05:57.048]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-net.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:43.2597699Z [00:05:57.055]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-chattr.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:43.2665021Z [00:05:57.061]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-seek.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:43.2731407Z [00:05:57.068]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-trig.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:43.2797508Z [00:05:57.075]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-mounts.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:43.2863999Z [00:05:57.081]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-job.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:43.2929333Z [00:05:57.088]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-time.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:43.2995871Z [00:05:57.094]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-lockmix.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:43.3062120Z [00:05:57.101]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-sysfs.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:43.3128672Z [00:05:57.108]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-utime.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:43.3196388Z [00:05:57.114]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-mtx.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:43.3263271Z [00:05:57.121]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-prefetch.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:43.3328808Z [00:05:57.128]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-eigen-ops.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:43.3395824Z [00:05:57.134]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-sigsuspend.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:43.3461769Z [00:05:57.141]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-uprobe.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:43.3527329Z [00:05:57.148]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-umount.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:43.3593328Z [00:05:57.154]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-rtc.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:43.3658440Z [00:05:57.161]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-shim.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:43.3725483Z [00:05:57.167]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-memrate.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:43.3791060Z [00:05:57.174]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-key.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:43.3856427Z [00:05:57.180]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-try-open.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:43.3923109Z [00:05:57.187]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-udp.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:43.3988645Z [00:05:57.194]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-builtin.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:43.4054668Z [00:05:57.200]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-resources.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:43.4120615Z [00:05:57.207]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-msg.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:43.4186937Z [00:05:57.214]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-x86syscall.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:43.4252797Z [00:05:57.220]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-timer.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:43.4319569Z [00:05:57.227]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-matrix.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:43.4388425Z [00:05:57.234]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-mpfr.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:43.4454739Z [00:05:57.240]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-helper.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:43.4521482Z [00:05:57.247]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-sendfile.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:43.4586948Z [00:05:57.254]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-gpu.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:43.4653082Z [00:05:57.260]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/Makefile' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:43.4718608Z [00:05:57.267]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-fifo.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:43.4785561Z [00:05:57.273]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-capabilities.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:43.4852785Z [00:05:57.280]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-clock.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:43.4920296Z [00:05:57.287]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-sleep.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:43.4987821Z [00:05:57.294]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-besselmath.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:43.5055794Z [00:05:57.300]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-null.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:43.5122680Z [00:05:57.307]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-hdd.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:43.5189892Z [00:05:57.314]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-numa.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:43.5255445Z [00:05:57.320]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-asm-riscv.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:43.5323016Z [00:05:57.327]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-mmap.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:43.5389233Z [00:05:57.334]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-intmath.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:43.5456506Z [00:05:57.340]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/mascot/stress-ng.svg' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:43.5522748Z [00:05:57.347]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-kill.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:43.5588647Z [00:05:57.354]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-dev.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:43.5654650Z [00:05:57.360]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-resources.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:43.5721427Z [00:05:57.367]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-flock.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:43.5788355Z [00:05:57.374]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-ptrace.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:43.5854986Z [00:05:57.380]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-workload.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:43.5921156Z [00:05:57.387]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-veccmp.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:43.5986306Z [00:05:57.393]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-limit.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:43.6052561Z [00:05:57.400]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-parse-opts.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:43.6120732Z [00:05:57.407]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-nice.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:43.6187589Z [00:05:57.414]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-opcode.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:43.6254703Z [00:05:57.420]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-sched.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:43.6322868Z [00:05:57.427]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-membarrier.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:43.6390029Z [00:05:57.434]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-dir.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:43.6458849Z [00:05:57.441]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-far-branch.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:43.6527234Z [00:05:57.448]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-mmapfiles.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:43.6595163Z [00:05:57.454]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-ipsec-mb.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:43.6662721Z [00:05:57.461]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-link.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:43.6730345Z [00:05:57.468]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-qsort.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:43.6798250Z [00:05:57.475]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-fp.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:43.6866455Z [00:05:57.481]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-pty.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:43.6934126Z [00:05:57.488]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-memfd.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:43.7001706Z [00:05:57.495]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-exit-group.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:43.7068728Z [00:05:57.502]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-time.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:43.7135361Z [00:05:57.508]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-idle-page.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:43.7203508Z [00:05:57.515]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-sem-sysv.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:43.7271005Z [00:05:57.522]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-utime.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:43.7339973Z [00:05:57.529]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-dirmany.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:43.7406930Z [00:05:57.536]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-mpfr.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:43.7474609Z [00:05:57.542]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-bind-mount.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:43.7542092Z [00:05:57.549]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-arch.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:43.7609011Z [00:05:57.556]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-mknod.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:43.7676786Z [00:05:57.563]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-cpu.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:43.7745744Z [00:05:57.569]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-numa.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:43.7812787Z [00:05:57.576]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-access.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:43.7880392Z [00:05:57.583]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-ptr-chase.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:43.7947144Z [00:05:57.590]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-eventfd.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:43.8014541Z [00:05:57.596]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-resources.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:43.8082337Z [00:05:57.603]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-memory.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:43.8149354Z [00:05:57.610]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-lease.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:43.8217816Z [00:05:57.617]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-touch.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:43.8284994Z [00:05:57.623]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-regs.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:43.8352318Z [00:05:57.630]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-vforkmany.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:43.8419961Z [00:05:57.637]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-syscall.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:43.8488048Z [00:05:57.644]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-tree.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:43.8555928Z [00:05:57.650]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-ramfs.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:43.8623165Z [00:05:57.657]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-syslog.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:43.8690547Z [00:05:57.664]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-cpuidle.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:43.8759081Z [00:05:57.671]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-hash.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:43.8826639Z [00:05:57.678]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-dekker.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:43.8894362Z [00:05:57.684]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-memhotplug.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:43.8961482Z [00:05:57.691]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-msync.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:43.9029243Z [00:05:57.698]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-mmapmany.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:43.9097061Z [00:05:57.705]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-link.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:43.9164490Z [00:05:57.711]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-udp.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:43.9231903Z [00:05:57.718]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-fma.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:43.9299453Z [00:05:57.725]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-sigq.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:43.9366366Z [00:05:57.731]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-cyclic.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:43.9433150Z [00:05:57.738]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-rseq.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:43.9501544Z [00:05:57.745]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/README.Android' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:43.9568951Z [00:05:57.752]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-open.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:43.9635775Z [00:05:57.758]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-fma.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:43.9703512Z [00:05:57.765]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-cpu-sched.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:43.9770268Z [00:05:57.772]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-dirmany.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:43.9837330Z [00:05:57.779]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-hrtimers.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:43.9905008Z [00:05:57.785]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-memory.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:43.9972931Z [00:05:57.792]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-aiol.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:44.0039888Z [00:05:57.799]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-mmaphuge.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:44.0107101Z [00:05:57.806]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-klog.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:44.0175326Z [00:05:57.812]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-binderfs.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:44.0242385Z [00:05:57.819]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-vmstat.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:44.0309337Z [00:05:57.826]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/usr.bin.pulseaudio.eg' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:44.0377778Z [00:05:57.833]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-skiplist.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:44.0446572Z [00:05:57.840]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-mknod.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:44.0515000Z [00:05:57.846]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-radixsort.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:44.0582457Z [00:05:57.853]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-perf.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:44.0650559Z [00:05:57.860]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-fstat.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:44.0718918Z [00:05:57.867]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-rename.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:44.0786753Z [00:05:57.874]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-getdent.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:44.0853695Z [00:05:57.880]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-mlock.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:44.0921256Z [00:05:57.887]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-eigen-ops.cpp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:44.0990274Z [00:05:57.894]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-ftrace.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:44.1058947Z [00:05:57.901]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-nanosleep.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:44.1128284Z [00:05:57.908]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-vma.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:44.1196249Z [00:05:57.914]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-job.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:44.1264038Z [00:05:57.921]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-quota.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:44.1331124Z [00:05:57.928]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-sched.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:44.1397664Z [00:05:57.935]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-stream.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:44.1465999Z [00:05:57.941]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-factor.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:44.1534465Z [00:05:57.948]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-stack.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:44.1601268Z [00:05:57.955]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-sighup.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:44.1669328Z [00:05:57.962]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-chdir.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:44.1736651Z [00:05:57.969]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-resources.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:44.1804206Z [00:05:57.975]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-cachehammer.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:44.1871742Z [00:05:57.982]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-min-nanosleep.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:44.1939899Z [00:05:57.989]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-numa.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:44.2008349Z [00:05:57.996]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-bad-altstack.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:44.2076838Z [00:05:58.003]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-icache.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:44.2144785Z [00:05:58.009]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-msyncmany.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:44.2212726Z [00:05:58.016]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-sysinval.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:44.2279848Z [00:05:58.023]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-longjmp.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:44.2350072Z [00:05:58.030]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-hash.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:44.2418328Z [00:05:58.037]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/io-uring.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:44.2487233Z [00:05:58.044]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-pragma.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:44.2555717Z [00:05:58.050]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-hash.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:44.2622677Z [00:05:58.057]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-msyncmany.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:44.2692669Z [00:05:58.064]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-rdrand.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:44.2759758Z [00:05:58.071]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-unshare.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:44.2827081Z [00:05:58.078]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-bitops.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:44.2894476Z [00:05:58.084]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-dirdeep.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:44.2964154Z [00:05:58.091]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-thermal-zone.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:44.3031612Z [00:05:58.098]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-hyperbolic.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:44.3098492Z [00:05:58.105]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-sock.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:44.3165343Z [00:05:58.111]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-mq.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:44.3233638Z [00:05:58.118]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-readahead.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:44.3301447Z [00:05:58.125]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-cpu-cache.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:44.3368992Z [00:05:58.132]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-pthread.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:44.3436251Z [00:05:58.138]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-af-alg.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:44.3503299Z [00:05:58.145]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-shm.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:44.3570054Z [00:05:58.152]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-chroot.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:44.3637622Z [00:05:58.159]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-file-ioctl.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:44.3704944Z [00:05:58.165]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-sigbus.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:44.3772231Z [00:05:58.172]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-seek.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:44.3840118Z [00:05:58.179]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-cpu-freq.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:44.3907384Z [00:05:58.186]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-loop.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:44.3975167Z [00:05:58.192]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-io-priority.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:44.4042491Z [00:05:58.199]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-inode-flags.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:44.4109847Z [00:05:58.206]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-sigbus.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:44.4177591Z [00:05:58.213]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-mmapcow.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:44.4244312Z [00:05:58.219]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-pseek.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:44.4311407Z [00:05:58.226]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-close.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:44.4378252Z [00:05:58.233]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-cpu-freq.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:44.4446379Z [00:05:58.239]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-verity.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:44.4513829Z [00:05:58.246]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-target-clones.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:44.4580331Z [00:05:58.253]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-sigxcpu.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:44.4648072Z [00:05:58.260]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-vm.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:44.4715568Z [00:05:58.266]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-eigen.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:44.4782516Z [00:05:58.273]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-kvm.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:44.4849072Z [00:05:58.280]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-filesystem.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:44.4917452Z [00:05:58.287]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-vma.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:44.4984744Z [00:05:58.293]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-funcret.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:44.5051743Z [00:05:58.300]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-sockmany.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:44.5119395Z [00:05:58.307]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-ping-sock.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:44.5187782Z [00:05:58.314]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-time-warp.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:44.5254841Z [00:05:58.320]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-flushcache.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:44.5323097Z [00:05:58.327]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-mlockmany.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:44.5389347Z [00:05:58.334]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-dfp.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:44.5458178Z [00:05:58.341]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-full.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:44.5525591Z [00:05:58.347]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-mlockmany.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:44.5592825Z [00:05:58.354]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-sighup.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:44.5659312Z [00:05:58.361]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-capabilities.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:44.5728698Z [00:05:58.368]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-easy-opcode.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:44.5795568Z [00:05:58.374]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-peterson.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:44.5862762Z [00:05:58.381]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-shm-sysv.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:44.5928932Z [00:05:58.388]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-mmaptorture.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:44.5996566Z [00:05:58.395]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-fpunch.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:44.6066229Z [00:05:58.401]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-cpu-online.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:44.6133984Z [00:05:58.408]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-rawudp.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:44.6202310Z [00:05:58.415]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-copy-file.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:44.6269892Z [00:05:58.422]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-pci.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:44.6338020Z [00:05:58.429]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-switch.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:44.6405499Z [00:05:58.435]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-vnni.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:44.6472621Z [00:05:58.442]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-crypt.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:44.6539595Z [00:05:58.449]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-time-warp.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:44.6606930Z [00:05:58.456]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-try-open.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:44.6674684Z [00:05:58.462]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-x86cpuid.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:44.6742914Z [00:05:58.469]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-asm-ret.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:44.6810290Z [00:05:58.476]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-rapl.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:44.6877787Z [00:05:58.483]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-perf-event.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:44.6944934Z [00:05:58.489]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-qsort.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:44.7014142Z [00:05:58.496]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-itimer.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:44.7083202Z [00:05:58.503]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-nop.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:44.7150170Z [00:05:58.510]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-epoll.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:44.7217632Z [00:05:58.517]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-killpid.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:44.7286410Z [00:05:58.523]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-shellsort.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:44.7353804Z [00:05:58.530]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-prime.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:44.7420534Z [00:05:58.537]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-insertionsort.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:44.7488464Z [00:05:58.544]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-tmpfs.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:44.7555886Z [00:05:58.550]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-rotate.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:44.7622669Z [00:05:58.557]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-inode-flags.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:44.7690582Z [00:05:58.564]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-bitonicsort.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:44.7757941Z [00:05:58.571]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-vm-addr.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:44.7825057Z [00:05:58.577]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-prctl.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:44.7891242Z [00:05:58.584]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-tmpfs.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:44.7958881Z [00:05:58.591]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-str.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:44.8025718Z [00:05:58.597]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-dnotify.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:44.8092218Z [00:05:58.604]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-branch.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:44.8160221Z [00:05:58.611]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-chmod.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:44.8226638Z [00:05:58.618]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-sync.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:44.8293796Z [00:05:58.624]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-aio.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:44.8361890Z [00:05:58.631]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-mutex.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:44.8429346Z [00:05:58.638]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-fork.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:44.8499934Z [00:05:58.645]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-setting.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:44.8568318Z [00:05:58.652]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-rename.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:44.8636478Z [00:05:58.658]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-signal.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:44.8703343Z [00:05:58.665]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-setting.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:44.8770408Z [00:05:58.672]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-munmap.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:44.8838885Z [00:05:58.679]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-idle-page.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:44.8905427Z [00:05:58.685]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-mmaphuge.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:44.8974150Z [00:05:58.692]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-lsearch.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:44.9040952Z [00:05:58.699]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-tun.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:44.9108453Z [00:05:58.706]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-mincore.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:44.9182706Z [00:05:58.712]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-timerfd.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:44.9244660Z [00:05:58.719]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-eigen-ops.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:44.9311383Z [00:05:58.726]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-factor.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:44.9378986Z [00:05:58.733]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-expmath.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:44.9446511Z [00:05:58.739]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-race-sched.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:44.9513862Z [00:05:58.746]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-sigurg.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:44.9581333Z [00:05:58.753]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-key.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:44.9648560Z [00:05:58.760]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-hsearch.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:44.9716421Z [00:05:58.766]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-asm-s390.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:44.9784069Z [00:05:58.773]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-acl.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:44.9851468Z [00:05:58.780]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-cacheline.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:44.9919379Z [00:05:58.787]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-dfp.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:44.9986813Z [00:05:58.794]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-sigill.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:45.0054902Z [00:05:58.800]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-tlb-shootdown.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:45.0121272Z [00:05:58.807]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-dev.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:45.0189335Z [00:05:58.814]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-vmstat.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:45.0256639Z [00:05:58.821]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-io-uring.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:45.0324366Z [00:05:58.827]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-mprotect.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:45.0392671Z [00:05:58.834]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-misaligned.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:45.0459517Z [00:05:58.841]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-switch.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:45.0527647Z [00:05:58.848]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-netlink-proc.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:45.0594977Z [00:05:58.854]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-efivar.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:45.0662848Z [00:05:58.861]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-plugin.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:45.0730211Z [00:05:58.868]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-sockpair.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:45.0801960Z [00:05:58.875]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-unimapdesc.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:45.0869410Z [00:05:58.882]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-rfork.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:45.0937197Z [00:05:58.889]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-attr-noreturn.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:45.1004760Z [00:05:58.895]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-sctp_status.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:45.1073873Z [00:05:58.902]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-asm-x86-sfence.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:45.1141328Z [00:05:58.909]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-seccomp_notif_sizes.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:45.1208571Z [00:05:58.916]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-openat.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:45.1275714Z [00:05:58.922]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-lsearch.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:45.1343695Z [00:05:58.929]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-consolefontdesc.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:45.1410571Z [00:05:58.936]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-atomic_or_fetch.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:45.1478680Z [00:05:58.943]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-asm-loong64-cpucfg.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:45.1545405Z [00:05:58.949]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-mode_t.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:45.1612654Z [00:05:58.956]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-process-vm-readv.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:45.1680244Z [00:05:58.963]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-lockf.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:45.1749744Z [00:05:58.970]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-posix-memalign.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:45.1818599Z [00:05:58.977]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-builtin-ia32_movnti64.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:45.1886325Z [00:05:58.983]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-uname.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:45.1955524Z [00:05:58.990]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-atomic_fetch_xor.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:45.2023373Z [00:05:58.997]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-posix-madvise.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:45.2091877Z [00:05:59.004]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-v4l2_jpegcompression.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:45.2160109Z [00:05:59.011]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-libacl.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:45.2228720Z [00:05:59.018]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-kbentry.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:45.2296747Z [00:05:59.024]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-pthread-mutexattr-init.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:45.2367300Z [00:05:59.032]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-sync-file-range.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:45.2436634Z [00:05:59.038]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-fsxattr.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:45.2504256Z [00:05:59.045]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-getresuid.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:45.2572053Z [00:05:59.052]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-mm_dpwssd_epi32.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:45.2640940Z [00:05:59.059]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-fexecve.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:45.2708886Z [00:05:59.066]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-builtin-prefetch.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:45.2777012Z [00:05:59.073]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-ptsname.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:45.2845002Z [00:05:59.079]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-gettid.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:45.2912607Z [00:05:59.086]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-mtx-init.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:45.2979812Z [00:05:59.093]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-mm_dpbusd_epi32.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:45.3047295Z [00:05:59.100]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-asm-arm-tlbi.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:45.3115039Z [00:05:59.106]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-builtin-rintl.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:45.3183380Z [00:05:59.113]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-pthread-mutexattr_t.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:45.3250567Z [00:05:59.120]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-gettimeofday.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:45.3318719Z [00:05:59.127]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-asm-m68k-eori-sr.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:45.3385519Z [00:05:59.133]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-setxattrat.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:45.3453475Z [00:05:59.140]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-endmntent.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:45.3522265Z [00:05:59.147]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-machine.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:45.3588068Z [00:05:59.154]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-timer-create.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:45.3655036Z [00:05:59.160]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-v4l2_audio.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:45.3722847Z [00:05:59.167]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-sched-yield.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:45.3789529Z [00:05:59.174]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-mm256_loadu_si256.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:45.3856716Z [00:05:59.181]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-timer-settime.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:45.3922803Z [00:05:59.187]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-msginfo.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:45.3989041Z [00:05:59.194]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-pthread-mutexattr-destroy.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:45.4055553Z [00:05:59.200]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-arc4random.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:45.4123743Z [00:05:59.207]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-listxattr.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:45.4189693Z [00:05:59.214]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-asm-x86-prefetchnta.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:45.4256527Z [00:05:59.220]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-tsearch.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:45.4324616Z [00:05:59.227]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-asm-ppc-dcbt.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:45.4391826Z [00:05:59.234]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-builtin-cpu-is-power10.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:45.4460050Z [00:05:59.241]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-pkey-mprotect.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:45.4527351Z [00:05:59.248]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-pipe2.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:45.4594933Z [00:05:59.254]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-setfsuid.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:45.4665163Z [00:05:59.261]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-memalign.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:45.4732524Z [00:05:59.268]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-flock.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:45.4801114Z [00:05:59.275]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-close-range.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:45.4868338Z [00:05:59.282]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-libpthread-spinlock.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:45.4935358Z [00:05:59.288]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-mm_loadu_si128.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:45.5004334Z [00:05:59.295]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-mallopt.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:45.5071931Z [00:05:59.302]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-mknod.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:45.5139843Z [00:05:59.309]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-mm256_dpbusd_epi32.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:45.5208775Z [00:05:59.316]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-setitimer.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:45.5276266Z [00:05:59.322]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-setdomainname.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:45.5345161Z [00:05:59.329]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-ino64_t.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:45.5411990Z [00:05:59.336]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-prlimit.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:45.5479450Z [00:05:59.343]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-__rseq_offset.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:45.5546139Z [00:05:59.349]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-atomic_clear.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:45.5612531Z [00:05:59.356]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-pragma-prefetch.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:45.5679161Z [00:05:59.363]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-asm-ppc-icbi.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:45.5746848Z [00:05:59.370]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-semtimedop.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:45.5814658Z [00:05:59.376]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-fgetxattr.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:45.5881871Z [00:05:59.383]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-libkmod.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:45.5948752Z [00:05:59.390]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-finit-module.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:45.6016387Z [00:05:59.396]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-asm-x86-rep-stosd.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:45.6086321Z [00:05:59.403]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-fchownat.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:45.6154074Z [00:05:59.410]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-lsetxattr.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:45.6221688Z [00:05:59.417]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-atomic_fetch_add_8.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:45.6288543Z [00:05:59.424]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-float.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:45.6355256Z [00:05:59.430]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-builtin-rotateleft16.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:45.6422309Z [00:05:59.437]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-asm-sparc-membar.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:45.6491428Z [00:05:59.444]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-getmntinfo.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:45.6560146Z [00:05:59.451]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-mm256_dpwssd_epi32.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:45.6627840Z [00:05:59.458]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-ustat.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:45.6696043Z [00:05:59.464]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-process-vm-writev.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:45.6764576Z [00:05:59.471]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-dirent-d_type.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:45.6832498Z [00:05:59.478]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-int_fast16_t.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:45.6899835Z [00:05:59.485]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-unshare.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:45.6967683Z [00:05:59.492]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-setproctitle_init.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:45.7036109Z [00:05:59.498]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-pthread-mutex-destroy.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:45.7103447Z [00:05:59.505]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-asm-hppa-diag.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:45.7171148Z [00:05:59.512]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-adjtimex.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:45.7238927Z [00:05:59.519]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-libmd.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:45.7306881Z [00:05:59.526]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-builtin-rotateright32.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:45.7374107Z [00:05:59.532]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-asm-nop.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:45.7442375Z [00:05:59.539]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-atomic_sub_fetch.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:45.7509345Z [00:05:59.546]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-v4l2_framebuffer.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:45.7576986Z [00:05:59.553]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-asm-loong64-tlbrd.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:45.7644025Z [00:05:59.559]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-iopl.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:45.7712448Z [00:05:59.566]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-vfork.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:45.7779870Z [00:05:59.573]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-vt_stat.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:45.7848227Z [00:05:59.580]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-v4l2_audioout.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:45.7915721Z [00:05:59.586]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-v4l2_dv_timings.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:45.7983109Z [00:05:59.593]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-rusage_ru_minflt.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:45.8050032Z [00:05:59.600]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-sctp_stream_value.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:45.8116611Z [00:05:59.606]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-libz.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:45.8184824Z [00:05:59.613]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-asm-x86-clwb.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:45.8251921Z [00:05:59.620]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-pthread_sigqueue.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:45.8318734Z [00:05:59.627]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-malloc-trim.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:45.8387409Z [00:05:59.634]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-asm-mips-wait.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:45.8454950Z [00:05:59.640]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-asm-s390-ptlb.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:45.8523414Z [00:05:59.647]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-sbrk.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:45.8590176Z [00:05:59.654]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-winsize.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:45.8658411Z [00:05:59.661]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-int_fast8_t.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:45.8726024Z [00:05:59.667]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-crypt-r.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:45.8794738Z [00:05:59.674]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-atomic_fetch_add_4.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:45.8861602Z [00:05:59.681]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-rlimit_resource_t.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:45.8929735Z [00:05:59.688]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-munlockall.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:45.8997582Z [00:05:59.695]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-setpwent.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:45.9065118Z [00:05:59.701]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-prctl.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:45.9132859Z [00:05:59.708]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-snd_ctl_tlv.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:45.9200482Z [00:05:59.715]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-judy.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:45.9269456Z [00:05:59.722]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-asm-ppc64-dcbtst.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:45.9337151Z [00:05:59.729]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-builtin-rint.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:45.9406002Z [00:05:59.735]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-v4l2_capability.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:45.9473471Z [00:05:59.742]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-atomic_test_and_set.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:45.9541814Z [00:05:59.749]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-sctp_udpencaps.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:45.9609142Z [00:05:59.756]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-getcpu.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:45.9678990Z [00:05:59.763]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-builtin-popcountll.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:45.9748999Z [00:05:59.770]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-label-as-value.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:45.9818223Z [00:05:59.777]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-libmpfr.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:45.9886148Z [00:05:59.783]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-builtin-rotateright16.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:45.9953189Z [00:05:59.790]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-getxattr.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:46.0019855Z [00:05:59.797]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-builtin-shuffle.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:46.0088654Z [00:05:59.804]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-hsearch.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:46.0156185Z [00:05:59.810]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-stat.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:46.0224201Z [00:05:59.817]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-clock-gettime.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:46.0290743Z [00:05:59.824]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-shm-unlink.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:46.0357788Z [00:05:59.831]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-getresgid.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:46.0424561Z [00:05:59.837]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-setpriority.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:46.0492249Z [00:05:59.844]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-tcgetattr.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:46.0561086Z [00:05:59.851]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-wcsfunc.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:46.0628118Z [00:05:59.858]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-builtin-cpu-is-power11.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:46.0696515Z [00:05:59.864]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-sctp_default_prinfo.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:46.0765542Z [00:05:59.871]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-cdrom_blk.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:46.0833996Z [00:05:59.878]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-asm-x86-serialize.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:46.0901995Z [00:05:59.885]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-umount2.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:46.0972001Z [00:05:59.892]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-sctp_paddrinfo.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:46.1043104Z [00:05:59.899]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-cfgetispeed.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:46.1113334Z [00:05:59.906]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-floppy_write_errors.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:46.1182470Z [00:05:59.913]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-asm-ppc64-dcbst.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:46.1251668Z [00:05:59.920]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-builtin-memcpy.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:46.1318906Z [00:05:59.927]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-__rorq.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:46.1386840Z [00:05:59.934]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-atomic_and_fetch.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:46.1455094Z [00:05:59.940]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-sem-posix.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:46.1523813Z [00:05:59.947]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-pid_type.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:46.1592995Z [00:05:59.954]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-mq-posix.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:46.1659142Z [00:05:59.961]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-mm256_add_epi8.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:46.1726545Z [00:05:59.967]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-sigaltstack.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:46.1795007Z [00:05:59.974]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-membarrier.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:46.1863153Z [00:05:59.981]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-atomic_load_double.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:46.1930568Z [00:05:59.988]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-settimeofday.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:46.1997909Z [00:05:59.995]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-asm-arm-yield.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:46.2066104Z [00:06:00.001]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-removexattr.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:46.2134107Z [00:06:00.008]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-srandom.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:46.2202112Z [00:06:00.015]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-pthread-mutex_t.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:46.2269936Z [00:06:00.022]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-atomic_fetch_and.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:46.2341923Z [00:06:00.029]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-cdrom_tochdr.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:46.2409735Z [00:06:00.036]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-mkdirat.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:46.2477944Z [00:06:00.043]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-brk.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:46.2546325Z [00:06:00.049]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-termios.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:46.2614047Z [00:06:00.056]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-getxattrat.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:46.2682100Z [00:06:00.063]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-asm-x86-mfence.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:46.2750600Z [00:06:00.070]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-pidfd-send-signal.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:46.2817574Z [00:06:00.077]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-floppy_drive_struct.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:46.2886083Z [00:06:00.083]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-fsetxattr.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:46.2953180Z [00:06:00.090]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-asm-x86-invd.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:46.3022530Z [00:06:00.097]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-lrand48.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:46.3089547Z [00:06:00.104]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-fallocate.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:46.3159094Z [00:06:00.111]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-asm-sh4-rte.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:46.3226169Z [00:06:00.117]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-readv.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:46.3294383Z [00:06:00.124]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-builtin-bswap32.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:46.3362204Z [00:06:00.131]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-builtin-constant_p.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:46.3429607Z [00:06:00.138]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-clearenv.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:46.3497710Z [00:06:00.145]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-fchmodat2.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:46.3565149Z [00:06:00.151]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-int128_t.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:46.3632388Z [00:06:00.158]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-asm-x86-prefetchw.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:46.3700140Z [00:06:00.165]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-fsuuid2.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:46.3767310Z [00:06:00.172]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-setresgid.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:46.3834322Z [00:06:00.178]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-tpacket_req3.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:46.3901453Z [00:06:00.185]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-asm-x86-clts.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:46.3969510Z [00:06:00.192]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-atomic_fetch_or.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:46.4037112Z [00:06:00.199]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-floppy_fdc_state.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:46.4105073Z [00:06:00.205]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-sctp_paddrparams.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:46.4172157Z [00:06:00.212]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-asm-x86-tpause.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:46.4240088Z [00:06:00.219]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-cfgetospeed.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:46.4307940Z [00:06:00.226]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-ppoll.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:46.4376725Z [00:06:00.233]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-cpu_set_t.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:46.4446230Z [00:06:00.239]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-ptrace.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:46.4514322Z [00:06:00.246]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-pthread-setaffinity-np.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:46.4581440Z [00:06:00.253]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-pidfd-open.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:46.4649122Z [00:06:00.260]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-asm-x86-rdmsr.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:46.4717424Z [00:06:00.267]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-sync-bool-compare-and-swap.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:46.4785331Z [00:06:00.273]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-libgles.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:46.4852788Z [00:06:00.280]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-getlogin.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:46.4921058Z [00:06:00.287]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-recvmmsg.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:46.4988451Z [00:06:00.294]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-builtin-nontemporal-load.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:46.5056578Z [00:06:00.301]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-asm-mb.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:46.5123972Z [00:06:00.307]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-siglongjmp.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:46.5192360Z [00:06:00.314]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-asm-x86-rdrand.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:46.5259876Z [00:06:00.321]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-random.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:46.5327196Z [00:06:00.328]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-pidfd-getfd.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:46.5394975Z [00:06:00.334]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-renameat2.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:46.5463831Z [00:06:00.341]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-builtin-clzll.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:46.5531734Z [00:06:00.348]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-swap.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:46.5598768Z [00:06:00.355]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-accept4.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:46.5666441Z [00:06:00.361]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-sctp_assoc_value.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:46.5733658Z [00:06:00.368]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-removexattrat.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:46.5801288Z [00:06:00.375]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-sctp_probeinterval.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:46.5869241Z [00:06:00.382]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-builtin-rotateright64.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:46.5936081Z [00:06:00.388]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-setmntent.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:46.6003880Z [00:06:00.395]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-posix-spawn.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:46.6070655Z [00:06:00.402]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-drand48.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:46.6139940Z [00:06:00.409]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-builtin-memmove.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:46.6208758Z [00:06:00.416]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-libcrypt.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:46.6276206Z [00:06:00.422]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-librt.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:46.6343404Z [00:06:00.429]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-fs_sysfs_path.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:46.6410380Z [00:06:00.436]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-pwritev.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:46.6477890Z [00:06:00.443]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-setgroups.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:46.6545946Z [00:06:00.449]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-posix-fadvise.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:46.6613490Z [00:06:00.456]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-cdrom_read_audio.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:46.6681360Z [00:06:00.463]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-sched-rr-get-interval.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:46.6748451Z [00:06:00.470]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-executable_start.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:46.6815826Z [00:06:00.476]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-madvise.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:46.6883321Z [00:06:00.483]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-attr-returns-nonnull.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:46.6950544Z [00:06:00.490]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-setpgrp.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:46.7017375Z [00:06:00.497]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-__rorw.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:46.7085870Z [00:06:00.503]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-aio-fsync.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:46.7153169Z [00:06:00.510]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-landlock_ruleset_attr.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:46.7221171Z [00:06:00.517]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-listxattrat.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:46.7289582Z [00:06:00.524]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-mtx_t.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:46.7357793Z [00:06:00.531]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-timezone.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:46.7426671Z [00:06:00.537]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-asm-riscv-fence_i.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:46.7494005Z [00:06:00.544]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-endpwent.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:46.7561665Z [00:06:00.551]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-mm_setcsr.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:46.7628059Z [00:06:00.558]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-icmphdr.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:46.7695343Z [00:06:00.564]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-builtin-rotateleft8.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:46.7762198Z [00:06:00.571]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-builtin-sfence.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:46.7829691Z [00:06:00.578]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-pselect.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:46.7897517Z [00:06:00.585]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-gethostid.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:46.7965205Z [00:06:00.591]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-rtc_param.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:46.8033226Z [00:06:00.598]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-libaio.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:46.8099342Z [00:06:00.605]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-sctp_getaddrs.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:46.8166554Z [00:06:00.611]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-openat2.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:46.8233564Z [00:06:00.618]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-mm512_dpbusd_epi32.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:46.8301688Z [00:06:00.625]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-aligned-64.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:46.8369279Z [00:06:00.632]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-sctp_assocparams.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:46.8436536Z [00:06:00.638]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/config.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:46.8503333Z [00:06:00.645]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-timer-delete.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:46.8571036Z [00:06:00.652]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-atomic_fetch_add_2.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:46.8637298Z [00:06:00.659]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-cdrom_volctrl.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:46.8703043Z [00:06:00.665]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-sigqueue.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:46.8770615Z [00:06:00.672]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-clock-nanosleep.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:46.8838334Z [00:06:00.679]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-futimens.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:46.8905620Z [00:06:00.685]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-libjpeg.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:46.8973255Z [00:06:00.692]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-fremovexattr.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:46.9040506Z [00:06:00.699]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-loff_t.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:46.9108122Z [00:06:00.706]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-vhangup.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:46.9175256Z [00:06:00.712]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-aligned-alloc.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:46.9242817Z [00:06:00.719]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-mtrr_sentry.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:46.9310470Z [00:06:00.726]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-asm-x86-clflushopt.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:46.9377508Z [00:06:00.733]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-asm-x86-invlpg.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:46.9446638Z [00:06:00.740]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-statfs.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:46.9513994Z [00:06:00.746]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-mnt_id_req.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:46.9581690Z [00:06:00.753]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-mm512_add_epi8.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:46.9648937Z [00:06:00.760]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-pthread-mutexattr-setprioceiling.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:46.9716290Z [00:06:00.766]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-utimes.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:46.9783838Z [00:06:00.773]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-cdrom_mcn.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:46.9851997Z [00:06:00.780]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-asm-x86-prefetcht0.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:46.9918748Z [00:06:00.787]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-rusage_who_t.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:46.9985699Z [00:06:00.793]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-stime.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:47.0054976Z [00:06:00.800]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-pthread-mutexattr-setrobust.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:47.0120556Z [00:06:00.807]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-execveat.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:47.0188212Z [00:06:00.814]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-utimensat.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:47.0256595Z [00:06:00.820]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-pwrite.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:47.0324720Z [00:06:00.827]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-linkat.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:47.0392171Z [00:06:00.834]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-builtin-ia32_movntdq.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:47.0459518Z [00:06:00.841]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-splice.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:47.0527599Z [00:06:00.848]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-asm-x86-clflush.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:47.0595433Z [00:06:00.854]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-libegl.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:47.0663998Z [00:06:00.861]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-getpgid.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:47.0731276Z [00:06:00.868]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-__rolw.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:47.0800204Z [00:06:00.875]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-fsverity_enable_arg.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:47.0869173Z [00:06:00.882]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-asm-x86-prefetchwt1.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:47.0936816Z [00:06:00.889]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-icc-mm_stream_si32.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:47.1004216Z [00:06:00.895]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-asm-ppc64-dcbt.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:47.1071793Z [00:06:00.902]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-dm_ioctl.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:47.1139744Z [00:06:00.909]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-atomic_fetch_nand.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:47.1207981Z [00:06:00.916]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-libdl.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:47.1275520Z [00:06:00.922]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-sched-getcpu.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:47.1342987Z [00:06:00.929]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-getsid.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:47.1410397Z [00:06:00.936]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-lookup-dcookie.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:47.1477754Z [00:06:00.943]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-snd_ctl_card_info.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:47.1545274Z [00:06:00.949]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-preadv.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:47.1612939Z [00:06:00.956]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-wchar.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:47.1679646Z [00:06:00.963]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-syscall.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:47.1747463Z [00:06:00.970]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-priority_which_t.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:47.1815141Z [00:06:00.976]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-lremovexattr.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:47.1881110Z [00:06:00.983]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-srand48.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:47.1948079Z [00:06:00.990]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-pragma-no-hard-dfp.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:47.2014670Z [00:06:00.996]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-builtin-memset.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:47.2081980Z [00:06:01.003]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-futimesat.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:47.2148118Z [00:06:01.010]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-asm-alpha-halt.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:47.2214937Z [00:06:01.016]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-builtin-fabsf.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:47.2282653Z [00:06:01.023]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-asm-sparc-tick.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:47.2352029Z [00:06:01.030]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-pthread-barrier.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:47.2420636Z [00:06:01.037]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-bsd-wchar.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:47.2489377Z [00:06:01.044]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-media_device_info.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:47.2556166Z [00:06:01.050]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-builtin-parity.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:47.2623218Z [00:06:01.057]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-kernel_long_t.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:47.2691045Z [00:06:01.064]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-builtin-llabs.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:47.2758670Z [00:06:01.071]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-pkey-get.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:47.2827100Z [00:06:01.078]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-builtin-expect.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:47.2894338Z [00:06:01.084]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-getgroups.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:47.2961525Z [00:06:01.091]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-builtin-supports.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:47.3030544Z [00:06:01.098]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-nice.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:47.3097702Z [00:06:01.105]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-asm-riscv-cbo_zero.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:47.3165474Z [00:06:01.111]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-pwritev2.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:47.3233565Z [00:06:01.118]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-timerfd-create.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:47.3300426Z [00:06:01.125]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-mlock.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:47.3367366Z [00:06:01.132]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-getpagesize.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:47.3435681Z [00:06:01.138]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-strfunc.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:47.3502441Z [00:06:01.145]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-clone.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:47.3570136Z [00:06:01.152]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-clock-getres.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:47.3640406Z [00:06:01.159]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-pragma.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:47.3707879Z [00:06:01.166]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-acl-cmp.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:47.3775239Z [00:06:01.172]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-asm-riscv-fence.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:47.3843130Z [00:06:01.179]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-__rorb.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:47.3910550Z [00:06:01.186]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-libgmp.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:47.3978812Z [00:06:01.193]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-sctp_event_subscribe.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:47.4047529Z [00:06:01.200]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-mq-sysv.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:47.4115150Z [00:06:01.206]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-sysinfo.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:47.4182117Z [00:06:01.213]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-asm-x86-wrmsr.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:47.4249871Z [00:06:01.220]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-fsverity_digest.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:47.4318684Z [00:06:01.227]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-asm-ppc64-msync.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:47.4386038Z [00:06:01.233]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-itimer_which_t.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:47.4452949Z [00:06:01.240]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-getexecname.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:47.4522252Z [00:06:01.247]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-pread.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:47.4592535Z [00:06:01.254]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-tcflush.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:47.4658994Z [00:06:01.261]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-pkey-set.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:47.4725645Z [00:06:01.267]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-attr-always_inline.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:47.4792895Z [00:06:01.274]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-inotify.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:47.4859675Z [00:06:01.281]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-pthread-setschedparam.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:47.4926972Z [00:06:01.288]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-ttyname.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:47.4995316Z [00:06:01.294]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-lgetxattr.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:47.5063675Z [00:06:01.301]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-off64_t.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:47.5129855Z [00:06:01.308]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-usbdevfs_getdriver.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:47.5197448Z [00:06:01.315]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-sched-get-priority-max.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:47.5264535Z [00:06:01.321]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-mm512_storeu_si512.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:47.5331836Z [00:06:01.328]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-tcflow.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:47.5398962Z [00:06:01.335]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-asm-x86-cldemote.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:47.5466737Z [00:06:01.342]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-signalfd.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:47.5534947Z [00:06:01.348]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-ppc-get-timebase.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:47.5602121Z [00:06:01.355]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-getpriority.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:47.5670393Z [00:06:01.362]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-key_t.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:47.5738085Z [00:06:01.369]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-pragma-inside.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:47.5805367Z [00:06:01.375]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-asm-x86-lmsw.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:47.5873246Z [00:06:01.382]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-atomic_fetch_sub.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:47.5940509Z [00:06:01.389]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-sendmsg.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:47.6007159Z [00:06:01.396]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-vt_consize.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:47.6076441Z [00:06:01.402]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-asm-x86-prefetcht2.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:47.6145322Z [00:06:01.409]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-timer-gettime.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:47.6213511Z [00:06:01.416]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-sched-setscheduler.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:47.6280399Z [00:06:01.423]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-name-to-handle-at.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:47.6346922Z [00:06:01.430]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-iphdr.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:47.6414389Z [00:06:01.436]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-atomic_add_fetch.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:47.6482163Z [00:06:01.443]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-tcdrain.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:47.6549274Z [00:06:01.450]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-lstat.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:47.6617253Z [00:06:01.457]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-libbsd.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:47.6685283Z [00:06:01.463]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-mm_storeu_si128.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:47.6752872Z [00:06:01.470]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-epoll-create1.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:47.6821580Z [00:06:01.477]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-cdrom_tocentry.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:47.6889349Z [00:06:01.484]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-attr-nonstring.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:47.6956906Z [00:06:01.491]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-readahead.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:47.7024440Z [00:06:01.497]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-builtin-assume-aligned.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:47.7091740Z [00:06:01.504]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-pthread-prio-none.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:47.7158878Z [00:06:01.511]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-pthread-mutex-init.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:47.7226521Z [00:06:01.517]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-v4l2_enc_idx.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:47.7294358Z [00:06:01.524]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-asm-x86-wbinvd.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:47.7361711Z [00:06:01.531]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-asm-x86-rep-stosb.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:47.7429239Z [00:06:01.538]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-clock-settime.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:47.7497242Z [00:06:01.545]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-__restrict.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:47.7565667Z [00:06:01.551]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-builtin-popcount.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:47.7633733Z [00:06:01.558]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-pathconf.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:47.7700066Z [00:06:01.565]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-dup3.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:47.7767116Z [00:06:01.572]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-sched-getaffinity.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:47.7835065Z [00:06:01.578]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-mkfifo.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:47.7901725Z [00:06:01.585]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-kbkeycode.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:47.7968196Z [00:06:01.592]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-setfsgid.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:47.8035761Z [00:06:01.598]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-utime.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:47.8102857Z [00:06:01.605]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-sched-setaffinity.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:47.8170385Z [00:06:01.612]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-attr-weak.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:47.8237868Z [00:06:01.619]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-sockaddr_un.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:47.8305240Z [00:06:01.625]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-builtin-cpu-is-power9.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:47.8372678Z [00:06:01.632]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-quotactl-fd.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:47.8440050Z [00:06:01.639]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-timerfd-gettime.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:47.8507304Z [00:06:01.646]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-flistxattr.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:47.8575097Z [00:06:01.652]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-builtin-rotateright8.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:47.8642301Z [00:06:01.659]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-tgkill.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:47.8709522Z [00:06:01.666]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-shmid-ds.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:47.8776297Z [00:06:01.672]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-off_t.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:47.8844466Z [00:06:01.679]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-atomic_load.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:47.8911719Z [00:06:01.686]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-liblzma.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:47.8978996Z [00:06:01.693]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-regfree.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:47.9046573Z [00:06:01.699]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-asm-x86-lahf.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:47.9115310Z [00:06:01.706]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-aio-cancel.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:47.9183458Z [00:06:01.713]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-sock-diag.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:47.9250990Z [00:06:01.720]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-icc-mm_stream_si128.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:47.9318111Z [00:06:01.727]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-mtx-destroy.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:47.9386888Z [00:06:01.734]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-shm-open.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:47.9454228Z [00:06:01.740]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-setxattr.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:47.9521391Z [00:06:01.747]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-mm512_loadu_si512.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:47.9589224Z [00:06:01.754]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-asm-x86-mov-dr0.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:47.9657286Z [00:06:01.761]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-inotify1.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:47.9725229Z [00:06:01.767]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-asm-arm-dmb-sy.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:47.9792408Z [00:06:01.774]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-chroot.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:47.9859968Z [00:06:01.781]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-sync-synchronize.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:47.9928334Z [00:06:01.788]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-asm-x86-mov-cr0.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:47.9996156Z [00:06:01.794]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-getentropy.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:48.0063765Z [00:06:01.801]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-regcomp.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:48.0131636Z [00:06:01.808]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-tee.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:48.0199262Z [00:06:01.815]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-vt_sizes.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:48.0266806Z [00:06:01.822]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-asm-sparc-rdpr.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:48.0334599Z [00:06:01.828]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-attr-packed.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:48.0402621Z [00:06:01.835]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-kbdiacrs.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:48.0469405Z [00:06:01.842]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-getloadavg.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:48.0536823Z [00:06:01.849]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-timex.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:48.0603336Z [00:06:01.855]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-waitid.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:48.0671302Z [00:06:01.862]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-apparmor.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:48.0738927Z [00:06:01.869]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-landlock_rule_type.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:48.0806252Z [00:06:01.875]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-fstatat.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:48.0874026Z [00:06:01.882]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-vla-arg.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:48.0941716Z [00:06:01.889]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-atomic_xor_fetch.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:48.1007862Z [00:06:01.896]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-libipsec-mb.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:48.1075447Z [00:06:01.902]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-int_fast32_t.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:48.1143444Z [00:06:01.909]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-asm-x86-lfence.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:48.1211107Z [00:06:01.916]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-setproctitle.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:48.1278034Z [00:06:01.923]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-mlock2.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:48.1345988Z [00:06:01.929]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-asm-hppa-rfi.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:48.1413056Z [00:06:01.936]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-writev.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:48.1480186Z [00:06:01.943]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-preadv2.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:48.1547815Z [00:06:01.950]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-shminfo.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:48.1615269Z [00:06:01.956]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-sctp_setadaption.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:48.1682014Z [00:06:01.963]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-mm_getcsr.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:48.1748944Z [00:06:01.970]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-ptrace_request.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:48.1816493Z [00:06:01.976]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-sctp_initmsg.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:48.1884645Z [00:06:01.983]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-asm-x86-movdiri.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:48.1952306Z [00:06:01.990]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-cdrom_ti.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:48.2019476Z [00:06:01.997]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-getpwent.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:48.2087161Z [00:06:02.004]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-cacheflush.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:48.2153994Z [00:06:02.010]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-getdtablesize.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:48.2221566Z [00:06:02.017]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-complex.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:48.2290167Z [00:06:02.024]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-asm-alpha-draina.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:48.2362364Z [00:06:02.031]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-mlockall.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:48.2430327Z [00:06:02.038]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-cdrom_subchnl.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:48.2498857Z [00:06:02.045]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-atomic_store_double.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:48.2565789Z [00:06:02.051]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-atomic_nand_fetch.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:48.2632802Z [00:06:02.058]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-target-clones.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:48.2699124Z [00:06:02.065]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-cdrom_msf.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:48.2766264Z [00:06:02.071]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-mremap.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:48.2837526Z [00:06:02.079]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-dvd_authinfo.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:48.2904466Z [00:06:02.085]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-mprotect.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:48.2972894Z [00:06:02.092]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-builtin-__clear_cache.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:48.3040448Z [00:06:02.099]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-personality.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:48.3107073Z [00:06:02.106]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-eventfd.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:48.3174052Z [00:06:02.112]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-unlinkat.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:48.3241582Z [00:06:02.119]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-pthread-prio-protect.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:48.3309657Z [00:06:02.126]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-builtin-ctz.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:48.3379210Z [00:06:02.133]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-aligned-64K.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:48.3446697Z [00:06:02.139]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-builtin-clzl.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:48.3513346Z [00:06:02.146]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-munlock.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:48.3579912Z [00:06:02.153]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-setreuid.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:48.3648840Z [00:06:02.160]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-ioport.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:48.3716183Z [00:06:02.166]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-ipsec-mb-init_mb_mgr_avx.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:48.3782737Z [00:06:02.173]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-atomic_store.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:48.3850090Z [00:06:02.180]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-__rolb.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:48.3917447Z [00:06:02.187]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-memfd-create.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:48.3984994Z [00:06:02.193]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-mm_add_epi8.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:48.4051543Z [00:06:02.200]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-aio-write.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:48.4120183Z [00:06:02.207]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-delete-module.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:48.4202360Z [00:06:02.215]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-vt_mode.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:48.4275869Z [00:06:02.222]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-vmsplice.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:48.4343758Z [00:06:02.229]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-asm-x86-pause.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:48.4409989Z [00:06:02.236]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-builtin-ia32_movnti.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:48.4477772Z [00:06:02.243]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-aligned-128.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:48.4544302Z [00:06:02.249]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-mseal.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:48.4611002Z [00:06:02.256]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-asm-x86-rdtscp.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:48.4677868Z [00:06:02.263]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-sctp_rtoinfo.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:48.4744678Z [00:06:02.269]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-swapcontext.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:48.4811637Z [00:06:02.276]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-asm-ppc64-tlbie.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:48.4876963Z [00:06:02.283]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-epoll-create.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:48.4942313Z [00:06:02.289]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-nanosleep.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:48.5009676Z [00:06:02.296]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-fanotify.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:48.5076576Z [00:06:02.303]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-builtin-fabs.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:48.5143945Z [00:06:02.309]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-mm256_storeu_si256.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:48.5211878Z [00:06:02.316]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-icc-mm_stream_si64.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:48.5278695Z [00:06:02.323]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-asm-x86-hlt.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:48.5346377Z [00:06:02.329]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-builtin-thread-pointer.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:48.5413541Z [00:06:02.336]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-asm-sh4-sleep.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:48.5479210Z [00:06:02.343]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-asm-x86-lldt.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:48.5545919Z [00:06:02.349]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-__rolq.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:48.5611694Z [00:06:02.356]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-mathfunc.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:48.5677002Z [00:06:02.363]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-timerfd-settime.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:48.5743124Z [00:06:02.369]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-mtrr_gentry.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:48.5808643Z [00:06:02.376]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-libsctp.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:48.5876167Z [00:06:02.382]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-mquery.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:48.5941550Z [00:06:02.389]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-setns.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:48.6008730Z [00:06:02.396]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-int_fast64_t.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:48.6074956Z [00:06:02.402]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-builtin-rotateleft32.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:48.6143403Z [00:06:02.409]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-attr-noinline.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:48.6209630Z [00:06:02.416]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-attr-fast-math.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:48.6276541Z [00:06:02.422]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-rusage_ru_maxrss.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:48.6343561Z [00:06:02.429]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-arch_prctl.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:48.6409680Z [00:06:02.436]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-fstat.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:48.6476754Z [00:06:02.443]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-getrandom.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:48.6543630Z [00:06:02.449]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-renameat.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:48.6610188Z [00:06:02.456]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-program_invocation_name.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:48.6676787Z [00:06:02.463]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-pause.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:48.6743312Z [00:06:02.469]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-sendmmsg.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:48.6809955Z [00:06:02.476]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-__rold.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:48.6876556Z [00:06:02.482]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-asm-loong64-tlbsrch.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:48.6942661Z [00:06:02.489]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-sctp_sched_type.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:48.7008663Z [00:06:02.496]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-builtin-rotateleft64.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:48.7074898Z [00:06:02.502]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-fsync.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:48.7141730Z [00:06:02.509]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-setregid.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:48.7208204Z [00:06:02.516]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-recvmsg.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:48.7274294Z [00:06:02.522]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-asm-arm-prfm.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:48.7341788Z [00:06:02.529]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-user-desc.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:48.7408256Z [00:06:02.536]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-fchmodat.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:48.7475007Z [00:06:02.542]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-faccessat2.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:48.7541341Z [00:06:02.549]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-asm-x86-lgdt.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:48.7607840Z [00:06:02.556]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-attr-unused.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:48.7674883Z [00:06:02.562]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-asm-loong64-rdtime.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:48.7740555Z [00:06:02.569]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-getmntent.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:48.7806473Z [00:06:02.575]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-waitpid.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:48.7872028Z [00:06:02.582]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-time.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:48.7938397Z [00:06:02.589]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-open-by-handle-at.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:48.8006134Z [00:06:02.595]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-daddr_t.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:48.8071683Z [00:06:02.602]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-symlinkat.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:48.8137520Z [00:06:02.609]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-posix-fallocate.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:48.8202895Z [00:06:02.615]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-getdomainname.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:48.8269971Z [00:06:02.622]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-lseek64.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:48.8336780Z [00:06:02.629]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-ifconf.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:48.8403665Z [00:06:02.635]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-sched-get-priority-min.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:48.8469824Z [00:06:02.642]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-regerror.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:48.8536045Z [00:06:02.648]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-asm-ppc64-darn.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:48.8604677Z [00:06:02.655]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-asm-x86-prefetcht1.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:48.8671977Z [00:06:02.662]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-kernel_ulong_t.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:48.8740079Z [00:06:02.669]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-faccessat.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:48.8807866Z [00:06:02.676]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-statx.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:48.8875512Z [00:06:02.682]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-asm-x86-rdpmc.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:48.8943469Z [00:06:02.689]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-atomic_compare_exchange.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:48.9010711Z [00:06:02.696]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-pthread-prio-inherit.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:48.9077335Z [00:06:02.703]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-kbsentry.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:48.9145041Z [00:06:02.709]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-serial-struct.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:48.9212317Z [00:06:02.716]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-posix-openpt.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:48.9279347Z [00:06:02.723]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-sync.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:48.9346179Z [00:06:02.729]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-localtime_r.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:48.9412304Z [00:06:02.736]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-asm-x86-rdtsc.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:48.9479118Z [00:06:02.743]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-builtin-strdup.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:48.9546725Z [00:06:02.750]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-fdatasync.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:48.9613032Z [00:06:02.756]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-builtin-bitreverse.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:48.9680268Z [00:06:02.763]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-atomic_fetch_add.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:48.9747527Z [00:06:02.770]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-valloc.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:48.9814811Z [00:06:02.776]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-gethostname.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:48.9881008Z [00:06:02.783]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-builtin_stdc_rotate_left.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:48.9947880Z [00:06:02.790]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-syncfs.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:49.0015760Z [00:06:02.796]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-sctp_assoc_stats.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:49.0081816Z [00:06:02.803]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-malloc-usable-size.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:49.0148807Z [00:06:02.810]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-aio-read.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:49.0216284Z [00:06:02.816]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-__rord.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:49.0282574Z [00:06:02.823]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-builtin-popcountl.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:49.0349738Z [00:06:02.830]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-futimes.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:49.0416081Z [00:06:02.836]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-builtin-clz.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:49.0482582Z [00:06:02.843]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-getrusage.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:49.0549169Z [00:06:02.850]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-getauxval.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:49.0615139Z [00:06:02.856]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-sync_val_compare_and_swap.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:49.0682832Z [00:06:02.863]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-asm-ppc-dcbtst.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:49.0750923Z [00:06:02.870]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-rusage_ru_nvcsw.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:49.0817951Z [00:06:02.877]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-libxxhash.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:49.0884944Z [00:06:02.883]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-asm-x86-rdseed.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:49.0951963Z [00:06:02.890]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-adjtime.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:49.1017900Z [00:06:02.897]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-mm512_dpwssd_epi32.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:49.1083384Z [00:06:02.903]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-timer-getoverrun.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:49.1151663Z [00:06:02.910]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-pthread-attr-setstack.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:49.1219470Z [00:06:02.917]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-attr-pure.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:49.1286148Z [00:06:02.923]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-cap.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:49.1353104Z [00:06:02.930]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-asm-loong64-dbar.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:49.1419090Z [00:06:02.937]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-select.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:49.1486129Z [00:06:02.943]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-sendfile.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:49.1552456Z [00:06:02.950]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-getpgrp.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:49.1618434Z [00:06:02.957]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-dvd_struct.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:49.1684733Z [00:06:02.963]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-wait4.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:49.1750303Z [00:06:02.970]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-pthread-mutexattr-setprotocol.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:49.1815879Z [00:06:02.976]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-utimbuf.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:49.1881921Z [00:06:02.983]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-v4l2_std_id.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:49.1947831Z [00:06:02.990]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-remap-file-pages.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:49.2015634Z [00:06:02.996]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-setresuid.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:49.2081214Z [00:06:03.003]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-mincore.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:49.2146253Z [00:06:03.009]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-eigen.cpp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:49.2214929Z [00:06:03.016]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-asm-x86-rep-stosq.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:49.2280455Z [00:06:03.023]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-llistxattr.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:49.2346904Z [00:06:03.030]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-modify-ldt.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:49.2416197Z [00:06:03.036]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-open_how.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:49.2484866Z [00:06:03.043]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-asm-riscv-sfence-vma.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:49.2552513Z [00:06:03.050]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-libgbm.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:49.2618407Z [00:06:03.057]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-poll.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:49.2685885Z [00:06:03.063]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-open_memstream.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:49.2752614Z [00:06:03.070]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-libpthread.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:49.2819909Z [00:06:03.077]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-getitimer.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:49.2886537Z [00:06:03.083]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-asm-ppc64-icbi.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:49.2953185Z [00:06:03.090]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-copy-file-range.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:49.3020753Z [00:06:03.097]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-clock-adjtime.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:49.3088161Z [00:06:03.104]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-msync.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:49.3154527Z [00:06:03.110]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-sigwaitinfo.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:49.3222118Z [00:06:03.117]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-readlinkat.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:49.3287921Z [00:06:03.124]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-pkey-free.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:49.3354461Z [00:06:03.130]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-builtin-fabsl.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:49.3420596Z [00:06:03.137]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-asm-ppc-dcbst.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:49.3487274Z [00:06:03.144]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-ifreq.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:49.3554043Z [00:06:03.150]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-builtin-nontemporal-store.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:49.3621715Z [00:06:03.157]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-asm-nothing.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:49.3687824Z [00:06:03.164]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-lsm_get_self_attr.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:49.3753890Z [00:06:03.170]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-asm-x86-rep-stosw.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:49.3819757Z [00:06:03.177]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-sem-sysv.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:49.3887175Z [00:06:03.184]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-shm-sysv.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:49.3954568Z [00:06:03.190]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-lsm_list_modules.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:49.4020044Z [00:06:03.197]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-builtin-memcmp.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:49.4087202Z [00:06:03.204]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-v2di.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:49.4153717Z [00:06:03.210]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-serial-icounter.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:49.4220158Z [00:06:03.217]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-regexec.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:49.4287841Z [00:06:03.224]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-backtrace.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:49.4354553Z [00:06:03.230]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-sctp_prim.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:49.4421942Z [00:06:03.237]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-floppy_struct.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:49.4487596Z [00:06:03.244]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-pkey-alloc.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:49.4554522Z [00:06:03.250]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-mknodat.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:49.4621469Z [00:06:03.257]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-wait3.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:49.4687989Z [00:06:03.264]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-builtin_stdc_rotate_right.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:49.4754834Z [00:06:03.270]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-setpgid.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:49.4822179Z [00:06:03.277]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/test/test-bsearch.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:49.4888642Z [00:06:03.284]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-dnotify.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:49.4954880Z [00:06:03.290]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/COPYING' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:49.5022695Z [00:06:03.297]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-chattr.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:49.5090435Z [00:06:03.304]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-netdev.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:49.5157132Z [00:06:03.311]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-vm.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:49.5223614Z [00:06:03.317]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-sigsuspend.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:49.5289270Z [00:06:03.324]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-sysinfo.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:49.5355849Z [00:06:03.330]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-hash.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:49.5422744Z [00:06:03.337]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/.github/workflows/container-image-edge.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:49.5489955Z [00:06:03.344]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/.github/workflows/container-image-stable.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:49.5557215Z [00:06:03.351]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/.github/FUNDING.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:49.5624519Z [00:06:03.357]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-dup.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:49.5690339Z [00:06:03.364]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-atomic.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:49.5756771Z [00:06:03.371]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-softlockup.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:49.5824647Z [00:06:03.377]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-sigpipe.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:49.5892071Z [00:06:03.384]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-sysfs.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:49.5959938Z [00:06:03.391]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-af-alg.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:49.6027962Z [00:06:03.398]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-list.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:49.6095726Z [00:06:03.404]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-klog.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:49.6165937Z [00:06:03.411]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-perf.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:49.6233932Z [00:06:03.418]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-mmapmany.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:49.6301013Z [00:06:03.425]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-priv-instr.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:49.6367506Z [00:06:03.432]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-thrash.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:49.6435655Z [00:06:03.438]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-io.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:49.6503363Z [00:06:03.445]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-vm-rw.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:49.6571101Z [00:06:03.452]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-zombie.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:49.6639070Z [00:06:03.459]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-rawsock.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:49.6707242Z [00:06:03.466]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-shared-cache.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:49.6774740Z [00:06:03.472]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-sigabrt.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:49.6842751Z [00:06:03.479]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-asm-ppc64.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:49.6909955Z [00:06:03.486]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-sockpair.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:49.6976768Z [00:06:03.493]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-perf.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:49.7044484Z [00:06:03.499]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-klog.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:49.7112404Z [00:06:03.506]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-mmapaddr.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:49.7180062Z [00:06:03.513]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-mremap.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:49.7247980Z [00:06:03.520]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-secretmem.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:49.7315588Z [00:06:03.526]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-env.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:49.7383553Z [00:06:03.533]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-affinity.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:49.7450384Z [00:06:03.540]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-yield.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:49.7518884Z [00:06:03.547]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-mmaprandom.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:49.7586410Z [00:06:03.553]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-syncload.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:49.7654212Z [00:06:03.560]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-clone.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:49.7722500Z [00:06:03.567]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-rlimit.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:49.7789823Z [00:06:03.574]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-fifo.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:49.7858793Z [00:06:03.581]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-lsm.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:49.7926539Z [00:06:03.587]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-regex.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:49.7995962Z [00:06:03.594]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-netlink-task.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:49.8065342Z [00:06:03.601]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-sigfpe.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:49.8133596Z [00:06:03.608]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-memthrash.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:49.8201599Z [00:06:03.615]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-vecwide.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:49.8270211Z [00:06:03.622]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-get.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:49.8338754Z [00:06:03.629]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-mremap.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:49.8406656Z [00:06:03.635]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-pthread.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:49.8473709Z [00:06:03.642]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-dccp.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:49.8541687Z [00:06:03.649]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/TODO' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:49.8608625Z [00:06:03.656]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-stream.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:49.8676517Z [00:06:03.662]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-memfd.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:49.8743288Z [00:06:03.669]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-matrix-3d.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:49.8811970Z [00:06:03.676]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-pipeherd.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:49.8878323Z [00:06:03.683]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-set.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:49.8945591Z [00:06:03.689]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-module.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:49.9013227Z [00:06:03.696]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-sigfd.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:49.9080976Z [00:06:03.703]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-out-of-memory.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:49.9148596Z [00:06:03.710]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-spawn.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:49.9215430Z [00:06:03.716]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-mmap.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:49.9285183Z [00:06:03.723]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-lock.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:49.9358555Z [00:06:03.731]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-mlock.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:49.9437752Z [00:06:03.739]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-mmapfixed.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:49.9508426Z [00:06:03.746]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-ftrace.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:49.9576461Z [00:06:03.752]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-lock.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:49.9646314Z [00:06:03.759]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/.travis.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:49.9715180Z [00:06:03.766]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-open.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:49.9783259Z [00:06:03.773]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-vm-splice.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:49.9853804Z [00:06:03.780]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-atomic.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:49.9921830Z [00:06:03.787]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-ignite-cpu.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:49.9989919Z [00:06:03.794]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/.git/hooks/push-to-checkout.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:52:50.0062033Z [00:06:03.801]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/.git/hooks/post-update.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:52:50.0129707Z [00:06:03.808]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/.git/hooks/prepare-commit-msg.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:52:50.0201823Z [00:06:03.815]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/.git/hooks/update.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:52:50.0269479Z [00:06:03.822]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/.git/hooks/pre-receive.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:52:50.0338610Z [00:06:03.829]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/.git/hooks/sendemail-validate.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:52:50.0405867Z [00:06:03.835]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/.git/hooks/pre-commit.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:52:50.0473265Z [00:06:03.842]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/.git/hooks/commit-msg.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:52:50.0540563Z [00:06:03.849]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/.git/hooks/pre-applypatch.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:52:50.0607677Z [00:06:03.856]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/.git/hooks/pre-rebase.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:52:50.0675084Z [00:06:03.862]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/.git/hooks/pre-push.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:52:50.0741572Z [00:06:03.869]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/.git/hooks/applypatch-msg.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:52:50.0809851Z [00:06:03.876]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/.git/hooks/pre-merge-commit.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:52:50.0878547Z [00:06:03.883]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/.git/hooks/fsmonitor-watchman.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:52:50.0946149Z [00:06:03.889]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/.git/logs/refs/heads/master' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:50.1015190Z [00:06:03.896]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/.git/logs/refs/remotes/origin/HEAD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:50.1081904Z [00:06:03.903]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/.git/logs/HEAD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:50.1152169Z [00:06:03.910]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/.git/refs/heads/master' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:50.1220308Z [00:06:03.917]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/.git/refs/remotes/origin/HEAD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:50.1287201Z [00:06:03.924]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/.git/config' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:50.1354793Z [00:06:03.930]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/.git/shallow' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:50.1423461Z [00:06:03.937]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/.git/packed-refs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:50.1490365Z [00:06:03.944]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/.git/description' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:50.1557860Z [00:06:03.951]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/.git/HEAD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:50.1626957Z [00:06:03.957]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/.git/objects/pack/pack-63282bc1ea36c31cf670b06cc934abafaca1dca1.promisor' changed from 0600 (rw-------) to 0755 (rwxr-xr-x)
2025-08-20T22:52:50.1694095Z [00:06:03.964]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/.git/objects/pack/pack-831b7992da98c59c0d2c6d8a134cd428316d9ecc.rev' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:50.1760330Z [00:06:03.971]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/.git/objects/pack/pack-831b7992da98c59c0d2c6d8a134cd428316d9ecc.promisor' changed from 0600 (rw-------) to 0755 (rwxr-xr-x)
2025-08-20T22:52:50.1827384Z [00:06:03.978]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/.git/objects/pack/pack-831b7992da98c59c0d2c6d8a134cd428316d9ecc.pack' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:50.1896147Z [00:06:03.984]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/.git/objects/pack/pack-63282bc1ea36c31cf670b06cc934abafaca1dca1.rev' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:50.1964258Z [00:06:03.991]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/.git/objects/pack/pack-63282bc1ea36c31cf670b06cc934abafaca1dca1.pack' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:50.2032025Z [00:06:03.998]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/.git/objects/pack/pack-63282bc1ea36c31cf670b06cc934abafaca1dca1.idx' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:50.2099081Z [00:06:04.005]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/.git/objects/pack/pack-831b7992da98c59c0d2c6d8a134cd428316d9ecc.idx' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:50.2167058Z [00:06:04.012]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/.git/info/exclude' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:50.2235057Z [00:06:04.018]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/.git/index' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:50.2303421Z [00:06:04.025]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-rtc.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:50.2370453Z [00:06:04.032]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-watchdog.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:50.2440370Z [00:06:04.039]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-tun.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:50.2507193Z [00:06:04.046]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-userfaultfd.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:50.2574652Z [00:06:04.052]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-usersyscall.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:50.2643591Z [00:06:04.059]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-fork.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:50.2709583Z [00:06:04.066]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-madvise.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:50.2776757Z [00:06:04.073]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-madvise.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:50.2843837Z [00:06:04.079]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-ng.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:50.2911375Z [00:06:04.086]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-nanosleep.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:50.2978119Z [00:06:04.093]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-splice.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:50.3046055Z [00:06:04.099]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-cgroup.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:50.3113491Z [00:06:04.106]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-filesystem.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:50.3182045Z [00:06:04.113]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-efivar.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:50.3248910Z [00:06:04.120]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-sigpending.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:50.3317354Z [00:06:04.127]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-sigsegv.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:50.3384098Z [00:06:04.133]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-sysinfo.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:50.3451216Z [00:06:04.140]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-heapsort.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:50.3521227Z [00:06:04.147]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/debian/changelog' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:50.3586869Z [00:06:04.154]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/debian/watch' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:50.3654172Z [00:06:04.160]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/debian/tests/lite-test' retained as 0755 (rwxr-xr-x)
2025-08-20T22:52:50.3721673Z [00:06:04.167]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/debian/tests/control' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:50.3788733Z [00:06:04.174]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/debian/tests/fast-test-all' retained as 0755 (rwxr-xr-x)
2025-08-20T22:52:50.3856095Z [00:06:04.180]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/debian/copyright' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:50.3923837Z [00:06:04.187]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/debian/source/format' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:50.3991183Z [00:06:04.194]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/debian/control' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:50.4057624Z [00:06:04.201]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/debian/rules' retained as 0755 (rwxr-xr-x)
2025-08-20T22:52:50.4125389Z [00:06:04.207]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-nt-load.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:50.4193351Z [00:06:04.214]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-fcntl.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:50.4260617Z [00:06:04.221]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-branch.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:50.4329854Z [00:06:04.228]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-affinity.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:50.4397094Z [00:06:04.235]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-netlink-proc.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:50.4464772Z [00:06:04.241]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-ptr-chase.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:50.4531722Z [00:06:04.248]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-fd-fork.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:50.4599730Z [00:06:04.255]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-ptrace.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:50.4667511Z [00:06:04.262]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-signal.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:50.4734773Z [00:06:04.268]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-lsm.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:50.4802389Z [00:06:04.275]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-far-branch.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:50.4869866Z [00:06:04.282]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-alarm.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:50.4937370Z [00:06:04.289]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-bigheap.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:50.5005107Z [00:06:04.295]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-oom-pipe.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:50.5071903Z [00:06:04.302]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-clocksource.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:50.5138785Z [00:06:04.309]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-mincore.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:50.5206271Z [00:06:04.315]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-sockabuse.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:50.5272772Z [00:06:04.322]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-bubblesort.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:50.5340608Z [00:06:04.329]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-readahead.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:50.5407876Z [00:06:04.336]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-judy.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:50.5476640Z [00:06:04.342]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-bsearch.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:50.5544060Z [00:06:04.349]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-wait.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:50.5611080Z [00:06:04.356]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-led.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:50.5678601Z [00:06:04.363]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-lockbus.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:50.5745944Z [00:06:04.369]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-fallocate.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:50.5813199Z [00:06:04.376]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-ramfs.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:50.5880754Z [00:06:04.383]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-uprobe.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:50.5948813Z [00:06:04.390]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-shellsort.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:50.6018148Z [00:06:04.397]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-besselmath.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:50.6085752Z [00:06:04.403]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/presentations/linux-foundation-webinar-2022-05-19/stress-ng-2021.pdf' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:50.6156815Z [00:06:04.410]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/presentations/elisa-presentation-2024-06-26/elisa-presentation-2024-06-26.pdf' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:50.6225517Z [00:06:04.417]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/presentations/kernel-recipes-2023/kernel-recipes-2023.pdf' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:50.6293555Z [00:06:04.424]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-mmapaddr.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:50.6361057Z [00:06:04.431]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-vnni.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:50.6428232Z [00:06:04.438]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-epoll.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:50.6495480Z [00:06:04.444]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-close.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:50.6562768Z [00:06:04.451]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-sem-sysv.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:50.6629262Z [00:06:04.458]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-sigrt.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:50.6696711Z [00:06:04.465]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-daemon.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:50.6763894Z [00:06:04.471]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-usersyscall.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:50.6830738Z [00:06:04.478]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-mmapfiles.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:50.6898373Z [00:06:04.485]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-seccomp.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:50.6965435Z [00:06:04.491]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-list.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:50.7032348Z [00:06:04.498]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-heapsort.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:50.7100214Z [00:06:04.505]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-watchdog.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:50.7167298Z [00:06:04.512]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-sigxcpu.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:50.7235667Z [00:06:04.518]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-bitops.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:50.7304880Z [00:06:04.525]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-schedpolicy.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:50.7373361Z [00:06:04.532]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-lease.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:50.7440066Z [00:06:04.539]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-tee.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:50.7507357Z [00:06:04.546]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-cpuidle.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:50.7574680Z [00:06:04.552]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-chown.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:50.7641855Z [00:06:04.559]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-opcode.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:50.7709189Z [00:06:04.566]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-schedpolicy.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:50.7776889Z [00:06:04.572]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-unshare.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:50.7845240Z [00:06:04.579]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-vecmath.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:50.7912397Z [00:06:04.586]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-ng.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:50.7979243Z [00:06:04.593]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-sigill.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:50.8045504Z [00:06:04.599]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-dir.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:50.8112467Z [00:06:04.606]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-fanotify.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:50.8181225Z [00:06:04.613]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-context.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:50.8249258Z [00:06:04.620]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-pageswap.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:50.8316903Z [00:06:04.627]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-cpu-freq.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:50.8384673Z [00:06:04.633]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-pipe.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:50.8458621Z [00:06:04.641]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-tlb-shootdown.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:50.8527365Z [00:06:04.648]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-prio-inv.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:50.8594446Z [00:06:04.654]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-fd-race.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:50.8662136Z [00:06:04.661]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-fd-race.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:50.8729685Z [00:06:04.668]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-urandom.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:50.8796686Z [00:06:04.675]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-llc-affinity.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:50.8864984Z [00:06:04.681]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-rawdev.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:50.8933154Z [00:06:04.688]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-metamix.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:50.9000012Z [00:06:04.695]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-numa.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:50.9066518Z [00:06:04.701]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/core-sort.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:50.9133938Z [00:06:04.708]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.K0hxIS5eCV/TEMPREPO/stress-mseal.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:50.9200938Z [00:06:04.715]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/lto-llvm-41d974.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:50.9267837Z [00:06:04.722]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/lto-llvm-2c3390.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:50.9334406Z [00:06:04.728]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/lto-llvm-643a7e.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:50.9401156Z [00:06:04.735]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/stress-ng' retained as 0755 (rwxr-xr-x)
2025-08-20T22:52:50.9467608Z [00:06:04.742]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/kernel-coverage.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T22:52:50.9534561Z [00:06:04.748]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:50.9601879Z [00:06:04.755]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/MANIFEST.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:50.9669542Z [00:06:04.762]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:50.9736776Z [00:06:04.769]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/stress-ng' retained as 0755 (rwxr-xr-x)
2025-08-20T22:52:50.9804860Z [00:06:04.775]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/kernel-coverage.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T22:52:50.9871808Z [00:06:04.782]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/stress-ng.static.version' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:50.9939104Z [00:06:04.789]➜  mode of '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:52:51.0530607Z [00:06:04.848]➜  bash: -c: line 13: unexpected EOF while looking for matching `"'
2025-08-20T22:52:51.0531660Z Error: Error { kind: InvalidData, message: "stream did not contain valid UTF-8" }
2025-08-20T22:53:00.5655098Z 
2025-08-20T22:53:00.5656309Z [+] Sanitizing /tmp/pkgforge/rrmawyyWY_SBUILD/BUILD.log ==> /tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/stress-ng.static.log
2025-08-20T22:53:03.0284495Z '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/stress-ng.static.log' -> '/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/stress-ng.log'
2025-08-20T22:53:03.0362292Z [+] ==> https://api.ghcr.pkgforge.dev/pkgforge/bincache/stress-ng/official/source/stress-ng?tag=HEAD-886bdb5-250820T113824-x86_64-linux&download=stress-ng.log
2025-08-20T22:53:03.0363303Z 
2025-08-20T22:53:03.0363964Z [+] Parsing/Uploading stress-ng/stress-ng --> https://github.com/orgs/pkgforge/packages/container/package/bincache%2Fstress-ng%2Fstress-ng [x86_64-Linux]
2025-08-20T22:53:03.0404099Z {
2025-08-20T22:53:03.0404520Z   "_disabled": "false",
2025-08-20T22:53:03.0404963Z   "host": "x86_64-Linux",
2025-08-20T22:53:03.0405435Z   "rank": "",
2025-08-20T22:53:03.0405681Z   "pkg": "stress-ng.static",
2025-08-20T22:53:03.0406091Z   "pkg_family": "stress-ng",
2025-08-20T22:53:03.0406822Z   "pkg_id": "github.com.ColinIanKing.stress-ng.source",
2025-08-20T22:53:03.0407486Z   "pkg_name": "stress-ng",
2025-08-20T22:53:03.0407975Z   "pkg_type": "static",
2025-08-20T22:53:03.0408891Z   "pkg_webpage": "https://pkgs.pkgforge.dev/repo/bincache/x86_64-linux/stress-ng/official/source/stress-ng",
2025-08-20T22:53:03.0409598Z   "app_id": "",
2025-08-20T22:53:03.0409842Z   "appstream": "",
2025-08-20T22:53:03.0410084Z   "category": [
2025-08-20T22:53:03.0410312Z     "ConsoleOnly",
2025-08-20T22:53:03.0410541Z     "Utility"
2025-08-20T22:53:03.0410754Z   ],
2025-08-20T22:53:03.0411358Z   "description": "Stress test a computer system in various selectable ways",
2025-08-20T22:53:03.0411808Z   "desktop": "",
2025-08-20T22:53:03.0412052Z   "homepage": [
2025-08-20T22:53:03.0412329Z     "https://github.com/ColinIanKing/stress-ng"
2025-08-20T22:53:03.0412675Z   ],
2025-08-20T22:53:03.0413463Z   "icon": "https://api.ghcr.pkgforge.dev/pkgforge/bincache/stress-ng/official/source/stress-ng?tag=HEAD-886bdb5-250820T113824-x86_64-linux&download=stress-ng.png",
2025-08-20T22:53:03.0414330Z   "license": [
2025-08-20T22:53:03.0414556Z     "GPL-2.0"
2025-08-20T22:53:03.0414771Z   ],
2025-08-20T22:53:03.0414979Z   "maintainer": [
2025-08-20T22:53:03.0415264Z     "Azathothas (https://github.com/Azathothas)"
2025-08-20T22:53:03.0415602Z   ],
2025-08-20T22:53:03.0415805Z   "provides": [
2025-08-20T22:53:03.0416027Z     "stress-ng"
2025-08-20T22:53:03.0416241Z   ],
2025-08-20T22:53:03.0416440Z   "note": [
2025-08-20T22:53:03.0416887Z     "Built From Source (Latest Git HEAD). Check/Report @ https://github.com/ColinIanKing/stress-ng"
2025-08-20T22:53:03.0417409Z   ],
2025-08-20T22:53:03.0417610Z   "repology": [
2025-08-20T22:53:03.0417839Z     "stress-ng"
2025-08-20T22:53:03.0418196Z   ],
2025-08-20T22:53:03.0418519Z   "screenshots": [],
2025-08-20T22:53:03.0418916Z   "src_url": [
2025-08-20T22:53:03.0419379Z     "https://github.com/ColinIanKing/stress-ng"
2025-08-20T22:53:03.0419835Z   ],
2025-08-20T22:53:03.0420095Z   "tag": [
2025-08-20T22:53:03.0420385Z     "Utility"
2025-08-20T22:53:03.0420664Z   ],
2025-08-20T22:53:03.0421158Z   "version": "HEAD-886bdb5-250820T113824",
2025-08-20T22:53:03.0421595Z   "version_upstream": "0.19.03",
2025-08-20T22:53:03.0422199Z   "bsum": "ed42a701d19b2f64d7f8b641b8c3f62b0ef1988795b022e43333fa1b1ddd221c",
2025-08-20T22:53:03.0422835Z   "build_date": "2025-08-20T22:52:54Z",
2025-08-20T22:53:03.0423440Z   "build_gha": "https://github.com/pkgforge/bincache/actions/runs/17109940431",
2025-08-20T22:53:03.0424046Z   "build_id": "17109940431",
2025-08-20T22:53:03.0425150Z   "build_log": "https://api.ghcr.pkgforge.dev/pkgforge/bincache/stress-ng/official/source/stress-ng?tag=HEAD-886bdb5-250820T113824-x86_64-linux&download=stress-ng.log",
2025-08-20T22:53:03.0426866Z   "build_script": "https://github.com/pkgforge/soarpkgs/blob/main/binaries/stress-ng/static.official.source.yaml",
2025-08-20T22:53:03.0428455Z   "download_url": "https://api.ghcr.pkgforge.dev/pkgforge/bincache/stress-ng/official/source/stress-ng?tag=HEAD-886bdb5-250820T113824-x86_64-linux&download=stress-ng",
2025-08-20T22:53:03.0430033Z   "ghcr_pkg": "ghcr.io/pkgforge/bincache/stress-ng/official/source/stress-ng:HEAD-886bdb5-250820T113824-x86_64-linux",
2025-08-20T22:53:03.0431330Z   "ghcr_url": "https://ghcr.io/pkgforge/bincache/stress-ng/official/source/stress-ng",
2025-08-20T22:53:03.0432653Z   "manifest_url": "https://api.ghcr.pkgforge.dev/pkgforge/bincache/stress-ng/official/source/stress-ng?tag=HEAD-886bdb5-250820T113824-x86_64-linux&manifest",
2025-08-20T22:53:03.0434084Z   "shasum": "41606d2b59ff6787edaab8c037b9fae4a3887b56258769f8a2d39e57e7786013",
2025-08-20T22:53:03.0434723Z   "size": "8.3 MB",
2025-08-20T22:53:03.0435040Z   "size_raw": "8659272",
2025-08-20T22:53:03.0435398Z   "snapshots": [
2025-08-20T22:53:03.0435782Z     "HEAD-9d08ba3-250410T212249-x86_64-linux[0.18.12]",
2025-08-20T22:53:03.0436456Z     "HEAD-987c211-250602T145538-x86_64-linux[0.19.01]",
2025-08-20T22:53:03.0437071Z     "HEAD-4ae6fc1-250604T122453-x86_64-linux[0.19.01]",
2025-08-20T22:53:03.0437609Z     "HEAD-c729f24-250611T151820-x86_64-linux[0.19.01]",
2025-08-20T22:53:03.0438127Z     "HEAD-724c85f-250614T225155-x86_64-linux[0.19.01]",
2025-08-20T22:53:03.0438646Z     "HEAD-45e32aa-250616T180449-x86_64-linux[0.19.01]",
2025-08-20T22:53:03.0439142Z     "HEAD-f3c4311-250618T124447-x86_64-linux[0.19.01]",
2025-08-20T22:53:03.0439642Z     "HEAD-debb51e-250621T122830-x86_64-linux[0.19.01]",
2025-08-20T22:53:03.0440150Z     "HEAD-dddab38-250623T183929-x86_64-linux[0.19.01]",
2025-08-20T22:53:03.0440650Z     "HEAD-e52947f-250625T225100-x86_64-linux[0.19.01]",
2025-08-20T22:53:03.0441352Z     "HEAD-6c201bd-250628T124231-x86_64-linux[0.19.01]",
2025-08-20T22:53:03.0441864Z     "HEAD-1360d82-250630T142616-x86_64-linux[0.19.01]",
2025-08-20T22:53:03.0442353Z     "HEAD-e2340d5-250702T165703-x86_64-linux[0.19.02]",
2025-08-20T22:53:03.0442844Z     "HEAD-1800172-250703T144656-x86_64-linux[0.19.02]",
2025-08-20T22:53:03.0443340Z     "HEAD-203ba55-250707T181708-x86_64-linux[0.19.02]",
2025-08-20T22:53:03.0443832Z     "HEAD-9807885-250709T181735-x86_64-linux[0.19.02]",
2025-08-20T22:53:03.0444325Z     "HEAD-fd5b857-250712T143641-x86_64-linux[0.19.02]",
2025-08-20T22:53:03.0444857Z     "HEAD-6cf02a5-250716T145638-x86_64-linux[0.19.02]",
2025-08-20T22:53:03.0445360Z     "HEAD-a380163-250718T174159-x86_64-linux[0.19.02]",
2025-08-20T22:53:03.0445968Z     "HEAD-f5f8a4e-250721T162808-x86_64-linux[0.19.02]",
2025-08-20T22:53:03.0446488Z     "HEAD-d3f1f7e-250723T214339-x86_64-linux[0.19.02]",
2025-08-20T22:53:03.0447011Z     "HEAD-7ad1904-250726T221109-x86_64-linux[0.19.02]",
2025-08-20T22:53:03.0447525Z     "HEAD-f56208f-250728T181055-x86_64-linux[0.19.02]",
2025-08-20T22:53:03.0448167Z     "HEAD-155e3fe-250730T125441-x86_64-linux[0.19.02]",
2025-08-20T22:53:03.0448667Z     "HEAD-20e0f48-250801T084528-x86_64-linux[0.19.03]",
2025-08-20T22:53:03.0449176Z     "HEAD-a269556-250806T162423-x86_64-linux[0.19.03]",
2025-08-20T22:53:03.0449684Z     "HEAD-867c605-250809T224300-x86_64-linux[0.19.03]",
2025-08-20T22:53:03.0450209Z     "HEAD-0c3ba47-250811T123156-x86_64-linux[0.19.03]",
2025-08-20T22:53:03.0450731Z     "HEAD-5c944fc-250812T121127-x86_64-linux[0.19.03]",
2025-08-20T22:53:03.0451457Z     "HEAD-33f9db0-250816T214016-x86_64-linux[0.19.03]",
2025-08-20T22:53:03.0451976Z     "HEAD-fc9a061-250818T093742-x86_64-linux[0.19.03]"
2025-08-20T22:53:03.0452409Z   ]
2025-08-20T22:53:03.0452668Z }
2025-08-20T22:53:03.0452813Z 
2025-08-20T22:53:03.0452818Z 
2025-08-20T22:53:03.1635938Z Error response from registry: failed to fetch the content of "ghcr.io/pkgforge/bincache/stress-ng/official/source/stress-ng:HEAD-886bdb5-250820T113824-x86_64-linux": ghcr.io/pkgforge/bincache/stress-ng/official/source/stress-ng:HEAD-886bdb5-250820T113824-x86_64-linux: not found
2025-08-20T22:53:03.1679332Z Uploading empty artifact
2025-08-20T22:53:03.1683031Z time=2025-08-20T22:53:03Z level=debug msg=Request #0
2025-08-20T22:53:03.1684444Z > Request URL: "https://ghcr.io/v2/pkgforge/bincache/stress-ng/official/source/stress-ng/manifests/sha256:c53ae1c1d96da5a6ed8ec1fdcb493b49cef3d37447ce2385ea22a118bf920049"
2025-08-20T22:53:03.1685691Z > Request method: "HEAD"
2025-08-20T22:53:03.1686040Z > Request headers:
2025-08-20T22:53:03.1687574Z    "Accept": "application/vnd.docker.distribution.manifest.v2+json, application/vnd.docker.distribution.manifest.list.v2+json, application/vnd.oci.image.manifest.v1+json, application/vnd.oci.image.index.v1+json, application/vnd.oci.artifact.manifest.v1+json"
2025-08-20T22:53:03.1689166Z    "User-Agent": "oras/1.2.3"
2025-08-20T22:53:03.2060717Z time=2025-08-20T22:53:03Z level=debug msg=Response #0
2025-08-20T22:53:03.2061590Z < Response Status: "401 Unauthorized"
2025-08-20T22:53:03.2061965Z < Response headers:
2025-08-20T22:53:03.2062264Z    "Content-Type": "application/json"
2025-08-20T22:53:03.2063547Z    "Www-Authenticate": "***"https://ghcr.io/token\",service=\"ghcr.io\",scope=\"repository:pkgforge/bincache/stress-ng/official/source/stress-ng:pull\""
2025-08-20T22:53:03.2064635Z    "Date": "Wed, 20 Aug 2025 22:53:03 GMT"
2025-08-20T22:53:03.2064946Z    "Content-Length": "73"
2025-08-20T22:53:03.2065273Z    "X-Github-Request-Id": "2801:193106:FE7C3:115B62:68A651CF"
2025-08-20T22:53:03.2065679Z time=2025-08-20T22:53:03Z level=debug msg=Request #1
2025-08-20T22:53:03.2066452Z > Request URL: "https://ghcr.io/token?scope=repository%3Apkgforge%2Fbincache%2Fstress-ng%2Fofficial%2Fsource%2Fstress-ng%3Apull%2Cpush&service=ghcr.io"
2025-08-20T22:53:03.2067179Z > Request method: "GET"
2025-08-20T22:53:03.2067418Z > Request headers:
2025-08-20T22:53:03.2067647Z    "Authorization": "*****"
2025-08-20T22:53:03.2067909Z    "User-Agent": "oras/1.2.3"
2025-08-20T22:53:03.2626090Z time=2025-08-20T22:53:03Z level=debug msg=Response #1
2025-08-20T22:53:03.2626769Z < Response Status: "200 OK"
2025-08-20T22:53:03.2627253Z < Response headers:
2025-08-20T22:53:03.2627566Z    "Date": "Wed, 20 Aug 2025 22:53:03 GMT"
2025-08-20T22:53:03.2627922Z    "Content-Length": "69"
2025-08-20T22:53:03.2628373Z    "X-Github-Request-Id": "2801:193106:FE7C6:115B64:68A651CF"
2025-08-20T22:53:03.2628832Z    "Content-Type": "application/json"
2025-08-20T22:53:03.2629243Z    "Docker-Distribution-Api-Version": "registry/2.0"
2025-08-20T22:53:03.2629828Z    "Strict-Transport-Security": "max-age=63072000; includeSubDomains; preload"
2025-08-20T22:53:03.2630409Z time=2025-08-20T22:53:03Z level=debug msg=Request #2
2025-08-20T22:53:03.2631773Z > Request URL: "https://ghcr.io/v2/pkgforge/bincache/stress-ng/official/source/stress-ng/manifests/sha256:c53ae1c1d96da5a6ed8ec1fdcb493b49cef3d37447ce2385ea22a118bf920049"
2025-08-20T22:53:03.2632809Z > Request method: "HEAD"
2025-08-20T22:53:03.2633147Z > Request headers:
2025-08-20T22:53:03.2634546Z    "Accept": "application/vnd.docker.distribution.manifest.v2+json, application/vnd.docker.distribution.manifest.list.v2+json, application/vnd.oci.image.manifest.v1+json, application/vnd.oci.image.index.v1+json, application/vnd.oci.artifact.manifest.v1+json"
2025-08-20T22:53:03.2635899Z    "Authorization": "*****"
2025-08-20T22:53:03.2636189Z    "User-Agent": "oras/1.2.3"
2025-08-20T22:53:03.2915220Z time=2025-08-20T22:53:03Z level=debug msg=Response #2
2025-08-20T22:53:03.2915969Z < Response Status: "404 Not Found"
2025-08-20T22:53:03.2916515Z < Response headers:
2025-08-20T22:53:03.2917066Z    "Strict-Transport-Security": "max-age=63072000; includeSubDomains; preload"
2025-08-20T22:53:03.2917628Z    "Date": "Wed, 20 Aug 2025 22:53:03 GMT"
2025-08-20T22:53:03.2917975Z    "Content-Length": "70"
2025-08-20T22:53:03.2918362Z    "X-Github-Request-Id": "2801:193106:FE7D6:115B75:68A651CF"
2025-08-20T22:53:03.2918807Z    "Content-Type": "application/json"
2025-08-20T22:53:03.2919225Z    "Docker-Distribution-Api-Version": "registry/2.0"
2025-08-20T22:53:03.2919826Z time=2025-08-20T22:53:03Z level=debug msg=Request #3
2025-08-20T22:53:03.2921062Z > Request URL: "https://ghcr.io/v2/pkgforge/bincache/stress-ng/official/source/stress-ng/blobs/sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"
2025-08-20T22:53:03.2922071Z > Request method: "HEAD"
2025-08-20T22:53:03.2922369Z > Request headers:
2025-08-20T22:53:03.2922643Z    "Authorization": "*****"
2025-08-20T22:53:03.2922952Z    "User-Agent": "oras/1.2.3"
2025-08-20T22:53:03.3178515Z time=2025-08-20T22:53:03Z level=debug msg=Response #3
2025-08-20T22:53:03.3179302Z < Response Status: "200 OK"
2025-08-20T22:53:03.3179838Z < Response headers:
2025-08-20T22:53:03.3180462Z    "Docker-Distribution-Api-Version": "registry/2.0"
2025-08-20T22:53:03.3181357Z    "Etag": "\"sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855\""
2025-08-20T22:53:03.3182206Z    "Strict-Transport-Security": "max-age=63072000; includeSubDomains; preload"
2025-08-20T22:53:03.3182848Z    "Date": "Wed, 20 Aug 2025 22:53:03 GMT"
2025-08-20T22:53:03.3183338Z    "X-Github-Request-Id": "2801:193106:FE7DF:115B7D:68A651CF"
2025-08-20T22:53:03.3184019Z    "Content-Length": "0"
2025-08-20T22:53:03.3184389Z    "Content-Type": ""
2025-08-20T22:53:03.3185064Z    "Docker-Content-Digest": "sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"
2025-08-20T22:53:03.3185708Z time=2025-08-20T22:53:03Z level=debug msg=Request #4
2025-08-20T22:53:03.3186525Z > Request URL: "https://ghcr.io/v2/pkgforge/bincache/stress-ng/official/source/stress-ng/manifests/HEAD-886bdb5-250820T113824-x86_64-linux"
2025-08-20T22:53:03.3187285Z > Request method: "PUT"
2025-08-20T22:53:03.3187546Z > Request headers:
2025-08-20T22:53:03.3187889Z    "Content-Type": "application/vnd.oci.image.manifest.v1+json"
2025-08-20T22:53:03.3188321Z    "Authorization": "*****"
2025-08-20T22:53:03.3188598Z    "User-Agent": "oras/1.2.3"
2025-08-20T22:53:03.5563366Z time=2025-08-20T22:53:03Z level=debug msg=Response #4
2025-08-20T22:53:03.5564164Z < Response Status: "201 Created"
2025-08-20T22:53:03.5564731Z < Response headers:
2025-08-20T22:53:03.5565199Z    "Date": "Wed, 20 Aug 2025 22:53:03 GMT"
2025-08-20T22:53:03.5565613Z    "Content-Length": "0"
2025-08-20T22:53:03.5566051Z    "X-Github-Request-Id": "2801:193106:FE7E7:115B83:68A651CF"
2025-08-20T22:53:03.5566556Z    "Content-Type": "application/json"
2025-08-20T22:53:03.5567295Z    "Docker-Content-Digest": "sha256:c53ae1c1d96da5a6ed8ec1fdcb493b49cef3d37447ce2385ea22a118bf920049"
2025-08-20T22:53:03.5568113Z    "Docker-Distribution-Api-Version": "registry/2.0"
2025-08-20T22:53:03.5569241Z    "Location": "/v2/pkgforge/bincache/stress-ng/official/source/stress-ng/manifests/sha256:c53ae1c1d96da5a6ed8ec1fdcb493b49cef3d37447ce2385ea22a118bf920049"
2025-08-20T22:53:03.5570190Z    "Strict-Transport-Security": "max-age=63072000; includeSubDomains; preload"
2025-08-20T22:53:03.5571255Z Pushed [registry] ghcr.io/pkgforge/bincache/stress-ng/official/source/stress-ng:HEAD-886bdb5-250820T113824-x86_64-linux
2025-08-20T22:53:03.5572065Z ArtifactType: application/vnd.oci.empty.v1+json
2025-08-20T22:53:03.5572877Z Digest: sha256:c53ae1c1d96da5a6ed8ec1fdcb493b49cef3d37447ce2385ea22a118bf920049
2025-08-20T22:53:05.7107722Z Uploading aa3841c9a428 CHECKSUM.sig
2025-08-20T22:53:05.7212747Z Uploading 6e4b37108b39 stress-ng.sig
2025-08-20T22:53:05.7213403Z Uploading 41606d2b59ff stress-ng
2025-08-20T22:53:05.7214020Z Uploading c0c559b41fa4 CHECKSUM
2025-08-20T22:53:05.7454183Z Exists    8177f9751321 LICENSE
2025-08-20T22:53:05.7623686Z Uploading 0ff7f225d9a3 LICENSE.sig
2025-08-20T22:53:06.6074607Z Uploaded  c0c559b41fa4 CHECKSUM
2025-08-20T22:53:06.6247379Z Uploaded  aa3841c9a428 CHECKSUM.sig
2025-08-20T22:53:06.6395189Z Exists    afa3f5fba016 SBUILD
2025-08-20T22:53:06.6436616Z Uploading 5578936d6b22 SBUILD.sig
2025-08-20T22:53:06.6644234Z Exists    11cf0313013e stress-ng.png
2025-08-20T22:53:06.6818615Z Uploading e409476d55c9 stress-ng.json
2025-08-20T22:53:06.7886036Z Uploaded  0ff7f225d9a3 LICENSE.sig
2025-08-20T22:53:06.8149833Z Uploading 4a1f44a7d572 stress-ng.json.sig
2025-08-20T22:53:06.8341690Z Uploaded  41606d2b59ff stress-ng
2025-08-20T22:53:06.8383357Z Uploaded  6e4b37108b39 stress-ng.sig
2025-08-20T22:53:06.8554892Z Uploading 676c035a43d2 stress-ng.log.sig
2025-08-20T22:53:06.8562489Z Uploading 4a6378e8a605 stress-ng.log
2025-08-20T22:53:07.5323265Z Uploaded  5578936d6b22 SBUILD.sig
2025-08-20T22:53:07.5541443Z Exists    252a7f8ad76a stress-ng.version
2025-08-20T22:53:07.6126098Z Uploading 33dca3f36e56 stress-ng.version.sig
2025-08-20T22:53:07.6634191Z Uploaded  e409476d55c9 stress-ng.json
2025-08-20T22:53:07.7215093Z Uploaded  4a1f44a7d572 stress-ng.json.sig
2025-08-20T22:53:07.7631291Z Uploaded  676c035a43d2 stress-ng.log.sig
2025-08-20T22:53:07.8688564Z Uploaded  4a6378e8a605 stress-ng.log
2025-08-20T22:53:08.7054051Z Uploaded  33dca3f36e56 stress-ng.version.sig
2025-08-20T22:53:08.7054752Z Uploading 6af29881f71e stress-ng
2025-08-20T22:53:09.0193234Z Uploaded  6af29881f71e stress-ng
2025-08-20T22:53:09.0194280Z Pushed [registry] ghcr.io/pkgforge/bincache/stress-ng/official/source/stress-ng:HEAD-886bdb5-250820T113824-x86_64-linux
2025-08-20T22:53:09.0195431Z ArtifactType: application/vnd.oci.empty.v1+json
2025-08-20T22:53:09.0196269Z Digest: sha256:6af29881f71e7d38b270235bb0ea89a27e8da28c1fc281b3b5ad3a6c58f29a14
2025-08-20T22:53:14.1540307Z 
2025-08-20T22:53:14.1541135Z [+] Registry --> https://ghcr.io/pkgforge/bincache/stress-ng/official/source/stress-ng
2025-08-20T22:53:14.1541956Z [+] ==> https://api.ghcr.pkgforge.dev/pkgforge/bincache/stress-ng/official/source/stress-ng?tag=HEAD-886bdb5-250820T113824-x86_64-linux&manifest 
2025-08-20T22:53:14.1542469Z 
2025-08-20T22:53:16.2776466Z *** Zstandard CLI (64-bit) v1.5.7, by Yann Collet ***
2025-08-20T22:53:16.4956054Z ./BUILD_ARTIFACTS.tar : 34.33%   (  67.7 MiB =>   23.2 MiB, /tmp/BUILD_ARTIFACTS.zstd) 
2025-08-20T22:53:16.5129643Z removed './BUILD_ARTIFACTS.tar'
2025-08-20T22:53:16.5167109Z 
2025-08-20T22:53:16.5167915Z [+] Completed (Building|Fetching) https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/stress-ng/static.official.source.yaml :: 00(Hr):06(Min):30(Sec)
2025-08-20T22:53:16.5169001Z 
2025-08-20T22:53:16.5183035Z 
2025-08-20T22:53:16.5183446Z ==> [+] Finished Building at :: Wednesday, 2025-08-20 (10:53:16 PM) UTC
2025-08-20T22:53:16.5183880Z 
2025-08-20T22:53:17.4094204Z renamed '/tmp/BUILD.gh.log.txt' -> '/tmp/BUILD.log'
2025-08-20T22:53:17.4143728Z ##[group]Run ##Presets
2025-08-20T22:53:17.4144150Z [36;1m##Presets[0m
2025-08-20T22:53:17.4144425Z [36;1mset +x ; set +e[0m
2025-08-20T22:53:17.4144645Z [36;1m#-------------#[0m
2025-08-20T22:53:17.4144842Z [36;1m##Debug?[0m
2025-08-20T22:53:17.4145081Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T22:53:17.4145366Z [36;1m  set -x[0m
2025-08-20T22:53:17.4145555Z [36;1mfi[0m
2025-08-20T22:53:17.4145728Z [36;1m#-------------#[0m
2025-08-20T22:53:17.4145921Z [36;1m##Set ENV[0m
2025-08-20T22:53:17.4146159Z [36;1m if [[ "${SKIP_SRCBUILD_UPLOAD}" != "YES" ]]; then[0m
2025-08-20T22:53:17.4146654Z [36;1m    #GHCRPKG_TAG_SRCBUILD="srcbuild.$(date --utc +"%y%m%dT%H%M%S" | tr -d '[:space:]')-HEAD-886bdb5-250820T113824-x86_64-linux"[0m
2025-08-20T22:53:17.4147197Z [36;1m    GHCRPKG_TAG_SRCBUILD="HEAD-886bdb5-250820T113824-x86_64-linux"[0m
2025-08-20T22:53:17.4147800Z [36;1m    GHCRPKG_URL_SRCBUILD="ghcr.io/pkgforge/bincache/stress-ng/official/source/stress-ng-srcbuild-17109940431"[0m
2025-08-20T22:53:17.4148372Z [36;1m    export GHCRPKG_TAG_SRCBUILD GHCRPKG_URL_SRCBUILD[0m
2025-08-20T22:53:17.4148770Z [36;1m    echo "GHCRPKG_TAG_SRCBUILD=${GHCRPKG_TAG_SRCBUILD}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:53:17.4149210Z [36;1m    echo "GHCRPKG_URL_SRCBUILD=${GHCRPKG_URL_SRCBUILD}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:53:17.4149536Z [36;1m fi[0m
2025-08-20T22:53:17.4149700Z [36;1m##Push[0m
2025-08-20T22:53:17.4149920Z [36;1m if [[ -n "${GHCRPKG_TAG_SRCBUILD+x}" ]]; then[0m
2025-08-20T22:53:17.4150195Z [36;1m  pushd "/tmp" &>/dev/null[0m
2025-08-20T22:53:17.4150724Z [36;1m   if [[ -s "./BUILD_ARTIFACTS.zstd" && $(stat -c%s "./BUILD_ARTIFACTS.zstd") -gt 1000 ]]; then[0m
2025-08-20T22:53:17.4151386Z [36;1m     realpath "./BUILD_ARTIFACTS.zstd" && du -sh "./BUILD_ARTIFACTS.zstd"[0m
2025-08-20T22:53:17.4151843Z [36;1m     ls -sh "/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR"[0m
2025-08-20T22:53:17.4152181Z [36;1m     ghcr_push_cmd()[0m
2025-08-20T22:53:17.4152397Z [36;1m       {[0m
2025-08-20T22:53:17.4152587Z [36;1m        for i in {1..10}; do[0m
2025-08-20T22:53:17.4152924Z [36;1m          unset ghcr_push ; ghcr_push=(oras push --disable-path-validation)[0m
2025-08-20T22:53:17.4153373Z [36;1m          ghcr_push+=(--config "/dev/null:application/vnd.oci.empty.v1+json")[0m
2025-08-20T22:53:17.4153800Z [36;1m          ghcr_push+=(--annotation "com.github.package.type=container")[0m
2025-08-20T22:53:17.4154337Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.build_ghcrpkg-tag=HEAD-886bdb5-250820T113824-x86_64-linux")[0m
2025-08-20T22:53:17.4155059Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.build_gha=https://github.com/pkgforge/bincache/actions/runs/17109940431")[0m
2025-08-20T22:53:17.4155754Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.build_id=17109940431")[0m
2025-08-20T22:53:17.4156477Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.ghcr_pkg=ghcr.io/pkgforge/bincache/stress-ng/official/source/stress-ng:HEAD-886bdb5-250820T113824-x86_64-linux")[0m
2025-08-20T22:53:17.4157220Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.push_date=2025-08-20T22:52:54Z")[0m
2025-08-20T22:53:17.4157719Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.version=HEAD-886bdb5-250820T113824")[0m
2025-08-20T22:53:17.4158232Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.created=2025-08-20T22:52:54Z")[0m
2025-08-20T22:53:17.4158958Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.description=SRCBUILD for ghcr.io/pkgforge/bincache/stress-ng/official/source/stress-ng")[0m
2025-08-20T22:53:17.4159657Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.licenses=blessing")[0m
2025-08-20T22:53:17.4160185Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.ref.name=HEAD-886bdb5-250820T113824")[0m
2025-08-20T22:53:17.4161153Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.revision=HEAD-886bdb5-250820T113824")[0m
2025-08-20T22:53:17.4161993Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.source=https://pkgs.pkgforge.dev/repo/bincache/x86_64-linux/stress-ng/official/source/stress-ng")[0m
2025-08-20T22:53:17.4162745Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.title=SRCBUILD-stress-ng")[0m
2025-08-20T22:53:17.4163345Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.url=https://github.com/ColinIanKing/stress-ng")[0m
2025-08-20T22:53:17.4163934Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.vendor=pkgforge")[0m
2025-08-20T22:53:17.4164453Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.version=HEAD-886bdb5-250820T113824")[0m
2025-08-20T22:53:17.4164942Z [36;1m          ghcr_push+=("${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}")[0m
2025-08-20T22:53:17.4165452Z [36;1m          [[ -f "./BUILD_ARTIFACTS.zstd" && -s "./BUILD_ARTIFACTS.zstd" ]] && ghcr_push+=("./BUILD_ARTIFACTS.zstd")[0m
2025-08-20T22:53:17.4165890Z [36;1m          "${ghcr_push[@]}" ; sleep 5[0m
2025-08-20T22:53:17.4166146Z [36;1m         #Check[0m
2025-08-20T22:53:17.4166734Z [36;1m          if [[ "$(oras manifest fetch "${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}" | jq -r '.annotations["dev.pkgforge.soar.push_date"]' | tr -d '[:space:]')" == "2025-08-20T22:52:54Z" ]]; then[0m
2025-08-20T22:53:17.4167465Z [36;1m            echo -e "\n[+] (ARTIFACTS) Registry --> https://${GHCRPKG_URL_SRCBUILD}\n"[0m
2025-08-20T22:53:17.4167817Z [36;1m            break[0m
2025-08-20T22:53:17.4168096Z [36;1m          else[0m
2025-08-20T22:53:17.4168497Z [36;1m            echo -e "\n[-] Failed to Push Artifact to ${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD} (Retrying ${i}/10)\n"[0m
2025-08-20T22:53:17.4168923Z [36;1m          fi[0m
2025-08-20T22:53:17.4169144Z [36;1m          sleep "$(shuf -i 500-4500 -n 1)e-3"[0m
2025-08-20T22:53:17.4169398Z [36;1m        done[0m
2025-08-20T22:53:17.4169586Z [36;1m       }[0m
2025-08-20T22:53:17.4169785Z [36;1m       export -f ghcr_push_cmd[0m
2025-08-20T22:53:17.4170087Z [36;1m       ghcr_push_cmd[0m
2025-08-20T22:53:17.4178967Z [36;1m       if [[ "$(oras manifest fetch "${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}" | jq -r '.annotations["dev.pkgforge.soar.push_date"]' | tr -d '[:space:]')" != "2025-08-20T22:52:54Z" ]]; then[0m
2025-08-20T22:53:17.4179825Z [36;1m         echo -e "\n[✗] Failed to Push Artifact to ${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}\n"[0m
2025-08-20T22:53:17.4180254Z [36;1m          echo -e "\n[-] Retrying ...\n"[0m
2025-08-20T22:53:17.4180534Z [36;1m          ghcr_push_cmd[0m
2025-08-20T22:53:17.4181308Z [36;1m           if [[ "$(oras manifest fetch "${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}" | jq -r '.annotations["dev.pkgforge.soar.push_date"]' | tr -d '[:space:]')" != "2025-08-20T22:52:54Z" ]]; then[0m
2025-08-20T22:53:17.4182201Z [36;1m             oras manifest fetch "${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}" | jq .[0m
2025-08-20T22:53:17.4182717Z [36;1m             echo -e "\n[✗] Failed to Push Artifact to ${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}\n"[0m
2025-08-20T22:53:17.4183121Z [36;1m             return 1 || exit 1[0m
2025-08-20T22:53:17.4183383Z [36;1m           fi[0m
2025-08-20T22:53:17.4183592Z [36;1m       fi[0m
2025-08-20T22:53:17.4183769Z [36;1m   fi[0m
2025-08-20T22:53:17.4183941Z [36;1m fi[0m
2025-08-20T22:53:17.4184121Z [36;1mpopd >/dev/null 2>&1[0m
2025-08-20T22:53:17.4275607Z shell: /usr/bin/bash -e {0}
2025-08-20T22:53:17.4275847Z env:
2025-08-20T22:53:17.4276025Z   CROSS_COMPILING: NO
2025-08-20T22:53:17.4276245Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T22:53:17.4276476Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T22:53:17.4276687Z   ON_QEMU: NO
2025-08-20T22:53:17.4276857Z   DEBUG: 0
2025-08-20T22:53:17.4277027Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T22:53:17.4277247Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T22:53:17.4277700Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/stress-ng/official/source
2025-08-20T22:53:17.4278038Z   KEEP_LOGS: YES
2025-08-20T22:53:17.4278234Z   GITHUB_TEST_BUILD: YES
2025-08-20T22:53:17.4278456Z   PKG_FAMILY_LOCAL: stress-ng
2025-08-20T22:53:17.4278680Z   SBUILD_REBUILD: false
2025-08-20T22:53:17.4279238Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/stress-ng/static.official.source.yaml
2025-08-20T22:53:17.4279837Z   BUILD_SYS: docker://clang+make
2025-08-20T22:53:17.4280078Z   BUILD_ON_HOST: FALSE
2025-08-20T22:53:17.4280272Z   BUILD_SYSTEM: DOCKER
2025-08-20T22:53:17.4280464Z   SYSTMP: /tmp
2025-08-20T22:53:17.4280641Z   GHA_MODE: MATRIX
2025-08-20T22:53:17.4281341Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T22:53:17.4281870Z   INPUT_SBUILD: /tmp/pkgforge/Q1dHry6HV_build.yaml
2025-08-20T22:53:17.4282187Z   BUILD_DIR: /tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml
2025-08-20T22:53:17.4282572Z   SBUILD_OUTDIR: /tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR
2025-08-20T22:53:17.4283047Z   SBUILD_TMPDIR: /tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T22:53:17.4283415Z   PKG_TYPE: static
2025-08-20T22:53:17.4283605Z   SBUILD_SUCCESSFUL: YES
2025-08-20T22:53:17.4283829Z   SBUILD_PKGVER: HEAD-886bdb5-250820T113824
2025-08-20T22:53:17.4284206Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17109940431
2025-08-20T22:53:17.4284591Z   BUILD_ID: 17109940431
2025-08-20T22:53:17.4284783Z   PKG_NAME: stress-ng
2025-08-20T22:53:17.4285077Z   PKG_DATE: 2025-08-20T22:52:54Z
2025-08-20T22:53:17.4285314Z   PKG_VERSION: HEAD-886bdb5-250820T113824
2025-08-20T22:53:17.4285567Z   PKG_VERSION_UPSTREAM: 0.19.03
2025-08-20T22:53:17.4285901Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/stress-ng/official/source/stress-ng
2025-08-20T22:53:17.4286301Z   GHCRPKG_TAG: HEAD-886bdb5-250820T113824-x86_64-linux
2025-08-20T22:53:17.4286779Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/x86_64-linux/stress-ng/official/source/stress-ng
2025-08-20T22:53:17.4287269Z   PKG_SRCURL: https://github.com/ColinIanKing/stress-ng
2025-08-20T22:53:17.4287552Z   PUSH_SUCCESSFUL: YES
2025-08-20T22:53:17.4287938Z   GHCR_TOKEN: ***
2025-08-20T22:53:17.4288218Z   GITHUB_TOKEN: ***
2025-08-20T22:53:17.4288442Z   GITLAB_TOKEN: ***
2025-08-20T22:53:17.4289582Z   MINISIGN_KEY: ***
2025-08-20T22:53:17.4289764Z ##[endgroup]
2025-08-20T22:53:17.4378316Z /tmp/BUILD_ARTIFACTS.zstd
2025-08-20T22:53:17.4388648Z 24M	./BUILD_ARTIFACTS.zstd
2025-08-20T22:53:17.4401857Z total 15M
2025-08-20T22:53:17.4402182Z 4.0K CHECKSUM
2025-08-20T22:53:17.4402487Z 4.0K CHECKSUM.sig
2025-08-20T22:53:17.4402793Z  20K LICENSE
2025-08-20T22:53:17.4403221Z 4.0K LICENSE.sig
2025-08-20T22:53:17.4403539Z 8.0K SBUILD
2025-08-20T22:53:17.4403833Z 4.0K SBUILD.sig
2025-08-20T22:53:17.4404152Z 4.0K SBUILD_TEMP
2025-08-20T22:53:17.4404464Z  28K kernel-coverage.sh
2025-08-20T22:53:17.4404821Z 4.0K kernel-coverage.sh.sig
2025-08-20T22:53:17.4405178Z 8.3M stress-ng
2025-08-20T22:53:17.4405412Z 8.0K stress-ng.json
2025-08-20T22:53:17.4405601Z 4.0K stress-ng.json.sig
2025-08-20T22:53:17.4405803Z 3.3M stress-ng.log
2025-08-20T22:53:17.4405995Z 4.0K stress-ng.log.sig
2025-08-20T22:53:17.4406192Z  40K stress-ng.png
2025-08-20T22:53:17.4406382Z 4.0K stress-ng.sig
2025-08-20T22:53:17.4406571Z 3.3M stress-ng.static.log
2025-08-20T22:53:17.4406793Z 4.0K stress-ng.static.version
2025-08-20T22:53:17.4407031Z 4.0K stress-ng.static.version.sig
2025-08-20T22:53:17.4407266Z 4.0K stress-ng.version
2025-08-20T22:53:17.4407472Z 4.0K stress-ng.version.sig
2025-08-20T22:53:17.5985044Z Uploading 9d18facd2f15 BUILD_ARTIFACTS.zstd
2025-08-20T22:53:18.8033114Z Uploaded  9d18facd2f15 BUILD_ARTIFACTS.zstd
2025-08-20T22:53:18.8033901Z Uploading 5ddd245e991f SRCBUILD-stress-ng
2025-08-20T22:53:19.0574985Z Uploaded  5ddd245e991f SRCBUILD-stress-ng
2025-08-20T22:53:19.0576517Z Pushed [registry] ghcr.io/pkgforge/bincache/stress-ng/official/source/stress-ng-srcbuild-17109940431:HEAD-886bdb5-250820T113824-x86_64-linux
2025-08-20T22:53:19.0577664Z ArtifactType: application/vnd.oci.empty.v1+json
2025-08-20T22:53:19.0578406Z Digest: sha256:5ddd245e991ffa209ef86bbb8eb1f6ddd99cdaba1644b75c23f624537783fd92
2025-08-20T22:53:24.2101769Z 
2025-08-20T22:53:24.2102559Z [+] (ARTIFACTS) Registry --> https://ghcr.io/pkgforge/bincache/stress-ng/official/source/stress-ng-srcbuild-17109940431
2025-08-20T22:53:24.2103136Z 
2025-08-20T22:53:24.3354258Z ##[group]Run ##Presets
2025-08-20T22:53:24.3354705Z [36;1m##Presets[0m
2025-08-20T22:53:24.3355049Z [36;1mset +x ; set +e[0m
2025-08-20T22:53:24.3355410Z [36;1m#-------------#[0m
2025-08-20T22:53:24.3355759Z [36;1m##Debug?[0m
2025-08-20T22:53:24.3356189Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T22:53:24.3356692Z [36;1m  set -x[0m
2025-08-20T22:53:24.3357007Z [36;1mfi[0m
2025-08-20T22:53:24.3357306Z [36;1m#-------------#[0m
2025-08-20T22:53:24.3357752Z [36;1mUTC_TIME="$(TZ='UTC' date +'%Y_%m_%dT%I_%M_%S_%p')"[0m
2025-08-20T22:53:24.3358349Z [36;1mecho "UTC_TIME=${UTC_TIME}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:53:24.3426562Z shell: /usr/bin/bash -e {0}
2025-08-20T22:53:24.3426799Z env:
2025-08-20T22:53:24.3426977Z   CROSS_COMPILING: NO
2025-08-20T22:53:24.3427201Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T22:53:24.3427431Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T22:53:24.3427651Z   ON_QEMU: NO
2025-08-20T22:53:24.3427858Z   DEBUG: 0
2025-08-20T22:53:24.3428037Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T22:53:24.3428255Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T22:53:24.3428685Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/stress-ng/official/source
2025-08-20T22:53:24.3429027Z   KEEP_LOGS: YES
2025-08-20T22:53:24.3429225Z   GITHUB_TEST_BUILD: YES
2025-08-20T22:53:24.3429442Z   PKG_FAMILY_LOCAL: stress-ng
2025-08-20T22:53:24.3429678Z   SBUILD_REBUILD: false
2025-08-20T22:53:24.3430230Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/stress-ng/static.official.source.yaml
2025-08-20T22:53:24.3431038Z   BUILD_SYS: docker://clang+make
2025-08-20T22:53:24.3431298Z   BUILD_ON_HOST: FALSE
2025-08-20T22:53:24.3431496Z   BUILD_SYSTEM: DOCKER
2025-08-20T22:53:24.3431689Z   SYSTMP: /tmp
2025-08-20T22:53:24.3431868Z   GHA_MODE: MATRIX
2025-08-20T22:53:24.3432298Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T22:53:24.3432808Z   INPUT_SBUILD: /tmp/pkgforge/Q1dHry6HV_build.yaml
2025-08-20T22:53:24.3433128Z   BUILD_DIR: /tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml
2025-08-20T22:53:24.3433510Z   SBUILD_OUTDIR: /tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR
2025-08-20T22:53:24.3434098Z   SBUILD_TMPDIR: /tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T22:53:24.3434477Z   PKG_TYPE: static
2025-08-20T22:53:24.3434665Z   SBUILD_SUCCESSFUL: YES
2025-08-20T22:53:24.3434894Z   SBUILD_PKGVER: HEAD-886bdb5-250820T113824
2025-08-20T22:53:24.3435267Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17109940431
2025-08-20T22:53:24.3435627Z   BUILD_ID: 17109940431
2025-08-20T22:53:24.3435822Z   PKG_NAME: stress-ng
2025-08-20T22:53:24.3436022Z   PKG_DATE: 2025-08-20T22:52:54Z
2025-08-20T22:53:24.3436259Z   PKG_VERSION: HEAD-886bdb5-250820T113824
2025-08-20T22:53:24.3436517Z   PKG_VERSION_UPSTREAM: 0.19.03
2025-08-20T22:53:24.3436860Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/stress-ng/official/source/stress-ng
2025-08-20T22:53:24.3437256Z   GHCRPKG_TAG: HEAD-886bdb5-250820T113824-x86_64-linux
2025-08-20T22:53:24.3437740Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/x86_64-linux/stress-ng/official/source/stress-ng
2025-08-20T22:53:24.3438236Z   PKG_SRCURL: https://github.com/ColinIanKing/stress-ng
2025-08-20T22:53:24.3438523Z   PUSH_SUCCESSFUL: YES
2025-08-20T22:53:24.3438789Z   GHCRPKG_TAG_SRCBUILD: HEAD-886bdb5-250820T113824-x86_64-linux
2025-08-20T22:53:24.3439312Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/stress-ng/official/source/stress-ng-srcbuild-17109940431
2025-08-20T22:53:24.3439762Z ##[endgroup]
2025-08-20T22:53:24.3588462Z ##[group]Run actions/upload-artifact@v4
2025-08-20T22:53:24.3588759Z with:
2025-08-20T22:53:24.3588960Z   name: Bincache_stress-ng_x86_64-Linux
2025-08-20T22:53:24.3589260Z   path: /tmp/BUILD.log
/tmp/BUILD_ARTIFACTS.zstd

2025-08-20T22:53:24.3589550Z   compression-level: 0
2025-08-20T22:53:24.3589758Z   retention-days: 30
2025-08-20T22:53:24.3589954Z   overwrite: true
2025-08-20T22:53:24.3590145Z   if-no-files-found: warn
2025-08-20T22:53:24.3590370Z   include-hidden-files: false
2025-08-20T22:53:24.3590582Z env:
2025-08-20T22:53:24.3590749Z   CROSS_COMPILING: NO
2025-08-20T22:53:24.3591203Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T22:53:24.3591427Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T22:53:24.3591634Z   ON_QEMU: NO
2025-08-20T22:53:24.3591800Z   DEBUG: 0
2025-08-20T22:53:24.3591980Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T22:53:24.3592197Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T22:53:24.3592505Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/stress-ng/official/source
2025-08-20T22:53:24.3592858Z   KEEP_LOGS: YES
2025-08-20T22:53:24.3593054Z   GITHUB_TEST_BUILD: YES
2025-08-20T22:53:24.3593258Z   PKG_FAMILY_LOCAL: stress-ng
2025-08-20T22:53:24.3593477Z   SBUILD_REBUILD: false
2025-08-20T22:53:24.3594020Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/stress-ng/static.official.source.yaml
2025-08-20T22:53:24.3594595Z   BUILD_SYS: docker://clang+make
2025-08-20T22:53:24.3594822Z   BUILD_ON_HOST: FALSE
2025-08-20T22:53:24.3595135Z   BUILD_SYSTEM: DOCKER
2025-08-20T22:53:24.3595323Z   SYSTMP: /tmp
2025-08-20T22:53:24.3595497Z   GHA_MODE: MATRIX
2025-08-20T22:53:24.3595921Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T22:53:24.3596424Z   INPUT_SBUILD: /tmp/pkgforge/Q1dHry6HV_build.yaml
2025-08-20T22:53:24.3596738Z   BUILD_DIR: /tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml
2025-08-20T22:53:24.3597118Z   SBUILD_OUTDIR: /tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR
2025-08-20T22:53:24.3597590Z   SBUILD_TMPDIR: /tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T22:53:24.3597967Z   PKG_TYPE: static
2025-08-20T22:53:24.3598154Z   SBUILD_SUCCESSFUL: YES
2025-08-20T22:53:24.3598379Z   SBUILD_PKGVER: HEAD-886bdb5-250820T113824
2025-08-20T22:53:24.3598754Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17109940431
2025-08-20T22:53:24.3599106Z   BUILD_ID: 17109940431
2025-08-20T22:53:24.3599299Z   PKG_NAME: stress-ng
2025-08-20T22:53:24.3599495Z   PKG_DATE: 2025-08-20T22:52:54Z
2025-08-20T22:53:24.3599732Z   PKG_VERSION: HEAD-886bdb5-250820T113824
2025-08-20T22:53:24.3600073Z   PKG_VERSION_UPSTREAM: 0.19.03
2025-08-20T22:53:24.3600411Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/stress-ng/official/source/stress-ng
2025-08-20T22:53:24.3600969Z   GHCRPKG_TAG: HEAD-886bdb5-250820T113824-x86_64-linux
2025-08-20T22:53:24.3601452Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/x86_64-linux/stress-ng/official/source/stress-ng
2025-08-20T22:53:24.3601942Z   PKG_SRCURL: https://github.com/ColinIanKing/stress-ng
2025-08-20T22:53:24.3602223Z   PUSH_SUCCESSFUL: YES
2025-08-20T22:53:24.3602485Z   GHCRPKG_TAG_SRCBUILD: HEAD-886bdb5-250820T113824-x86_64-linux
2025-08-20T22:53:24.3603004Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/stress-ng/official/source/stress-ng-srcbuild-17109940431
2025-08-20T22:53:24.3603465Z   UTC_TIME: 2025_08_20T10_53_24_PM
2025-08-20T22:53:24.3603692Z ##[endgroup]
2025-08-20T22:53:24.5864208Z Multiple search paths detected. Calculating the least common ancestor of all paths
2025-08-20T22:53:24.5867362Z The least common ancestor is /tmp. This will be the root directory of the artifact
2025-08-20T22:53:24.5868251Z With the provided path, there will be 2 files uploaded
2025-08-20T22:53:24.6880939Z Artifact name is valid!
2025-08-20T22:53:24.6882521Z Root directory input is valid!
2025-08-20T22:53:24.7387940Z Beginning upload of artifact content to blob storage
2025-08-20T22:53:25.0415606Z Uploaded bytes 8388608
2025-08-20T22:53:25.1000983Z Uploaded bytes 16777216
2025-08-20T22:53:25.1058885Z Uploaded bytes 25165824
2025-08-20T22:53:25.2033307Z Uploaded bytes 28097450
2025-08-20T22:53:25.2222797Z Finished uploading artifact content to blob storage!
2025-08-20T22:53:25.2226661Z SHA256 digest of uploaded artifact zip is d37ab023bc888faf27bd4f59a44057e95281374268e47b02370492cbf27eab03
2025-08-20T22:53:25.2227664Z Finalizing artifact upload
2025-08-20T22:53:25.3015097Z Artifact Bincache_stress-ng_x86_64-Linux.zip successfully finalized. Artifact ID 3813939300
2025-08-20T22:53:25.3016625Z Artifact Bincache_stress-ng_x86_64-Linux has been successfully uploaded! Final size is 28097450 bytes. Artifact ID is 3813939300
2025-08-20T22:53:25.3022229Z Artifact download URL: https://github.com/pkgforge/bincache/actions/runs/17109940431/artifacts/3813939300
2025-08-20T22:53:25.3191791Z ##[group]Run actions/attest-build-provenance@v2.4.0
2025-08-20T22:53:25.3192127Z with:
2025-08-20T22:53:25.3192442Z   subject-name: stress-ng-17109940431-HEAD-886bdb5-250820T113824-x86_64-linux
2025-08-20T22:53:25.3193311Z   subject-path: "/tmp/BUILD.log"
"/tmp/BUILD_ARTIFACTS.zstd"
/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/**
!/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/**

2025-08-20T22:53:25.3194059Z   show-summary: true
2025-08-20T22:53:25.3194282Z   push-to-registry: false
2025-08-20T22:53:25.3194670Z   github-token: ***
2025-08-20T22:53:25.3195001Z env:
2025-08-20T22:53:25.3195179Z   CROSS_COMPILING: NO
2025-08-20T22:53:25.3195392Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T22:53:25.3195628Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T22:53:25.3195851Z   ON_QEMU: NO
2025-08-20T22:53:25.3196030Z   DEBUG: 0
2025-08-20T22:53:25.3196219Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T22:53:25.3196446Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T22:53:25.3196784Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/stress-ng/official/source
2025-08-20T22:53:25.3197123Z   KEEP_LOGS: YES
2025-08-20T22:53:25.3197320Z   GITHUB_TEST_BUILD: YES
2025-08-20T22:53:25.3197540Z   PKG_FAMILY_LOCAL: stress-ng
2025-08-20T22:53:25.3197769Z   SBUILD_REBUILD: false
2025-08-20T22:53:25.3198319Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/stress-ng/static.official.source.yaml
2025-08-20T22:53:25.3198914Z   BUILD_SYS: docker://clang+make
2025-08-20T22:53:25.3199153Z   BUILD_ON_HOST: FALSE
2025-08-20T22:53:25.3199355Z   BUILD_SYSTEM: DOCKER
2025-08-20T22:53:25.3199557Z   SYSTMP: /tmp
2025-08-20T22:53:25.3199740Z   GHA_MODE: MATRIX
2025-08-20T22:53:25.3200182Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T22:53:25.3200983Z   INPUT_SBUILD: /tmp/pkgforge/Q1dHry6HV_build.yaml
2025-08-20T22:53:25.3201356Z   BUILD_DIR: /tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml
2025-08-20T22:53:25.3201751Z   SBUILD_OUTDIR: /tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR
2025-08-20T22:53:25.3202238Z   SBUILD_TMPDIR: /tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T22:53:25.3202639Z   PKG_TYPE: static
2025-08-20T22:53:25.3202838Z   SBUILD_SUCCESSFUL: YES
2025-08-20T22:53:25.3203074Z   SBUILD_PKGVER: HEAD-886bdb5-250820T113824
2025-08-20T22:53:25.3203467Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17109940431
2025-08-20T22:53:25.3203835Z   BUILD_ID: 17109940431
2025-08-20T22:53:25.3204037Z   PKG_NAME: stress-ng
2025-08-20T22:53:25.3204250Z   PKG_DATE: 2025-08-20T22:52:54Z
2025-08-20T22:53:25.3204493Z   PKG_VERSION: HEAD-886bdb5-250820T113824
2025-08-20T22:53:25.3204758Z   PKG_VERSION_UPSTREAM: 0.19.03
2025-08-20T22:53:25.3205106Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/stress-ng/official/source/stress-ng
2025-08-20T22:53:25.3205517Z   GHCRPKG_TAG: HEAD-886bdb5-250820T113824-x86_64-linux
2025-08-20T22:53:25.3206012Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/x86_64-linux/stress-ng/official/source/stress-ng
2025-08-20T22:53:25.3206541Z   PKG_SRCURL: https://github.com/ColinIanKing/stress-ng
2025-08-20T22:53:25.3206872Z   PUSH_SUCCESSFUL: YES
2025-08-20T22:53:25.3207153Z   GHCRPKG_TAG_SRCBUILD: HEAD-886bdb5-250820T113824-x86_64-linux
2025-08-20T22:53:25.3207694Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/stress-ng/official/source/stress-ng-srcbuild-17109940431
2025-08-20T22:53:25.3208168Z   UTC_TIME: 2025_08_20T10_53_24_PM
2025-08-20T22:53:25.3208403Z ##[endgroup]
2025-08-20T22:53:25.3282533Z ##[group]Run actions/attest-build-provenance/predicate@1176ef556905f349f669722abf30bce1a6e16e01
2025-08-20T22:53:25.3282986Z env:
2025-08-20T22:53:25.3283172Z   CROSS_COMPILING: NO
2025-08-20T22:53:25.3283397Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T22:53:25.3283623Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T22:53:25.3283845Z   ON_QEMU: NO
2025-08-20T22:53:25.3284024Z   DEBUG: 0
2025-08-20T22:53:25.3284378Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T22:53:25.3284624Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T22:53:25.3284962Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/stress-ng/official/source
2025-08-20T22:53:25.3285301Z   KEEP_LOGS: YES
2025-08-20T22:53:25.3285495Z   GITHUB_TEST_BUILD: YES
2025-08-20T22:53:25.3285717Z   PKG_FAMILY_LOCAL: stress-ng
2025-08-20T22:53:25.3285947Z   SBUILD_REBUILD: false
2025-08-20T22:53:25.3286503Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/stress-ng/static.official.source.yaml
2025-08-20T22:53:25.3287102Z   BUILD_SYS: docker://clang+make
2025-08-20T22:53:25.3287416Z   BUILD_ON_HOST: FALSE
2025-08-20T22:53:25.3287616Z   BUILD_SYSTEM: DOCKER
2025-08-20T22:53:25.3287811Z   SYSTMP: /tmp
2025-08-20T22:53:25.3287999Z   GHA_MODE: MATRIX
2025-08-20T22:53:25.3288443Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T22:53:25.3288966Z   INPUT_SBUILD: /tmp/pkgforge/Q1dHry6HV_build.yaml
2025-08-20T22:53:25.3289308Z   BUILD_DIR: /tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml
2025-08-20T22:53:25.3289707Z   SBUILD_OUTDIR: /tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR
2025-08-20T22:53:25.3290200Z   SBUILD_TMPDIR: /tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T22:53:25.3290588Z   PKG_TYPE: static
2025-08-20T22:53:25.3290907Z   SBUILD_SUCCESSFUL: YES
2025-08-20T22:53:25.3291148Z   SBUILD_PKGVER: HEAD-886bdb5-250820T113824
2025-08-20T22:53:25.3291538Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17109940431
2025-08-20T22:53:25.3291914Z   BUILD_ID: 17109940431
2025-08-20T22:53:25.3292116Z   PKG_NAME: stress-ng
2025-08-20T22:53:25.3292324Z   PKG_DATE: 2025-08-20T22:52:54Z
2025-08-20T22:53:25.3292653Z   PKG_VERSION: HEAD-886bdb5-250820T113824
2025-08-20T22:53:25.3292920Z   PKG_VERSION_UPSTREAM: 0.19.03
2025-08-20T22:53:25.3293285Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/stress-ng/official/source/stress-ng
2025-08-20T22:53:25.3293699Z   GHCRPKG_TAG: HEAD-886bdb5-250820T113824-x86_64-linux
2025-08-20T22:53:25.3294193Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/x86_64-linux/stress-ng/official/source/stress-ng
2025-08-20T22:53:25.3294700Z   PKG_SRCURL: https://github.com/ColinIanKing/stress-ng
2025-08-20T22:53:25.3294996Z   PUSH_SUCCESSFUL: YES
2025-08-20T22:53:25.3295287Z   GHCRPKG_TAG_SRCBUILD: HEAD-886bdb5-250820T113824-x86_64-linux
2025-08-20T22:53:25.3295828Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/stress-ng/official/source/stress-ng-srcbuild-17109940431
2025-08-20T22:53:25.3296303Z   UTC_TIME: 2025_08_20T10_53_24_PM
2025-08-20T22:53:25.3296539Z ##[endgroup]
2025-08-20T22:53:25.7023827Z ##[group]Run actions/attest@ce27ba3b4a9a139d9a20a4a07d69fabb52f1e5bc
2025-08-20T22:53:25.7024180Z with:
2025-08-20T22:53:25.7024881Z   subject-path: "/tmp/BUILD.log"
"/tmp/BUILD_ARTIFACTS.zstd"
/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/**
!/tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/**

2025-08-20T22:53:25.7025798Z   subject-name: stress-ng-17109940431-HEAD-886bdb5-250820T113824-x86_64-linux
2025-08-20T22:53:25.7026217Z   predicate-type: https://slsa.dev/provenance/v1
2025-08-20T22:53:25.7029073Z   predicate: {"buildDefinition":{"buildType":"https://actions.github.io/buildtypes/workflow/v1","externalParameters":{"workflow":{"ref":"refs/heads/main","repository":"https://github.com/pkgforge/bincache","path":".github/workflows/matrix_builds.yaml"}},"internalParameters":{"github":{"event_name":"workflow_dispatch","repository_id":"883655230","repository_owner_id":"187275343","runner_environment":"github-hosted"}},"resolvedDependencies":[{"uri":"git+https://github.com/pkgforge/bincache@refs/heads/main","digest":{"gitCommit":"338a3bae1bab05aba0ad4bfe5580d82eeab3f21d"}}]},"runDetails":{"builder":{"id":"https://github.com/pkgforge/bincache/.github/workflows/matrix_builds.yaml@refs/heads/main"},"metadata":{"invocationId":"https://github.com/pkgforge/bincache/actions/runs/17109940431/attempts/1"}}}
2025-08-20T22:53:25.7031917Z   push-to-registry: false
2025-08-20T22:53:25.7032148Z   show-summary: true
2025-08-20T22:53:25.7032544Z   github-token: ***
2025-08-20T22:53:25.7032739Z env:
2025-08-20T22:53:25.7032922Z   CROSS_COMPILING: NO
2025-08-20T22:53:25.7033139Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T22:53:25.7033367Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T22:53:25.7033585Z   ON_QEMU: NO
2025-08-20T22:53:25.7033761Z   DEBUG: 0
2025-08-20T22:53:25.7033941Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T22:53:25.7034167Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T22:53:25.7034489Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/stress-ng/official/source
2025-08-20T22:53:25.7034935Z   KEEP_LOGS: YES
2025-08-20T22:53:25.7035128Z   GITHUB_TEST_BUILD: YES
2025-08-20T22:53:25.7035348Z   PKG_FAMILY_LOCAL: stress-ng
2025-08-20T22:53:25.7035575Z   SBUILD_REBUILD: false
2025-08-20T22:53:25.7036124Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/stress-ng/static.official.source.yaml
2025-08-20T22:53:25.7036715Z   BUILD_SYS: docker://clang+make
2025-08-20T22:53:25.7036951Z   BUILD_ON_HOST: FALSE
2025-08-20T22:53:25.7037156Z   BUILD_SYSTEM: DOCKER
2025-08-20T22:53:25.7037351Z   SYSTMP: /tmp
2025-08-20T22:53:25.7037535Z   GHA_MODE: MATRIX
2025-08-20T22:53:25.7037968Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T22:53:25.7038492Z   INPUT_SBUILD: /tmp/pkgforge/Q1dHry6HV_build.yaml
2025-08-20T22:53:25.7038821Z   BUILD_DIR: /tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml
2025-08-20T22:53:25.7039225Z   SBUILD_OUTDIR: /tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR
2025-08-20T22:53:25.7039717Z   SBUILD_TMPDIR: /tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T22:53:25.7040189Z   PKG_TYPE: static
2025-08-20T22:53:25.7040386Z   SBUILD_SUCCESSFUL: YES
2025-08-20T22:53:25.7040620Z   SBUILD_PKGVER: HEAD-886bdb5-250820T113824
2025-08-20T22:53:25.7041194Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17109940431
2025-08-20T22:53:25.7041576Z   BUILD_ID: 17109940431
2025-08-20T22:53:25.7041787Z   PKG_NAME: stress-ng
2025-08-20T22:53:25.7041999Z   PKG_DATE: 2025-08-20T22:52:54Z
2025-08-20T22:53:25.7042252Z   PKG_VERSION: HEAD-886bdb5-250820T113824
2025-08-20T22:53:25.7042521Z   PKG_VERSION_UPSTREAM: 0.19.03
2025-08-20T22:53:25.7042877Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/stress-ng/official/source/stress-ng
2025-08-20T22:53:25.7043284Z   GHCRPKG_TAG: HEAD-886bdb5-250820T113824-x86_64-linux
2025-08-20T22:53:25.7043782Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/x86_64-linux/stress-ng/official/source/stress-ng
2025-08-20T22:53:25.7044295Z   PKG_SRCURL: https://github.com/ColinIanKing/stress-ng
2025-08-20T22:53:25.7044593Z   PUSH_SUCCESSFUL: YES
2025-08-20T22:53:25.7044875Z   GHCRPKG_TAG_SRCBUILD: HEAD-886bdb5-250820T113824-x86_64-linux
2025-08-20T22:53:25.7045414Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/stress-ng/official/source/stress-ng-srcbuild-17109940431
2025-08-20T22:53:25.7045881Z   UTC_TIME: 2025_08_20T10_53_24_PM
2025-08-20T22:53:25.7046115Z ##[endgroup]
2025-08-20T22:53:27.0001124Z Attestation created for 20 subjects
2025-08-20T22:53:27.0006175Z ##[group][36mAttestation signed using certificate from Public Good Sigstore instance[39m
2025-08-20T22:53:27.0007124Z -----BEGIN CERTIFICATE-----
2025-08-20T22:53:27.0007942Z MIIG8DCCBnagAwIBAgIUSippgWLYbE3y2DiyWia3Etka9ogwCgYIKoZIzj0EAwMw
2025-08-20T22:53:27.0009072Z NzEVMBMGA1UEChMMc2lnc3RvcmUuZGV2MR4wHAYDVQQDExVzaWdzdG9yZS1pbnRl
2025-08-20T22:53:27.0010175Z cm1lZGlhdGUwHhcNMjUwODIwMjI1MzI2WhcNMjUwODIwMjMwMzI2WjAAMFkwEwYH
2025-08-20T22:53:27.0011643Z KoZIzj0CAQYIKoZIzj0DAQcDQgAEZp+ZprI23dLQcsM9VzObWO+bQ31F2SLH7BMf
2025-08-20T22:53:27.0012679Z rC8+r9Dki0Ng6mM5anA3S358DckyZB9fZwcUyIEWJf8mo6O97qOCBZUwggWRMA4G
2025-08-20T22:53:27.0013654Z A1UdDwEB/wQEAwIHgDATBgNVHSUEDDAKBggrBgEFBQcDAzAdBgNVHQ4EFgQUOVRY
2025-08-20T22:53:27.0015026Z aAozyfO5kLtQdsszOCCsNbUwHwYDVR0jBBgwFoAU39Ppz1YkEZb5qNjpKFWixi4Y
2025-08-20T22:53:27.0016065Z ZD8wZwYDVR0RAQH/BF0wW4ZZaHR0cHM6Ly9naXRodWIuY29tL3BrZ2ZvcmdlL2Jp
2025-08-20T22:53:27.0017084Z bmNhY2hlLy5naXRodWIvd29ya2Zsb3dzL21hdHJpeF9idWlsZHMueWFtbEByZWZz
2025-08-20T22:53:27.0018097Z L2hlYWRzL21haW4wOQYKKwYBBAGDvzABAQQraHR0cHM6Ly90b2tlbi5hY3Rpb25z
2025-08-20T22:53:27.0019057Z LmdpdGh1YnVzZXJjb250ZW50LmNvbTAfBgorBgEEAYO/MAECBBF3b3JrZmxvd19k
2025-08-20T22:53:27.0020067Z aXNwYXRjaDA2BgorBgEEAYO/MAEDBCgzMzhhM2JhZTFiYWIwNWFiYTBhZDRiZmU1
2025-08-20T22:53:27.0021260Z NTgwZDgyZWVhYjNmMjFkMDAGCisGAQQBg78wAQQEIvCfp7Dwn5ug77iPIEJ1aWxk
2025-08-20T22:53:27.0022502Z IFBhY2thZ2Ug8J+TpvCfk4AwHwYKKwYBBAGDvzABBQQRcGtnZm9yZ2UvYmluY2Fj
2025-08-20T22:53:27.0023530Z aGUwHQYKKwYBBAGDvzABBgQPcmVmcy9oZWFkcy9tYWluMDsGCisGAQQBg78wAQgE
2025-08-20T22:53:27.0024527Z LQwraHR0cHM6Ly90b2tlbi5hY3Rpb25zLmdpdGh1YnVzZXJjb250ZW50LmNvbTBp
2025-08-20T22:53:27.0025586Z BgorBgEEAYO/MAEJBFsMWWh0dHBzOi8vZ2l0aHViLmNvbS9wa2dmb3JnZS9iaW5j
2025-08-20T22:53:27.0026632Z YWNoZS8uZ2l0aHViL3dvcmtmbG93cy9tYXRyaXhfYnVpbGRzLnlhbWxAcmVmcy9o
2025-08-20T22:53:27.0027622Z ZWFkcy9tYWluMDgGCisGAQQBg78wAQoEKgwoMzM4YTNiYWUxYmFiMDVhYmEwYWQ0
2025-08-20T22:53:27.0028756Z YmZlNTU4MGQ4MmVlYWIzZjIxZDAdBgorBgEEAYO/MAELBA8MDWdpdGh1Yi1ob3N0
2025-08-20T22:53:27.0029749Z ZWQwNAYKKwYBBAGDvzABDAQmDCRodHRwczovL2dpdGh1Yi5jb20vcGtnZm9yZ2Uv
2025-08-20T22:53:27.0030998Z YmluY2FjaGUwOAYKKwYBBAGDvzABDQQqDCgzMzhhM2JhZTFiYWIwNWFiYTBhZDRi
2025-08-20T22:53:27.0032088Z ZmU1NTgwZDgyZWVhYjNmMjFkMB8GCisGAQQBg78wAQ4EEQwPcmVmcy9oZWFkcy9t
2025-08-20T22:53:27.0033078Z YWluMBkGCisGAQQBg78wAQ8ECwwJODgzNjU1MjMwMCsGCisGAQQBg78wARAEHQwb
2025-08-20T22:53:27.0034198Z aHR0cHM6Ly9naXRodWIuY29tL3BrZ2ZvcmdlMBkGCisGAQQBg78wAREECwwJMTg3
2025-08-20T22:53:27.0035259Z Mjc1MzQzMGkGCisGAQQBg78wARIEWwxZaHR0cHM6Ly9naXRodWIuY29tL3BrZ2Zv
2025-08-20T22:53:27.0036506Z cmdlL2JpbmNhY2hlLy5naXRodWIvd29ya2Zsb3dzL21hdHJpeF9idWlsZHMueWFt
2025-08-20T22:53:27.0037508Z bEByZWZzL2hlYWRzL21haW4wOAYKKwYBBAGDvzABEwQqDCgzMzhhM2JhZTFiYWIw
2025-08-20T22:53:27.0038502Z NWFiYTBhZDRiZmU1NTgwZDgyZWVhYjNmMjFkMCEGCisGAQQBg78wARQEEwwRd29y
2025-08-20T22:53:27.0039592Z a2Zsb3dfZGlzcGF0Y2gwWAYKKwYBBAGDvzABFQRKDEhodHRwczovL2dpdGh1Yi5j
2025-08-20T22:53:27.0040576Z b20vcGtnZm9yZ2UvYmluY2FjaGUvYWN0aW9ucy9ydW5zLzE3MTA5OTQwNDMxL2F0
2025-08-20T22:53:27.0041816Z dGVtcHRzLzEwFgYKKwYBBAGDvzABFgQIDAZwdWJsaWMwgYsGCisGAQQB1nkCBAIE
2025-08-20T22:53:27.0042974Z fQR7AHkAdwDdPTBqxscRMmMZHhyZZzcCokpeuN48rf+HinKALynujgAAAZjJr+vn
2025-08-20T22:53:27.0043976Z AAAEAwBIMEYCIQD4FqIJztUoFsx6xSOBNTVzOKUqYP+LxMGz2A0ZFqT5ogIhAMYC
2025-08-20T22:53:27.0045094Z ow21NGJXgxEDZ+/PLOlXC6HLWsHrfNW19EEgz6rQMAoGCCqGSM49BAMDA2gAMGUC
2025-08-20T22:53:27.0046088Z MGwAytfsNeVtNUL0ekyMDFaqltteu+XYA+YbuzTRb48nXUO7Mjz7yxWBT1AZjPkw
2025-08-20T22:53:27.0047210Z XAIxAJTFNEmLCaGILaSKX7OTthXsc5dvCkqZ60iDmSLFujWXVWCsaEOO5NwcLTJI
2025-08-20T22:53:27.0048024Z dZaezA==
2025-08-20T22:53:27.0048496Z -----END CERTIFICATE-----
2025-08-20T22:53:27.0048864Z 
2025-08-20T22:53:27.0049656Z ##[endgroup]
2025-08-20T22:53:27.0050479Z [36mAttestation signature uploaded to Rekor transparency log[39m
2025-08-20T22:53:27.0051696Z https://search.sigstore.dev?logIndex=414580842
2025-08-20T22:53:27.0052482Z [36mAttestation uploaded to repository[39m
2025-08-20T22:53:27.0053258Z https://github.com/pkgforge/bincache/attestations/9876330
2025-08-20T22:53:27.0836506Z ##[group]Run ##Presets
2025-08-20T22:53:27.0836964Z [36;1m##Presets[0m
2025-08-20T22:53:27.0837268Z [36;1mset +x ; set +e[0m
2025-08-20T22:53:27.0837655Z [36;1m#-------------#[0m
2025-08-20T22:53:27.0838006Z [36;1m##Debug?[0m
2025-08-20T22:53:27.0838337Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T22:53:27.0838897Z [36;1m  set -x[0m
2025-08-20T22:53:27.0839178Z [36;1mfi[0m
2025-08-20T22:53:27.0839511Z [36;1m#-------------#[0m
2025-08-20T22:53:27.0839940Z [36;1mif [[ "${GHA_BUILD_FAILED}" == "YES" || "${SBUILD_SUCCESSFUL}" == "NO" ]]; then[0m
2025-08-20T22:53:27.0840586Z [36;1m  echo -e "\n[-] FATAL: Failed to Successfully Build ghcr.io/pkgforge/bincache/stress-ng/official/source"[0m
2025-08-20T22:53:27.0841417Z [36;1m exit 1[0m
2025-08-20T22:53:27.0841696Z [36;1mfi[0m
2025-08-20T22:53:27.0891072Z shell: /usr/bin/bash -e {0}
2025-08-20T22:53:27.0891489Z env:
2025-08-20T22:53:27.0891785Z   CROSS_COMPILING: NO
2025-08-20T22:53:27.0892274Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T22:53:27.0892624Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T22:53:27.0892944Z   ON_QEMU: NO
2025-08-20T22:53:27.0893262Z   DEBUG: 0
2025-08-20T22:53:27.0893538Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T22:53:27.0893962Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T22:53:27.0894513Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/stress-ng/official/source
2025-08-20T22:53:27.0894953Z   KEEP_LOGS: YES
2025-08-20T22:53:27.0895294Z   GITHUB_TEST_BUILD: YES
2025-08-20T22:53:27.0895617Z   PKG_FAMILY_LOCAL: stress-ng
2025-08-20T22:53:27.0895959Z   SBUILD_REBUILD: false
2025-08-20T22:53:27.0896704Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/stress-ng/static.official.source.yaml
2025-08-20T22:53:27.0897391Z   BUILD_SYS: docker://clang+make
2025-08-20T22:53:27.0897771Z   BUILD_ON_HOST: FALSE
2025-08-20T22:53:27.0898063Z   BUILD_SYSTEM: DOCKER
2025-08-20T22:53:27.0898369Z   SYSTMP: /tmp
2025-08-20T22:53:27.0898710Z   GHA_MODE: MATRIX
2025-08-20T22:53:27.0899238Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T22:53:27.0899934Z   INPUT_SBUILD: /tmp/pkgforge/Q1dHry6HV_build.yaml
2025-08-20T22:53:27.0900395Z   BUILD_DIR: /tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml
2025-08-20T22:53:27.0901041Z   SBUILD_OUTDIR: /tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR
2025-08-20T22:53:27.0901564Z   SBUILD_TMPDIR: /tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T22:53:27.0902061Z   PKG_TYPE: static
2025-08-20T22:53:27.0902255Z   SBUILD_SUCCESSFUL: YES
2025-08-20T22:53:27.0902490Z   SBUILD_PKGVER: HEAD-886bdb5-250820T113824
2025-08-20T22:53:27.0902874Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17109940431
2025-08-20T22:53:27.0903251Z   BUILD_ID: 17109940431
2025-08-20T22:53:27.0903460Z   PKG_NAME: stress-ng
2025-08-20T22:53:27.0903668Z   PKG_DATE: 2025-08-20T22:52:54Z
2025-08-20T22:53:27.0903917Z   PKG_VERSION: HEAD-886bdb5-250820T113824
2025-08-20T22:53:27.0904177Z   PKG_VERSION_UPSTREAM: 0.19.03
2025-08-20T22:53:27.0904528Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/stress-ng/official/source/stress-ng
2025-08-20T22:53:27.0904939Z   GHCRPKG_TAG: HEAD-886bdb5-250820T113824-x86_64-linux
2025-08-20T22:53:27.0905429Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/x86_64-linux/stress-ng/official/source/stress-ng
2025-08-20T22:53:27.0905933Z   PKG_SRCURL: https://github.com/ColinIanKing/stress-ng
2025-08-20T22:53:27.0906230Z   PUSH_SUCCESSFUL: YES
2025-08-20T22:53:27.0906505Z   GHCRPKG_TAG_SRCBUILD: HEAD-886bdb5-250820T113824-x86_64-linux
2025-08-20T22:53:27.0907031Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/stress-ng/official/source/stress-ng-srcbuild-17109940431
2025-08-20T22:53:27.0907495Z   UTC_TIME: 2025_08_20T10_53_24_PM
2025-08-20T22:53:27.0907725Z ##[endgroup]
2025-08-20T22:53:27.0993664Z ##[group]Run ##Presets
2025-08-20T22:53:27.0993916Z [36;1m##Presets[0m
2025-08-20T22:53:27.0994120Z [36;1mset +x ; set +e[0m
2025-08-20T22:53:27.0994331Z [36;1m#-------------#[0m
2025-08-20T22:53:27.0994531Z [36;1m##Debug?[0m
2025-08-20T22:53:27.0994780Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T22:53:27.0995084Z [36;1m  set -x[0m
2025-08-20T22:53:27.0995272Z [36;1mfi[0m
2025-08-20T22:53:27.0995459Z [36;1m#-------------#[0m
2025-08-20T22:53:27.0995704Z [36;1mif [[ "${PUSH_SUCCESSFUL}" == "NO" ]]; then[0m
2025-08-20T22:53:27.0996211Z [36;1m  echo -e "\n[-] FATAL: Failed to Successfully Push ==> ghcr.io/pkgforge/bincache/stress-ng/official/source"[0m
2025-08-20T22:53:27.0996652Z [36;1m exit 1[0m
2025-08-20T22:53:27.0996841Z [36;1mfi[0m
2025-08-20T22:53:27.1040189Z shell: /usr/bin/bash -e {0}
2025-08-20T22:53:27.1040430Z env:
2025-08-20T22:53:27.1040617Z   CROSS_COMPILING: NO
2025-08-20T22:53:27.1041090Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T22:53:27.1041351Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T22:53:27.1041594Z   ON_QEMU: NO
2025-08-20T22:53:27.1041778Z   DEBUG: 0
2025-08-20T22:53:27.1041963Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T22:53:27.1042192Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T22:53:27.1042524Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/stress-ng/official/source
2025-08-20T22:53:27.1042871Z   KEEP_LOGS: YES
2025-08-20T22:53:27.1043073Z   GITHUB_TEST_BUILD: YES
2025-08-20T22:53:27.1043400Z   PKG_FAMILY_LOCAL: stress-ng
2025-08-20T22:53:27.1043632Z   SBUILD_REBUILD: false
2025-08-20T22:53:27.1044191Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/stress-ng/static.official.source.yaml
2025-08-20T22:53:27.1044783Z   BUILD_SYS: docker://clang+make
2025-08-20T22:53:27.1045023Z   BUILD_ON_HOST: FALSE
2025-08-20T22:53:27.1045223Z   BUILD_SYSTEM: DOCKER
2025-08-20T22:53:27.1045422Z   SYSTMP: /tmp
2025-08-20T22:53:27.1045611Z   GHA_MODE: MATRIX
2025-08-20T22:53:27.1046053Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T22:53:27.1046572Z   INPUT_SBUILD: /tmp/pkgforge/Q1dHry6HV_build.yaml
2025-08-20T22:53:27.1046902Z   BUILD_DIR: /tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml
2025-08-20T22:53:27.1047298Z   SBUILD_OUTDIR: /tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR
2025-08-20T22:53:27.1047785Z   SBUILD_TMPDIR: /tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T22:53:27.1048184Z   PKG_TYPE: static
2025-08-20T22:53:27.1048467Z   SBUILD_SUCCESSFUL: YES
2025-08-20T22:53:27.1048705Z   SBUILD_PKGVER: HEAD-886bdb5-250820T113824
2025-08-20T22:53:27.1049092Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17109940431
2025-08-20T22:53:27.1049464Z   BUILD_ID: 17109940431
2025-08-20T22:53:27.1049671Z   PKG_NAME: stress-ng
2025-08-20T22:53:27.1049882Z   PKG_DATE: 2025-08-20T22:52:54Z
2025-08-20T22:53:27.1050137Z   PKG_VERSION: HEAD-886bdb5-250820T113824
2025-08-20T22:53:27.1050402Z   PKG_VERSION_UPSTREAM: 0.19.03
2025-08-20T22:53:27.1050972Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/stress-ng/official/source/stress-ng
2025-08-20T22:53:27.1051390Z   GHCRPKG_TAG: HEAD-886bdb5-250820T113824-x86_64-linux
2025-08-20T22:53:27.1051877Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/x86_64-linux/stress-ng/official/source/stress-ng
2025-08-20T22:53:27.1052374Z   PKG_SRCURL: https://github.com/ColinIanKing/stress-ng
2025-08-20T22:53:27.1052669Z   PUSH_SUCCESSFUL: YES
2025-08-20T22:53:27.1052948Z   GHCRPKG_TAG_SRCBUILD: HEAD-886bdb5-250820T113824-x86_64-linux
2025-08-20T22:53:27.1053490Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/stress-ng/official/source/stress-ng-srcbuild-17109940431
2025-08-20T22:53:27.1053975Z   UTC_TIME: 2025_08_20T10_53_24_PM
2025-08-20T22:53:27.1054211Z ##[endgroup]
2025-08-20T22:53:27.1136489Z ##[group]Run ##Presets
2025-08-20T22:53:27.1136748Z [36;1m##Presets[0m
2025-08-20T22:53:27.1136959Z [36;1mset +x ; set +e[0m
2025-08-20T22:53:27.1137170Z [36;1m#-------------#[0m
2025-08-20T22:53:27.1137370Z [36;1m##Debug?[0m
2025-08-20T22:53:27.1137622Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T22:53:27.1137928Z [36;1m  set -x[0m
2025-08-20T22:53:27.1138119Z [36;1mfi[0m
2025-08-20T22:53:27.1138303Z [36;1m#-------------#[0m
2025-08-20T22:53:27.1138657Z [36;1m[[ -f "/tmp/GHA_CI_STATUS" && -w "/tmp/GHA_CI_STATUS" ]] && echo "" > "/tmp/GHA_CI_STATUS"[0m
2025-08-20T22:53:27.1139060Z [36;1mif [[ -d "/tmp" && -w "/tmp" ]]; then[0m
2025-08-20T22:53:27.1139367Z [36;1m  echo "EXITED" | tee "/tmp/GHA_CI_STATUS"[0m
2025-08-20T22:53:27.1139634Z [36;1mfi[0m
2025-08-20T22:53:27.1182797Z shell: /usr/bin/bash -e {0}
2025-08-20T22:53:27.1183032Z env:
2025-08-20T22:53:27.1183217Z   CROSS_COMPILING: NO
2025-08-20T22:53:27.1183486Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T22:53:27.1183726Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T22:53:27.1183948Z   ON_QEMU: NO
2025-08-20T22:53:27.1184123Z   DEBUG: 0
2025-08-20T22:53:27.1184307Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T22:53:27.1184533Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T22:53:27.1184865Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/stress-ng/official/source
2025-08-20T22:53:27.1185201Z   KEEP_LOGS: YES
2025-08-20T22:53:27.1185403Z   GITHUB_TEST_BUILD: YES
2025-08-20T22:53:27.1185638Z   PKG_FAMILY_LOCAL: stress-ng
2025-08-20T22:53:27.1185867Z   SBUILD_REBUILD: false
2025-08-20T22:53:27.1186562Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/stress-ng/static.official.source.yaml
2025-08-20T22:53:27.1187161Z   BUILD_SYS: docker://clang+make
2025-08-20T22:53:27.1187409Z   BUILD_ON_HOST: FALSE
2025-08-20T22:53:27.1187612Z   BUILD_SYSTEM: DOCKER
2025-08-20T22:53:27.1187810Z   SYSTMP: /tmp
2025-08-20T22:53:27.1187996Z   GHA_MODE: MATRIX
2025-08-20T22:53:27.1188433Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T22:53:27.1188948Z   INPUT_SBUILD: /tmp/pkgforge/Q1dHry6HV_build.yaml
2025-08-20T22:53:27.1189280Z   BUILD_DIR: /tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml
2025-08-20T22:53:27.1189677Z   SBUILD_OUTDIR: /tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR
2025-08-20T22:53:27.1190161Z   SBUILD_TMPDIR: /tmp/pkgforge/rEyluL1_Q1dHry6HV_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T22:53:27.1190546Z   PKG_TYPE: static
2025-08-20T22:53:27.1190753Z   SBUILD_SUCCESSFUL: YES
2025-08-20T22:53:27.1191178Z   SBUILD_PKGVER: HEAD-886bdb5-250820T113824
2025-08-20T22:53:27.1191568Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17109940431
2025-08-20T22:53:27.1192042Z   BUILD_ID: 17109940431
2025-08-20T22:53:27.1192255Z   PKG_NAME: stress-ng
2025-08-20T22:53:27.1192467Z   PKG_DATE: 2025-08-20T22:52:54Z
2025-08-20T22:53:27.1192717Z   PKG_VERSION: HEAD-886bdb5-250820T113824
2025-08-20T22:53:27.1192981Z   PKG_VERSION_UPSTREAM: 0.19.03
2025-08-20T22:53:27.1193334Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/stress-ng/official/source/stress-ng
2025-08-20T22:53:27.1193741Z   GHCRPKG_TAG: HEAD-886bdb5-250820T113824-x86_64-linux
2025-08-20T22:53:27.1194226Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/x86_64-linux/stress-ng/official/source/stress-ng
2025-08-20T22:53:27.1194731Z   PKG_SRCURL: https://github.com/ColinIanKing/stress-ng
2025-08-20T22:53:27.1195021Z   PUSH_SUCCESSFUL: YES
2025-08-20T22:53:27.1195309Z   GHCRPKG_TAG_SRCBUILD: HEAD-886bdb5-250820T113824-x86_64-linux
2025-08-20T22:53:27.1195846Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/stress-ng/official/source/stress-ng-srcbuild-17109940431
2025-08-20T22:53:27.1196318Z   UTC_TIME: 2025_08_20T10_53_24_PM
2025-08-20T22:53:27.1196556Z ##[endgroup]
2025-08-20T22:53:27.1268558Z EXITED
2025-08-20T22:53:27.1311882Z Cleaning up orphan processes
